Subject: Re: pkg/36503: clisp does not build on netbsd/cobalt
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: syamajala@gamebox.net <syamajala@gamebox.net>
List: pkgsrc-bugs
Date: 06/17/2007 12:20:03
The following reply was made to PR pkg/36503; it has been noted by GNATS.

From: "syamajala@gamebox.net" <syamajala@gamebox.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/36503: clisp does not build on netbsd/cobalt
Date: Sun, 17 Jun 2007 07:51:03 -0400

 after playing with ulimit here is what i managed to get:
 
 % ulimit -d `ulimit -dH`; sudo make
 Password:
 => Required installed package digest>=20010302: digest-20060826 found
 ===> Skipping vulnerability checks.
 WARNING: No /usr/pkgsrc/distfiles/pkg-vulnerabilities file found.
 WARNING: To fix, install the pkgsrc/security/audit-packages
 WARNING: package and run: ``/usr/pkg/sbin/download-vulnerability-list''.
 ===> Building for clisp-2.41
 --- pathname.o ---
 --- error.o ---
 --- stream.o ---
 --- pathname.o ---
 cc -I/usr/include -I/usr/pkg/include -O2 -I/usr/include
 -I/usr/pkg/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit
 -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2 -DUNICODE -I.
 -c pathname.c
 --- error.o ---
 cc -I/usr/include -I/usr/pkg/include -O2 -I/usr/include
 -I/usr/pkg/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit
 -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2 -DUNICODE -I.
 -c error.c
 --- stream.o ---
 cc -I/usr/include -I/usr/pkg/include -O2 -I/usr/include
 -I/usr/pkg/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit
 -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2 -DUNICODE -I.
 -c stream.c
 stream.d: In function 'C_socket_options':
 stream.d:14474: warning: value computed is not used
 stream.d: In function 'combine_stream_element_types':
 stream.d:15198: warning: value computed is not used
 gcc: Internal error: Killed (program cc1)
 Please submit a full bug report.
 See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
 *** [stream.o] Error code 1
 --- pathname.o ---
 pathname.d: In function 'C_launch':
 pathname.d:8558: warning: variable 'priority' might be clobbered by
 'longjmp' or 'vfork'
 pathname.d: In function 'parse_logical_word':
 pathname.d:1061: warning: 'ch' may be used uninitialized in this
 function
 1 error
 
 make: stopped in /usr/pkgsrc/lang/clisp/work/clisp-2.41/src
 *** Error code 2
 
 Stop.
 make: stopped in /usr/pkgsrc/lang/clisp
 *** Error code 1
 
 Stop.
 make: stopped in /usr/pkgsrc/lang/clisp