ports/152297: Building gmake fails if system builded with WITHOUT_INFO in src.conf
Alexey Markov
redrat at mail.ru
Tue Nov 16 14:40:08 UTC 2010
>Number: 152297
>Category: ports
>Synopsis: Building gmake fails if system builded with WITHOUT_INFO in src.conf
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 16 14:40:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Alexey Markov
>Release: FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
JSC Complitex
>Environment:
FreeBSD ku-new.memo.ru 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Tue Nov 16 13:24:37 MSK 2010 redrat at ku-new.memo.ru:/usr/obj/usr/src/sys/KU-NEW amd64
>Description:
I have built world with custom src.conf (with "WITHOUT_INFO=yes" in it) and installed it on the new disk. After rebooting I have tried to build some ports (with "NOPORTDOCS=yes" in make.conf), and got the following error:
Making all in doc
Updating ./version.texi
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 ./make.info ./make.info-[0-9] ./make.info-[0-9][0-9] ./make.i[0-9] ./m
ake.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; f
i; done; else :; fi && cd "$am__cwd"; if makeinfo --no-split -I . -o ./ma
ke.info ./make.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backu
pdir/* `echo "././make.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit
$rc
makeinfo: not found
*** Error code 127
Stop in /tmp/gmake/make-3.81/doc.
*** Error code 1
Stop in /tmp/gmake/make-3.81.
*** Error code 1
Stop in /tmp/gmake/make-3.81.
*** Error code 1
Stop in /arc/ports/devel/gmake.
I think ports/devel/gmake/Makefile must obey the NOPORTDOCS= in make.conf and do not try to build and install .info documentation.
>How-To-Repeat:
1. echo "WITHOUT_INFO" >> /etc/src.conf
2. Build world and install it on clean slice
3. cd /usr/ports/devel/gmake && make
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list