A small heads up before airing on the Pike list; we have put up a 7.4.20 dist on the site now, and are busy preparing some binary dists for linux-ppc and solaris-8-sparc. Linux-x86 is already available.
ftp://pike.ida.liu.se/pub/pike/latest-stable/Pike-v7.4.20.tar.gz
Feel free to contribute a binary dist for your platform too; just make bin_export and upload the result along with your config.info to ftp://pike.ida.liu.se/incoming/. And thanks in advance. :-)
Changelog?
/ Peter Lundqvist (disjunkt)
Previous text:
2003-04-04 17:50: Subject: 7.4.20
A small heads up before airing on the Pike list; we have put up a 7.4.20 dist on the site now, and are busy preparing some binary dists for linux-ppc and solaris-8-sparc. Linux-x86 is already available.
ftp://pike.ida.liu.se/pub/pike/latest-stable/Pike-v7.4.20.tar.gz
Feel free to contribute a binary dist for your platform too; just make bin_export and upload the result along with your config.info to ftp://pike.ida.liu.se/incoming/. And thanks in advance. :-)
/ Johan Sundström (folkskådare)
On Fri, Apr 04, 2003 at 05:55:03PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
A small heads up before airing on the Pike list; we have put up a 7.4.20 dist on the site now, and are busy preparing some binary dists for linux-ppc and solaris-8-sparc. Linux-x86 is already available.
ftp://pike.ida.liu.se/pub/pike/latest-stable/Pike-v7.4.20.tar.gz
Feel free to contribute a binary dist for your platform too; just make bin_export and upload the result along with your config.info to ftp://pike.ida.liu.se/incoming/. And thanks in advance. :-)
before I jump on the problem, is anybody aware of compilation on Linux/ARM? Here's a fragment of a Debian autobuilder log:
Making GL make[4]: Entering directory /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/post_modules/GL' make[5]: Entering directory /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/post_modules/GL' Compiling /build/buildd/pike7.4-7.4.17/src/post_modules/GL/top.c /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/master.pike /build/buildd/pike7.4-7.4.17/src/post_modules/GL/gen.pike < /build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c.in > /build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c Attempt to index the empty string with 0.
make[5]: *** [/build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c] Error 10
It's been happening consistently on this platform for several 7.4 releases now. Since compiling pike on ARM is a major pain in the neck, I thought I'd ask and maybe somebody has a clue of what might be wrong. The full build log is at:
http://buildd.debian.org/fetch.php?&pkg=pike7.4&ver=7.4.17-2&arc...
TIA,
marek
Is there any chance we could get such a beast in pikefarm? That would help us nail these problems much, much earlier.
/ Johan Sundström (folkskådare)
Previous text:
2003-04-04 18:11: Subject: Re: 7.4.20
On Fri, Apr 04, 2003 at 05:55:03PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
A small heads up before airing on the Pike list; we have put up a 7.4.20 dist on the site now, and are busy preparing some binary dists for linux-ppc and solaris-8-sparc. Linux-x86 is already available.
ftp://pike.ida.liu.se/pub/pike/latest-stable/Pike-v7.4.20.tar.gz
Feel free to contribute a binary dist for your platform too; just make bin_export and upload the result along with your config.info to ftp://pike.ida.liu.se/incoming/. And thanks in advance. :-)
before I jump on the problem, is anybody aware of compilation on Linux/ARM? Here's a fragment of a Debian autobuilder log:
Making GL make[4]: Entering directory /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/post_modules/GL' make[5]: Entering directory /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/post_modules/GL' Compiling /build/buildd/pike7.4-7.4.17/src/post_modules/GL/top.c /build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/build/buildd/pike7.4-7.4.17/build/linux-2.2.20-armv4l/master.pike /build/buildd/pike7.4-7.4.17/src/post_modules/GL/gen.pike < /build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c.in > /build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c Attempt to index the empty string with 0.
make[5]: *** [/build/buildd/pike7.4-7.4.17/src/post_modules/GL/auto.c] Error 10
It's been happening consistently on this platform for several 7.4 releases now. Since compiling pike on ARM is a major pain in the neck, I thought I'd ask and maybe somebody has a clue of what might be wrong. The full build log is at:
http://buildd.debian.org/fetch.php?&pkg=pike7.4&ver=7.4.17-2&arc...
TIA,
marek
/ Brevbäraren
On Fri, Apr 04, 2003 at 06:20:01PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
Is there any chance we could get such a beast in pikefarm? That would help us nail these problems much, much earlier.
I guess I could talk to one of the debian admins about it. The problem with those machines is that they are painfully slow and usually short on RAM, so putting another autobuilder on it might be problematic. But I will try to get something arranged. Btw, the same problem used to be on m68k - it's gone now.
marek
Being a debian package maintainer doesn't mean you should not let the upstream in on the odd problems you encounter on weird architectures, you know. ;-)
/ Johan Sundström (folkskådare)
Previous text:
2003-04-04 18:28: Subject: Re: 7.4.20
On Fri, Apr 04, 2003 at 06:20:01PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
Is there any chance we could get such a beast in pikefarm? That would help us nail these problems much, much earlier.
I guess I could talk to one of the debian admins about it. The problem with those machines is that they are painfully slow and usually short on RAM, so putting another autobuilder on it might be problematic. But I will try to get something arranged. Btw, the same problem used to be on m68k - it's gone now.
marek
/ Brevbäraren
On Fri, Apr 04, 2003 at 06:40:03PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
Being a debian package maintainer doesn't mean you should not let the upstream in on the odd problems you encounter on weird architectures, you know. ;-)
Right :). If anyone is interested in trying to solve that problem, I can grant them access to one of the ARM boxes, no problem :) - I just need their DSA key,
marek
I could perhaps take a look if the build tree stays around and it's possible to start new compilations etc. But judging from the way it cleans it up, along with all the other packages needed for compilation and running, it looks like it's a bit of work to get an environment where the problem can be debugged.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-04-04 18:48: Subject: Re: 7.4.20
On Fri, Apr 04, 2003 at 06:40:03PM +0200, Johan Sundström (folkskådare) @ Pike (-) developers forum scribbled:
Being a debian package maintainer doesn't mean you should not let the upstream in on the odd problems you encounter on weird architectures, you know. ;-)
Right :). If anyone is interested in trying to solve that problem, I can grant them access to one of the ARM boxes, no problem :) - I just need their DSA key,
marek
/ Brevbäraren
On Fri, Apr 04, 2003 at 07:20:02PM +0200, Martin Stjernholm, Roxen IS @ Pike developers forum scribbled:
I could perhaps take a look if the build tree stays around and it's possible to start new compilations etc. But judging from the way it cleans it up, along with all the other packages needed for compilation and running, it looks like it's a bit of work to get an environment where the problem can be debugged.
I can do it in a chroot on the machine. It's enough to copy the command line and get the compilation to the point where we have a linked pike binary. I will set it up and get back to you. Probably only tomorrow, though.
marek
pike-devel@lists.lysator.liu.se