Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281655 - revdep-rebuild should reflect EMERGE_DEFAULT_OPTS
Summary: revdep-rebuild should reflect EMERGE_DEFAULT_OPTS
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 10:37 UTC by Fab
Modified: 2009-10-28 10:30 UTC (History)
3 users (show)

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


Attachments
revdep-rebuild current output (revdep-rebuild.output,932 bytes, text/plain)
2009-08-16 10:38 UTC, Fab
Details
emerge --info (emerge.info,3.45 KB, text/plain)
2009-08-16 10:38 UTC, Fab
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fab 2009-08-16 10:37:07 UTC
I'm using a system with --usepkgonly set in EMERGE_DEFAULT_OPTS.
On this system, when I run revdep-rebuild, it doesn't care of this flag.
revdep-rebuild should reflect this option. Thanks.

# eix -I gentoolkit
[I] app-portage/gentoolkit
     Available versions:  ~*0.2.4_pre8 0.2.4.2-r1 0.2.4.5!t ~0.3.0_rc5 ~0.3.0_rc6 ~0.3.0_rc7 **9999 {userland_GNU}
     Installed versions:  0.2.4.5!t(05:32:27 11/07/2009)
     Homepage:            http://www.gentoo.org/proj/en/portage/tools/index.xml
     Description:         Collection of administration scripts for Gentoo


Reproducible: Always

Steps to Reproduce:
Comment 1 Fab 2009-08-16 10:38:15 UTC
Created attachment 201398 [details]
revdep-rebuild current output
Comment 2 Fab 2009-08-16 10:38:39 UTC
Created attachment 201399 [details]
emerge --info
Comment 3 Paul Varner (RETIRED) gentoo-dev 2009-08-17 16:27:27 UTC
We purposely ignore EMERGE_DEFAULT_OPTS.  If you want to have revdep-rebuild use that flag then add it to the command line.  For example:

revdep-rebuild --verbose -- --usepkgonly

However, reinstalling a binary package will not fix the linkage problems unless the package itself was rebuilt by another system,
Comment 4 Douglas Anderson 2009-08-23 19:50:35 UTC
*** Bug 282474 has been marked as a duplicate of this bug. ***
Comment 5 Douglas Anderson 2009-10-20 17:58:08 UTC
*** Bug 289599 has been marked as a duplicate of this bug. ***
Comment 6 Andrey Vihrov 2009-10-28 10:30:35 UTC
As a side note, the "--jobs" and "--load-average" emerge options surely won't affect the functionality, and are becoming more useful on today's machines. Maybe this could be addressed in future.