Re: perl-5.10.0

2008-04-08 Thread werner maes
hello I forgot to let you know. Everything compiles fine (glibc-2.5, perl-5.10.0, linux-2.6.24.4). but while testing the bootcd built on etch I got this failed to execute /init failed to execute /linuxrc Kernel panic not syncing no init found the init however is available in initrd. cpio -cid

Re: perl-5.10.0

2008-04-04 Thread werner maes
Eureka I have found a solution, don't know whether it's good but at least perl seems to compile now. I added -Ud_eaccess to the perl configure script. I have no idea however what eaccess is about :) Another bug came up however in expat-2.0.1: Expat.xs:12:19: error: expat.h: No such file or dire

Re: perl-5.10.0

2008-04-04 Thread werner maes
still I end up with cc -o miniperl \ miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libperl.a(pp_sys.o): In function `Perl_pp_fteexec': pp_sys.c:(.text+0x6661): undefined reference to `eaccess' libperl.a(pp_sys.o): In function `Perl_pp_ftewrite': pp_sy

Re: perl-5.10.0

2008-04-04 Thread Nils Olav Fossum
Fredag 04 april 2008 09:28, skrev werner maes: > I'll do some more testing. > switching from mawk to gawk resolves some issues. but I'm still building. yes, also, I had to uninstall mawk, as it was till picked up. Seems like gawk and gawk only is the way to go. :-) --

Re: perl-5.10.0

2008-04-04 Thread werner maes
well I'll do some more testing. switching from mawk to gawk resolves some issues. but I'm still building. I also had to install g++ (the c++ compiler). I'll let you know. werner At 00:55 4/04/2008, Juan Jose Pablos wrote: >werner maes escribió: >>so it seems I have no luck with glibc-2.5 nor wit

Re: perl-5.10.0

2008-04-03 Thread Juan Jose Pablos
werner maes escribió: > so it seems I have no luck with glibc-2.5 nor with glibc-2.3.6 > > bad luck > ok, I think that it compile fine on my system, but I am ok with perl 5.8.8 Should I change it back to previous version? I want to start heading to a new release... ---

Re: perl-5.10.0

2008-03-31 Thread werner maes
At 15:46 31/03/2008, Nils Olav Fossum wrote: >Mandag 31 mars 2008 15:32, skrev werner maes: > > > > I installed debian etch but perl 5.10.0 compile ends with > > > > Use which C compiler? [cc] > > /usr/bin/ld: crt1.o: No such file: No such file or directory > >do you have libc6-dev installed? >crt1

Re: perl-5.10.0

2008-03-31 Thread Nils Olav Fossum
Mandag 31 mars 2008 15:32, skrev werner maes: > > I installed debian etch but perl 5.10.0 compile ends with > > Use which C compiler? [cc] > /usr/bin/ld: crt1.o: No such file: No such file or directory do you have libc6-dev installed? crt1.o is in that package. > with glibc=glibc-2.3.6 and glibc=

Re: perl-5.10.0

2008-03-31 Thread werner maes
At 10:38 31/03/2008, you wrote: >At 09:51 31/03/2008, werner maes wrote: > >At 23:12 28/03/2008, Nils Olav Fossum wrote: > > >Fredag 28 mars 2008 21:16, skrev Werner Maes: > > > > Quoting Nils Olav Fossum <[EMAIL PROTECTED]>: > > > > > yes, I got the same error when using glibc-2.6.1 on debian Etch

Re: perl-5.10.0

2008-03-31 Thread Nils Olav Fossum
Mandag 31 mars 2008 10:38, skrev werner maes: > > > > > > > > I use glibc=glibc-2.5.1 > > > > > > > > >> I use gcc version 3.4.4 > > > > it's sarge, debian 3.1 > > > > is this too old?? > > > > > >I really dont know.. > > >What happens if you try glibc=glibc-2.3.6 ? > > > >same error if I set glib

Re: perl-5.10.0

2008-03-31 Thread werner maes
At 09:51 31/03/2008, werner maes wrote: >At 23:12 28/03/2008, Nils Olav Fossum wrote: > >Fredag 28 mars 2008 21:16, skrev Werner Maes: > > > Quoting Nils Olav Fossum <[EMAIL PROTECTED]>: > > > > yes, I got the same error when using glibc-2.6.1 on debian Etch. > > > > try glibc=glibc-2.3.6 in the Ma

Re: perl-5.10.0

2008-03-31 Thread werner maes
At 23:12 28/03/2008, Nils Olav Fossum wrote: >Fredag 28 mars 2008 21:16, skrev Werner Maes: > > Quoting Nils Olav Fossum <[EMAIL PROTECTED]>: > > > yes, I got the same error when using glibc-2.6.1 on debian Etch. > > > try glibc=glibc-2.3.6 in the Makefile > > > > I use glibc=glibc-2.5.1 > > > > >>

Re: perl-5.10.0

2008-03-28 Thread Nils Olav Fossum
Fredag 28 mars 2008 21:16, skrev Werner Maes: > Quoting Nils Olav Fossum <[EMAIL PROTECTED]>: > > yes, I got the same error when using glibc-2.6.1 on debian Etch. > > try glibc=glibc-2.3.6 in the Makefile > > I use glibc=glibc-2.5.1 > > >> I use gcc version 3.4.4 > > > > hm, I have 4.1.2 on my Etch

Re: perl-5.10.0

2008-03-28 Thread Werner Maes
Quoting Nils Olav Fossum <[EMAIL PROTECTED]>: > Fredag 28 mars 2008 16:42, skrev werner maes: >> but it ends with this error: >> >> cc -o miniperl \ >> `echo gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o >> mg.o reentr.o mro.o hv.o av.o perl.o run.o pp_hot.o sv.o pp.o scope.o >> p

Re: perl-5.10.0

2008-03-28 Thread Nils Olav Fossum
Fredag 28 mars 2008 16:42, skrev werner maes: > but it ends with this error: > > cc -o miniperl \ > `echo gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o > mg.o reentr.o mro.o hv.o av.o perl.o run.o pp_hot.o sv.o pp.o scope.o > pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o

Re: perl-5.10.0

2008-03-28 Thread werner maes
ok compilation started after I recreated the /dev/null device with mknod /dev/null c 1 3. but it ends with this error: cc -o miniperl \ `echo gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o perl.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o