[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem building bison 2.x
From: |
Wouter Sieburgh |
Subject: |
Re: problem building bison 2.x |
Date: |
Wed, 03 Dec 2008 09:27:42 +0100 |
User-agent: |
Thunderbird 2.0.0.5 (X11/20070719) |
Akim Demaille wrote:
>
> Le 1 déc. 08 à 13:02, Wouter Sieburgh a écrit :
>
>> Hi
>> I've got a problem building bison 2.*:
>>
>> Making all in src
>> make[2]: Entering directory
>> `/develop/devroot64/bison-2.4/src-bison-2.4/src'
>> /bin/sh ../build-aux/ylwrap parse-gram.y y.tab.c parse-gram.c y.tab.h
>> parse-gram.h y.output parse-gram.output -- ../tests/bison -y
>> --warnings=all,error "-dv"
>
> There is no reason for bison to be run here: the tarball contains the
> generated files with proper timestamps. So I guess something is going
> wrong on your machines wrt timestamps. touch src/parse-gram.[ch]
> should help. ls -ltr src should display generated files after the
> source file (src/parse-gram.y).
Nothing wrong with time on our system, but still:
The bison package happens to be very sensitive for (I guess) slightly
in the untar process.
This trick helped: just after untar, do in the bison-2.X directory:
touch -t `date +%Y%m%d%H%M` `find -type f`
to give all files exactly the same stamp.
That does the trick!
Thanks for helping me out here.
Wouter Sieburgh