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

Bug 387391

Summary: sys-apps/portage make --buildpkgonly less hackish
Product: Portage Development Reporter: Sebastian Luther (few) <SebastianLuther>
Component: CoreAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 155723    

Description Sebastian Luther (few) 2011-10-17 10:00:12 UTC
Currently it will do full dependency resolution, but then only build a binary package without installing the packages.

This obviously doesn't work if some built-time dependencies aren't installed.

What it should do is to:

* install needed built-time dependencies
* build binary packages for all built packages, except those matched by --buildpkg-exclude
* warn the user if some packages will be installed
* not build packages at all that neither get a binary created nor get installed as built-time deps

Thoughts?
Comment 1 Zac Medico gentoo-dev 2011-10-17 13:52:57 UTC
Sounds good to me.