Discussion:
[lfs-support] LFS8.2: The expect problem
Hazel Russman
2018-03-22 17:36:00 UTC
Permalink
https://www.linuxquestions.org/questions/linux-from-scratch-13/linux-from-scratch-8-2-package-expect5-45-4-did-not-making-4175625806
The last post in this thread, added today, is by someone who claims to have solved the problem. It has to do with the previous build of tcl. There is a file called tclConfig.sh which I have installed in /tools/lib, but which apparently is sometimes missing.

"The missing tclConfig.sh shows up during the compiling
of tcl.Just before the file should be created there is a 'waiting time'. No build error of tcl shows up during compiling. If this file was created i could build several times expect with no error. If this file was lacking, expect fails and points as well to glibc inconsistencies."
--
Hazel Russman
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Pos
Pierre Labastie
2018-03-22 20:21:01 UTC
Permalink
Post by Hazel Russman
https://www.linuxquestions.org/questions/linux-from-scratch-13/linux-from-scratch-8-2-package-expect5-45-4-did-not-making-4175625806
The last post in this thread, added today, is by someone who claims to have solved the problem. It has to do with the previous build of tcl. There is a file called tclConfig.sh which I have installed in /tools/lib, but which apparently is sometimes missing.
"The missing tclConfig.sh shows up during the compiling
of tcl.Just before the file should be created there is a 'waiting time'. No build error of tcl shows up during compiling. If this file was created i could build several times expect with no error. If this file was lacking, expect fails and points as well to glibc inconsistencies."
Weird... tclConfig.sh is created from tclConfig.sh.in by top level configure,
then used by subdirectories configure. If it were not created, all those
configure should complain. Well; we should have a bank of errors and possible
causes...

Pierre
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Post
Continue reading on narkive:
Loading...