| Summary: | libtool15 build fails | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Karl Denninger <karl> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer State Changed From-To: open->closed Fixed in libtool-1.5.22_4 and libltdl-1.5.22_2 - a necessary patch to prevent insanely long startup times for libltdl-using ports resulted in the build infrastructure failing in a somewhat non-deterministic fashion, depending on the ports already installed on a system. |
attempt to build libtool15 out of ports, current as of today (1/27) Fails with complaint about an include file. automake and perl are present. This tool is necessary to compile Apache 2.2 Error is.... checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for libtool-1.5.22_3 Making all in . CONFIG_FILES=libtoolize CONFIG_HEADERS= /bin/sh ./config.status config.status: creating libtoolize config.status: executing depfiles commands chmod +x libtoolize Making all in libltdl cd . && /bin/sh /usr/ports/devel/libtool15/work/libtool-1.5.22/libltdl/missing --run aclocal-1.9a aclocal-1.9a: not found WARNING: `aclocal-1.9a' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/devel/libtool15/work/libtool-1.5.22/libltdl/missing --run autoheader /usr/local/bin/gm4: configure.in: No such file or directory rm -f stamp-h1 touch ./config-h.in cd . && /bin/sh /usr/ports/devel/libtool15/work/libtool-1.5.22/libltdl/missing --run autoconf autoconf: configure.in: No such file or directory *** Error code 1 Stop in /usr/ports/devel/libtool15/work/libtool-1.5.22/libltdl. *** Error code 1 Stop in /usr/ports/devel/libtool15/work/libtool-1.5.22. *** Error code 1 Stop in /usr/ports/devel/libtool15. Fix: None as of this time. %SPAMBLOCK-SYS: Matched [@freebsd.org+], message ok How-To-Repeat: # cd /usr/ports/devel/libtool15 # make See above