Subject: pkg/35123: lang/utilisp fails during build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <diro@nixsys.bz>
List: pkgsrc-bugs
Date: 11/25/2006 22:35:00
>Number:         35123
>Category:       pkg
>Synopsis:       lang/utilisp fails during build
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 25 22:35:00 +0000 2006
>Originator:     diro@nixsys.bz
>Release:        NetBSD 3.1
>Organization:
>Environment:
System: NetBSD asche 3.1 NetBSD 3.1 (ASCHE.MP) #0: Sat Nov 18 16:53:13 UTC 2006  root@asche:/usr/src/sys/arch/alpha/compile/ASCHE.MP alpha
Architecture: alpha
Machine: alpha
>Description:

cc -export-dynamic -o utilisp main.o alloc.o eval.o init.o input.o output.o sysf                                                                                               nfix.o sysfnlist.o err.o sysfnspec.o sysfnmis.o sysfncd.o sysfnpred.o sysfnio.o                                                                                                sysfnvec.o sysfnmap.o sysfnhash.o sysfneval.o sysfnstg.o sysfnsym.o sysfnerr.o s                                                                                               ysfnsys.o sysfnnum.o gc.o version.o sysdep.o makecode.o proglink.o bignum.o sysf                                                                                               nflo.o -lm
cc -DUTILISPLIB -I. -O2 -mieee -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib                                                                                               /utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.                                                                                               l\" -DUTILISP=\"/usr/pkg/bin/utilisp\" -c -o libinit.o  init.c
init.c: In function `defeof_f':
init.c:106: warning: cast from pointer to integer of different size
init.c:106: warning: cast from pointer to integer of different size
init.c:107: warning: cast from pointer to integer of different size
init.c: In function `init_subr':
init.c:647: warning: cast to pointer from integer of different size
init.c:648: warning: cast to pointer from integer of different size
init.c: In function `init_deffunc':
init.c:756: warning: cast to pointer from integer of different size
init.c:757: warning: cast to pointer from integer of different size
init.c: In function `init_spec':
init.c:773: warning: cast from pointer to integer of different size
init.c:794: warning: cast to pointer from integer of different size
ar ruv libutilisp.a main.o alloc.o eval.o libinit.o input.o output.o sysfnfix.o                                                                                                sysfnlist.o err.o sysfnspec.o sysfnmis.o sysfncd.o sysfnpred.o sysfnio.o sysfnve                                                                                               c.o sysfnmap.o sysfnhash.o sysfneval.o sysfnstg.o sysfnsym.o sysfnerr.o sysfnsys                                                                                               .o sysfnnum.o gc.o version.o sysdep.o makecode.o proglink.o bignum.o sysfnflo.o
ar: creating libutilisp.a
a - main.o
a - alloc.o
a - eval.o
a - libinit.o
a - input.o
a - output.o
a - sysfnfix.o
a - sysfnlist.o
a - err.o
a - sysfnspec.o
a - sysfnmis.o
a - sysfncd.o
a - sysfnpred.o
a - sysfnio.o
a - sysfnvec.o
a - sysfnmap.o
a - sysfnhash.o
a - sysfneval.o
a - sysfnstg.o
a - sysfnsym.o
a - sysfnerr.o
a - sysfnsys.o
a - sysfnnum.o
a - gc.o
a - version.o
a - sysdep.o
a - makecode.o
a - proglink.o
a - bignum.o
a - sysfnflo.o
cd lib; /usr/bin/make all
UTILISP_LIB_PATH=./ UTILISP_HEADER_PATH=../src ../src/utilisp -N -n < makeall.l
[1]   Segmentation fault (core dumped) UTILISP_LIB_PATH...
*** Error code 139

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp/work/utilispc-1.13/lib
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp/work/utilispc-1.13
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp


>How-To-Repeat:
	make lang/utilisp in pkgsrc-2006Q3
>Fix: