Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536962 - unable to force build a package listed in package.provided
Summary: unable to force build a package listed in package.provided
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-18 11:53 UTC by Fedja Beader
Modified: 2015-02-23 06:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fedja Beader 2015-01-18 11:53:50 UTC
emerge -1a timezone-data --buildpkgonly

These are the packages that would be built, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

WARNING: A requested package will not be merged because it is listed in
package.provided:

  timezone-data pulled in by 'args'


Nothing to merge; quitting.



There is no way to force it?

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2015-02-23 06:53:00 UTC
There's no reason not to allow package.provided packages to be built (but not installed) with --buildpkgonly. So, it could be implicitly allowed with --buildpkgonly, with no need to force it.