Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533758 - revdep-pax in sys-apps/elfix-0.9.0 fails with stacktrace about AttributeError: LinkGraph instance has no attribute 'get_maps'
Summary: revdep-pax in sys-apps/elfix-0.9.0 fails with stacktrace about AttributeError...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 530570
  Show dependency tree
 
Reported: 2014-12-28 10:57 UTC by Francisco Blas Izquierdo Riera
Modified: 2014-12-28 23:02 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 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 :)