On Fri, Nov 21, 2014 at 6:41 PM, William Harrington <[email protected]>
wrote:

> Hello Brent,
>
> I replied November 17th suggesting you look at the test .out files which
> are created during the tests and to make sure virtual filesystems are
> mounted and that it could be an issue with QEMU, and to also view the build
> log and see if anything was apparent.
>
> Create a build log by redirecting all output to a file and then looking
> back to some of those tests that fail and see if any errors crop up that
> are obvious. Check the <test>.out files where <test> is the actual test
> name. Content in those files can help.
>

I have rebuilt everything on native host no qemu guest. I am having the
exact same errors.

# Make sure virtual filesystem is mounted

bash-4.3# mount
/dev/loop0 on / type ext4 (rw,relatime,data=ordered)
/dev/loop1 on /src/source type iso9660 (ro,relatime)
dev on /dev type devtmpfs
(rw,nosuid,relatime,size=16445380k,nr_inodes=4111345,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
/dev/mapper/rk1 on /src/toolchain type btrfs
(rw,noatime,compress=lzo,space_cache)

Virtual filesystem looks mounted correctly.

# Remove QEMU from the equation

No qemu anymore. Install direct on hardware. Using loopback files for
filesystem since I do not have empty partition space.

# make and then view build log

The build completes without any errors.

# make check and then Look at some of the tests that fail

/src/wrk/glibc-build/debug/tst-lfschk5: error while loading shared
libraries: libgcc_s.so.1: cannot open shared object file: No such file or
directory
/src/wrk/glibc-build/debug/tst-lfschk6: error while loading shared
libraries: libgcc_s.so.1: cannot open shared object file: No such file or
directory

snip ..

So there are a bunch of errors trying to load libgcc_s.so.1
    ln -sv /tools/lib/libgcc_S.so{,.1} /usr/lib

I typoed a capital S.

So I removed the links and redid them.

bash-4.3# find / -iname libgcc_s.so.1 -print
/usr/lib/libgcc_s.so.1
/tools/lib/libgcc_s.so.1


I then removed build directory.
Redid the configure script.
Redid make, make check and I am still getting the error that it cannot find
libgcc_s.so.1

Why is it not finding the shared library now?
-- 
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/Posting_style

Reply via email to