Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282355 - weechat ssl support is not enabled when compiling with gnutls-2.8.3
Summary: weechat ssl support is not enabled when compiling with gnutls-2.8.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 253709
  Show dependency tree
 
Reported: 2009-08-22 19:40 UTC by Jesús Guerrero Botella (RETIRED)
Modified: 2009-09-27 14:29 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 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-08-22 19:40:37 UTC
gnutls-2.8.3 doesn't seem to install the libgnutls-config tool, which the configure system of weechat relies on to find the library, hence, ssl is disabled at configure time, though the ssl use flag remains set of course.

This drove me mad for a couple of days until I decided to look closely at the configure output.

Reproducible: Always

Steps to Reproduce:
1.install gnutls 2.8.3
2.(re)compile weechat
3.start weechat, and see that you cannot connect to any ssl server, even though you have the ssl use flag enabled, the error message will tell you that the ssl support hasn't been compiled into weechat, which turned to be true in the end

Actual Results:  
ssl is disabled but the use flag tell you otherwise

Expected Results:  
ssl should be enabled if you enable the relevant use flag

I am not sure about the right solution to this one. Weechat could either be updated to work with gnutls, or maybe the ebuild could ask for <=gnutls-2.6.6, which works ok.

If there are more packages with this problem maybe it's gnutls which should be masked until this is sorted. No idea. I just report what I have found about the problem.
Comment 1 Rafał Mużyło 2009-08-23 09:58:38 UTC
OK, this is a request for an update -
this problem was solved in weechat 0.2.6.3.

BTW, you failed to tell which version of weechat
has this problem (well, in this particular case
it didn't matter, but next time it may).
Comment 2 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-08-23 13:53:16 UTC
(In reply to comment #1)
> OK, this is a request for an update -
> this problem was solved in weechat 0.2.6.3.

Well, I wasn't completely sure how to solve it, that's why the
bug report was that fuzzy.

> BTW, you failed to tell which version of weechat
> has this problem (well, in this particular case
> it didn't matter, but next time it may).

It happened with all versions in portage at that moment as you
say. I didn't know that there was a new version upstream that
solved the problem. By the time I posted the bug I wasn't quite
sure if the problem was about weechat or about gnutls either.

Thanks for the quick answer and for identifying
the problem. 

Comment 3 Rafał Mużyło 2009-08-23 15:10:39 UTC
You did the identifying, I'd just took a look
at weechat's webpage.
Comment 4 Hans de Graaff gentoo-dev Security 2009-09-26 20:39:09 UTC
I've just added weechat-0.2.6.3 to CVS which should fix this issue.
Comment 5 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-09-27 14:29:48 UTC
(In reply to comment #4)
> I've just added weechat-0.2.6.3 to CVS which should fix this issue.
> 

Thanks.