Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1630)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#923 fixed Make check fails on OpenBSD 5.1 with 4.8.0rc3 zmyrgel
Description

Make check fails on scrutiny test and exits with exit code 2.

#924 duplicate Callback test fails on cygwin zmyrgel
Description

Tried to run make PLATFORM=cygwin PREFIX=pwd all install check but got following failure on callback tests. ---

======================================== callback tests ... ../chicken callback-tests.scm -output-file a.c -verbose -include-path .. gcc a.c -o a.o -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I.. -I"/home/zmyrgel/chicken-4.8.0rc3/include/chicken" rm a.c gcc a.o -o a.out -L.. -L"/home/zmyrgel/chicken-4.8.0rc3/lib" -lchicken -lm rm a.o callbacks ... hi! callbacks ... hi! hi! [panic] callback returned twice - execution terminated

callback-tests.scm:16: print g67 callback-tests.scm:17: ##sys#gc callback-tests.scm:17: g11 callback-tests.scm:7: call/cc callback-tests.scm:9: print callback-tests.scm:19: command-line-arguments callback-tests.scm:20: k1 callback-tests.scm:9: print <-- double-return from callback failed as it should. ======================================== runtime tests ... [panic] nursery is too small - try higher setting using the `-:s' option - execution terminated

rules.make:660: recipe for target `check' failed make[1]: * [check] Error 1 make[1]: Leaving directory `/home/zmyrgel/chicken-4.8.0rc3' GNUmakefile:54: recipe for target `check' failed make: * [check] Error 2

zmyrgel@gamerig ~/chicken-4.8.0rc3 $

#1307 fixed invalid number of parameters in install target on Windows zmyrgel
Description

I tried to install chicken on windows following the instructions from https://wiki.call-cc.org/compiling-chicken-on-windows-xp-with-mingw but the install part failed with following:

1 File(s) copied
xcopy /Y .\feathers.1 "C:\chicken\share\man\man1"
.\feathers.1
1 File(s) copied
mkdir  "C:\chicken\share\chicken\doc\manual"
xcopy /Y .\manual-html\* "C:\chicken\share\chicken\doc\manual"
0 File(s) copied
xcopy /Y .\README "C:\chicken\share\chicken\doc"
.\README
1 File(s) copied
xcopy /Y .\LICENSE "C:\chicken\share\chicken\doc"
.\LICENSE
1 File(s) copied
xcopy /Y .\setup.defaults "C:\chicken\share\chicken"
.\setup.defaults
1 File(s) copied
xcopy /Y .\feathers.tcl "C:\chicken/share/chicken"
Invalid number of parameters
.\rules.make:415: recipe for target 'install-other-files' failed
mingw32-make: *** [install-other-files] Error 4

C:\Users\tmy\Downloads\chicken-4.11.0>

Seems DATADIR variable is using wrong separators so the xcopy mistakes path as command argument. Replacing the path arguments separaters with backslashes made the install target complete succesfully.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.