Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148858 - stabilize sys-libs/libtermcap-compat-2.0.8-r2
Summary: stabilize sys-libs/libtermcap-compat-2.0.8-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 15:25 UTC by Milton YATES
Modified: 2006-12-23 13:41 UTC (History)
0 users

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 Milton YATES 2006-09-23 15:25:57 UTC
sys-libs/libtermcap-compat-2.0.8-r1 installs the /lib64/libtermcap.so sym link but does not install the actual library file, that would be /lib64/libtermcap.so.2.0.8

There are some weird error messages that could be the source of the problem, see the following:



>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/libtermcap-compat-2.0.8-r1/work/termcap-2.0.8 ...
gcc -march=athlon64 -O2 -pipe -fomit-frame-pointer -I. -M termcap.c tparam.c version.c | \
        sed -e 's,^[    ]*\(.*\.o\)[    ]*:,\1 pic/\1:,' > .depend
gcc -march=athlon64 -O2 -pipe -fomit-frame-pointer -I. -fPIC -c termcap.c -o termcap.o
gcc -march=athlon64 -O2 -pipe -fomit-frame-pointer -I. -fPIC -c tparam.c -o tparam.o
gcc -march=athlon64 -O2 -pipe -fomit-frame-pointer -I. -fPIC -c version.c -o version.o
makeinfo termcap.texi --output=termcap.info
ar ucvr libtermcap.a termcap.o tparam.o version.o
gcc -shared -o libtermcap.so.2.0.8 -Wl,-soname,libtermcap.so.2 termcap.o tparam.o version.o -lc
a - termcap.o
a - tparam.o
a - version.o
>>> Source compiled.
>>> Test phase [not enabled]: sys-libs/libtermcap-compat-2.0.8-r1

>>> Install libtermcap-compat-2.0.8-r1 into /var/tmp/portage/libtermcap-compat-2.0.8-r1/image/ category sys-libs
if [ /var/tmp/portage/libtermcap-compat-2.0.8-r1/image/ = "/" ]; then \
  mkdir -p /usr/lib /usr/info /usr/include /etc /lib; \
fi
if [ /var/tmp/portage/libtermcap-compat-2.0.8-r1/image/ = "/" ]; then \
  cp termcap.src /etc/termcap; \
  #chown root:root /etc/termcap; \
fi
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: [install-data] Error 2 (ignored)
if [ -f /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so.2.0.8 ]; then \
   mkdir -p /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/backup; \
   mv /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so.2.0.8 \
        /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/backup/libtermcap.so.2.0.8.$$; \
fi
cp libtermcap.so.2.0.8 /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib
if [ /var/tmp/portage/libtermcap-compat-2.0.8-r1/image/ = "/" ]; then \
  if [ -x /sbin/ldconfig -o -x /etc/ldconfig ]; then \
    ldconfig; \
  fi; \
  cp -f libtermcap.a /usr/lib; \
  rm -f /lib/libtermcap.so; \
  rm -f /usr/lib/libtermcap.so; \
  ln -s /lib/libtermcap.so.2.0.8 /usr/lib/libtermcap.so; \
  cp -f termcap.h /usr/include; \
  cp termcap.info* /usr/info; \
  chown root:root \
        /usr/info/termcap.info* \
        /usr/lib/libtermcap.a \
        /usr/lib/libtermcap.so \
        /usr/include/termcap.h; \
else \
  cp -f libtermcap.a /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib; \
  rm -f /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so; \
  ln -s /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so.2.0.8 \
        /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so; \
  cp -f termcap.h /var/tmp/portage/libtermcap-compat-2.0.8-r1/image//include; \
