[gentoo-user] How to emerge and old package

2006-01-27 Thread Thiago Lüttig
hey, i´m trying to solve a bug with the kdegraphics-3.4.3-r3.. as described here(This bug #83238 
http://bugs.gentoo.org/show_bug.cgi?id=83238)
Well, when the revdep-rebuild finishes the list of packages, it can´t the kdegraphics-3.3.2-r2 package.
How can I download this package on my gentoo to fix this damn problem ??

The portage says:


emerge -p =kde-base/kdegraphics-3.3.2-r2
These are the packages that I would merge, in order:
Calculating dependencies emerge: there are no ebuilds to satisfy =kde-base/kdegraphics-3.3.2-r2.-- __Atenciosamente,Thiago LüttigMSN: 
[EMAIL PROTECTED] ICQ: 194392373__ 


Re: [gentoo-user] How to emerge and old package

2006-01-27 Thread Benno Schulenberg
Thiago Lüttig wrote:
 hey, i´m trying to solve a bug with the kdegraphics-3.4.3-r3.. as
 described here(This bug #83238
 http://bugs.gentoo.org/show_bug.cgi?id=83238 )

That bug is not about kdegraphics but about revdep-rebuild.

 Well, when the revdep-rebuild finishes the list of packages, it
 can´t the kdegraphics-3.3.2-r2 package.

If you have KDE-3.4.3 installed you don't want KDE-3.3.2 any more.  
Use 'emerge -pet world | less' to see which package is trying to 
pull in kdegraphics-3.3.2-r2, then 'emerge -C' that package.  
Repeat until kdegraphics-3.3.2-r2 no longer appears in the -pet 
world output.

 How can I download this package on my gentoo to fix this damn
 problem ??

Stop cursing, thank you.  And please don't top post.

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



Re: [gentoo-user] How to emerge and old package

2006-01-27 Thread Paul Varner
On Fri, 2006-01-27 at 09:33 -0200, Thiago Lüttig wrote:
 hey, i´m trying to solve a bug with the kdegraphics-3.4.3-r3.. as
 described here(This bug #83238
 http://bugs.gentoo.org/show_bug.cgi?id=83238
 )
 
 Well, when the revdep-rebuild finishes the list of packages, it can´t
 the kdegraphics-3.3.2-r2 package.
 How can I download this package on my gentoo to fix this damn
 problem ??
  
 The portage says:
  
 emerge -p =kde-base/kdegraphics-3.3.2-r2
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies   
 emerge: there are no ebuilds to satisfy
 =kde-base/kdegraphics-3.3.2-r2.

Try running the following:

revdep-rebuild --ignore --package-names --pretend

If the pretend output looks reasonable then run:

revdep-rebuild --package-names

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list