Thanks for the tip zadkiel. I needed to add:
mkdir -p $pkgdir/usr/{bin,lib}
before the make DESTDIR="$pkgdir" install
line before it would install successfully.
Git Clone URL: | https://aur.archlinux.org/devscripts.git (read-only, click to copy) |
---|---|
Package Base: | devscripts |
Description: | Scripts to make the life of a Debian Package maintainer easier |
Upstream URL: | https://tracker.debian.org/pkg/devscripts |
Licenses: | GPL2 |
Submitter: | Misery |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 26 |
Popularity: | 0.005878 |
First Submitted: | 2008-03-19 22:52 (UTC) |
Last Updated: | 2022-06-28 15:25 (UTC) |
Thanks for the tip zadkiel. I needed to add:
mkdir -p $pkgdir/usr/{bin,lib}
before the make DESTDIR="$pkgdir" install
line before it would install successfully.
It looks like the PKGBUILD misses a build instruction.
There should be a mkdir -p $pkgdir/usr/lib
before the make install
command.
Please add debian-keyring as optdepends
[/tmp]$ dget http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.dsc
dget: retrieving http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.dsc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1688 100 1688 0 0 4251 0 --:--:-- --:--:-- --:--:-- 4251
dget: using existing sensible-utils_0.0.13.tar.xz
dscverify: can't find any system keyrings
Please add perl-file-homedir to depends, not makedepends
[/tmp]$ dget http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils
_0.0.13.dsc
dget: retrieving http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.dsc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1688 100 1688 0 0 4077 0 --:--:-- --:--:-- --:--:-- 4077
dget: retrieving http://deb.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 62020 100 62020 0 0 150k 0 --:--:-- --:--:-- --:--:-- 150k
Can't locate File/HomeDir.pm in @INC (you may need to install the File::HomeDir module) (@INC contains: /usr/lib/perl5/5.32/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.32/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.32/core_perl /usr/share/perl5/core_perl) at /usr/bin/dscverify line 31.
BEGIN failed--compilation aborted at /usr/bin/dscverify line 31.
Hi everyone, sorry for the delaying in updating this; working on it right away!
@all especially @foi & @kovax3:
Also, the issuue is for the package debianutils
, not devscripts
.
Vérification des signatures des fichiers sources grâce à gpg… debianutils_4.8.6.tar.xz ... ÉCHEC (Clé publique inconnue 8C004C2F93481F6B) ==> ERREUR : Une ou plusieurs signatures PGP n’ont pas pu être vérifiées. ==> ERREUR : Makepkg n'a pas pu construire debianutils. ==> Relancer la compilation de debianutils ? [o/N]
sensible-utils is needed for dch
e.g.: dch --create -v 1.0-1 --package hithere
Hi! i've got an error
==> Validating source files with sha512sums... debianutils_4.8.1.1.tar.xz ... Passed debianutils_4.8.1.1.tar.xz.sig ... Skipped ==> Verifying source file signatures with gpg... debianutils_4.8.1.1.tar.xz ... FAILED (unknown public key 8C004C2F93481F6B) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build debianutils. ==> Restart building debianutils ? [y/N]
Pinned Comments
ItachiSan commented on 2017-05-17 10:50 (UTC) (edited on 2017-07-24 14:29 (UTC) by ItachiSan)