Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221751 - Upgrade to openrc-0.2.4 leaves system networkless
Summary: Upgrade to openrc-0.2.4 leaves system networkless
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-11 21:10 UTC by vltg0903
Modified: 2008-05-14 19:09 UTC (History)
2 users (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 vltg0903 2008-05-11 21:10:14 UTC
When upgrading from openrc-0.2.3 to 0.2.4, the /etc/init.d/net.lo symlink is not replaced by the net.lo file from openrc-0.2.4, so network is dead.

emerge --info

Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r2 i686)
=================================================================
System uname: 2.6.25-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1.86GHz
Timestamp of tree: Sun, 11 May 2008 15:06:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.4
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -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/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer  -fvisibility-inlines-hidden"
DISTDIR="/data/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS=" http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="en_US.utf8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/data/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /data/portage/java-binary /data/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 acpi aiglx alsa arts bzip2 cairo cdr cli cracklib crypt cups dbus dri dts dvb dvd dvdr dvdread encode evo firefox foomaticdb gif glitz glut glx hal hou iconv irda javadoc javasrc jpeg kde kdeenablefinal kdehiddenvisibility latex midi mp3 mpeg mudflap ncurses netbeans-integration nls nptl nptlonly nsplugin ogg opengl openmp pam pdf png ppds qt3 qt3support quicktime readline reflection scanner session sou spell ssl svg tcpd theora threads tiff truetype udev unicode usb userlocales vorbis win32codecs x86 xcb xcomposite xine xinerama xml xorg xv xvid zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard evdev synaptics" KERNEL="linux" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="i810 vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Reproducible: Always

Steps to Reproduce:
emerge =openrc-0.2.3
emerge =openrc-0.2.4
Comment 1 Christos Stamatopoulos 2008-05-12 02:06:21 UTC
Adding it manually via 
rc-update add net.lo boot does not help as the output is 

