Summary: | app-emulation/spice: trying to start spicec results into an "unhandled exception" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Mair-Keimberger (mm1ke) <mmk> |
Component: | Current packages | Assignee: | Tiziano Müller (RETIRED) <dev-zero> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | nirbheek |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michael Mair-Keimberger (mm1ke)
2011-09-21 16:10:26 UTC
i've now tried a few things and found out that i won't get the error if i build spice without gui. But only when typing "spicec" alone. I still get the error when typing "spicec -t $ip -p $port". I also tried to turn on lots of useflags in "dev-games/cegui" since it depends on it and i guess its needed for the gui. unfortunately that dosen't changed anything. Please give it a whirl with a newer version. Tried it with the latest version. Still the same: michael@asterix ~ $ spicec --version spicec 0.10.1 michael@asterix ~ $ spicec Error: unhandled exception: create IC failed Spice is build with: [ebuild R ~] app-emulation/spice-0.10.1 USE="client gui -sasl -smartcard -static -static-libs" 0 kB Could it be that you somehow built spice (or some other component requiring jpeg) against libjpeg-turbo and then switched back to libjpeg again? Because that message comes from libjpeg(-turbo) and can be reproduced by building spice against libjpeg-turbo but actually using libjpeg then. This bug can be closed now :) I didn't checked if it's a problem with libjpeg(-turbo) because i got a new pc in the meanwhile but your point sounds good. On the old system i had libjpeg and switched after it got stable to jpeg-turbo so it could be the cause. I just tried spicec with the new system and it works normal. If you really wanna have a answer to this problem i could start the old system and check it. I guess a rebuild of the whole system should finally solve the problem?? Not necessary, but thanks. |