Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362593 - x11-base/xorg-server-1.10.0.901: freeze after update llvm to 2.9 & mesa to 7.10.2
Summary: x11-base/xorg-server-1.10.0.901: freeze after update llvm to 2.9 & mesa to 7....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 13:07 UTC by Denis I. Polukarov
Modified: 2011-04-12 09:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,5.59 KB, text/plain)
2011-04-08 13:07 UTC, Denis I. Polukarov
Details
Xorg.0.log on working system. (Xorg.0.log.bz2,8.10 KB, application/x-bzip2)
2011-04-08 13:08 UTC, Denis I. Polukarov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis I. Polukarov 2011-04-08 13:07:16 UTC
xorg-server & xf86-video-ati-6.14.1 rebuild after update llvm & mesa.
After reboot xserver stop working on:
[   848.979] (II) Initializing built-in extension COMPOSITE
[   848.980] (II) Initializing built-in extension DAMAGE
System not crash (can login on ssh), but keyboard & mouse not working, monitor - blank.
Problem was resolved after switch:
# eselect mesa r300 1 (switch from gallium to classic)

Reproducible: Always

Steps to Reproduce:
1. emerge -vp =sys-devel/llvm-2.9 =media-libs/mesa-7.10.2 x11-base/xorg-server x11-drivers/xf86-video-ati
2. eselect mesa r300 2 (switch from classic to gallium)
3. restart xserver
Actual Results:  
xserver, keyboard, mouse, monitor not working.

Expected Results:  
Working X'subsystem with # eselect mesa r300 2 (gallium).
Comment 1 Denis I. Polukarov 2011-04-08 13:07:52 UTC
Created attachment 269001 [details]
emerge --info
Comment 2 Denis I. Polukarov 2011-04-08 13:08:43 UTC
Created attachment 269003 [details]
Xorg.0.log on working system.
Comment 3 corec 2011-04-08 18:32:55 UTC
I've ran into same problem. Disabled mesa's llvm use flag temporarily and that made my system usable for the time being.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2011-04-11 02:17:23 UTC
Comment on attachment 269003 [details]
Xorg.0.log on working system.

Why don't you attach a build log that shows the failure you are experiencing?
Comment 5 guillaume.infantes 2011-04-11 07:42:15 UTC
Same with xorg-server-1.10.0.902

getting back to llvm 2.8 (and recompiling mesa just in case) solved the issue. Maybe it would be a good idea to mask llvm 2.9 ?
Comment 6 Dmitry Karasik 2011-04-11 15:02:58 UTC
If you simply run X from the command line the error is more clear:

prog: Unknown command line argument '-disable-mmx'.  Try: 'prog -help'
prog: Did you mean '-disable-lsr'?


This is caused by https://bugs.freedesktop.org/show_bug.cgi?id=32564 which is fixed in mesa svn.
Comment 7 Denis I. Polukarov 2011-04-12 09:19:07 UTC
xorg-server successfull start with gallium & patch from bugs.freedesktop.org .