Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320577 - sys-apps/portage: quickpkg should support building packages with recursive dependencies
Summary: sys-apps/portage: quickpkg should support building packages with recursive de...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 15:55 UTC by dE
Modified: 2017-11-01 02:17 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 dE 2010-05-19 15:55:06 UTC
Suppose I've make a package off blender, then I remove the package and run --depclean, this will result in removal of some other packages; quickpkg should support making packages off these packages also automatically, maybe with quickpkg --depclean option.

Reproducible: Always

Steps to Reproduce:
Comment 1 Zac Medico gentoo-dev 2010-05-20 22:49:32 UTC
Maybe --deep would be a good name. It should also support the --with-bdeps option.
Comment 2 dE 2010-05-21 04:03:22 UTC
:D

No actually --with-dep or --with-depclean will be good I guess. The former is short...consider that.
Comment 3 Leho Kraav (:macmaN @lkraav) 2011-04-13 16:10:54 UTC
is there a way to pipe a valid dependency list into quickpkg right now?
Comment 4 Zac Medico gentoo-dev 2011-04-13 16:21:30 UTC
(In reply to comment #3)
> is there a way to pipe a valid dependency list into quickpkg right now?

No. However, you could quickpkg all installed packages like this:

quickpkg $(portageq match / '' | while read ; do echo =$REPLY ; done)