You are not logged in.

#1 2021-03-15 23:20:25

techno
Member
Registered: 2021-03-15
Posts: 3

Aur package error:util-linux-aes

Hello

I have issue with Aur Package util-linux-aes
I do not know what's happens or perhaps:

 
~/xpkgbuilds/util-linux-aes]$ makepkg -si PKGBUILD 
==> Création du paquet util-linux-aes 2.36.2-1 (lun. 15 mars 2021 23:01:32)
==> Vérification des dépendances pour l’exécution…
==> Vérification des dépendances pour la compilation…
==> Récupération des sources…
  -> Téléchargement de util-linux-2.36.2.tar.xz…
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    695      0 --:--:-- --:--:-- --:--:--   695
100 5222k  100 5222k    0     0  1273k      0  0:00:04  0:00:04 --:--:-- 1387k
  -> Téléchargement de util-linux-2.36.2.tar.sign…
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    707      0 --:--:-- --:--:-- --:--:--   707
100   833  100   833    0     0   1787      0 --:--:-- --:--:-- --:--:--  1787
  -> util-linux-2.36.2.diff trouvé
  -> util-linux-aes.modules trouvé
  -> pam-login trouvé
  -> pam-common trouvé
  -> pam-runuser trouvé
  -> pam-su trouvé
  -> util-linux-aes.sysusers trouvé
  -> 60-rfkill.rules trouvé
  -> rfkill-unblock_.service trouvé
  -> rfkill-block_.service trouvé
==> ERREUR : Les sommes de contrôle (sha256) sont incomplètes.

I'm worry of that.

What can i do to solve it please?

Offline

#2 2021-03-15 23:28:25

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Aur package error:util-linux-aes

Please post all commands and their outputs in English...
https://gitlab.archlinux.org/archlinux/ … irect%3Dno

But I'm guessing that you need to read...
https://wiki.archlinux.org/index.php/Ma … e_checking


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-03-15 23:49:17

techno
Member
Registered: 2021-03-15
Posts: 3

Re: Aur package error:util-linux-aes

~/xpkgbuilds/util-linux-aes]$ makepkg -si PKGBUILD LC_ALL=C
==> Making package: util-linux-aes 2.36.2-1 (Tue Mar 16 00:47:28 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found util-linux-2.36.2.tar.xz
  -> Found util-linux-2.36.2.tar.sign
  -> Found util-linux-2.36.2.diff
  -> Found util-linux-aes.modules
  -> Found pam-login
  -> Found pam-common
  -> Found pam-runuser
  -> Found pam-su
  -> Found util-linux-aes.sysusers
  -> Found 60-rfkill.rules
  -> Found rfkill-unblock_.service
  -> Found rfkill-block_.service
==> ERROR: Integrity checks (sha256) differ in size from the source array.

Offline

#4 2021-03-16 10:06:14

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: Aur package error:util-linux-aes

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2021-03-16 11:41:17

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Aur package error:util-linux-aes

The PKGBUILD is broken as the error message states.
Regenerating the checksums produces this difference:

git diff
diff --git a/PKGBUILD b/PKGBUILD
index 1e9d7a8..2fde630 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,10 +28,9 @@ source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/${_basena
         '60-rfkill.rules'
         'rfkill-unblock_.service'
         'rfkill-block_.service')
-sha256sums=('09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed'
+sha256sums=('f7516ba9d8689343594356f0e5e1a5f0da34adfbc89023437735872bb5024c5f'
             'SKIP'
-            '91db684edd908dd89ce9b5f00c56789d0a0eeeb5249f1bb4578e6024491823b4'
-            'dab79ac6d863a1b93a6885f0c33badb4030522592848e5b4df37d3d9e0cbe73a'
+            '7eb2693de4bb1b11198f3a873f061d69511a5f965f1ecedeeeff98a7d772d995'
             '560ca858961eb997a216ce6b419d900e84688591abf4584ef30c9323ba06fffd'
             '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
             'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20'

Offline

#6 2021-03-20 09:04:56

techno
Member
Registered: 2021-03-15
Posts: 3

Re: Aur package error:util-linux-aes

Hello
but now,
What can-could i do to solve this problem ?

Offline

#7 2021-03-20 17:43:36

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Aur package error:util-linux-aes

See Makepkg#Generate_new_checksums to fix the checksums.
Post a message on the AUR package page asking the maintainer to fix the PKGBUILD.

Offline

Board footer

Powered by FluxBB