Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131312 - stabilize net-libs/linc-1.0.3-r1
Summary: stabilize net-libs/linc-1.0.3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
: 141740 146505 (view as bug list)
Depends on:
Blocks: gcc41-stable
  Show dependency tree
 
Reported: 2006-04-26 03:29 UTC by Doan Vu
Modified: 2006-11-25 10:49 UTC (History)
4 users (show)

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


Attachments
Test Error, QA Notice and emerge info (linc,4.06 KB, text/plain)
2006-09-01 13:22 UTC, Jesus Rivero (Neurogeek)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Doan Vu 2006-04-26 03:29:21 UTC
I cannot compile net-libs/linc-1.0.3 - it fails almost immediately. Top most error says:
"linc-protocols.c:612: error: static declaration of 'in6addr_any' follows non-static declaration"

Not sure why I'm the only one with this problem (I've done my homework before posting this bug). I'm not using crazy flags or "~amd64". Am using GCC 4.0.2 though. No probs with other ebuilds.

Reproducible - all the time. Emerge sync has not delivered newer versions of linc, which I'm hoping will solve the problem.

Here are details:

millpark ~ # emerge --info

Portage 2.0.54 (default-linux/amd64/2006.0, gcc-4.0.2, glibc-2.3.6-r3, 2.6.15-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.pacific.net.au/linux/Gentoo ftp://ftp.swin.edu.au/gentoo ftp://mirror.aarnet.edu.au/pub/gentoo ftp://mirror.isp.net.au/pub/gentoo/ ftp://ftp.planetmirror.com/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="amd64 X alsa audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdr cli crypt cups dri dvd eds emboss encode esd exif expat foomaticdb fortran gif glut gmp gpm gstreamer gtk gtk2 imagemagick imlib ipv6 isdnlog java jpeg lcms lzw lzw-tiff mad mng mp3 mpeg ncurses nls nptl nvidia offensive ogg opengl pam pcre pdflib perl png pppd python quicktime readline reflection sdl session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb vorbis xine xml2 xmms xorg xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS


millpark ~ # emerge linc

Making all in src
make[2]: Entering directory `/var/tmp/portage/linc-1.0.3/work/linc-1.0.3/src'
/bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/includ
e    -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -march=athlon64 -pipe -O2 -c linc.c
/bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/includ
e    -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -march=athlon64 -pipe -O2 -c linc-connection.c
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc.c  -fPIC -DPIC -o .libs/linc.o
In file included from ../include/linc/linc.h:17,
                 from linc-private.h:16,
                 from linc.c:14:
../include/linc/linc-protocol.h:67: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:68: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:69: warning: type qualifiers ignored on function return type
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc-connection.c  -fPIC -DPIC -o .libs/linc-connection.o
In file included from ../include/linc/linc.h:17,
                 from linc-private.h:16,
                 from linc-connection.c:24:
../include/linc/linc-protocol.h:67: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:68: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:69: warning: type qualifiers ignored on function return type
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc.c -o linc.o >/dev/null 2>&1
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc-connection.c -o linc-connection.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/includ
e    -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -march=athlon64 -pipe -O2 -c linc-protocols.c
/bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/includ
e    -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -march=athlon64 -pipe -O2 -c linc-server.c
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc-protocols.c  -fPIC -DPIC -o .libs/linc-protocols.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc-server.c  -fPIC -DPIC -o .libs/linc-server.o
In file included from ../include/linc/linc.h:17,
                 from linc-server.c:20:
../include/linc/linc-protocol.h:67: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:68: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:69: warning: type qualifiers ignored on function return type
In file included from linc-protocols.c:15:
../include/linc/linc-protocol.h:67: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:68: warning: type qualifiers ignored on function return type
../include/linc/linc-protocol.h:69: warning: type qualifiers ignored on function return type
linc-protocols.c: In function 'linc_protocol_is_local_ipv46':
linc-protocols.c:218: warning: pointer targets in passing argument 2 of 'ipv4_addr_from_addr' differ in signedness
linc-protocols.c: At top level:
linc-protocols.c:612: error: static declaration of 'in6addr_any' follows non-static declaration
/usr/include/gentoo-multilib/amd64/netinet/in.h:206: error: previous declaration of 'in6addr_any' was here
linc-protocols.c:1116: warning: type qualifiers ignored on function return type
linc-protocols.c:1131: warning: type qualifiers ignored on function return type
linc-protocols.c:1153: warning: type qualifiers ignored on function return type
linc-server.c: In function 'linc_server_accept_connection':
linc-server.c:148: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
make[2]: *** [linc-protocols.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wunused -Wmissing-protot
ypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -march=athlon64 -pipe -O2 -c linc-server.c -o linc-server.o >/dev/null 2>&1
make[2]: Leaving directory `/var/tmp/portage/linc-1.0.3/work/linc-1.0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/linc-1.0.3/work/linc-1.0.3'
make: *** [all-recursive-am] Error 2

Thanks in advance.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-26 03:47:53 UTC
1.0.3-r1 compiles just fine here, w/ gcc-4.1.0 even. Please, try that one.
Comment 2 Doan Vu 2006-04-27 07:56:36 UTC
(In reply to comment #1)
> 1.0.3-r1 compiles just fine here, w/ gcc-4.1.0 even. Please, try that one.
> 

Compiled gcc-4.1.0 and recompiled system (not world, yet).

> emerge --info
Portage 2.0.54 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.3.6-r3, 2.6.15-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2

The rest is the same as before. Compile error log is identical too - problem seems to be here:

linc-protocols.c:612: error: static declaration of 'in6addr_any' follows non-static declaration
/usr/include/gentoo-multilib/amd64/netinet/in.h:206: error: previous declaration of 'in6addr_any' was here

Obviously this is an isolated case. Bug Closed.
Comment 3 Mauricio L. Pilla (RETIRED) gentoo-dev 2006-07-13 09:27:02 UTC
1.0.3 does not work, 1.0.3-r1 works for me. GCC 4.1.1. Please mark it as stable.



Portage 2.1.1_pre2-r8 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.3.6-r4, 2.6.17-gentoo-r1 i686)
=================================================================
                       System Settings
=================================================================
System uname: 2.6.17-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=i686 -msse -pipe -Os -fweb -frename-registers -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-mtune=i686 -msse -pipe -Os -fweb -frename-registers -momit-leaf-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://ftp.ntua.gr/pub/linux/gentoo/"
LINGUAS="pt_BR en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi adsl aim alsa apache2 apm arts artswrappersuid asf async avi bash-completion berkdb bitmap-fonts cdb cddb cdparanoia cdrom cli crypt css cups dhcp dlloader dri dts dvb dvd dvdr dvdread encode esd fbsplash flac foomaticdb fortran gdbm gif gimpprint gs gtk2 hal icc imagemagick imlib insecure-drivers isdnlog java jpeg jpeg2k kde kdeenablefinal kdexdeltas lame latex libg++ libwww logrotate mad madwifi mikmod mime mmx motif moznocompose moznoirc moznomail mozsha1 mozsvg mp3 mpeg mplayer musicbrainz ncurses netcdf nls noamazon nptl nsplugin ntfs ogg opengl oss pam pcmcia pcre pdf pdflib perl pic png pppd python qt qt3 qt4 quicktime readline real reflection samba sdl session spell spl sse ssl svg tiff truetype truetype-fonts type1-fonts udev vcd vorbis wifi win32codecs winbind xine xml xorg xv zeroconf zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_pt_BR linguas_en userland_GNU video_cards_i810 video_cards_nv video_cards_savage"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-07-25 14:45:19 UTC
*** Bug 141740 has been marked as a duplicate of this bug. ***
Comment 5 Michael Weyershäuser 2006-08-29 09:50:25 UTC
*bump*
Any word on this? We could surely need this for stabilisation of gcc-4.1.1 :)
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-08-31 19:16:06 UTC
I agree.  I've already marked amd64 stable.

