Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13771] Glibc can`t install libidn

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13771] Glibc can`t install libidn
  • Date: 11 May 2007 19:03:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13771





------- Additional Comments From hgr AT vabo.cz 2007-05-11 14:03 -------
If I don`t know for this is for I usually use default. :-)

So try "cast -r -c glibc" and choose "y" for NPTL (y is default).
If you didn't change it your glibc could have IDN support already.


-----
For SMGL devs:
Seems there is a bug in glibc BUILD:
There is:

# Enable IDN?
#
if [ "$GLIBC_USEIDN" = "y" ]; then
ADDONS="$ADDONS libidn"
fi &&

And it should be:

if [ "$GLIBC_NPTL" = "y" ]; then
# Enable IDN?
#
if [ "$GLIBC_USEIDN" = "y" ]; then
ADDONS="$ADDONS libidn"
fi &&
fi

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page