[Clfs-dev] Recent Updates to CLFS builds

Martin Ward macros_the_black at ntlworld.com
Tue Sep 4 02:43:04 PDT 2012


On 31/08/12 21:10, William Harrington wrote:
>
> On Aug 27, 2012, at 05:34 AM, Martin Ward wrote:
>
>> 10.25 Bison 2.6.2
>>
>> Any body had any problems with this, I had to move flex before bison, 
>> to get it to compile.
>> However I couldn't run either of the test suites, seems to be some 
>> kind of hard coded path related issue, but didn't affect anything else
>
> Apparently we need flex before bison in final system, however some 
> tests required of bison will not be successful, A user needs to 
> install bison later, then come back to flex and test the suite again.
>
> Kind of like autoconf and automake. For full autoconf test suite 
> coverage, automake needs to be installed then autoconf tested again.
>
> I've had to build flex before bison multiple times now.
>
> Sincerely,
>
> William Harrington
> _______________________________________________
> Clfs-dev mailing list
> Clfs-dev at lists.cross-lfs.org
> http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
>
Hi William

I have found the problem, it seems that during the configure check, it 
use quite a bit of logic to determine if flex is lex, and fails. In our 
builds this is so, we can bypass this test by appending 
ac_cv_prog_lex_is_flex=yes to the configure option,

Configure then runs through, compiles and tests ok now


regards

Martin



More information about the Clfs-dev mailing list