Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80177 - swig-1.3.21 has infinite include loop of limits.h on amd64
Summary: swig-1.3.21 has infinite include loop of limits.h on amd64
Status: RESOLVED DUPLICATE of bug 87560
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 01:39 UTC by Rutger Hendriks
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The limits.h file that gets included originally (limits.h,244 bytes, text/plain)
2005-02-12 18:02 UTC, Rutger Hendriks
Details
This file (wrongly?) includes /usr/include/limits.h again (limits.h,4.44 KB, text/plain)
2005-02-12 18:08 UTC, Rutger Hendriks
Details
This is the solution proposed in the gentoo forums entry (limits.h,335 bytes, text/plain)
2005-04-13 05:08 UTC, Robert Levin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rutger Hendriks 2005-01-31 01:39:15 UTC
when I try to emerge swig-1.3.21 on amd64 this is what I get:

make[1]: Leaving directory `/var/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Source'
make[1]: Entering directory `/var/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Runtime'
../preinst-swig -tcl -runtime -o libtcl8.c swigrun.i
../preinst-swig -perl5 -runtime -o libpl.c swigrun.i
../preinst-swig -python -runtime -o libpy.c swigrun.i
if /bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include    -isystem /usr/include -O2 -march=k8 -pipe -Wall-MT libswigtcl8_la-libtcl8.lo -MD -MP -MF ".deps/libswigtcl8_la-libtcl8.Tpo" \
  -c -o libswigtcl8_la-libtcl8.lo `test -f 'libtcl8.c' || echo './'`libtcl8.c; \
then mv -f ".deps/libswigtcl8_la-libtcl8.Tpo" ".deps/libswigtcl8_la-libtcl8.Plo"; \
else rm -f ".deps/libswigtcl8_la-libtcl8.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include    -DHAVE_CONFIG_H -I/usr/include/python2.3 -I/usr/lib/python2.3/config -O2 -march=k8 -pipe -Wall -MT libswigpy_la-libpy.lo -MD -MP -MF ".deps/libswigpy_la-libpy.Tpo" \
  -c -o libswigpy_la-libpy.lo `test -f 'libpy.c' || echo './'`libpy.c; \
then mv -f ".deps/libswigpy_la-libpy.Tpo" ".deps/libswigpy_la-libpy.Plo"; \
else rm -f ".deps/libswigpy_la-libpy.Tpo"; exit 1; \
fi
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include -isystem /usr/include -O2 -march=k8 -pipe -Wall -MT libswigtcl8_la-libtcl8.lo -MD -MP -MF .deps/libswigtcl8_la-libtcl8.Tpo -c libtcl8.c  -fPIC -DPIC -o .libs/libswigtcl8_la-libtcl8.o
In file included from /usr/include/limits.h:7,
                 from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:7,
                 from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:7,
                 from /usr/include/gentoo-multilib/amd64/limits.h:124,
<snip same 2 lines like 50 times>
                 from /usr/include/limits.h:7,
                 from /usr/include/tcl.h:379,
                 from libtcl8.c:284:
/usr/include/gentoo-multilib/amd64/limits.h:124:26: #include nested too deeply
/usr/include/gentoo-multilib/amd64/limits.h:144:30: #include nested too deeply
/usr/include/gentoo-multilib/amd64/limits.h:148:30: #include nested too deeply
In file included from /usr/include/bits/posix1_lim.h:7,
                 from /usr/include/gentoo-multilib/amd64/limits.h:144,
                 from /usr/include/limits.h:7,
                 from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:7,
<snip same 2 lines like 50 times>
                 from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:7,
                 from /usr/include/tcl.h:379,
                 from libtcl8.c:284:
