Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 228423
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 227821
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Silvio Frischknecht <silvio.frischi@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 228423 depends on: Show dependency tree
Bug 228423 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-06-19 21:45 0000
originally I had the problem that the radeon drivers did not work at all see
(http://forums.gentoo.org/viewtopic-t-696022-highlight-.html)
so i installed some testing packages.

x11-base/xorg-x11 ~amd64
x11-base/xorg-server ~amd64
x11-libs/libXrender ~amd64
x11-proto/renderproto ~amd64
x11-proto/xf86driproto ~amd64
x11-proto/videoproto ~amd64
x11-proto/xproto ~amd64
x11-proto/glproto ~amd64
x11-drivers/xf86-video-ati ~amd64
x11-drivers/xf86-input-keyboard ~amd64
x11-drivers/xf86-video-vesa ~amd64
media-libs/mesa ~amd64

that's while updateing xf86-video-ati I got a compiling error.

X_BYTE_ORDER is not defined properly.
in file /usr/include/xorg/xorg-server.h line 200 there is a problem. The accual
error is in radeon_accelfunc.h but the problem is there.

/*#ifndef __APPLE_CC__
#define X_BYTE_ORDER _X_BYTE_ORDER
#else
#ifdef __BIG_ENDIAN__
#define X_BYTE_ORDER X_BIG_ENDIAN
#else
#define X_BYTE_ORDER X_LITTLE_ENDIAN
#endif

I don't know how these lines should be correctly, so I took them out all
together.

and replaced them with what was there in earlyer xorg-server versions.

#define X_BYTE_ORDER X_LITTLE_ENDIAN

now it works like a charm.

Reproducible: Always

Steps to Reproduce:
1. normal gentoo system
2. add testing packages from above to /etc/portage/package.keywords
3. and emerge -uND world

------- Comment #1 From Jakub Zawadzki 2008-06-20 22:19:47 0000 -------
Duplicate of 227821

------- Comment #2 From Silvio Frischknecht 2008-06-21 01:39:29 0000 -------

*** This bug has been marked as a duplicate of bug 227821 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug