Re: [gentoo-user] What is libgcc_s.so.1?

2012-11-21 Thread Michael Mol
On Wed, Nov 21, 2012 at 5:09 PM, Grant wrote: [snip] > > Does this basically mean I must install gcc in order to have a working > system? Jude doesn't install gcc but he doesn't know why I'm getting that > error. I thought gcc was only necessary for compiling. Virtually all compilers also hav

Re: [gentoo-user] What is libgcc_s.so.1?

2012-11-21 Thread Grant
> > 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/

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Adam Carter
> > Create /etc/portage/env/sys-devel/gcc-4.7.2 containing > > post_src_unpack() { > cd "${S}" > epatch_user > } > > to run epatch_user after the source has been unpacked. If you need to run > epatch_user after the other patches have been applied, change the function > name to post_

Re: [gentoo-user] What is libgcc_s.so.1?

2012-11-21 Thread Alan McKinnon
On Wed, 21 Nov 2012 13:25:27 -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 director

Re: [gentoo-user] What is libgcc_s.so.1?

2012-11-21 Thread Bruce Hill
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 dir

[gentoo-user] What is libgcc_s.so.1?

2012-11-21 Thread Grant
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/

Re: [gentoo-user] Kernel 3.6: No external Monitor

2012-11-21 Thread Bruce Hill
On Wed, Nov 21, 2012 at 06:09:47PM +0100, Norman Rieß wrote: > > Setting nomodeset does not solve the problem. > > Regards, > Norman Sorry I didn't have the time to reply ... RL is consuming me. You can search on the Linux Kernel Mailing List https://lkml.org/ to see if this bug is there, also.

Re: [gentoo-user] Kernel 3.6: No external Monitor

2012-11-21 Thread Norman Rieß
Am 20.11.2012 23:24, schrieb Florian Philipp: > Am 20.11.2012 21:35, schrieb Norman Rieß: >> Am 20.11.2012 20:08, schrieb Damien Levac: >>> On 11/20/12 13:33, Norman Rieß wrote: Am 20.11.2012 19:02, schrieb Florian Philipp: > Am 20.11.2012 14:52, schrieb Norman Rieß: >> Am 20.11.2012 1

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Neil Bothwick
On Wed, 21 Nov 2012 19:38:26 +1100, Adam Carter wrote: > Theres a patch attached to the bug i'd like to apply. Unfortunately the > gcc 4.7.2 ebuild doesnt have "epatch_user", so i need to take the other > approach listed in the handbook. It suggests i use a custom environment > but i dont understa

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Markos Chandras
On Wed, Nov 21, 2012 at 9:46 AM, Helmut Jarausch wrote: > On 11/21/2012 09:38:26 AM, Adam Carter wrote: >> >> It looks like i have hit this gcc 4.7 build bug: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 >> >> Theres a patch attached to the bug i'd like to apply. Unfortunately the >> gcc >

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Helmut Jarausch
On 11/21/2012 09:38:26 AM, Adam Carter wrote: It looks like i have hit this gcc 4.7 build bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 Theres a patch attached to the bug i'd like to apply. Unfortunately the gcc 4.7.2 ebuild doesnt have "epatch_user", so i need to take the other appr

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Adam Carter
> Can you show us the link from the handbook? > > http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3&chap=6

Re: [gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Markos Chandras
On Wed, Nov 21, 2012 at 8:38 AM, Adam Carter wrote: > It looks like i have hit this gcc 4.7 build bug: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 > > Theres a patch attached to the bug i'd like to apply. Unfortunately the gcc > 4.7.2 ebuild doesnt have "epatch_user", so i need to take the

[gentoo-user] Adding an extra patch to an ebuild

2012-11-21 Thread Adam Carter
It looks like i have hit this gcc 4.7 build bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 Theres a patch attached to the bug i'd like to apply. Unfortunately the gcc 4.7.2 ebuild doesnt have "epatch_user", so i need to take the other approach listed in the handbook. It suggests i use a cu