From: Sebastian A. <sp...@sy...> - 2007-03-12 09:41:34
|
Kristian Kielhofner wrote: > On 3/10/07, Sebastian Auriol <sp...@sy...> wrote: >> AstLinux 0.4 branch from yesterday fails to compile in the wanpipe >> package (which is enabled by default): snip >> BTW, this was with 1 concurrent job set to run; i385; i586; Generic >> i586 and VIA. >> >> Kind regards, >> >> Sebastian >> > > Sebastian, > > I just built 0.4 from scratch for geni586 with concurrent jobs set > to 10. Everything went fine. > > The rm /usr/include/linux errors are "normal". That's another > reason why you shouldn't run the build environment as root! > > Anyways, it looks like you haven't unpacked zaptel ($(ZAPTEL_DIR) > was not set, so the wanpipe makefile looked in /usr/src/zaptel by > default). Can you make sure that zaptel was unpacked (look in > build_i586 for zaptel-*)? Perhaps it got confused about which version of zaptel to use: [seb@IVRA1 astlinux-0.4]$ ls build_i586/zaptel* -l -d lrwxrwxrwx 1 seb asterisk 48 Jan 18 18:02 build_i586/zaptel -> /home/seb/astlinux-0.4/build_i586/zaptel-1.2.9.1 drwxr-xr-x 9 seb asterisk 4096 Mar 9 19:42 build_i586/zaptel-1.2.15 drwxr-xr-x 8 seb asterisk 8192 Mar 9 19:41 build_i586/zaptel-1.2.9.1 [seb@IVRA1 astlinux-0.4]$ I did a make clean before a svn update, but not a make distclean (to save time - I thought I could get away with not rebuilding the toolchain)... Also, with a single processor machine, are there benefits to running two simultaneous jobs? Kind regards, Sebastian |