/usr/include/bits/../gentoo-multilib/amd64/bits/posix1_lim.h:153:28: #include nested too deeply
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include -DHAVE_CONFIG_H -I/usr/include/python2.3 -I/usr/lib/python2.3/config -O2 -march=k8 -pipe -Wall -MT libswigpy_la-libpy.lo -MD -MP -MF .deps/libswigpy_la-libpy.Tpo -c libpy.c  -fPIC -DPIC -o .libs/libswigpy_la-libpy.o
make[1]: *** [libswigtcl8_la-libtcl8.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Runtime'
make: *** [runtime] Error 2

!!! ERROR: dev-lang/swig-1.3.21 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.




Reproducible: Always
Steps to Reproduce:
1. emerge -av swig
Actual Results:  
I got the include error


# emerge info
Portage 2.0.51-r15 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r14 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 31 2005, 02:18:01)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.6.3, 1.5, 1.4_p6, 1.8.5-r3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=k8 -fomit-frame-pointer -momit-leaf-frame-pointer -fweb
-frename-registers -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -fomit-frame-pointer -momit-leaf-frame-pointer -fweb
-frename-registers -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks moo sandbox"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.tiscali.nl/pub/mirror/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="amd64 S3TC X aac aalib acpi acpi4linux alsa arts asterisk audiofile avi
ba-completion bash-completion berkdb bitmap-fonts cddb cdparanoia cdr chroot
crypt cups dba dga dio divx4linux dmx dts dv dvd dvdr dvdread edl encode esd f77
faac faad fam fbcon fbdev festival ffmpeg fftw flac foomaticdb fortran ftp gcj
gd gdbm ggi gif gphoto2 gpm gs gstreamer gtk gtk2 icq ieee1394 imagemagick imap
imlib imlib2 ipv6 irmc jabber java javascript joystick jp2 jpeg junit kdelcd
lcms ldap libcaca libwww lirc live lzo lzw lzw-tiff mad makecheck mbox mikmod
mime mng motif mozaccess mozcalendar mozilla mozp3p mozsvg mozxmlterm mpeg mpeg4
mpi mplayer msn multislot mysql mythtv nas ncurses net nethack network nls nowin
nptl nptlonly nvidia oav objc offensive oggvorbis opengl opie oss pam pda perl
pic plotutils png posix ppds python qt quicktime readline rtc samba sasl sdl
slang slp smime speex spell ssl svg tcltk tcpd tetex theora tiff transcode
truetype truetype-fonts type1-fonts usb userlocales v4l v4l2 videos wmf xine xml
xml2 xmms xosd xpm xrandr xscreensaver xv xvid xvmc yv12 zlib zvbi linguas_nl
linguas_en_GB"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Rutger Hendriks 2005-02-12 18:02:23 UTC
Created attachment 51101 [details]
The limits.h file that gets included originally

This file checks whether we're doing 32bit or 64bit and loads the appropriate
limits.h
Comment 2 Rutger Hendriks 2005-02-12 18:08:23 UTC
Created attachment 51102 [details]
This file (wrongly?) includes /usr/include/limits.h again

From what I understand the problem lies in this file, it is included
automatically in /usr/include/limits.h when 64bit compilation is needed, but
almost at the end of the file there is this text:

<snip first 109 lines>
#  endif /* ISO C99 */

# endif /* limits.h  */
#endif	/* GCC 2.  */

#endif	/* !_LIBC_LIMITS_H_ */

 /* Get the compiler's limits.h, which defines almost all the ISO constants.

    We put this #include_next outside the double inclusion check because
    it should be possible to include this file more than once and still get
    the definitions from gcc's header.	*/
#if defined __GNUC__ && !defined _GCC_LIMITS_H_
/* `_GCC_LIMITS_H_' is what GCC's file defines.  */
# include_next <limits.h>
<snip the rest of the file, about 20 lines>

As you can see, the last line has #include_next <limits.h>
This causes the recursion, so I guess it is including the wrong file.
Comment 3 Rutger Hendriks 2005-02-12 18:12:25 UTC
I have simply commented the #include_next <limits.h> line, and now swig installs nicely.

