Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142444 - gentoo-freebsd-6.1-stage-20060721.tar.bz2: missing libgcc_s.so.1
Summary: gentoo-freebsd-6.1-stage-20060721.tar.bz2: missing libgcc_s.so.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 10:44 UTC by Dustin Polke
Modified: 2006-09-08 11:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2006-08-01 10:44:13 UTC
Hi,

I am trying to install gentoo-freebsd according to the short guide to Gentoo/FreeBSD. I have extracted the gentoo-freebsd-6.1-stage-20060721.tar.bz2 to my harddisk and want now to chroot. I get the following error:

gandalf# chroot /mnt/gentoo/ /bin/bash
/libexec/ld-elf.so.1: Shared object "libgcc_s.so.1" not found, required by "bash"

It seems that it is missing:

gandalf# ls /mnt/gentoo/usr/lib/libgcc*
/mnt/gentoo/usr/lib/libgcc.a
/mnt/gentoo/usr/lib/libgcc_pic.a

Is this like this or do I miss something?

Cheers,
Dustin
Comment 1 Dustin Polke 2006-08-01 12:12:22 UTC
Hmm...

Found it in '/mnt/gentoo/usr/lib/gcc/i586-gentoo-freebsd6.1/4.1.1/'.

I've copied it to /mnt/gentoo/lib and chroot worked. Is this supposed to work like this?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-08-01 12:20:54 UTC
No, it's simply the stage being broken.
I have a new one but waiting for mirror admins to be available.
Comment 3 Dustin Polke 2006-08-02 14:24:38 UTC
Thanks for the new stage tarball. With this one (gentoo-freebsd-6.1-stage-20060802.tar.bz2) chroot works fine. I've set up the profile as well as the make.conf (standard as described in the guide).

# emerge -e system

fails while emerging groff because C++ compiler cannot compile simple program.

I guess there is still something broken.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-08 11:06:52 UTC
This particular bug is solved. For the problem with groff, just rebuild gcc first, and should work fine.