Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17423 - libxml2-2.5.2 build broken
Summary: libxml2-2.5.2 build broken
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 01:06 UTC by Stanislav Karchebny
Modified: 2003-04-07 04:09 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 Stanislav Karchebny 2003-03-13 01:06:48 UTC
When emergin' libxml2-2.5.2 the damned thing didn't detect SOCKLEN_T and
therefore failed to compile.

./configure said:

checking for type of socket length (socklen_t)... configure: WARNING: could not
determine

re-running ./autoconf before running configure did help however.
but i do not know how to re-run autoconf from an ebuild.. if someone will help
with the ebuild - it'll be great!
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-13 03:15:54 UTC
Works fine for me. Which glibc version are you using?
Comment 2 Stanislav Karchebny 2003-03-13 03:54:10 UTC
*  sys-libs/glibc
      Latest version available: 2.3.1-r2
      Latest version installed: 2.3.2
      Size of downloaded files: 17,701 kB
      Homepage:    http://www.gnu.org/software/libc/libc.html
      Description: GNU libc6 (also called glibc2) C library
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-13 03:59:56 UTC
2.3.2 seems to be quite buggy - please try downgrading do the current stable version and try again, then report what happened. You can use quickpkg to make a snapshot of your glibc if you really want to upgrade again. Thanks.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-17 05:37:36 UTC
I could not reproduce the bug with the new glibc. Can you?
Comment 5 Stanislav Karchebny 2003-03-24 02:46:44 UTC
I resolved the problem.
libxml2's ./configure script doesn't like distcc
so to emerge libxml2 without problems, remove distcc from FEATURES in make.conf

Hope this helps someone else out there.
Would be good if this is stated in the ebuild file or somewhere in the docs.
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-24 09:02:02 UTC
I just emerged libxml2 using distcc with two hosts (both systems using glibc 2.3.1 and gcc 3.2.2) - what is your setup? I had no problems.
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2003-04-07 03:39:40 UTC
no reaction -> worksforme
Comment 8 Stanislav Karchebny 2003-04-07 04:09:46 UTC
I emerged 2.5.6 and it worked like a charm... so no reason mumbling with 2.5.2 
anymore...