Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122952 - setxkbmap segmentation fault
Summary: setxkbmap segmentation fault
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 12:26 UTC by Tony Ducrocq
Modified: 2006-03-01 01:23 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 Tony Ducrocq 2006-02-15 12:26:10 UTC
I had some troubles with setxkbmap and xorg 7.0-r1, when I used setxkbmap I had a segmentation fault. I've fix it by merging setxkbmap with CFLAGS="" and CXXFLAGS="". I use this : CFLAGS="-O3 -march=athlon64 -mtune=k8 -pipe" CXXFLAGS="${CFLAGS}" under a turion processor.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-15 12:31:06 UTC
Reopen with emerge --info and 
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-03-01 01:23:36 UTC
Are you saying it was broken with CFLAGS="-O3 -march=athlon64 -mtune=k8 -pipe"? If so, does changing -O3 to -O2 fix it? Please post `emerge info` output as well, and reopen when you reply.