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] 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