fi
rm: cannot remove `/var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so': Not a directory
ln: accessing `/var/tmp/portage/libtermcap-compat-2.0.8-r1/image//lib/libtermcap.so': Not a directory
mv: cannot stat `libtermcap.a': No such file or directory
>>> Completed installing libtermcap-compat-2.0.8-r1 into /var/tmp/portage/libtermcap-compat-2.0.8-r1/image/

man:
>>> Merging sys-libs/libtermcap-compat-2.0.8-r1 to /
--- /lib64/
--- /usr/
--- /usr/lib64/
>>> /usr/lib64/libtermcap.so
--- /usr/share/
--- /usr/share/doc/
--- /usr/share/doc/libtermcap-compat-2.0.8-r1/
>>> /usr/share/doc/libtermcap-compat-2.0.8-r1/ChangeLog.gz
>>> /usr/share/doc/libtermcap-compat-2.0.8-r1/README.gz
--- /etc/
>>> /etc/termcap
>>> /lib64/libtermcap.so -> libtermcap.so.2
>>> /lib64/libtermcap.so.2 -> libtermcap.so.2.0.8
>>> Safely unmerging already-installed instance...
--- !mtime obj /usr/share/doc/libtermcap-compat-2.0.8-r1/README.gz
--- !mtime obj /usr/share/doc/libtermcap-compat-2.0.8-r1/ChangeLog.gz
--- !mtime obj /usr/lib64/libtermcap.so
--- !mtime sym /lib64/libtermcap.so.2
--- !mtime sym /lib64/libtermcap.so
--- cfgpro obj /etc/termcap
--- !empty dir /usr/share/doc/libtermcap-compat-2.0.8-r1
--- !empty dir /usr/share/doc
--- !empty dir /usr/share
--- !empty dir /usr/lib64
--- !empty dir /usr
--- !empty dir /lib64
--- !empty dir /etc
>>> Regenerating /etc/ld.so.cache...
>>> Original instance of package unmerged safely.
>>> Regenerating /etc/ld.so.cache...
>>> sys-libs/libtermcap-compat-2.0.8-r1 merged.
Comment 1 Milton YATES 2006-09-23 15:26:20 UTC
# emerge --info
Portage 2.1.1 (default-linux/amd64/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-hardened-r1 x86_64)
=================================================================
System uname: 2.6.17-hardened-r1 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.5
Last Sync: Sat, 23 Sep 2006 14:00:01 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
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:  0.4.2-r1
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="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /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/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox severe sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ http://gentoo.osuosl.org/"
LANG="fr_FR.UTF-8"
LC_ALL="fr_FR.UTF-8"
LINGUAS="fr en"
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.gentoo.org/gentoo-portage"
USE="amd64 X X509 a52 aac aalib abook acl acpi alsa amuled anthy apache2 asf audiofile avi bash-completion bcp berkdb bidi big-tables bitmap-fonts bjam bonobo bzip2 cairo cdda cddb cdio cdr cgi chroot cjk clearcase cli cpudetection cracklib crypt cscope css cups curl cvs daap dba dbus dbx dlloader dmx dnd dri dts dv dvb dvd dvdr dvdread dynagraph ecc eds elibc_glibc emboss encode enscript erandom exif extensions fame fastcgi ffmpeg firefox flac foomaticdb fortran gd gdbm gif gimpprint glut gmp gnome gnutls gpm gstreamer gtk gtk2 gtkhtml hal haskell httpd idn imagemagick imlib input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse iproute2 ipv6 isdnlog ithreads jack java jikes joystick jpeg jpeg2k junit justify kad kde kernel_linux lcms libcaca libg++ libsamplerate libvisual linguas_en linguas_fr live logitech-mouse lzo lzw lzw-tiff mad maildir matroska mbox mhash mjpeg mng mod mozcalendar mozsvg mp3 mp4live mpeg mpeg2 msn mule musepack nas ncurses network nls nntp nptl nptlonly nsplugin nvidia ogg oggvorbis openal openexr opengl optimize oss pam pcre pda pdf pdflib perl pg-hier php pic png postgres ppds pppd python qt3 qt4 quicktime rdesktop readline reflection rtc rtsp samba sasl screen sdl session sftplogging shout silc silvercity skey skins skk slp sndfile snmp socks5 speex spell spl sql sqlite ssl stats stream subversion svg svgz tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts unicode usb userland_GNU userlocales utf8 vcd vhosts video_cards_nv video_cards_nvidia video_cards_vesa vlm vorbis webdav wmf wxwindows xcomposite xface xine xinerama xml xml2 xmlrpc xmms xorg xosd xpm xprint xscreensaver xv xvid xvmc zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 SpanKY gentoo-dev 2006-09-23 20:39:26 UTC
better to move to sys-libs/libtermcap-compat-2.0.8-r2
Comment 3 Markus Meier gentoo-dev 2006-09-24 13:01:47 UTC
1.) emerges fine on x86
2.) passes collision test
3.) octave-forge compiles with this version

emerge --info
Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18 i686)
=================================================================
System uname: 2.6.18 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.5
Last Sync: Sun, 24 Sep 2006 10:50:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
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.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -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="-O2 -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 a52 aac acpi alsa apache2 asf berkdb bitmap-fonts cairo cdr cdrom cli crypt cups dbus divx dlloader dri dts dvd dvdr dvdread eds elibc_glibc emboss encode fam ffmpeg firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kde kernel_linux ldap libg++ linguas_de linguas_de_CH linguas_en linguas_en_GB mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline reflection rtsp samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd tetex theora threads truetype truetype-fonts type1-fonts udev unicode userland_GNU vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis win32codecs wxwindows x264 xine xml xorg xprint xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2006-09-26 22:59:10 UTC
1) emerges fine
2) passes collision test
3) app-misc/aldo emerges fine on it and works, see bug #149256

Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.5
Last Sync: Wed, 27 Sep 2006 05:20:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
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.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
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/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 artworkextra asf audiofile 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 elibc_glibc 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 input_devices_keyboard input_devices_mouse ipv6 isdnlog java javascript jikes jpeg jpeg2k kde kernel_linux ldap leim libg++ linguas_de lm_sensors mad maildir matroska mbox mhash 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 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 userland_GNU vcd video_cards_fbdev video_cards_radeon video_cards_vesa videos vorbis win32codecs wmf wxwindows xine xml xorg xosd xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 5 Wormo (RETIRED) gentoo-dev 2006-09-29 11:25:09 UTC
didn't really have anything to check against since I couldn't find ppc, binary-only pkg linking against libtermcap, but we'll call it good since it seems to build ok

stable on ppc
Comment 6 SpanKY gentoo-dev 2006-09-29 12:22:12 UTC
ideally i'd like it if arches would de-KEYWORD libtermcap-compat ... so if you cant find any reason to have it KEYWORDed, please remove your arch :)
Comment 7 Wormo (RETIRED) gentoo-dev 2006-09-29 13:00:20 UTC
Ok I was wrong, there are still a few things for ppc in the tree that still depend on libtermcap:

        app-misc/aldo (latest version)
        dev-db/libodbc++ (latest version)
        mail-client/hap (stable version, not testing)
        net-p2p/hx (stable version, not testing)
        sci-mathematics/octave-forge (all versions)

I will try to go through these and see which are really linking against libtermcap. If any of them are, I'll need to un-stable -r2 until they have been fixed.
Comment 8 Olivier Crete (RETIRED) gentoo-dev 2006-09-29 13:19:59 UTC
I think the libtermcap-compat dep should be removed from all version of octave-forge.
Comment 9 Wormo (RETIRED) gentoo-dev 2006-09-29 13:54:21 UTC
In comparing the current list vs what was being worked on in bug 103105, it looks like aldo and libodbc++ are new ones that turned up. I'm committing an easy fix for aldo, and am compiling libodbc++ to see what it really needs.

In the meantime I'm un-stabling -r2 until the fixed version of hap has been stabilized.
Comment 10 Andrej Kacian (RETIRED) gentoo-dev 2006-10-06 15:30:41 UTC
x86 stabilililililized
Comment 11 Tobias Scherbaum (RETIRED) gentoo-dev 2006-10-15 02:13:50 UTC
hppa stable
Comment 12 Gustavo Zacarias (RETIRED) gentoo-dev 2006-10-27 10:52:15 UTC
go clean, go sparc.
Comment 13 Michael Weyershäuser 2006-11-03 17:40:39 UTC
Emerges fine on amd64.

Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18-suspend2-Dudebox-Edition x86_64)
=================================================================
System uname: 2.6.18-suspend2-Dudebox-Edition x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.6
Last Sync: Fri, 03 Nov 2006 14:00:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
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.60
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-r4
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=k8 -msse3 -Os -pipe"
CHOST="x86_64-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 /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -msse3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache collision-protect distcc distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-O1"
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"
PORTDIR_OVERLAY="/usr/local/portage_overlay"
SYNC="rsync://server/gentoo-portage"
USE="amd64 X alsa apache2 berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox fortran gcj gdbm gif gpm gstreamer gtk gtk2 hal iconv imap input_devices_keyboard input_devices_mouse isdnlog jpeg kde kdeenablefinal kdehiddenvisibility kernel_linux libg++ mad mikmod mp3 mpeg mysql ncurses nls nptl nptlonly objc objc++ ogg oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl sqlite ssl tcpd test truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_radeon vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 14 Simon Stelling (RETIRED) gentoo-dev 2006-11-04 03:29:47 UTC
i already marked this on Oct 4th, just forgot to remove us from CC...
Comment 15 Bryan Østergaard (RETIRED) gentoo-dev 2006-11-04 16:10:17 UTC
Stable on Alpha.
Comment 16 Tobias Scherbaum (RETIRED) gentoo-dev 2006-12-23 13:41:14 UTC
ppc stable