Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-14 Thread Vesa Kaihlavirta
Excerpts from Jim Ursetto's message of 2011-06-14 03:35:48 +0300: FYI, there is a patch to enable parallel builds at http://bugs.call-cc.org/attachment/ticket/526/parallel-build-2.diff.txt . It's not officially supported yet, but if you want to test it out, please do. Full chicken build,

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-14 Thread Jim Ursetto
On Jun 14, 2011, at 2:11 AM, Vesa Kaihlavirta wrote: Excerpts from Jim Ursetto's message of 2011-06-14 03:35:48 +0300: FYI, there is a patch to enable parallel builds Full chicken build, single process, ran through bash's time on our build machine: real 3m11.415s user 3m5.0568s You

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-13 Thread Jim Pryor
Thanks Thomas and Jim, that looks right. But puzzling enough, I'm still having troubles. I'm also using ArchLinux, and I can't get the build to succeed even using Thomas' package build script (which is essentially just the same build script I was using, except deleting the obsolete lines at the

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-13 Thread Thomas Chust
2011/6/13 Jim Pryor lists+chic...@jimpryor.net: Thanks Thomas and Jim, that looks right. But puzzling enough, I'm still having troubles. [...] == Starting package()... [...] make[1]: *** [install-libs] Error 1 make[1]: *** Waiting for unfinished jobs [...] Hello Jim, this looks as if

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-13 Thread Jim Pryor
On Mon, Jun 13, 2011 at 12:56:42PM +0200, Thomas Chust wrote: 2011/6/13 Jim Pryor lists+chic...@jimpryor.net: Thanks Thomas and Jim, that looks right. But puzzling enough, I'm still having troubles. [...] == Starting package()... [...] make[1]: *** [install-libs] Error 1 make[1]:

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-13 Thread Vesa Kaihlavirta
Excerpts from Jim Pryor's message of 2011-06-13 15:51:21 +0300: On Mon, Jun 13, 2011 at 12:56:42PM +0200, Thomas Chust wrote: 2011/6/13 Jim Pryor lists+chic...@jimpryor.net: I'm cc'ing Vesa Kaihlavirta, who's listed as the current maintainer for the Chicken package in Arch. Vesa, some of us

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-13 Thread Jim Ursetto
FYI, there is a patch to enable parallel builds at http://bugs.call-cc.org/attachment/ticket/526/parallel-build-2.diff.txt . It's not officially supported yet, but if you want to test it out, please do. Jim On Jun 13, 2011, at 10:20 AM, Vesa Kaihlavirta wrote: Excerpts from Jim Pryor's

[Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-12 Thread Jim Pryor
Hi, I've recently tried upgrading from Chicken 4.6.3 to 4.7.0. This is the build/packaging script that has worked for me with previous builds: # parallel builds are not supported.. export MAKEFLAGS=${MAKEFLAGS/-j?/} make PLATFORM=linux PREFIX=/usr make PLATFORM=linux PREFIX=/usr

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-12 Thread Thomas Chust
2011/6/12 Jim Pryor lists+chic...@jimpryor.net: [...] This is the build/packaging script that has worked for me with previous builds: [...]  # should be a symbolic link not a copy otherwise ldconfig will cry  rm -f ${pkgdir}/usr/lib/libchicken.so  ln -s /usr/lib/libchicken.so.5

Re: [Chicken-users] Problems with csc 4.7.0 on x86_64

2011-06-12 Thread Jim Ursetto
I think Thomas is right, it looks like the system can't find the shared library as it is perhaps installed incorrectly, and is falling back to the static library which will fail. On Jun 12, 2011, at 2:44 PM, Jim Pryor wrote: $ csc -s hello.scm /usr/bin/ld: