| Summary: | x11-misc/xac-0.6_pre3 fails on amd64 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Markus Rothe (RETIRED) <corsair> |
| Component: | Current packages | Assignee: | Joe Jezak (RETIRED) <josejx> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in xac-0.6_pre4, thanks for the report. :) |
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