Bruce,
Hello again.
I did a complete rebuild with a custom ubuntu 12.04 livecd (all necessary
packages included), and it looks like the problem may be solved... though I
now have a question that only experience will answer.
The setting in config.log is now getting set correctly by the configure script:
ac_cv_sys_long_file_names=yes
When running make, I got the same output at the end of the compile as I did
when manually setting the value above (see output snippet below).
Can you please confirm that this is a proper exit of expect make? From what I
can tell, the last section (from ": expect") gets flushed via STDERR. This led
to my previous belief that it was an error/warning (vs. informational) and
since it was in the same module that failed before, I had the feeling that the
process had bombed, dumped its last successful instruction to STDERR and
disappeared with no cleanup.
Upon re-reading the note in detail, there's a conspicuous lack of the words:
"error" and/or "warning", so I'm hoping that this is the correct resolution of
the compile process. Please, what does your experience have to say?
::snip::
rm -f libexpect5.45.so
gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -fPIC -Wl,--export-dynamic
-o libexpect5.45.so exp_command.o expect.o exp_inter.o$
: libexpect5.45.so
gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\"
-DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BU$
gcc \
-pipe -O2 -fomit-frame-pointer -Wall -fPIC \
-Wl,--export-dynamic \
-o expect exp_main_exp.o \
-L/mnt/lfs/sources/expect5.45 -lexpect5.45 \
-L/tools/lib -ltcl8.5 \
-ldl -lieee -lm \
-Wl,-rpath,/tools/lib \
-Wl,-rpath,/tools/lib/expect5.45
: expect
(echo 'if {![package vsatisfies [package provide Tcl] 8.5]} {return}' ; \
echo 'package ifneeded Expect 5.45 \
[list load [file join $dir libexpect5.45.so]]'\
) > pkgIndex.tcl
::/snip::
Thank you again!
Nicholas McCurdy
[email protected]
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page