misc/121296: devel/libtool15 build failure with WITHOUT_INFO=yes

Olivier Smedts olivier at gid0.org
Sun Mar 2 18:10:03 UTC 2008


>Number:         121296
>Category:       misc
>Synopsis:       devel/libtool15 build failure with WITHOUT_INFO=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 18:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Smedts
>Release:        7.0-RELEASE
>Organization:
gid0.org
>Environment:
FreeBSD zimbra.gid0.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Fri Feb 29 20:43:15 CET 2008     root at z.gid0.org:/work/obj/work/src/sys/XPC  i386
>Description:
devel/libtool15 can't be built when world has been installed with WITHOUT_INFO=yes in make.conf or src.conf. 'Making all in doc' need makeinfo.

=> libtool-1.5.24.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://ftp.gnu.org/gnu/libtool/.
libtool-1.5.24.tar.gz                         100% of 2851 kB  316 kBps
===>  Extracting for libtool-1.5.24
=> MD5 Checksum OK for libtool-1.5.24.tar.gz.
=> SHA256 Checksum OK for libtool-1.5.24.tar.gz.
===>  Patching for libtool-1.5.24
===>  Applying FreeBSD patches for libtool-1.5.24
===>  Configuring for libtool-1.5.24
[...]
===>  Building for libtool-1.5.24
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
rm -f stamp-h1
touch ./config-h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-am
Making all in doc
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (makeinfo --no-split --version) >/dev/null 2>&1; then  for f in ./libtool.info ./libtool.info-[0-9] ./libtool.info-[0-9][0-9] ./libtool.i[0-9] ./libtool.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if makeinfo --no-split   -I .  -o ./libtool.info ./libtool.texi;  then  rc=0;  cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././libtool.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
makeinfo: not found
*** Error code 127

Stop in /usr/ports/devel/libtool15/work/libtool-1.5.24/doc.
*** Error code 1

Stop in /usr/ports/devel/libtool15/work/libtool-1.5.24.
*** Error code 1

Stop in /usr/ports/devel/libtool15.
*** Error code 1

>How-To-Repeat:
Try to install devel/libtool15 in a jail which has been installed with WITHOUT_INFO=yes in make.conf or src.conf.
>Fix:
I don't have a patch. But I could install libtool by removing the line 'CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"' in the port's Makefile. After that, "make" displays a warning cause makeinfo is missing, but it doesn't fail.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list