hey Dan!
guess what...?
it works now! :D

look at this session. I've compiled and installed bison 2.2 and bash yesterday,
before to go sleep, and I made this test today:

[EMAIL PROTECTED]:~# su - lfs
[EMAIL PROTECTED]:~$ source /home/lfs/.bash_profile 
[EMAIL PROTECTED]:~$ cd /mnt/lfs/sources/
[EMAIL PROTECTED]:/mnt/lfs/sources$ dpkg -l|grep bison
ii  bison          1.75-1         A parser generator that is compatible with Y
[EMAIL PROTECTED]:/mnt/lfs/sources$ bison --version
bison (GNU Bison) 1.75
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[EMAIL PROTECTED]:/mnt/lfs/sources$ export PATH=/home/lfs/bison/bin:$PATH
[EMAIL PROTECTED]:/mnt/lfs/sources$ echo $PATH
/home/lfs/bison/bin:/tools/bin:/bin:/usr/bin
[EMAIL PROTECTED]:/mnt/lfs/sources$ bison --version
bison (GNU Bison) 2.2
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[EMAIL PROTECTED]:/mnt/lfs/sources$ cat > test.sh << "EOF"
>#!/tools/bin/sh
>set ./lib ./lib/auto
>for dir do
>echo $dir
>done
>EOF
[EMAIL PROTECTED]:/mnt/lfs/sources$ /tools/bin/sh -x ./test.sh
+ set ./lib ./lib/auto
+ for dir in '"$@"'
+ echo ./lib
./lib
+ for dir in '"$@"'
+ echo ./lib/auto
./lib/auto
[EMAIL PROTECTED]:/mnt/lfs/sources$ 

So it's ok, now, isn't it? :)

I noticed that you got a talk via wiki with the other dude
with the same problem, who said he was using bison 1.75.
(probably that's the reason because you supposed I was using it.
you confused me with him. :P)
I checked my version, and as you can see it's a v1.75 too!!

probably this version lead to this kind of problem.
so I guess that we found the source! :D

well, to be honest I still didn't compiled/installed perl.
I preferred to wait to fix this before, to be sure the system was ok. :P
But I'll do it tonight. And I'm sure this time it will be ok!
Thanks a lot!

I dunno if I'll have the time to download all the previous versions of bison
to test them all, along with bash.
it could be a long task. and I have some other things to do.. :/
anyway, if you really can't find the way reproduce the bug to test it by 
yourself,
let me know, and I'll do what I can. :)

yayo

-- 
yayo's software & codes:
- TRASHY (http://trashy.sourceforge.net/index.php)
- pXw4Pa (http://pxw4pa.sourceforge.net/index.php)
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to