I will try to install glibc and gcc again now, to see if it will stay okay. Will report back later.
Comment 4 Rutger Hendriks 2005-02-13 07:35:37 UTC
Here's me reporting back, after re-installing glibc and gcc, the problem of swig not compiling because of the infinite loop was there again.
I guess we need glibc maintainer's to fix this.
I'm wondering if I am the only one experiencing this... :'(
Comment 5 Malcolm Lashley (RETIRED) gentoo-dev 2005-02-23 09:19:33 UTC
This bug is 2005.0 profile specific. I recreated it on my -march=nocona box, and blubb has proved it on his amd64 2005.0.

A simple testcase is: 

commodore64 ~ # more test.c
#include <limits.h>
int main(void) {
}

commodore64 ~ # gcc test.c
commodore64 ~ # gcc -isystem /usr/include test.c (this is what swig does, I'm not sure why, or if this is valid...)

Both compile cleanly on 2004.3 (non multilib includes)

On 2005.0 (multilib includes) the recursion as seen by the reporter is observed and gcc bails with include nested too deeply.

Comment 6 Oscar 2005-02-26 10:03:32 UTC
So "#include <limits.h>" in "/usr/include/gentoo-multilib/amd64/limits.h" can be commented and nothing will break? 

What would happen if I leave it commented? 

I had to comment it in order for swig-1.3.21 to be emerged and my reemerging of world to continue. 

I am currently doing emerge -eD world with new C[XX]FLAGS, LDFLAGS, and USE FLAGS.
Comment 7 Rutger Hendriks 2005-03-08 08:14:34 UTC
Hi, unfortunately this problem still exists. I just stumbled on it again, hence the "kick" :P
Comment 8 Joshua Kukovec 2005-03-08 11:56:53 UTC
i have this problem as well. was just coming to post a bug and saw this one.

i just upgraded to 2005.0 profile, and while recompiling some things, noticed this one didn't work. 

you mention redoing glibc and gcc, is that needed or is it simply swig that is borked?
Comment 9 Rutger Hendriks 2005-03-08 14:39:42 UTC
In response to #8:
I tried rebuilding glibc and gcc (actually, I rebuild system and world multiple times), but that didn't help. swig still had the loop thingie.
Comment 10 Rutger Hendriks 2005-03-19 17:50:43 UTC
As a small kick I just wanted to say that swig-1.3.21 still dus not compile for me. It still gives the "nested too deeply" error.
Is there anything I can do?
Comment 11 Simon Stelling (RETIRED) gentoo-dev 2005-03-20 01:11:13 UTC
plasmaroo, looks like one for you ;)
Comment 12 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-24 13:51:32 UTC
DON'T comment it out, as it will probably broke something which depends on glibc behaviour.
Is not good to change behaviours of system libraries this way.

Main problem is #include_next should re-include the same header, to fix this simply change

#include <limits.h>

to

#include <gentoo-multilib/amd64/limits.h>

and obviously i386 for 32-bit version.

This will restore the original behaviour.

I'm not sure how to fix it directly on glibc, but i think some glibc hacker should know how to render this natural language problem in some code :)
Comment 13 ShadowHawkBV 2005-03-24 15:36:08 UTC
I tried replaceing 
# include_next <limits.h>
with 
# include_next <gentoo-multilib/amd64/limits.h>

And it left me with this error instead of the infinite recursive error:

In file included from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:7,
                 from /usr/include/tcl.h:379,
                 from libtcl8.c:284:
