Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200613 - x11-misc/xac-0.6_pre3 fails on amd64
Summary: x11-misc/xac-0.6_pre3 fails on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joe Jezak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 09:43 UTC by Markus Rothe (RETIRED)
Modified: 2008-01-06 21:06 UTC (History)
0 users

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 Markus Rothe (RETIRED) gentoo-dev 2007-11-28 09:43:57 UTC
I tried to use xac on amd64 and it failed:

# xac
Traceback (most recent call last):
  File "/usr/sbin/xac", line 18, in ?
    c = XAC_Config(version)
  File "/usr/lib64/xac/config.py", line 25, in __init__
    self.arch = get_arch()
  File "/usr/lib64/xac/arch.py", line 349, in get_arch
    return Arch_x86()
  File "/usr/lib64/xac/arch.py", line 268, in __init__
    Arch.__init__(self, 1)
  File "/usr/lib64/xac/arch.py", line 53, in __init__
    self.get_video_cards()
  File "/usr/lib64/xac/arch.py", line 129, in get_video_cards
    edids = self.get_edids()
  File "/usr/lib64/xac/arch.py", line 300, in get_edids
    if len(e) == 0 and vbe_get_edid_supported():
NameError: global name 'vbe_get_edid_supported' is not defined
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2008-01-06 21:06:38 UTC
Fixed in xac-0.6_pre4, thanks for the report. :)