Arches, please stabilize net-libs/linc-1.0.3-r1.  It's gcc4 fixes and some m4 quoting.
Comment 7 Aurélien Bauchet 2006-09-01 11:56:46 UTC
1.0.3-r1 works for me too.

Should be a very good idea to stabilize it.
Comment 8 Jesus Rivero (Neurogeek) 2006-09-01 13:22:15 UTC
Created attachment 95670 [details]
Test Error, QA Notice and emerge info

in x86 gcc-4.1

lin-1.0.3-r1 fails to pass test suite.. 

with FEATURES="-test"

1) emerges fine
2) Passes collision tests
3) works

More info Attached..
Comment 9 Jason Wever (RETIRED) gentoo-dev 2006-09-02 20:03:13 UTC
Everything compiles fine and the tests passed, so stable on SPARC.
Comment 10 Shyam Mani (RETIRED) gentoo-dev 2006-09-03 06:34:59 UTC
1.0.3 fails on x86 with gcc-4.1.1 with http://pastebin.com/782675 whereas -r1 compiles fine with gcc-4.1.1

Would be nice if the fine folks over at x86 mark this one stable ASAP :)
Comment 11 Christian Faulhammer (RETIRED) gentoo-dev 2006-09-03 07:59:46 UTC
1) emerges fine
2) passes collision test
3) fails test suite
** ERROR **: The reverse lookup of your hostname is 127.0.0.1 you will not be able to do inter-machine comms.

