Summary: | x11-base/xorg-server-1.5.3-r5 doesn't compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Florian GYS <floriangys> |
Component: | [OLD] Unspecified | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | xorg-server-1.5.3-r5 build.log |
Description
Florian GYS
2009-03-17 00:38:33 UTC
*** Bug 262755 has been marked as a duplicate of this bug. *** *** Bug 262756 has been marked as a duplicate of this bug. *** Please attach the build.log file to this bug. Created attachment 185351 [details]
xorg-server-1.5.3-r5 build.log
I've been trying to figure this one out, but it's definitely tricky. Could you paste the output of "emerge -pv xorg-server" ? Do other versions of xorg-server happen to build correctly? Thanks emerge -pv xorg-server These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] x11-base/xorg-server-1.5.3-r5 [1.5.3-r4] USE="hal ipv6 nptl xorg (-3dfx) -debug -dmx -kdrive -minimal -sdl -tslib" INPUT_DEVICES="evdev keyboard synaptics -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mouse -mutouch -palmax-penmount -spaceorb -summa -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nvidia vesa -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) (-imstt) -intel -mach64 -mga -neomagic (-newport) -nv -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l (-vermilion) -via -virtualbox -vmware -voodoo (-xgi)" 0kB Total: 1 package (1 upgrade), Size of downloads: 0 kB This is the first time I have compiling problem with xorg.All previous version were building fine. (In reply to comment #6) > This is the first time I have compiling problem with xorg.All previous version > were building fine. Could you try rebuilding -r4 again? I really don't see what could go wrong... Thanks Ok, 1st test: I have recompiled xorg-server-1.5.3-r4 without problem. 2nd test: I have made another test on xorg-server-1.5.3-r5 but it still doesn't compile. Could it be a ccache problem? Should I clear my cache? Yikes, I didn't see you were using ccache. Actually, yes, please try to clear the cache or to disable ccache entirely. Thanks It did the trick! xorg-server-1.5.3-r5 now compile fine with ccache disabled. This is the first time i have to disable ccache to compile a package: i had neve realized that ccache could produce compilation errors...i'm now thinking of removing it completly...what's you're thoughts about ccache? (In reply to comment #10) > It did the trick! > xorg-server-1.5.3-r5 now compile fine with ccache disabled. Woohoo! :D > This is the first time i have to disable ccache to compile a package: i had > neve realized that ccache could produce compilation errors...i'm now thinking > of removing it completly...what's you're thoughts about ccache? It's actually the first time I've seen ccache fail in X packages IIRC, but it's been a recurring source of headaches with Gnome packages. As for me, I really don't encourage anyone using it. It's just not worth the trouble. Thanks very much for finding the real cause, I was really starting to worry about the quality of our patches to the X server :) Closing invalid. Thanks a lot. Best regards. |