[Bug 226080] textproc/xlhtml: fails to build [includes FIX]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 21 01:53:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226080
Bug ID: 226080
Summary: textproc/xlhtml: fails to build [includes FIX]
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: easy, patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: portmaster at bsdforge.com
textproc/xlxhtml fails to make/build on [at least] CURRENT,
with the following:
===> Building for xlhtml-0.5_4,1
gmake[2]: Entering directory '/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
cd . && aclocal
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not
'configure.in'
cd . && automake --gnu Makefile
automake-1.15: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:16: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are
deprecated. For more info, see:
configure.in:16:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:19: error: required file './compile' not found
configure.in:19: 'automake --add-missing' can install 'compile'
gmake[2]: *** [Makefile:95: Makefile.in] Error 1
gmake[2]: Leaving directory '/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
...
THE FIX:
change the following line in the ports Makefile
from
USES= gmake tar:tgz
to
AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE= yes
USES= gmake tar:tgz autoreconf pkgconfig
and it builds, and installs as expected.
--Chris
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list