4) seems to work, azureus-bin emerges and runs fine on it

Portage 2.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d a52 alsa arts artworkextra asf audiofile avi bash-completion beagle berkdb bidi bitmap-fonts bootsplash branding bzip2 cairo cdda cddb cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus dga directfb divx4linux dlloader dri dts dvd dvdr dvdread dvi eds emacs emboss encode esd evo exif expat fam fat fbcon ffmpeg firefox fortran ftp gb gcj gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hal icq idn imagemagick imap ipv6 isdnlog java javascript jikes jpeg jpeg2k ldap leim libg++ lm_sensors mad maildir matroska mbox mikmod mime mmx mmxext mng mono mp3 mpeg mpeg2 mule nautilus ncurses nforce2 nls nocardbus nptl nptlonly nsplugin nvidia objc ogg opengl pam pcre pdf pdflib perl plotutils pmu png ppds pppd preview-latex print python qt3 qt4 quicktime readline reflection reiserfs samba sdk session slang spell spl sse ssl svg svga t1lib tcltk tcpd tetex theora thunderbird tiff truetype truetype-fonts type1-fonts udev usb vcd videos vorbis win32codecs wmf wxwindows xine xml xorg xosd xv xvid zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_de userland_GNU video_cards_radeon video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2006-09-05 23:16:35 UTC
*** Bug 146505 has been marked as a duplicate of this bug. ***
Comment 13 Markus Meier gentoo-dev 2006-09-06 12:00:58 UTC
1.) emerges fine
2.) passes collision-test
3.) fails make test (as already mentioned)
4.) seems to work (azureus works)

emerge --info
Portage 2.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18-rc6 i686)
=================================================================
System uname: 2.6.18-rc6 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.4
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/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/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://192.168.2.1/gentoo-portage"
USE="x86 X acpi alsa asf avi berkdb bitmap-fonts cairo cdr cdrom cli crypt cups dbus divx dlloader dri dts dvd dvdr eds emboss encode fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal ipv6 isdnlog java jpeg kde ldap libg++ mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd tetex threads truetype truetype-fonts type1-fonts udev unicode vcd vorbis win32codecs xine xml xorg xprint xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_de linguas_en_GB linguas_de_CH userland_GNU video_cards_i810 video_cards_fbdev video_cards_vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 14 Andrej Kacian (RETIRED) gentoo-dev 2006-09-09 16:38:00 UTC
Isn't the "127.0.0.1" error message caused by hostname being aliased to this IP address in /etc/hosts ?
Comment 15 Andrej Kacian (RETIRED) gentoo-dev 2006-09-09 16:38:59 UTC
Anyway, marking stable on x86, since it works.
Comment 16 Tobias Scherbaum (RETIRED) gentoo-dev 2006-10-15 05:15:08 UTC
hppa stable
Comment 17 Bryan Østergaard (RETIRED) gentoo-dev 2006-11-25 10:49:41 UTC
Alpha stable.