pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32660: sysutils/coreutils 5.2.1 need gmake to build
>Number: 32660
>Category: pkg
>Synopsis: sysutils/coreutils 5.2.1 need gmake to build
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jan 29 07:30:00 +0000 2006
>Originator: OBATA Akio
>Release: NetBSD 3.0.0_STABLE
>Organization:
LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 3.0.0_STABLE NetBSD 3.0.0_STABLE (MIKI) #8: Wed Jan
11 02:28:09 JST 2006 root@:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
sysutils/coreutils build failed on NetBSD 3.0.0_STABLE.
>How-To-Repeat:
try
% cd sysutils/coreutils
% make
result in
Making all in doc
cd .. && /usr/bin/make am--refresh
Updating ./version.texi
restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir
&& mkdir $backupdir && for f in ./coreutils.info ./coreutils.info-[0-9]
./coreutils.info-[0-9][0-9] ./coreutils.i[0-9] ./coreutils.i[0-9][0-9]; do if
test -f $f; then mv $f $backupdir; restore=mv; fi; done; cd "$am__cwd";
if makeinfo --no-split -I . -o ./coreutils.info ./coreutils.texi; then
rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo
"././coreutils.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/coreutils/work/coreutils-5.2.1/doc
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/coreutils/work/coreutils-5.2.1
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/coreutils/work/coreutils-5.2.1
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/coreutils
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===> * log of the build
===> * /usr/pkgsrc/sysutils/coreutils/work/.work.log
===>
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/coreutils
>Fix:
It seem to need gmake to build.
If replace
USE_TOOLS+= perl
in pkgsrc Makefile to
USE_TOOLS+= perl gmake
build works fine.
Home |
Main Index |
Thread Index |
Old Index