<p><br>
On 7 Oct 2011 03:27, "Rob Landley" <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br>
><br>
> On 10/06/2011 09:18 AM, prasanna balan wrote:<br>
> > I tried building aboriginal 1.1.0 and it broke during uClibc++ native<br>
> > compiler...The last few lines of the build are as below:<br>
><br>
> You just ran ./build.sh i686?<br>
></p>
<p>Forgot to mention. It was. /build.sh i686</p>
<p>> > ===============================================================================================<br>
> >     ln gcc i686-unknown-linux-gcc-tmp && \<br>
> >     mv -f i686-unknown-linux-gcc-tmp i686-unknown-linux-gcc ); \<br>
> > fi<br>
> > make[1]: Leaving directory<br>
> > `/home/prazzb/Documents/Others/aboriginalTest/aboriginal/build/temp-i686/build-gcc/gcc'<br>
> > cleanup build-gcc<br>
> > cleanup gcc-core<br>
> > === ccwrap (i686 native-compiler)<br>
> > === uClibc++ (i686 native-compiler)<br>
> > Snapshot 'uClibc++'...<br>
> > make -C extra/config conf<br>
> > make[1]: Entering directory<br>
> > `/home/prazzb/Documents/Others/aboriginalTest/aboriginal/build/temp-i686/uClibc++/extra/config'<br>
> > make[1]: *** ../../.config: Is a directory.  Stop.<br>
> > make[1]: Leaving directory<br>
> > `/home/prazzb/Documents/Others/aboriginalTest/aboriginal/build/temp-i686/uClibc++/extra/config'<br>
> > make: *** [extra/config/conf] Error 2<br>
><br>
> Huh.  That's odd.<br>
><br>
> > Exiting due to errors (i686 native-compiler uClibc++)<br>
> ><br>
> > real    19m9.994s<br>
> > user    15m44.539s<br>
> > sys     1m58.504s<br>
> > =================================================================================================<br>
> > Everything upto this point runs fine. I use slackware-x86 distro.<br>
> > Basically there's no folder named /extra/config/conf...<br>
><br>
> Actually it's looking for<br>
> /home/prazzb/Documents/Others/aboriginalTest/aboriginal/build/temp-i686/uClibc++/extra/config/../../.config<br>
><br>
> And finding a directory named ".config" under "uClibc++/extra/config".<br>
> Which is weird, and possibly the wrong error message.<br>
><br>
> > thus make -C<br>
> > breaks..but then<br>
> > how did it build earlier...or is it something else....<br>
><br>
> Which version of slackware, 32 or 64 bit, and what filesystem type is<br>
> mounted on /home?  I'll install it in a VM here and see if I can<br>
> reproduce the problem...<br>
><br>
> I note that if you don't need c++ you can uncomment the "export<br>
> NO_CPLUSPLUS=1" in your config file at the top of the aboriginal source<br>
> and try again.  That skips this whole package.  But I would much rather<br>
> debug this properly, which probably means reproducing it here...</p>
<p>I tried with NO_CPLUSPLUS =1 and it built without break means some issue with uclibc++ exists.<br>
I use 32 bit slackware current with ext4 fs on /home</p>
<p>><br>
> Rob<br>
prazzb</p>