Summary: | media-sound/exaile-0.2.11-r2: fails to start | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Zimmerling <speen> |
Component: | Current packages | Assignee: | Samuli Suominen (RETIRED) <ssuominen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sound |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Alexander Zimmerling
2007-12-07 06:42:06 UTC
Run `emerge -1 dev-libs/libxslt dev-libs/libxml2 dev-python/gst-python` and try again. (In reply to comment #1) > Run `emerge -1 dev-libs/libxslt dev-libs/libxml2 dev-python/gst-python` and try > again. > sorry, same error (In reply to comment #2) > (In reply to comment #1) > > Run `emerge -1 dev-libs/libxslt dev-libs/libxml2 dev-python/gst-python` and try > > again. > > > > sorry, same error > What kind of info do you need? As I said, did the step you told me, it still fails. Which version of gst-python? Try LDFLAGS="" emerge -1 =dev-python/gst-python-0.10.9. Also be sure to run python-updater and revdep-rebuild. Way of getting this is setting LDFLAGS="-Wl,z,now" for gst-python but I'm not seeing it in your --info, weird. If that doesn't help, try disabling distcc and then I'd need a build log of gst-python. Created attachment 138056 [details]
build.log
(In reply to comment #4) > Which version of gst-python? Try LDFLAGS="" emerge -1 > =dev-python/gst-python-0.10.9. > > Also be sure to run python-updater and revdep-rebuild. > > Way of getting this is setting LDFLAGS="-Wl,z,now" for gst-python but I'm not > seeing it in your --info, weird. > Thank you for the reply. the version of dev-python/gst-python is 0.10.9. I tried to run LDFLAGS="" emerge -1 =dev-python/gst-python-0.10.9 with success. python-updater && revdep-rebuild did not rebuild any package I get an error message, telling me, that the c compiler cannot build executables. I've attached the full logfile. I'll try to disable distcc and build gst-python. sorry, forgot to say. The error appears if I do: LDFLAGS="-Wl,z,now" emerge -1 =dev-python/gst-python-0.10.9 FEATURES="-distcc" did the trick. I've marked this 'bug' as fixed. thanks for your support |