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

Bug 320577

Summary: sys-apps/portage: quickpkg should support building packages with recursive dependencies
Product: Portage Development Reporter: dE <de.techno>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: leho
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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)