public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] revdep-rebuild keeps building gcc
@ 2007-02-15 17:46 kristian
  2007-02-15 18:09 ` Peter Lewis
  0 siblings, 1 reply; 6+ messages in thread
From: kristian @ 2007-02-15 17:46 UTC (permalink / raw
  To: gentoo-user

Old bug.

You have to fix some paths in the two mentioned files. I can't remember if it's both files or just one of them. But at least in one of the files the paths are wrong. Check bugs.gentoo.org to find more.

I've had 'em too ;)

Kristian Poul Herkild

-----Original Message-----
From: Peter Lewis <prlewis@letterboxes.org>
Date: Thu, 15 Feb 2007 17:37:22 +0000
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] revdep-rebuild keeps building gcc

>Hi all,
>
>I've just run revdep-rebuild, after "updating world", and it rebuilt 
>gcc-4.1.1-r3, due to the following libraries:
>
>/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la
>/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la
>
>Once it finished, I ran revdep-rebuild once again, just to check that all was 
>okay, but it wanted to rebuild gcc again, due to the same libraries. In fact, 
>I let it do it again, and it's not fixed it.
>
>Does this point to some kind of inconsistency on my system?
>
>Thanks,
>
>Pete.
>-- 
>gentoo-user@gentoo.org mailing list
>
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] revdep-rebuild keeps building gcc
  2007-02-15 17:46 [gentoo-user] revdep-rebuild keeps building gcc kristian
@ 2007-02-15 18:09 ` Peter Lewis
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Lewis @ 2007-02-15 18:09 UTC (permalink / raw
  To: gentoo-user

On Thursday 15 February 2007 17:46, kristian@herkild.dk wrote:
> You have to fix some paths in the two mentioned files. I can't remember if
> it's both files or just one of them. But at least in one of the files the
> paths are wrong. Check bugs.gentoo.org to find more.

Will do... Thanks!

Pete.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] revdep-rebuild keeps building gcc
       [not found]   ` <200702151737.22877.prlewis@letterboxes.org>
@ 2007-02-15 18:20     ` Bo Ørsted Andresen
  2007-02-15 18:38       ` Peter Lewis
  2007-02-15 18:32     ` John Blinka
  1 sibling, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-15 18:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Thursday 15 February 2007 18:37:22 Peter Lewis wrote:
> I've just run revdep-rebuild, after "updating world", and it rebuilt
> gcc-4.1.1-r3, due to the following libraries:
>
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la
>
> Once it finished, I ran revdep-rebuild once again, just to check that all
> was okay, but it wanted to rebuild gcc again, due to the same libraries. In
> fact, I let it do it again, and it's not fixed it.
>
> Does this point to some kind of inconsistency on my system?

In the future please create a new thread by choosing new mail rather than 
replying to another thread and changing the subject...

https://bugs.gentoo.org/show_bug.cgi?id=125728#c29

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] revdep-rebuild keeps building gcc
       [not found]   ` <200702151737.22877.prlewis@letterboxes.org>
  2007-02-15 18:20     ` [gentoo-user] revdep-rebuild keeps building gcc Bo Ørsted Andresen
@ 2007-02-15 18:32     ` John Blinka
  2007-02-15 18:39       ` Peter Lewis
  1 sibling, 1 reply; 6+ messages in thread
From: John Blinka @ 2007-02-15 18:32 UTC (permalink / raw
  To: gentoo-user

Peter Lewis wrote:
> Hi all,
>
> I've just run revdep-rebuild, after "updating world", and it rebuilt 
> gcc-4.1.1-r3, due to the following libraries:
>
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la
>
> Once it finished, I ran revdep-rebuild once again, just to check that all was 
> okay, but it wanted to rebuild gcc again, due to the same libraries. In fact, 
> I let it do it again, and it's not fixed it.
>
> Does this point to some kind of inconsistency on my system?
>
> Thanks,
>
> Pete.
>   
Following a suggestion on this list, here's what I did to correct this 
problem:

Use your favorite text editor to correct the "dependency_libs" line
in each of these files.  Each line starts with something like
dependency_libs=' /usr/lib/gcc/<some library> ...
but should start with
dependency_libs=' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/<some library>

John
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] revdep-rebuild keeps building gcc
  2007-02-15 18:20     ` [gentoo-user] revdep-rebuild keeps building gcc Bo Ørsted Andresen
@ 2007-02-15 18:38       ` Peter Lewis
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Lewis @ 2007-02-15 18:38 UTC (permalink / raw
  To: gentoo-user

On Thursday 15 February 2007 18:20, Bo Ørsted Andresen wrote:
> In the future please create a new thread by choosing new mail rather than
> replying to another thread and changing the subject...

Sorry... I didn't know there was a difference.

> https://bugs.gentoo.org/show_bug.cgi?id=125728#c29

Many thanks,

Peter.
--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] revdep-rebuild keeps building gcc
  2007-02-15 18:32     ` John Blinka
@ 2007-02-15 18:39       ` Peter Lewis
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Lewis @ 2007-02-15 18:39 UTC (permalink / raw
  To: gentoo-user

On Thursday 15 February 2007 18:32, John Blinka wrote:
> Following a suggestion on this list, here's what I did to correct this
> problem:
>
> Use your favorite text editor to correct the "dependency_libs" line
> in each of these files.  Each line starts with something like
> dependency_libs=' /usr/lib/gcc/<some library> ...
> but should start with
> dependency_libs=' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/<some library>

Thanks... there's also a symlink option on the bug page which Bo linked to.

It's working now. :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-15 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-15 17:46 [gentoo-user] revdep-rebuild keeps building gcc kristian
2007-02-15 18:09 ` Peter Lewis
  -- strict thread matches above, loose matches on Subject: below --
2007-02-15 16:11 [gentoo-user] Short history in terminal (without X) Roman Naumann
2007-02-15 18:29 ` Jakob Buchgraber
     [not found]   ` <200702151737.22877.prlewis@letterboxes.org>
2007-02-15 18:20     ` [gentoo-user] revdep-rebuild keeps building gcc Bo Ørsted Andresen
2007-02-15 18:38       ` Peter Lewis
2007-02-15 18:32     ` John Blinka
2007-02-15 18:39       ` Peter Lewis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox