Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150573 - sys-apps/qingy-0.9.1 has a shutdown hang issue
Summary: sys-apps/qingy-0.9.1 has a shutdown hang issue
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 07:14 UTC by hiyuh
Modified: 2006-10-25 01:59 UTC (History)
1 user (show)

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 hiyuh 2006-10-09 07:14:46 UTC
0.9.1 was released 2006-08-24.
The summurized open issue has been fixed 2006-09-20.
But 0.9.2 isn't released ATM (2006-10-09).
http://svn.sourceforge.net/viewvc/qingy/trunk/qingy/ChangeLog?revision=396&view=markup

I think that b0rked release needs to back port or p.mask.
Comment 1 Renato Caldas 2006-10-11 07:16:25 UTC
I have a workaround for this problem in the meanwhile.

If you don't use the "-n" switch for qingy, it doesn't hang. But you don't get the shutdown messages..

0.9.2 is desperately wanted :)
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2006-10-11 07:26:17 UTC
The reason why qingy 0.9.2 isn't out yet is that the shutdown issue isn't totally fixed, yet. I'm working on it ;-)
Comment 3 hiyuh 2006-10-11 08:34:16 UTC
Renato:
Thank your info.
I knew another workaround is, "re-login console then do shutdown or reboot". :)

Michele:
Good to hear, so thank your effort.
I guess someone ready to be victim^H^H^H^H^H^Htester! :P
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2006-10-24 00:08:06 UTC
Just added qingy 0.9.2 ebuild to Portage. It should solve the hang on DirectFB shutdown issue...
Comment 5 hiyuh 2006-10-24 22:17:18 UTC
Michele:
I've tried to emerge 0.9.2.
But there is no qingy-gentoo-theme.tar.bz2.
So, that emerging got failure at fetch phase.
Could you mind to check whether it's mirror sync problem or not?
Comment 6 Michele Noberasco (RETIRED) gentoo-dev 2006-10-25 00:04:04 UTC
Is *is* a mirror sync issue, due to the fact that I forgot to upload it to the master server ;-) Fixed, but now it will take a few hours for the file to spread...

BTW, make sure you don't enable openssl as crypto library (not enabled by default for Gentoo anyway), otherwise it won't compile :-/
Comment 7 hiyuh 2006-10-25 01:49:35 UTC
(In reply to comment #6)
> Is *is* a mirror sync issue, due to the fact that I forgot to upload it to the
> master server ;-) Fixed, but now it will take a few hours for the file to
> spread...

OK, now thre're no fetching issue.
And I confirmed 0.9.2 has no shutdown issue, at leaset for me.
Thank again for your effort. :)

> BTW, make sure you don't enable openssl as crypto library (not enabled by
> default for Gentoo anyway), otherwise it won't compile :-/

Yeah, I confirmed it got failure when compiling w/ USE=crypto_openssl.
So, there's no choice to enable libgcrypt instead of OpenSSL.
And then just courious, the upstream would drop OpenSSL?
Or just it has a breakage ATM?
Comment 8 Michele Noberasco (RETIRED) gentoo-dev 2006-10-25 01:59:29 UTC
> OK, now thre're no fetching issue.
Good

> And I confirmed 0.9.2 has no shutdown issue, at leaset for me.
> Thank again for your effort. :)
Finally! :-)

> So, there's no choice to enable libgcrypt instead of OpenSSL.
I assume you meant to say 'there's no choice but to enable libgcrypt instead of OpenSSL' here. Partially correct: you can either use libgcrypt or no encryption at all...

> And then just courious, the upstream would drop OpenSSL?
> Or just it has a breakage ATM?
Uh? If you are asking whether qingy will drop openssl support, the answer is: probably not. After fixing the compilation issue (which is trivial), qingy still fails when linked to openssl non-statically, and the issue is subtle, I haven't nailed it down, yet...