Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 33927

Summary: buildpkgonly is not enough ;-)
Product: Portage Development Reporter: Qui Gon <gentoo.forums>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Qui Gon 2003-11-20 05:43:44 UTC
I think the -B or --buildpkgonly option is not enough, as there might be case,
where you'd like to build a package, which conflicts with another one.

Example:
I have mozilla-firebird-bin installed, and I'm going to build the source as a
package. Emerge suggests to uninstall the bin first, and then emerge the
source-ebuild.
Problem: You won't have a browser during that time.
Solution: Some kind of ignore&buildpkgonly option would be nice.

Another solution would be to ignore the conflicts.

I haven't seen this as a feature yet... Maybe in future?

Reproducible: Always
Steps to Reproduce:
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-11-20 14:49:14 UTC
emerge --nodeps --buildpkgonly should work