Re: [leaf-devel] buildtool problems

2006-07-10 Thread Eric Spakman
Hi Erich, The problem on the shorewall site is solved now, the www.shorewall.net link works correct again. Cheers, Eric Op Zo, 9 juli, 2006 11:40 am schreef Erich Titl: Hi Eric Eric Spakman wrote: Hi Erich, I think it's a temporary problem on shorewall's main site. I will keep an eye

Re: [leaf-devel] buildtool problems

2006-07-08 Thread Eric Spakman
Hi everybody, some of you may have seen my odyssey getting a buildenv for uClibc up and running. With lots of help and patience by Eric Spakman I finally got the CVS HEAD to compile without barfing on my SuSE 9.2 . Now the 2.4.2 tagged release is not as gentle, as it still contains some of

Re: [leaf-devel] buildtool problems

2006-07-08 Thread Eric Spakman
Hi Erich, Thank you, I will fetch them probably tonight and have them run. I believe though, that after these modifications it is in the best interest to tag these files as 2.4.3 and release them accordingly, as _they_were_modified_ What do you think? The changes in buildtool don't

Re: [leaf-devel] buildtool problems

2006-07-08 Thread Eric Spakman
Hi Erich, I will download the current 2.4.2 tonight and see how it runs on my environment. Thanks! Eric - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [leaf-devel] buildtool problems

2006-07-08 Thread Eric Spakman
Hi Erich, I think it's a temporary problem on shorewall's main site. I will keep an eye on it and change to an other site if the problem persist. Thanks for reporting. Eric Eric Eric Spakman wrote: Hi Erich, I will download the current 2.4.2 tonight and see how it runs on my

Re: [leaf-devel] buildtool problems

2006-07-06 Thread Eric Spakman
Hello Erich, I tought about the same, but the strange thing is that HOST_COMPILE is empty with the latest commit and $CC points to the crosscompiler (the 2.4.2 tag should be set to current HEAD). But I will take a look at it this evening. Erc Hello following up to my compile problems with

Re: [leaf-devel] buildtool problems

2006-07-06 Thread Erich Titl
Hello following up to my compile problems with wlan-ng in 2.4.2 I believe I found the culprit for this version in linux-wlan-Configure.patch.gz +# Debian mod: Allow CC to be specified to set the compiler. +if [ -z $CC ]; then +CC=gcc +fi + + dump_str

Re: [leaf-devel] buildtool problems

2006-07-05 Thread Eric Spakman
Hi Erich, I will take a look at it, although I can't remember seeing this in my test... Eric Eric some more information. Although wlan-ng appears to compile correctly, not all is well in config.mk CROSS_COMPILE=/data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/bui

[leaf-devel] buildtool problems

2006-07-05 Thread Erich Titl
Hi everybody some of you may have seen my odyssey getting a buildenv for uClibc up and running. With lots of help and patience by Eric Spakman I finally got the CVS HEAD to compile without barfing on my SuSE 9.2 . Now the 2.4.2 tagged release is not as gentle, as it still contains some of the

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Hi Folks according to KP's suggestion I focused on 2.4.2 - checking out from CVS was a breeze I modified sources.cfg according to the doc - building buildenv was a breeze now the next command I entered to build everything ./buildtool.pl build resulted in the following error

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, Did you checkout the contrib section in CVS also? The directory setserial seems to be missing in the path below: /home/mega/leaf/bering-uclibc/devel/2.4.2/src/bering-uclibc/contrib/buildtool.cfg The setserial setup is an user added setup, so I can't say a lot about it. Although with a

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Hi Eric Eric Spakman wrote: Hi Erich, Did you checkout the contrib section in CVS also? The directory setserial seems to be missing in the path below: /home/mega/leaf/bering-uclibc/devel/2.4.2/src/bering-uclibc/contrib/buildtool.cfg sure, I did not want to update this before I was

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, The directory setserial seems to be missing in the path below: /home/mega/leaf/bering-uclibc/devel/2.4.2/src/bering-uclibc/contrib/buil dtool.cfg sure, I did not want to update this before I was certain, but the problem appears to be in a corrupted sources.cfg, where the setserial

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Hi Eric Eric Spakman wrote: Hi Erich, The directory setserial seems to be missing in the path below: /home/mega/leaf/bering-uclibc/devel/2.4.2/src/bering-uclibc/contrib/buil dtool.cfg sure, I did not want to update this before I was certain, but the problem appears to be in a corrupted

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Eric Spakman wrote: Hi Erich, This is very well possible, I seem to remember that I fixed something like this some time ago. Maybe after the 2.4.2 tag :-) In indeed did: source.cfg Revision 1.112 in CVS Would you mind to tag that? ... Is is possible, that the link to the

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, Buildtool checks the link to the right uClibc loader when you start it (either 0.9.20 or 0.9.28), it's not possible to do two simultanious builds for two different environments. So don't ;)) But these are unrelated processes, with unrelated buildtool perl sources, libraries and

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Eric Eric Spakman wrote: Hi Erich, Buildtool checks the link to the right uClibc loader when you start it (either 0.9.20 or 0.9.28), it's not possible to do two simultanious builds for two different environments. So don't ;)) But these are unrelated processes, with unrelated buildtool perl

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, Not entirely, some sources are broken upstream for crosscompiling and expect the loader to be in /lib (hardcoded). ooops... OK, may I suggest to add this to the docs :-) It already is in the docs ;-) http://leaf.sourceforge.net/doc/bk07ch02s02.html last alinea, the process is

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, This is very well possible, I seem to remember that I fixed something like this some time ago. Maybe after the 2.4.2 tag :-) In indeed did: source.cfg Revision 1.112 in CVS Boooh another one in building kernel snip I have 2 builds running at the same time, one for

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Erich Titl
Eric feels like a never ending story, herre the latest from the HEAD checkout build source/package: wlan-ng calling 'make build' for wlan-ng make build failed for /data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/buildtool/source/wlan-ng/buildtool.mk , please

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Op Di, 4 juli, 2006 3:31 pm schreef Erich Titl: Eric feels like a never ending story, herre the latest from the HEAD checkout snip -D__LINUX_WLAN__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetadef.c ../shared/p80211types.c

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, snip The problem is in the linux-wlan-ng-0.2.3 directory, where CC is redefined in config.mk luna grep /usr/bin/cc * config.mk:HOST_CC=$(HOST_COMPILE)/usr/bin/cc config.mk:CC=/data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/build tool/staging/usr/bin//usr/bin/cc

Re: [leaf-devel] buildtool problems

2006-07-04 Thread Eric Spakman
Hi Erich, I just checked-in a slightly different version of wlan-ng's buildtool.mk, this is more in line with other sources. Can you check this one to see if it solves your problem? Eric Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

[leaf-devel] buildtool problems

2006-07-03 Thread Erich Titl
Hi Eric Eric Spakman wrote: Hi Erich, I don't know enough of CVS to see what goes wrong. You can try a fresh checkout of buildtool in a different directory. OK, last resort, this worked for the head target. :-) Now having a problem with ntpd on 2.4.1 I tried a new checkout of this

Re: [leaf-devel] buildtool problems

2006-07-03 Thread KP Kirchdoerfer
Am Montag, 3. Juli 2006 11:09 schrieb Erich Titl: Hi Eric Eric Spakman wrote: Hi Erich, I don't know enough of CVS to see what goes wrong. You can try a fresh checkout of buildtool in a different directory. OK, last resort, this worked for the head target. :-) Now having a problem