Summary: | gdesklets broken on amd64 because architecture lacks fast mutexes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mark Duckworth <mducksub> |
Component: | Current packages | Assignee: | AMD64 Project <amd64> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gdesklets, gnome |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mark Duckworth
2005-06-10 21:05:02 UTC
mike@koala:~> zgrep FUTEX /proc/config.gz CONFIG_FUTEX=y is this what you're refering to? I dunno. I don't know what Fast mutexes are. All I know is the output. Mine is set the same as yours: $ zgrep FUTEX /proc/config.gz CONFIG_FUTEX=y Anyway, I did figure out a way to sneak around it. I moved the bsddb folder under the python2.4 site files elsewhere which got it to startup. It complains about not having the proper db support when it tries to run the desklet manager thing but if you open desklets manually using the console, they all work. Rock. All I care about is "mostly working" But this still is an issue? which version of python did you use to launch gdesklets... the fact that you have both 2.3 and 2.4 might confuse something.. because futexes are available on amd64... probably the different python versions are the problem, as Tester stated in Comment #3.. Closing, please reopen if it still doesnt' work for you |