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

Bug 533758

Summary: revdep-pax in sys-apps/elfix-0.9.0 fails with stacktrace about AttributeError: LinkGraph instance has no attribute 'get_maps'
Product: Gentoo Linux Reporter: Francisco Blas Izquierdo Riera <klondike>
Component: [OLD] Core systemAssignee: The Gentoo Linux Hardened Team <hardened>
Status: RESOLVED FIXED    
Severity: normal CC: blueness
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 530570    

Description Francisco Blas Izquierdo Riera (RETIRED) gentoo-dev 2014-12-28 10:57:24 UTC
Running revdep-pax -l /usr/lib64/libGL.so.1 fails with a stacktrace of a missing attribute. The issue may be related to python 2.7

The relevant backtrace is this:
# revdep-pax -l /usr/lib64/libGL.so.1
Traceback (most recent call last):
  File "/usr/sbin/revdep-pax", line 663, in <module>
    main()
  File "/usr/sbin/revdep-pax", line 659, in main
    run_soname(library, verbose, False, mark, allyes, executable_only)
  File "/usr/sbin/revdep-pax", line 468, in run_soname
    library2soname, soname2library) = LinkGraph().get_maps()
AttributeError: LinkGraph instance has no attribute 'get_maps'
Comment 1 Anthony Basile gentoo-dev 2014-12-28 12:52:22 UTC
This should be fixed in git/HEAD.  I'll backport it to 0.9.0 with a revbump.  I'll also restabilize so as to not annoy our teams.
Comment 2 Anthony Basile gentoo-dev 2014-12-28 19:05:45 UTC
(In reply to Anthony Basile from comment #1)
> This should be fixed in git/HEAD.  I'll backport it to 0.9.0 with a revbump.
> I'll also restabilize so as to not annoy our teams.

klondike, please tests 0.9.0-r1.
Comment 3 Francisco Blas Izquierdo Riera (RETIRED) gentoo-dev 2014-12-28 23:02:08 UTC
-r1 Fixes it blueness :)