Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387391 - sys-apps/portage make --buildpkgonly less hackish
Summary: sys-apps/portage make --buildpkgonly less hackish
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 155723
  Show dependency tree
 
Reported: 2011-10-17 10:00 UTC by Sebastian Luther (few)
Modified: 2023-08-24 21:08 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 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.