Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 01:53:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226080] textproc/xlhtml: fails to build [includes FIX]
Message-ID:  <bug-226080-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226080

            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@FreeBSD.org
          Reporter: portmaster@bsdforge.com

textproc/xlxhtml fails to make/build on [at least] CURRENT,
with the following:

=3D=3D=3D>  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_005f=
INIT_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'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1
...

THE FIX:
change the following line in the ports Makefile
from

USES=3D           gmake tar:tgz

to

AUTOMAKE_ARGS+=3D --add-missing
GNU_CONFIGURE=3D  yes
USES=3D           gmake tar:tgz autoreconf pkgconfig

and it builds, and installs as expected.


--Chris

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226080-13>