Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41514 - kdelibs / kdebase don't use libidn for "umlaut"domains
Summary: kdelibs / kdebase don't use libidn for "umlaut"domains
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 41001
Blocks:
  Show dependency tree
 
Reported: 2004-02-13 16:46 UTC by Florian Ehrenthal
Modified: 2004-07-09 16:37 UTC (History)
2 users (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 Florian Ehrenthal 2004-02-13 16:46:05 UTC
libidn is not yet in portage. see an ebuild at bug 41001
kde needs version 0.2.x to work with (at compile time)

Reproducible: Always
Steps to Reproduce:

Actual Results:
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2004-02-20 12:52:02 UTC
i heard (not 100% sure) that libidn-0.3.x support will be in kde-3.2.1
Comment 2 fbusse 2004-03-01 09:41:51 UTC
Would be nice to have libidn in portage soon. IDN-Domains started today in germany (Denic), it would be a nice addition for the upcoming KDE 3.2.1 ebuilds.
According to the kde-mailinglist, libidn-0.3.x will be supported in KDE 3.2.1 (which has been tagged yesterday).
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-03-01 09:58:42 UTC
will be in kde 3.2.1, in testing right now.
Comment 4 Florian Ehrenthal 2004-03-15 02:14:14 UTC
any news on this?
i see kde 3.2.1 is out, but i cannot find anything libidn related

well, anyway, thanks for your work on the kde releases caleb!
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-03-15 04:57:46 UTC
if you have libidn installed, it should work fine at runtime.
Comment 6 Florian Ehrenthal 2004-03-15 10:22:56 UTC
fine, shouldn't a dep be added to kde?

i will mark this bug as fixed
Comment 7 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-09 08:33:00 UTC
I think this should be reopened until libidn is a dependency of kdelibs,
at least for 3.3_beta, where libidn is used by kdelibs/kdecore and by 
kdenetwork/kopete (to enable the jabber plugin).

In both DEPEND and RDEPEND (in 3.3 libidn is not opened at runtime but linked 
at compile time, with a configure check, if I got it correctly)
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2004-07-09 10:31:32 UTC
i was under the impression this is a runtime only dep..unless that has changed.
Comment 9 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-09 16:37:49 UTC
> i was under the impression this is a runtime only dep..unless that has changed.

Yes, libidn was dlopened at runtime in the 3.2 branch, but in HEAD it is
properly linked at compile time, if the configure check succeeds.

$ ldd libkdecore.so.4.2.0
	...
	libidn.so.11 => /usr/lib/libidn.so.11 (0x402c0000)
	...