tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

2008Q1 bootstrap issues under solaris 10u4?



trying to get the bootstrap compiled up with Sun Studios 12 inside a zone (not 
that I think that has any bearing, mind you).

The compilation phase seems to progress fine, however when the bmake unit tests 
are run, it just appears to stop dead with no output:

# sh ./bootstrap
===> bootstrap command: ./bootstrap
===> bootstrap started: Thu Apr 17 17:59:19 EST 2008
Working directory is: /usr/pkgsrc/bootstrap/work
===> running: /usr/xpg4/bin/sed -e 's|@DEFAULT_INSTALL_MODE@|'0755'|' 
/usr/pkgsrc/sysutils/install-sh/files/install-sh.in > 
/usr/pkgsrc/bootstrap/work/bin/install-sh
===> running: /usr/bin/chmod +x /usr/pkgsrc/bootstrap/work/bin/install-sh
===> Building libnbcompat
===> running: (cd /usr/pkgsrc/bootstrap/work/libnbcompat; /usr/xpg4/bin/sh 
./configure  -C --prefix=/usr/pkg --mandir=/usr/pkg/man 
--sysconfdir=/usr/pkg/etc && make )
configure: loading cache config.cache
checking build system type... (cached) sparc-sun-solaris2.10
checking host system type... (cached) sparc-sun-solaris2.10
checking whether make sets $(MAKE)... (cached) yes
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
:
:
cc -L../../libnbcompat  -o bmake arch.o buf.o compat.o cond.o dir.o for.o 
hash.o job.o main.o make.o parse.o str.o suff.o targ.o trace.o var.o util.o 
lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o 
lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o 
lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o 
lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o lstReplace.o 
lstSucc.o lstPrev.o getenv.o sigcompat.o -lnbcompat
CC="cc" LIBC= MAKEFLAGS= 
MAKESYSPATH=`pwd`/mk:/usr/pkgsrc/bootstrap/work/share/mk:mk:/usr/pkgsrc/bootstrap/work/share/mk:/usr/share/mk:/usr/local/share/mk:/opt/share/mk
 ./bmake.boot -f Makefile bmake.1
`bmake.1' is up to date.
CC="cc" LIBC= MAKEFLAGS= 
MAKESYSPATH=`pwd`/mk:/usr/pkgsrc/bootstrap/work/share/mk:mk:/usr/pkgsrc/bootstrap/work/share/mk:/usr/share/mk:/usr/local/share/mk:/opt/share/mk
 `pwd`/bmake -f Makefile test
cd /usr/pkgsrc/bootstrap/work/bmake/SunOS/unit-tests && 
/usr/pkgsrc/bootstrap/work/bmake/SunOS/bmake 
TEST_MAKE=/usr/pkgsrc/bootstrap/work/bmake/SunOS/bmake test
/usr/pkgsrc/bootstrap/work/bmake/SunOS/bmake -f Makefile > test.out 2>&1

... and hang ...

test.out doesn't appear to contain any content and is zero length.

Has anyone else seen such behaviour under Solaris 10?

Regards,
Malcolm

-- 
Malcolm Herbert                                This brain intentionally
mjch%mjch.net@localhost                                                left 
blank



Home | Main Index | Thread Index | Old Index