On 10/21/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > hi, > > got some build problem with the latest patches: > > /usr/share/cdbs/1/rules/buildcore.mk:70: Parsing xsel-0.9.6.tar... > test -x debian/rules > test "`id -u`" = 0 > dh_clean -k > dh_installdirs -A > if [ -n "" ]; then \ > mkdir -p ""; \ > fi > if [ ! -d "." ]; then \ > mkdir -p "."; \ > fi > if [ -z "" ]; then \ > if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ > fi > if test -e /usr/share/misc/config.guess ; then \ > for i in ./_darcs/current/config.guess ./config.guess ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.guess $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/misc/config.sub ; then \ > for i in ./_darcs/current/config.sub ./config.sub ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.sub $i ; \ > fi ; \ > done ; \ > fi > make -C . test > make[1]: Entering directory `/tmp/buildd/fish-1.21.12' > cc -g -Wall -O2 -std=c99 -D_GNU_SOURCE=1 -D_ISO99_SOURCE=1 > -DLOCALEDIR=\"/usr/share/locale\" -DPREFIX=L\"/usr\" > -DDATADIR=L\"/usr/share\" -DSYSCONFDIR=L\"/etc\" -std=c99 -c -o > fish_tests.o fish_tests.c > fish_tests.c: In function 'expand_test': > fish_tests.c:556: warning: ignoring return value of 'expand_string', declared > with attribute warn_unused_result > fish_tests.c: At top level: > fish_tests.c:95: warning: 'ok' defined but not used > cc function.o builtin.o complete.o env.o exec.o expand.o highlight.o > history.o kill.o parser.o proc.o reader.o sanity.o tokenizer.o wildcard.o > wgetopt.o wutil.o input.o output.o intern.o env_universal.o > env_universal_common.o input_common.o event.o signal.o io.o parse_util.o > common.o screen.o path.o fish_tests.o -lncurses -o fish_tests > ./fish_tests; cd tests; ../fish <test.fish; > Testing low-level functionality > Lines beginning with '(ignore):' are not errors, they are warning messages > generated by the fish parser library when given broken input, and can be > ignored. All actual errors begin with 'Error:'. > (ignore): Unknown command 'fishd' > Standard input: fishd ^/tmp/fishd.log.root > ^ > Testing utility library > Hashtable uses 0.902344 microseconds per element at size 512 > Hashtable uses 0.999023 microseconds per element at size 1024 > Hashtable uses 0.958496 microseconds per element at size 2048 > Hashtable uses 0.997314 microseconds per element at size 4096 > Hashtable uses 1.422119 microseconds per element at size 8192 > Hashtable uses 1.257202 microseconds per element at size 16384 > Hashtable uses 1.485840 microseconds per element at size 32768 > Hashtable uses 1.661407 microseconds per element at size 65536 > Hashtable uses 1.726112 microseconds per element at size 131072 > Testing string_buffer_t functionality > numerical formating works > Testing tokenizer > Testing invalid input > (ignore): function tok_init called with null value for argument b. This is a > bug. If you can reproduce it, please send a bug report to [EMAIL PROTECTED] > (ignore): function tok_last_type called with null value for argument > tok->buff. This is a bug. If you can reproduce it, please send a bug report > to [EMAIL PROTECTED] > Testing use of broken tokenizer > (ignore): function tok_has_next called with null value for argument > tok->buff. This is a bug. If you can reproduce it, please send a bug report > to [EMAIL PROTECTED] > (ignore): function tok_next called with null value for argument tok->buff. > This is a bug. If you can reproduce it, please send a bug report to [EMAIL > PROTECTED] > (ignore): function tok_last_type called with null value for argument > tok->buff. This is a bug. If you can reproduce it, please send a bug report > to [EMAIL PROTECTED] > Test destruction of broken tokenizer > Test correct tokenization > Testing parser > Testing null input to parser > (ignore): function parser_test called with null value for argument buff. This > is a bug. If you can reproduce it, please send a bug report to [EMAIL > PROTECTED] > Testing block nesting > Testing detection of invalid use of builtin commands > Testing basic evaluation > (ignore): Tried to evaluate null pointer. > (ignore): If this error can be reproduced, please send a bug report to [EMAIL > PROTECTED] > (ignore): Tried to evaluate commands using invalid block type ''while' block' > (ignore): If this error can be reproduced, please send a bug report to [EMAIL > PROTECTED] > Testing parameter expansion > Encountered 0 errors in low-level tests > close: Bad file descriptor > fish: Unknown command 'fishd' > Standard input: fishd ^/tmp/fishd.log.root > ^ > Testing high level script functionality > Error output differs for file test1.in > File test1.in failed tests > Error output differs for file test2.in > File test2.in failed tests > Error output differs for file test3.in > File test3.in failed tests > Error output differs for file test4.in > File test4.in failed tests > Error output differs for file test5.in > File test5.in failed tests > /bin/sh: line 1: 13484 Segmentation fault ../fish <test.fish > make[1]: *** [test] Error 139 > make[1]: Leaving directory `/tmp/buildd/fish-1.21.12' > make: *** [common-post-build-impl] Error 2 > pbuilder: Failed autobuilding of package > W: no hooks of type C found -- ignoring > -> Aborting with an error > -> unmounting dev/pts filesystem > -> unmounting proc filesystem > -> cleaning the build env > -> removing directory /var/cache/pbuilder/dapper/build//8185 and its > subdirectories
I noticed the same problem just a few minutes before seeing this mail. Patch is in the darcs tree. Thanks for the report. > > greetings, martin. > -- > cooperative communication with sTeam - caudium, pike, roxen and unix > offering: programming, training and administration - anywhere in the world > -- > pike programmer travelling and working in europe open-steam.org > unix system- bahai.or.at iaeste.(tuwien.ac|or).at > administrator (caudium|gotpike).org is.schon.org > Martin Bähr http://www.iaeste.or.at/~mbaehr/ > -- Axel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
