From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-142782-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7C96C1381F3
	for <garchives@archives.gentoo.org>; Wed, 21 Nov 2012 21:27:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AB6B121C0FE;
	Wed, 21 Nov 2012 21:26:45 +0000 (UTC)
Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EC09C21C0FA
	for <gentoo-user@lists.gentoo.org>; Wed, 21 Nov 2012 21:25:28 +0000 (UTC)
Received: by mail-ee0-f53.google.com with SMTP id c50so4630972eek.40
        for <gentoo-user@lists.gentoo.org>; Wed, 21 Nov 2012 13:25:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=iOSAdldR0ncPSfYPp9QK9SZ2HMVwJ5rv4X4TCrdJrR0=;
        b=fJAvQGtpA34XiR4mWqSCoxqRjkzIrmH9pG5nWgTgIML9EPC/rMLPBT5G1jwUv1e+5I
         Feo9w025UWsmb/TwhV+jPXJy4FK2rYmZMY4nQ3LvzdTp34yDE1S94zXvA3FAZIQmDB+5
         Q86CZxtyg80Rh8bnYQlyEJzPSUx8NMpCU7Uslw8Zy67lBsMmc7wYuhPT6fA5PZjGEGIT
         Ps7oo577x0wcsHwTYvKVyrmzHOCFLO5IpWDOrZoDQ+T8OR7MxrBt3FfS7e8sF9fZGa18
         GxM0PWqeLqisqzeEnGTFjc5SNZhpm0nQw4ykg/zaQY0iaR2bQPBJa1I+ZTDinnfSiUx3
         oZiQ==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.14.209.6 with SMTP id r6mr49806185eeo.34.1353533127628; Wed,
 21 Nov 2012 13:25:27 -0800 (PST)
Received: by 10.223.77.2 with HTTP; Wed, 21 Nov 2012 13:25:27 -0800 (PST)
Date: Wed, 21 Nov 2012 13:25:27 -0800
Message-ID: <CAN0CFw152tjJL1sqpOAOQ1EDzxfs4ub9UuY6RLPE_SYNSMeDpA@mail.gmail.com>
Subject: [gentoo-user] What is libgcc_s.so.1?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: multipart/alternative; boundary=047d7b6242b643962804cf07fd39
X-Archives-Salt: 4c87ef7c-1acc-463c-892a-68c25055cfcf
X-Archives-Hash: e85c300bcd38344d191fbb1b35b6eac8

--047d7b6242b643962804cf07fd39
Content-Type: text/plain; charset=ISO-8859-1

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

--047d7b6242b643962804cf07fd39
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div>I&#39;m building a minimal Gentoo system but I always get=A0the follow=
ing error when I try to chroot into the final system:</div><div><br></div><=
div>/bin/bash: error while loading shared libraries: libgcc_s.so.1: cannot =
open shared object file: No such file or directory<br>
</div><div><br></div><div>I ran &#39;equery b /usr/lib64/gcc/x86_64-pc-linu=
x-gnu/4.5.4/libgcc_s.so.1&#39; on one of my conventionally-built Gentoo sys=
tems and the file isn&#39;t determined to belong to any package.</div><div>
<br></div><div>Where does this file come from and how can I add it to my ma=
nually-built Gentoo system?</div><div><br></div>I&#39;m following these ins=
tructions to build the minimal Gentoo system:<div><br></div><div><a href=3D=
"http://judepereira.com/blog/going-embedded-with-mgentoo/">http://judeperei=
ra.com/blog/going-embedded-with-mgentoo/</a><br>
</div><div><br></div><div><span style=3D"color:rgb(0,0,0);font-size:medium"=
>ROOT=3D/mounted/ emerge -auvND baselayout uclibc bash dropbear pam udev ip=
tables coreutils nano util-linux shadow kbd net-tools grep procps gzip sed =
findutils mawk htop</span></div>
<div><br></div><div>- Grant</div>

--047d7b6242b643962804cf07fd39--