[Bug 244243] security/gnupg: gnupg does not build on FreeBSD-11.3-STABLE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 20 14:19:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244243
Bug ID: 244243
Summary: security/gnupg: gnupg does not build on
FreeBSD-11.3-STABLE
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: adamw at FreeBSD.org
Reporter: jau at iki.fi
Flags: maintainer-feedback?(adamw at FreeBSD.org)
Assignee: adamw at FreeBSD.org
Gnupg build tries to use with makeinfo an option which is not know/supported
by the in FreeBSD-11.3-STABLE.
The ports kit needs to be either modified to avoid the unsupported option or
makeinfo in FreeBSD-11.3-STABLE needs to be updated to support it.
The unsupported option is '--css-ref=/share/site.css'.
See an example below...
rm -rf $backupdir; exit $rc
incd="`test -f defsincdate || echo './'`defsincdate"; \
for file in gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi dirmngr.texi
scdaemon.texi tools.texi wks.texi ; do \
/usr/local/bin/yat2m -I . --release "GnuPG 2.2.19" --source "GNU
Privacy Guard 2.2" --store \
--date "`cat $incd 2>/dev/null`" \
`test -f '$file' || echo './'`$file ; done
yat2m: writing 'gnupg.7'
makeinfo: unrecognized option `--css-ref=/share/site.css'
Try `makeinfo --help' for more information.
gmake[5]: *** [Makefile:586: gnupg.info] Error 1
gmake[5]: *** Waiting for unfinished jobs....
yat2m: writing 'gpg2.1'
yat2m: writing 'gpgsm.1'
yat2m: writing 'gpg-agent.1'
yat2m: writing 'dirmngr.8'
yat2m: writing 'scdaemon.1'
yat2m: writing 'watchgnupg.1'
yat2m: writing 'gpgv2.1'
yat2m: writing 'addgnupghome.8'
yat2m: writing 'gpgconf.1'
yat2m: writing 'applygnupgdefaults.8'
yat2m: writing 'gpg-preset-passphrase.1'
yat2m: writing 'gpg-connect-agent.1'
yat2m: writing 'dirmngr-client.1'
yat2m: writing 'gpgparsemail.1'
yat2m: writing 'symcryptrun.1'
yat2m: writing 'gpgtar.1'
yat2m: writing 'gpg-wks-client.1'
yat2m: writing 'gpg-wks-server.1'
gmake[5]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.2.19/doc'
gmake[4]: *** [Makefile:550: all] Error 2
gmake[4]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.2.19/doc'
gmake[3]: *** [Makefile:615: all-recursive] Error 1
gmake[3]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.2.19'
gmake[2]: *** [Makefile:535: all] Error 2
gmake[2]: Leaving directory '/usr/ports/security/gnupg/work/gnupg-2.2.19'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/security/gnupg
*** Error code 1
Stop.
make: stopped in /usr/ports/security/gnupg
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list