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 10:00:43 -0000

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





------- Additional Comments From hgr AT vabo.cz 2007-05-11 05:00 -------
Seems you use 2.4 kernel, why not 2.6?
Most of us use linux kernel 2.6, glibc 2.4 with heades 2.6.12.0, you are
trying
to build glibc-2.3.6 with 2.4.24-kernel-headers?

Or something with NPTL, did you swith it off? Or do you use i386-pc-linux-gnu?

>From PREPARE file:

if [[ $(uname -r) = 2.6.* ]]; then
if test "$HOST" == "i386-pc-linux-gnu"; then
message "[[ ${QUERY_COLOR}Not building with NPTL as that's unsupported on
i386; use i486 or higher.${DEFAULT} ]]"
config_set_option GLIBC_NPTL n
else
config_query GLIBC_NPTL "As you are running a 2.6 kernel, would you like
to use the new nptl (Native Posix Thread Libary)?" y
config_query GLIBC_USEIDN "Would you like to compile glibc with libidn
support?" y
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