On Wed, Nov 21, 2012 at 01:25:27PM -0800, Grant wrote: > I'm building a minimal Gentoo system but I always get the following error > when I try to chroot into the final system: > > /bin/bash: error while loading shared libraries: libgcc_s.so.1: cannot open > shared object file: No such file or directory > > I ran 'equery b /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.4/libgcc_s.so.1' on > one of my conventionally-built Gentoo systems and the file isn't determined > to belong to any package. > > Where does this file come from and how can I add it to my manually-built > Gentoo system? > > I'm following these instructions to build the minimal Gentoo system: > > http://judepereira.com/blog/going-embedded-with-mgentoo/ > > ROOT=/mounted/ emerge -auvND baselayout uclibc bash dropbear pam udev > iptables coreutils nano util-linux shadow kbd net-tools grep procps gzip > sed findutils mawk htop > > - Grant
emerge pfl && e-file libgcc_s.so.1 For that particular one you're going to get a ton of hits ... e-file is searching http://www.portagefilelist.de Sorry to be hit-and-run but we're packing to leave town. You can also locate: baruch ~ # locate libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.4/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.4/32/libgcc_s.so.1 -- Happy Penguin Computers >') 126 Fenco Drive ( \ Tupelo, MS 38801 ^^ [email protected] 662-269-2706 662-205-6424 http://happypenguincomputers.com/ Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

