Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#33857 - [gnupg] Missing option --sysconfdir in the PKGBUILD.
Attached to Project:
Arch Linux
Opened by Piotr Rogoża (dracorp) - Thursday, 14 February 2013, 09:18 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 14 February 2013, 23:39 GMT
Opened by Piotr Rogoża (dracorp) - Thursday, 14 February 2013, 09:18 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 14 February 2013, 23:39 GMT
|
DetailsDescription:
Missing option --sysconfdir in the PKGBUILD. Default is PREFIX/etc i.e.: /usr/etc Additional info: * package version: 2.0.19-5 Steps to reproduce: diff --git a/PKGBUILD b/PKGBUILD index efbc00d..545c9ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -34,7 +34,8 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../protect-tool-env.patch # patch -p1 -i ../valid-keyblock-packet.patch - ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg + ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg \ + --sysconfdir=/etc make } |
This task depends upon
Closed by Gaetan Bisson (vesath)
Thursday, 14 February 2013, 23:39 GMT
Reason for closing: Fixed
Additional comments about closing: gnupg-2.0.19-6 in [testing]
Thursday, 14 February 2013, 23:39 GMT
Reason for closing: Fixed
Additional comments about closing: gnupg-2.0.19-6 in [testing]
$ strings /usr/lib/gnupg/* |grep etc
_IO_getc
gpgkeys: %s fetch error %d: %s
gpgkeys: HTTP fetch error %d: %s
gpgkeys: LDAP fetch for: %s
_IO_getc
/usr/etc/gnupg
_IO_getc
/usr/etc/gnupg
_IO_getc
/usr/etc/gnupg