pkgsrc-Bugs archive

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

pkg/37187: bootstrap fails when building bmake on jornada 690



>Number:         37187
>Category:       pkg
>Synopsis:       bootstrap fails when building bmake on jornada 690
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 23 14:55:00 +0000 2007
>Originator:     Emil Skoeldberg
>Release:        NetBSD 3.1.1_PATCH
>Organization:
NUIG
>Environment:
NetBSD jornada 3.1.1_PATCH NetBSD 3.1.1_PATCH (JORNADA690) #1: Wed Oct 10 
11:28:17 IST 2007  
root@matstaff04:/var/nfs/netbsd-3.1/obj/sys/arch/hpcsh/compile/JORNADA690 hpcsh
>Description:
When bootstrapping pkgsrc on my jornada 690, the building of bmake fails:

===> Bootstrapping bmake
===> running: (cd /usr/obj/pkg/bmake && env CPPFLAGS=' -I../../libnbcompat' 
LDFLAGS=' -L../../libnbcompat' LIBS='-lnbcompat'  /bin/sh ./boot-strap  -q -o 
NetBSD --prefix=/usr/obj/pkg --sysconfdir=/usr/obj/pkg --mksrc none 
--with-default-sys-path=/usr/obj/pkg/share/mk )
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking ar.h usability... yes
checking ar.h presence... yes
checking for ar.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking ranlib.h usability... yes
checking ranlib.h presence... yes
checking for ranlib.h... yes
checking for string.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking whether sys/cdefs.h is compatible... yes
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether sys_siglist is declared... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for asprintf... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for getwd... yes
checking for killpg... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for sigaction... yes
checking for sigvec... yes
checking for snprintf... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strtod... yes
checking for strtol... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for wait3... yes
checking for wait4... yes
checking for waitpid... yes
checking for getenv... (cached) yes
checking whether stat file-mode macros are broken... no
checking for struct stat.st_rdev... yes
checking if diff -u works... yes
checking for MACHINE & MACHINE_ARCH...
defaults: MACHINE=hpcsh, MACHINE_ARCH=sh3el
Using: MACHINE=hpcsh, MACHINE_ARCH=sh3el
Using: MKSRC=mk
configure: creating ./config.status
config.status: creating Makefile
config.status: creating makefile.boot
config.status: creating lst.lib/makefile.boot
config.status: creating unit-tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
You can now run

        make -f makefile.boot bootstrap

to produce a fully functional bmake. You can then use:

        make -f makefile.boot install

for an initial installation.  If you already have macros installed
you can use:

        ./bmake -f Makefile

to install etc.

rm -f bmake *.[ado] */*.[ado] .*.done .depend
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/arch.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/buf.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/compat.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/cond.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/dir.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/for.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/hash.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/job.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\" "-DMACHINE=\"hpcsh\"" 
"-DMACHINE_ARCH=\"sh3el\"" -o main.o -c /usr/obj/pkg/bmake/main.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/make.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/parse.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/str.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/suff.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/targ.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/trace.c
gcc -g -O2 -I. -I/usr/obj/pkg/bmake -DHAVE_CONFIG_H  -I../../libnbcompat  
-DDEFAULT_CSH=\"/bin/csh\" -DDEFAULT_KSH=\"/bin/ksh\"  -DDEFAULT_SH=\"/bin/sh\" 
-DDEFAULT_SYS_PATH=\"/usr/obj/pkg/share/mk\"  -I../../libnbcompat -c 
/usr/obj/pkg/bmake/var.c
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.
*** Error code 1

Stop.
make: stopped in /usr/obj/pkg/bmake/NetBSD
===> exited with status 1
aborted.


>How-To-Repeat:

>Fix:




Home | Main Index | Thread Index | Old Index