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

Bug 469080

Summary: app-portage/gentoolkit - revdep-rebuild -liberty and -lbfd are missing
Product: Portage Development Reporter: Joakim Tjernlund <joakim.tjernlund>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Joakim Tjernlund 2013-05-08 16:07:21 UTC
Running revded-rebuild (app-portage/gentoolkit-0.3.0.7) twice still wants to
rebuild the same packages:

eagle1 src # revdep-rebuild -i -- --ask
 * Configuring search environment for revdep-rebuild
 * Environment mismatch from previous run, deleting temporary files...

 * Checking reverse dependencies
 * Packages containing binaries and libraries broken by a package update
 * will be emerged.

 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Generated new 2_ldpath.rr
 * Checking dynamic linking consistency
 *   broken /usr/lib64/binutils/powerpc-softfloat_4.5.3-linux-gnu/2.21.1/libbfd.la (requires -liberty)
 *   broken /usr/lib64/binutils/powerpc-softfloat_4.5.3-linux-gnu/2.21.1/libopcodes.la (requires -liberty)
 *   broken /usr/lib64/binutils/powerpc-softfloat-linux-gnu/2.16.1/libbfd.la (requires -liberty)
 *   broken /usr/lib64/oprofile/libjvmti_oprofile.la (requires -lbfd)
 *   broken /usr/lib64/oprofile/libjvmti_oprofile.la (requires -liberty)
 *   broken /usr/lib64/oprofile/libopagent.la (requires -lbfd)
 *   broken /usr/lib64/oprofile/libopagent.la (requires -liberty)

 * Generated new 3_broken.rr
 * Assigning files to packages
 *   /usr/lib64/binutils/powerpc-softfloat_4.5.3-linux-gnu/2.21.1/libbfd.la -> cross-powerpc-softfloat_4.5.3-linux-gnu/binutils
 *   /usr/lib64/binutils/powerpc-softfloat_4.5.3-linux-gnu/2.21.1/libopcodes.la -> cross-powerpc-softfloat_4.5.3-linux-gnu/binutils
 *   /usr/lib64/binutils/powerpc-softfloat-linux-gnu/2.16.1/libbfd.la -> dev-embedded/powerpc-tools
 *   /usr/lib64/oprofile/libjvmti_oprofile.la -> dev-util/oprofile
 *   /usr/lib64/oprofile/libopagent.la -> dev-util/oprofile
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --complete-graph=y --oneshot --quiet --jobs=6 --load-average=6 --ask cross-powerpc-softfloat_4.5.3-linux-gnu/binutils:0 dev-util/oprofile:0
..........
[ebuild   R   ] dev-embedded/powerpc-tools-20070403-r1 
[ebuild   R   ] cross-powerpc-softfloat_4.5.3-linux-gnu/binutils-2.21.1-r1 
[ebuild   R   ] dev-util/oprofile-0.9.8 

Would you like to merge these packages? [Yes/No] n

Appears revdep-rebuild has a problem with binutils static libs(USE=static-libs)
lafilefixer --justfixit does nothing to help