*rc-update: service net.lo does not exist
Comment 2 Kostas Kavourakis 2008-05-12 08:37:18 UTC
(In reply to comment #1)
> Adding it manually via 
> rc-update add net.lo boot does not help as the output is 
> 
> *rc-update: service net.lo does not exist
> 

That's strange, I did the upgrade from 0.2.3 to 0.2.4 myself just today, net.lo is no longer a symlink, but the actual script is now located in /etc/init.d/net.lo

Are you sure you run etc-update or dispatch-conf to upgrade your conf files?
Comment 3 Roy Marples 2008-05-12 09:04:00 UTC
net.lo is now the real file and no longer a symlink.
portage should take care of this correctly, at least it does in my testing.
Comment 4 vltg0903 2008-05-12 10:53:48 UTC
(In reply to comment #3)
> portage should take care of this correctly, at least it does in my testing.
Well, it doesn't in my case, so this might be a portage bug. What portage version are you using, Roy?
Comment 5 Christos Stamatopoulos 2008-05-12 11:38:50 UTC
I did run etc-update but my net.lo is still a symlink

ls -al /etc/init.d/ | grep net.lo
lrwxrwxrwx  1 root root     6 2008-04-16 15:19 net.eth0 -> net.lo
lrwxrwxrwx  1 root root    20 2008-05-12 13:05 net.lo -> //lib64/rc/sh/net.sh
-rwxr-xr-x  1 root root 14671 2008-05-11 16:49 net.lo.openrc.bak
lrwxrwxrwx  1 root root    18 2008-04-02 18:55 net.wlan0 -> /etc/init.d/net.lo

I downgraded and network was starting at the runlevels i had set but when i moved again to 0.2.4 i still had problems.

And with 0.2.4 i cannot add it to boot 
rc-update add net.lo boot
 * rc-update: service `net.lo' does not exist
while with 0.2.3 i can do it normally

So i just created net.lo not as a symlink and everything is ok...
Comment 6 vltg0903 2008-05-12 12:21:09 UTC
Costas, Christos, and Roy, can you please send your 'emerge --info'?
Perhaps this way we can find out where this symlink problem comes from.
Comment 7 Christos Stamatopoulos 2008-05-12 12:49:40 UTC
Another problem that i met with 0.2.4 

 * Starting Bluetooth ...
 *     Starting hcid ...
 * start-stop-daemon: /usr/sbin/hcid died                                                                                   [ !! ]
 *     Starting sdpd ...                                                                                                    [ ok ]
 *     Starting rfcomm ...                                                                                                  [ ok ]

With 0.2.3 evertyhing is ok ...

And while i downgraded to 0.2.3 and then upgraded to 0.2.4 again the error of net.lo was reproducable ...The symlink was created but i could not add net.lo to boot as it said again that there is not such service ... So i again created myself the net.lo


Comment 8 Christos Stamatopoulos 2008-05-12 12:50:55 UTC
Portage 2.1.4.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r7 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Timestamp of tree: Mon, 12 May 2008 09:15:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.4
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -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/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://ftp.mneisen.org/gentoo ftp://ftp.unina.it/pub/linux/distributions/gentoo ftp://mirror.ing.unibo.it/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://gentoo.tiscali.nl/pub/mirror/gentoo/ ftp://mirror.muntinternet.net/pub/gentoo/ "
LINGUAS="en el"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages/core2duo"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/connectical-contrib /usr/portage/local"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac aalib accesibility acl acpi alsa amd64 apache apm arts bash-completion berkdb bluetooth branding bzip2 cairo cddb cdr cli cracklib crypt cups dbus doc dri dts dv dvb dvd dvdr dvdread eds emboss encode esd evo fam fastcgi fbcon ffmpeg firefox flac fortran ftp gdbm gif gpm gstreamer gtk hal iconv ieee1394 ipod ipv6 isdnlog java javascript joystick jpeg kde kerberos lame ldap libnotify lirc mad matroska matrox midi mikmod mime mmx motif mozilla mp3 mpeg mplayer msn mudflap multilib musepack ncurses nls nptl nptlonly nvidia ogg opengl openmp oss pam pcmcia pcre pda pdf perl png ppds pppd python qdbm qt3 qt3support qt4 quicktime readline reflection samba sdl session smartcard speex spell spl sse sse2 sse3 ssl startup-notification svg tcpd theora threads tiff truetype unicode usb v4l v4l2 vcd verbose vorbis wifi xcomposite xine xinerama xml xorg xscreensaver xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en el" LIRC_DEVICES="mceusb2" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 9 Ilya Kashirin 2008-05-12 13:54:35 UTC
rm -f /etc/init.d/net.eth0 && ln -s /etc/init.d/net.lo /etc/init.d/net.eth0
Comment 10 Roy Marples 2008-05-12 15:37:25 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > portage should take care of this correctly, at least it does in my testing.
> Well, it doesn't in my case, so this might be a portage bug. What portage
> version are you using, Roy?

sys-apps/portage-2.1.5_rc2 was the version I tested against. That version is no longer in the tree as it's up to rc10 now. I just tested against rc10 on a spare box and it works fine.
Comment 11 Kostas Kavourakis 2008-05-13 07:02:34 UTC
(In reply to comment #6)
> Costas, Christos, and Roy, can you please send your 'emerge --info'?
> Perhaps this way we can find out where this symlink problem comes from.
> 

Here is the output of my "emerge --info"

enterprise ~ # emerge --info
Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r7 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
Timestamp of tree: Tue, 13 May 2008 06:35:01 +0000
distcc[5220] (dcc_mkdir) ERROR: mkdir /var/tmp/portage/distcc/state failed: No such file or directory [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r9, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.4
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -msse3 -pipe -w"
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/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -O2 -msse3 -pipe -w"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps y"
FEATURES="ccache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,-s -Wl,--sort-common -Wl,--as-needed -Wl,-z,now"
LINGUAS="en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://ftp.uoi.gr/gentoo-portage"
USE="3dnow 3dnowext X a52 aac aalib acpi alsa amd64 apache2 asf async audiofile branding bzip2 cairo caps cdr cli cracklib crypt ctype cups curl dbus deprecated divx dri dts dvd dvdnav dvdr dvdread emboss emerald encode exif expat fam fbcondecor ffmpeg firefox flac foomaticdb fortran gd gdbm gif glibc-omitfp glitz glut gmedia gmp gnome gnome-keyring gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn imagemagick imap imlib isdnlog java jpeg kde kdeenablefinal kdehiddenvisibility kickoff lcms libcaca libnotify libwww lm_sensors mad magic maildir matroska mhash midi mikmod mmap mmx mmxext mng motif mozilla moznocompose moznoirc moznomail mp3 mp4 mpeg msn mudflap musicbrainz ncurses networking new-login newspr nls no-htdocs no-old-linux nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcre pdf perl pertty pic png ppds pppd python qt-copy qt3 qt3support qt4 quicktime rar readline realmedia reflection regex rtc samba sdl session skins slang spell spl srt sse sse2 ssl svg tcltk tcpd thunderbird tiff transparency truetype unicode upnp usb userlocales vcd visualization vorbis wmp wxwindows x264 xcomposite xinerama xml xorg xscreensaver xv xvid xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

As I stated earlier, it worked for me without doing anything special, just did an emerge -uDavN world, followed by etc-update to merge the confs, and that was it.
Comment 12 Volker Hemmann 2008-05-13 10:54:27 UTC
my networking was dead too.

net.lo was the file, but net.eth0 pointed to /lib64/rc/sh/net.sh

which was gone.

So please at least add a fat einfo or elog to the ebuild that after an upgrade the symlink has to be corrected. Or even better, let the ebuild correct the symlink.
Comment 13 Neil Bothwick 2008-05-14 10:24:59 UTC
I have upgraded from openrc-0.2.3 to 0.2.4 on four machines now and it failed on one. That was the only one with more than one network interface, a laptop with eth0 and wlan0. Updating that one for 0.2.3 to 0.2.4 failed to create net.lo each time, but re-emerging 0.2.4 when it was already installed did create the file. This could be reproduced consistently.


Portage 2.1.5_rc10 (default/linux/amd64/2008.0/desktop, gcc-4.2.3, glibc-2.7-r2, 2.6.25-tuxonice-r2 x86_64)
=================================================================
System uname: 2.6.25-tuxonice-r2 x86_64 Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz
Timestamp of tree: Wed, 14 May 2008 05:35:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r3
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.4
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -msse3"
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/kde/4.0/env /usr/kde/4.0/share/config /usr/kde/4.0/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe -msse3"
DISTDIR="/mnt/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="buildpkg ccache distcc distlocks parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://gentoo.digimed.co.uk/ ftp://ftp.heanet.ie/pub/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
LANG="en_GB"
LDFLAGS=""
LINGUAS="en_GB"
MAKEOPTS="-j5"
PKGDIR="/mnt/portage/packages/loonquawl"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/mnt/scratch"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mnt/portage/layman/sunrise /mnt/portage/local"
SYNC="rsync://desiato/gentoo"
USE="X aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread emboss encode evo exif fam firefox flac foomaticdb gdbm gif gimp gphoto2 gpm gtk hal htmlhandbook iconv id3 imap isdnlog jpeg kde kdeenablefinal kdehiddenvisibility libnotify lm_sensors logrotate mad midi mikmod mmx mp3 mpeg mudflap multilib ncurses networkmanager nptl nptlonly nsplugin ntfs offensive ogg opengl openmp pcre pdf png pppd python qt3 qt3support qt4 quicktime readline reflection reiserfs sdl session slp spell spl sse sse2 ssl startup-notification svg tcpd threads tiff truetype unicode usb v4l v4l2 vorbis wifi xml xorg xv zlib zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon nikon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="vesa i810"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Comment 14 Doug Goldstein (RETIRED) gentoo-dev 2008-05-14 19:09:22 UTC
fixed in 0.2.4-r1