Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
As Jocob says, I don't use genkernel

Do you think I should reopen the bug?

Thanks,
Massimiliano

On Fri, Sep 11, 2009 at 7:31 PM, Jacob Todd jaketodd...@gmail.com wrote:

 On Fri, Sep 11, 2009 at 12:23:23PM -0700, walt wrote:
  On 09/11/2009 08:58 AM, Massimiliano Ziccardi wrote:
   Hi all.
  
   I've a problem trying to emerge mkinitrd.
  
   Everytime I try, I get:
  
 * ERROR: sys-apps/mkinitrd-3.5.7-r3 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 2212:  Called die
 * The specific snippet of code:
 *   emake || die nash compile failed.;
 
  A search at bugs.gentoo.org turned up this bug report,
  filed in June and solved almost a month ago:
 
  http://bugs.gentoo.org/show_bug.cgi?id=268285
 
  So why is package still broken?  Good question.  Why are
  more people not complaining?  Dunno.  I don't use that
  package and it seems that very few others do.  Just out
  of curiosity, why are you trying to install mkinitrd?
 
 

 Because making a initrd is a pain in the ass, and he probably doesn't want
 to
 use genkernel.

 --
 Jake Todd
 // If it isn't broke, tweak it!



Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
Hi all.

I'm trying to apply the workaround suggested in the BUG at
http://bugs.gentoo.org/show_bug.cgi?id=268285

I've changed the file accordingly, however, everytime I emerge mkinitrd, the
file (obviously) get overwritten.

I tried to search, but didn't find anything...

Is there an emerge flag to instruct emerge to compile what it finds in /var
instead of downloading it?

Thanks,
Massimiliano


[gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread walt

On 09/14/2009 01:59 AM, Massimiliano Ziccardi wrote:

As Jocob says, I don't use genkernel

Do you think I should reopen the bug?


The bug is still open, so perhaps voting for it would help (I did).




Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Alex Schuster
Massimiliano Ziccardi writes:

 I'm trying to apply the workaround suggested in the BUG at
 http://bugs.gentoo.org/show_bug.cgi?id=268285

 I've changed the file accordingly, however, everytime I emerge mkinitrd,
 the file (obviously) get overwritten.

 I tried to search, but didn't find anything...

 Is there an emerge flag to instruct emerge to compile what it finds in
 /var instead of downloading it?

To try it out once, you can do it like this:

ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild unpack
change things in /var/tmp/portage/sys-apps/mkinitrd-3.5.7-r3
ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild merge

The cleaner way would be to modify the ebuild and put it into your overlay 
(along with the modified mkinitrd-3.5.7-dietssp.patch), but on the other 
hand the bug might already be fixed anyway when you emerge the package the 
next time.

Wonko



Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-14 Thread Massimiliano Ziccardi
Thank you! That worked!!!

Massimiliano

On Mon, Sep 14, 2009 at 1:58 PM, Alex Schuster wo...@wonkology.org wrote:

 Massimiliano Ziccardi writes:

  I'm trying to apply the workaround suggested in the BUG at
  http://bugs.gentoo.org/show_bug.cgi?id=268285
 
  I've changed the file accordingly, however, everytime I emerge mkinitrd,
  the file (obviously) get overwritten.
 
  I tried to search, but didn't find anything...
 
  Is there an emerge flag to instruct emerge to compile what it finds in
  /var instead of downloading it?

 To try it out once, you can do it like this:

 ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild unpack
 change things in /var/tmp/portage/sys-apps/mkinitrd-3.5.7-r3
 ebuild /usr/portage/sys-apps/mkinitrd/mkinitrd-3.5.7-r3.ebuild merge

 The cleaner way would be to modify the ebuild and put it into your overlay
 (along with the modified mkinitrd-3.5.7-dietssp.patch), but on the other
 hand the bug might already be fixed anyway when you emerge the package the
 next time.

Wonko




[gentoo-user] Re: Error emergin mkinitrd

2009-09-11 Thread walt

On 09/11/2009 08:58 AM, Massimiliano Ziccardi wrote:

Hi all.

I've a problem trying to emerge mkinitrd.

Everytime I try, I get:

  * ERROR: sys-apps/mkinitrd-3.5.7-r3 failed.
  * Call stack:
  *   ebuild.sh, line   49:  Called src_compile
  * environment, line 2212:  Called die
  * The specific snippet of code:
  *   emake || die nash compile failed.;


A search at bugs.gentoo.org turned up this bug report,
filed in June and solved almost a month ago:

http://bugs.gentoo.org/show_bug.cgi?id=268285

So why is package still broken?  Good question.  Why are
more people not complaining?  Dunno.  I don't use that
package and it seems that very few others do.  Just out
of curiosity, why are you trying to install mkinitrd?




Re: [gentoo-user] Re: Error emergin mkinitrd

2009-09-11 Thread Jacob Todd
On Fri, Sep 11, 2009 at 12:23:23PM -0700, walt wrote:
 On 09/11/2009 08:58 AM, Massimiliano Ziccardi wrote:
  Hi all.
 
  I've a problem trying to emerge mkinitrd.
 
  Everytime I try, I get:
 
* ERROR: sys-apps/mkinitrd-3.5.7-r3 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_compile
* environment, line 2212:  Called die
* The specific snippet of code:
*   emake || die nash compile failed.;
 
 A search at bugs.gentoo.org turned up this bug report,
 filed in June and solved almost a month ago:
 
 http://bugs.gentoo.org/show_bug.cgi?id=268285
 
 So why is package still broken?  Good question.  Why are
 more people not complaining?  Dunno.  I don't use that
 package and it seems that very few others do.  Just out
 of curiosity, why are you trying to install mkinitrd?
 
 

Because making a initrd is a pain in the ass, and he probably doesn't want to
use genkernel.

-- 
Jake Todd
// If it isn't broke, tweak it!


pgpJxtBChiq0d.pgp
Description: PGP signature