/usr/include/gentoo-multilib/amd64/limits.h:124:48: gentoo-multilib/amd64/limits.h: No such file or directory
libpl.c: In function `boot_swigrun':
libpl.c:842: warning: unused variable `items'
libpl.c: At top level:
libpl.c:798: warning: 'swig_magic_readonly' defined but not used
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -O2 -mtune=k8 -pipe -Wall   -o libswigpl.la -rpath /usr/lib64 -no-undefined   libswigpl_la-libpl.lo  -ldl
x86_64-pc-linux-gnu-gcc -shared  .libs/libswigpl_la-libpl.o  -ldl  -mtune=k8 -Wl,-soname -Wl,libswigpl.so.0 -o .libs/libswigpl.so.0.0.0
(cd .libs && rm -f libswigpl.so.0 && ln -s libswigpl.so.0.0.0 libswigpl.so.0)
(cd .libs && rm -f libswigpl.so && ln -s libswigpl.so.0.0.0 libswigpl.so)
/bin/sh ../libtool --mode=link x86_64-pc-linux-gnu-gcc  -O2 -mtune=k8 -pipe -Wall   -o libswigpy.la -rpath /usr/lib64 -no-undefined   libswigpy_la-libpy.lo  -ldl
make[1]: *** [libswigtcl8_la-libtcl8.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
creating libswigpl.la
(cd .libs && rm -f libswigpl.la && ln -s ../libswigpl.la libswigpl.la)
x86_64-pc-linux-gnu-gcc -shared  .libs/libswigpy_la-libpy.o  -ldl  -mtune=k8 -Wl,-soname -Wl,libswigpy.so.0 -o .libs/libswigpy.so.0.0.0
(cd .libs && rm -f libswigpy.so.0 && ln -s libswigpy.so.0.0.0 libswigpy.so.0)
(cd .libs && rm -f libswigpy.so && ln -s libswigpy.so.0.0.0 libswigpy.so)
creating libswigpy.la
(cd .libs && rm -f libswigpy.la && ln -s ../libswigpy.la libswigpy.la)
make[1]: Leaving directory `/home/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Runtime'
make: *** [runtime] Error 2

!!! ERROR: dev-lang/swig-1.3.21 failed.
!!! Function src_compile, Line 63, Exitcode 2


Here's my emerge info:

Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 23 2005, 20:10:43)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -mtune=k8 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mtune=k8 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/ ftp://gentoo.risq.qc.ca/ ftp://gentoo.agsn.ca/ http://gentoo.mirrored.ca/ ftp://gentoo.mirrored.ca/ http://gentoo.osuosl.org/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa amd64 berkdb bitmap-fonts bonobo cdr crypt cups curl dbus divx4linux doc dvd dvdr eds esd fam flac font-server foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 gtkhtml guile imlib ipv6 java jp2 jpeg lzw lzw-tiff mozilla mp3 ncurses nls nocd nptl offensive oggvorbis opengl oss pam pcre perl png python qt readline samba scanner sdl ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts usb userlocales xml xml2 xmms xpm xrandr xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 14 Ryan M. Graham 2005-03-29 13:39:33 UTC
I ran into this problem as well, limits.h behaviour messed up hal, fam, firefox, possibly more, but I found a work around before getting any further.

My first fix, to get rid of the recursive add problem was the change the #ifdef and #define in /usr/include/gentoo-multilib/amd64/limits.h from _LIBC_LIMITS_H_ to _LIBC_LIMITS_AMD64_H_

My second fix is related to a hand full of packages making use of PATH_MAX, found in <linux/limits.h>. For some reason multilib is changing something that causes this file to not be included by some of the other includes.. somehow. To work around this, I added #include <linux/limits.h> to the top of /usr/include/limits.h (this an amd64 system). Adding the #include to the bottom of that file didn't seem to do the trick.. not sure why it makes a difference.
Comment 15 ShadowHawkBV 2005-04-02 10:39:45 UTC
I tried the suggestions in comment 14, and it failed with this error:

from /usr/include/gentoo-multilib/amd64/limits.h:124,
                 from /usr/include/limits.h:8,
                 from /usr/include/tcl.h:379,
                 from libtcl8.c:284:
/usr/include/bits/../gentoo-multilib/amd64/bits/posix1_lim.h:153:28: #include nested too deeply
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include -I/usr/lib/perl5/5.8.5/x86_64-linux/CORE -Dbool=char -Dexplicit=-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=k8 -pipe -Wall -MT libswigpl_la-libpl.lo -MD -MP -MF .deps/libswigpl_la-libpl.Tpo -c libpl.c  -fPIC -DPIC -o .libs/libswigpl_la-libpl.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../Source/Include -DHAVE_CONFIG_H -I/usr/include/python2.3 -I/usr/lib/python2.3/config -O2 -mtune=k8 -pipe -Wall -MT libswigpy_la-libpy.lo -MD -MP -MF .deps/libswigpy_la-libpy.Tpo -c libpy.c  -fPIC -DPIC -o .libs/libswigpy_la-libpy.o
make[1]: *** [libswigtcl8_la-libtcl8.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libpl.c: In function `boot_swigrun':
libpl.c:842: warning: unused variable `items'
libpl.c: At top level:
libpl.c:798: warning: 'swig_magic_readonly' defined but not used
make[1]: Leaving directory `/home/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Runtime'
make: *** [runtime] Error 2

!!! ERROR: dev-lang/swig-1.3.21 failed.
!!! Function src_compile, Line 63, Exitcode 2

I don't know if it matters, but the #ifndef & #define in my limits.h is:
#ifndef _LIBC_LIMITS_AMD64_H_
#define _LIBC_LIMITS_AMD64_H_     1

Could this be caused by some other combination of packages?  IE: could the people who have had success with the work arounds post what version of glibc, gcc, etc they are using?
Comment 16 Akos Ladanyi 2005-04-03 23:43:51 UTC
http://forums.gentoo.org/viewtopic-t-306555-highlight-swig.html

This forum topic has clean a solution. Do the maintainers of glibc on amd64 know about this problem?
Comment 17 Ryan May 2005-04-08 12:31:54 UTC
I encountered this problem as well.  The fix from the forums mentioned in #16 worked for me.  Since this seems to be a rather serious problem (being in glibc) can we get a devel to work on this?
Comment 18 Robert Levin 2005-04-13 05:08:30 UTC
Created attachment 56159 [details]
This is the solution proposed in the gentoo forums entry

From the forum item a previous poster referred to, presented for your
convenience. This replacement text for /usr/include/limits.h seems to fix the
problem in an appropriate way.	Other things than just swig *should* be
affected adversely by the problem.
Comment 19 ShadowHawkBV 2005-04-16 09:30:07 UTC
Comment 16 did it for me as well.  It seems to be a valid fix.  Question being what are the repercussions of this fix going to be?  GLIBC devs?
Comment 20 Tres 'RiverRat' Melton 2005-04-17 15:31:24 UTC
Comment 16 fixed my system too.
Comment 21 Jukka Palko 2005-04-17 22:30:21 UTC
Nice, comment 16 instructions got my system to compile swig as well.

Though I must admit that I too felt the instruction left me to think whether this will make this work for amd64, but how about others?
Comment 22 Tim Yamin (RETIRED) gentoo-dev 2005-04-23 04:58:52 UTC
This isn't a linux-headers issue, rather a multilib issue; reassigning to AMD64 team.
Comment 23 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-24 15:52:55 UTC
I believe that this is related to bug 87560, which was recently fixed in multilib.eclass. Please try to re-emerge glibc and see if you can still reproduce this (I cannot here).
Comment 24 Rutger Hendriks 2005-04-25 01:32:46 UTC
Hi, bug reporter here
I have just reinstalled glibc and now swig-1.3.21 merged without problems.
I did not try the other solutions mentioned because I thought they were fighting symptoms not solving the problem. So this reinstalling glibc solution seems to be the valid one.
Should I mark it fixed?
Thanks
Comment 25 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-25 03:06:16 UTC
Thanks for confirming that Rutger.

*** This bug has been marked as a duplicate of 87560 ***