* Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? [not found] <45798.145.221.24.41.1102067617.squirrel@145.221.24.41> @ 2004-12-05 13:54 ` Philipp Hasse 2004-12-05 15:02 ` Collins Richey 2004-12-05 19:22 ` Bastian Balthazar Bux 0 siblings, 2 replies; 4+ messages in thread From: Philipp Hasse @ 2004-12-05 13:54 UTC (permalink / raw To: gentoo-user; +Cc: Rudmer van Dijk, Bastian Balthazar Bux, Thilo Six, witalis Hi, I found the problem why bootstrap.sh fails: I used gentoo/releases/x86/2004.3/stages/x86/stage1-x86-2004.3.tar.bz2 for a stage1 install. During bootstrap sys-devel/gcc-config seems not to get updated. So an old version is used which does not handle the new GCC path in /usr/lib/ correctly; that is, gcc 3.4.2 and up will install to /usr/lib/gcc instead of /usr/lib/gcc-lib. This leads to strange errors (cannot find gcc) and entries in /etc/env.d/gcc/config. To bypass this problem you only have to copy a newer version of gcc-config to /usr/bin/ after doing an "emerge sync" but before running "scripts/bootstrap".sh: "cp /usr/portage/sys-devel/gcc-config/files/gcc-config-1.3.6 /usr/bin/gcc-config" Furthermore installing GCC 3.4, Kernel 2.6 and NPTL seems to work with default-linux/x86/2005.0, too. You only have to adjust the files which reside in /etc/portage (introduced with portage version 2.0.50); that is, allowing ~x86 to be applied for gcc, glibc, libstdc++-v3 (in package.keywords) and setting virtual/kernel, virtual/os-headers to linux26-headers (in profile/virtuals). Regards Philipp Hasse -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-05 13:54 ` [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? Philipp Hasse @ 2004-12-05 15:02 ` Collins Richey 2004-12-05 19:22 ` Bastian Balthazar Bux 1 sibling, 0 replies; 4+ messages in thread From: Collins Richey @ 2004-12-05 15:02 UTC (permalink / raw To: gentoo-user On Sun, 5 Dec 2004 14:54:05 +0100 (MET), Philipp Hasse <dream-weaver@gmx.net> wrote: > Hi, > > I found the problem why bootstrap.sh fails: > To bypass this problem you only have to copy a newer version of gcc-config > to /usr/bin/ after doing an "emerge sync" but before running > "scripts/bootstrap".sh: "cp > /usr/portage/sys-devel/gcc-config/files/gcc-config-1.3.6 > /usr/bin/gcc-config" > > Furthermore installing GCC 3.4, Kernel 2.6 and NPTL seems to work with > default-linux/x86/2005.0, too. You only have to adjust the files which > reside in /etc/portage (introduced with portage version 2.0.50); that is, > allowing ~x86 to be applied for gcc, glibc, libstdc++-v3 (in > package.keywords) and setting virtual/kernel, virtual/os-headers to > linux26-headers (in profile/virtuals). > Wow! I hope you have opened a bugzilla for this. -- Collins -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-05 13:54 ` [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? Philipp Hasse 2004-12-05 15:02 ` Collins Richey @ 2004-12-05 19:22 ` Bastian Balthazar Bux 1 sibling, 0 replies; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-05 19:22 UTC (permalink / raw To: gentoo-user Philipp Hasse wrote: >Hi, > >I found the problem why bootstrap.sh fails: >I used gentoo/releases/x86/2004.3/stages/x86/stage1-x86-2004.3.tar.bz2 for a >stage1 install. During bootstrap sys-devel/gcc-config seems not to get >updated. So an old version is used which does not handle the new GCC path in >/usr/lib/ correctly; that is, gcc 3.4.2 and up will install to /usr/lib/gcc >instead of /usr/lib/gcc-lib. This leads to strange errors (cannot find gcc) >and entries in /etc/env.d/gcc/config. >To bypass this problem you only have to copy a newer version of gcc-config >to /usr/bin/ after doing an "emerge sync" but before running >"scripts/bootstrap".sh: "cp >/usr/portage/sys-devel/gcc-config/files/gcc-config-1.3.6 >/usr/bin/gcc-config" > >Furthermore installing GCC 3.4, Kernel 2.6 and NPTL seems to work with >default-linux/x86/2005.0, too. You only have to adjust the files which >reside in /etc/portage (introduced with portage version 2.0.50); that is, >allowing ~x86 to be applied for gcc, glibc, libstdc++-v3 (in >package.keywords) and setting virtual/kernel, virtual/os-headers to >linux26-headers (in profile/virtuals). > >Regards >Philipp Hasse > >-- >gentoo-user@gentoo.org mailing list > > > > starting from the ground with a stage1 profile 2005.0 profile or overriding it with /etc/portage/profiles gives me the following error: scripts/bootstrap.sh: eval: line 1: unexpected EOF while looking for matching `'' then follow a list of the packages that it would emerge without the version. I'm trying 2004.3 following the idea of Philipp Hasse of unmask the packages. I obtain the following list : * Using baselayout : >=sys-apps/baselayout-1.11.7-r2 * Using portage : >=sys-apps/portage-2.0.51 * Using os-headers : >=sys-kernel/linux26-headers-2.6.8.1-r1 * Using binutils : >=sys-devel/binutils-2.14.90.0.8-r1 * Using gcc : >=sys-devel/gcc-3.4.3-r1 * Using gettext : sys-devel/gettext * Using libc : virtual/libc * Using texinfo : sys-apps/texinfo * Using zlib : sys-libs/zlib * Using ncurses : sys-libs/ncurses also here there are packages without version but the error disappeared... booh in doubt, tryed this one <file "/etc/portage/packages.use"> dev-lang/gpc ~x86 sys-apps/baselayout ~x86 sys-devel/binutils ~x86 sys-devel/gcc ~x86 sys-libs/glibc ~x86 </file> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <004001c4d917$55dc1b60$0202a8c0@mrpink>]
[parent not found: <copi5m$a70$1@sea.gmane.org>]
[parent not found: <200412031259.25198.witalis@aster.pl>]
* Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? [not found] ` <200412031259.25198.witalis@aster.pl> @ 2004-12-05 22:00 ` Bastian Balthazar Bux 2004-12-06 0:27 ` Bastian Balthazar Bux 0 siblings, 1 reply; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-05 22:00 UTC (permalink / raw To: gentoo-user <snip> > * Checking gcc for __thread support ... no > > * Could not find a gcc that supports the __thread directive! > * please update to gcc-3.2.2-r1 or later, and try again. > >!!! ERROR: sys-libs/glibc-2.3.4.20040808-r1 failed. >!!! Function check_nptl_support, Line 150, Exitcode 0 >!!! No __thread support in gcc! >!!! If you need support, post the topmost build error, NOT this status >message. > >WHAT?! GCC IS COMPILED WITH NPTL AND NOT NPTLONLY. What is going on? anyone >had same problems? > > I'm at the same point with the same problem, workaround: gcc-config -l says you don't have any default profiles don't care: # gcc-config 1 # source /etc/profile # gcc-config -l # gcc-config <whatever profile you want> # source /etc/profile cp /usr/portage/scripts/bootstrap.sh /usr/portage/scripts/bb.sh edit /usr/portage/scripts/bb.sh, comment the following lines: #USE="-* build bootstrap ${STAGE1_USE}" emerge ${STRAP_EMERGE_OPTS} ${myPORTAGE} || cleanup 1 #emerge ${STRAP_EMERGE_OPTS} ${myOS_HEADERS} ${myTEXINFO} ${myGETTEXT} ${myBINUTILS} || cleanup 1 #if [ -n "${STRAP_RUN}" ]; then #emerge clean || cleanup 1 #fi #emerge ${STRAP_EMERGE_OPTS} ${myGCC} || cleanup 1 #emerge clean || cleanup 1 you have only two emerge still to do: emerge ${STRAP_EMERGE_OPTS} ${myLIBC} ${myBASELAYOUT} ${myZLIB} || cleanup 1 emerge ${STRAP_EMERGE_OPTS} ${myNCURSES} || cleanup 1 launch /usr/portage/scripts/bb.sh starting the script I've seen the # livecd portage # scripts/bb.sh Gentoo Linux; http://www.gentoo.org/ Copyright 1999-2004 Gentoo Foundation; Distributed under the GPLv2 Resuming Bootstrap of base system ... the last output frase make me think that commenting emerge lines is useless but who know ;) ciao, hope it helps francesco -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-05 22:00 ` [gentoo-user] " Bastian Balthazar Bux @ 2004-12-06 0:27 ` Bastian Balthazar Bux 2004-12-06 1:21 ` Bastian Balthazar Bux 0 siblings, 1 reply; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-06 0:27 UTC (permalink / raw To: gentoo-user Bastian Balthazar Bux wrote: > <snip> > >> * Checking gcc for __thread support ... no >> >> * Could not find a gcc that supports the __thread directive! >> * please update to gcc-3.2.2-r1 or later, and try again. >> >> !!! ERROR: sys-libs/glibc-2.3.4.20040808-r1 failed. >> !!! Function check_nptl_support, Line 150, Exitcode 0 >> !!! No __thread support in gcc! >> !!! If you need support, post the topmost build error, NOT this >> status message. >> >> WHAT?! GCC IS COMPILED WITH NPTL AND NOT NPTLONLY. What is going on? >> anyone had same problems? >> >> > I'm at the same point with the same problem, workaround: > > gcc-config -l says you don't have any default profiles > don't care: > # gcc-config 1 > # source /etc/profile > # gcc-config -l > # gcc-config <whatever profile you want> > # source /etc/profile > > cp /usr/portage/scripts/bootstrap.sh /usr/portage/scripts/bb.sh > edit /usr/portage/scripts/bb.sh, comment the following lines: > > #USE="-* build bootstrap ${STAGE1_USE}" emerge ${STRAP_EMERGE_OPTS} > ${myPORTAGE} || cleanup 1 > > #emerge ${STRAP_EMERGE_OPTS} ${myOS_HEADERS} ${myTEXINFO} ${myGETTEXT} > ${myBINUTILS} || cleanup 1 > > #if [ -n "${STRAP_RUN}" ]; then > #emerge clean || cleanup 1 > #fi > > #emerge ${STRAP_EMERGE_OPTS} ${myGCC} || cleanup 1 > > #emerge clean || cleanup 1 > > you have only two emerge still to do: > emerge ${STRAP_EMERGE_OPTS} ${myLIBC} ${myBASELAYOUT} ${myZLIB} || > cleanup 1 > emerge ${STRAP_EMERGE_OPTS} ${myNCURSES} || cleanup 1 > > launch /usr/portage/scripts/bb.sh > > starting the script I've seen the > > # livecd portage # scripts/bb.sh > > Gentoo Linux; http://www.gentoo.org/ > Copyright 1999-2004 Gentoo Foundation; Distributed under the GPLv2 > Resuming Bootstrap of base system ... > > > the last output frase make me think that commenting emerge lines is > useless but who know ;) > > ciao, hope it helps francesco > > it will stop emerging system at sys-devel/libtool you need to emerge sys-devel/automake-wrapper when it's finished you can emerge system again, it will start emerging libtool (like emerge --resume that doesn't work because we have emerge something else in the meantime) -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-06 0:27 ` Bastian Balthazar Bux @ 2004-12-06 1:21 ` Bastian Balthazar Bux 2004-12-06 2:01 ` Bastian Balthazar Bux 0 siblings, 1 reply; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-06 1:21 UTC (permalink / raw To: gentoo-user <snip> > it will stop emerging system at sys-devel/libtool > you need to emerge sys-devel/automake-wrapper > > when it's finished you can emerge system again, it will start emerging > libtool (like emerge --resume that doesn't work because we have emerge > something else in the meantime) > > ... and when I' will finish emerging system I'll discover that sys-libs/ncurses sys-apps/module-init-tools app-editors/nano have installed they binaries like this (you can check it emerging gentoolkit and doing "qpkg -l sys-libs/ncurses | grep bin"): /bin/i686-pc-linux-gnu-lsmod /bin/i686-pc-linux-gnu-nano /usr/bin/i686-pc-linux-gnu-c++ /usr/bin/i686-pc-linux-gnu-captoinfo /usr/bin/i686-pc-linux-gnu-clear /usr/bin/i686-pc-linux-gnu-g++ /usr/bin/i686-pc-linux-gnu-gcc /usr/bin/i686-pc-linux-gnu-infocmp /usr/bin/i686-pc-linux-gnu-infotocap /usr/bin/i686-pc-linux-gnu-reset /usr/bin/i686-pc-linux-gnu-tic /usr/bin/i686-pc-linux-gnu-toe /usr/bin/i686-pc-linux-gnu-tput /usr/bin/i686-pc-linux-gnu-tset it's the era of the woozy numbat ;) -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-06 1:21 ` Bastian Balthazar Bux @ 2004-12-06 2:01 ` Bastian Balthazar Bux 2004-12-06 2:24 ` Bastian Balthazar Bux 0 siblings, 1 reply; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-06 2:01 UTC (permalink / raw To: gentoo-user Bastian Balthazar Bux wrote: > > <snip> > >> it will stop emerging system at sys-devel/libtool >> you need to emerge sys-devel/automake-wrapper >> >> when it's finished you can emerge system again, it will start >> emerging libtool (like emerge --resume that doesn't work because we >> have emerge something else in the meantime) >> >> > ... and when I' will finish emerging system I'll discover that > > sys-libs/ncurses > sys-apps/module-init-tools > app-editors/nano > > have installed they binaries like this (you can check it emerging > gentoolkit and doing "qpkg -l sys-libs/ncurses | grep bin"): > > /bin/i686-pc-linux-gnu-lsmod > /bin/i686-pc-linux-gnu-nano > > /usr/bin/i686-pc-linux-gnu-c++ > /usr/bin/i686-pc-linux-gnu-captoinfo > /usr/bin/i686-pc-linux-gnu-clear > /usr/bin/i686-pc-linux-gnu-g++ > /usr/bin/i686-pc-linux-gnu-gcc > /usr/bin/i686-pc-linux-gnu-infocmp > /usr/bin/i686-pc-linux-gnu-infotocap > /usr/bin/i686-pc-linux-gnu-reset > /usr/bin/i686-pc-linux-gnu-tic > /usr/bin/i686-pc-linux-gnu-toe > /usr/bin/i686-pc-linux-gnu-tput > /usr/bin/i686-pc-linux-gnu-tset > > it's the era of the woozy numbat ;) > BTW reemerging the previous ebuilds dont'change anything so u need to manual symlink them or you will never play again at the "clear ls clear ls clear ls" game and I finish this monologue saying that echo "=sys-boot/grub-0.95.20040823" >> /etc/portage/package.mask is needed , see http://bugs.gentoo.org/show_bug.cgi?id=73419 dont try to change it WANT_AUTOMAKE= in the ebuild loss of time going to build "Zonked Quokka" -gentoo-r9 configured by "make oldconfig" && "make menuconfig" good night at everyone -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-06 2:01 ` Bastian Balthazar Bux @ 2004-12-06 2:24 ` Bastian Balthazar Bux 2004-12-07 19:00 ` [gentoo-user] " Philipp Hasse 0 siblings, 1 reply; 4+ messages in thread From: Bastian Balthazar Bux @ 2004-12-06 2:24 UTC (permalink / raw To: gentoo-user Bastian Balthazar Bux wrote: > Bastian Balthazar Bux wrote: > >> >> <snip> >> >>> it will stop emerging system at sys-devel/libtool >>> you need to emerge sys-devel/automake-wrapper >>> >>> when it's finished you can emerge system again, it will start >>> emerging libtool (like emerge --resume that doesn't work because we >>> have emerge something else in the meantime) >>> >>> >> ... and when I' will finish emerging system I'll discover that >> >> sys-libs/ncurses >> sys-apps/module-init-tools >> app-editors/nano >> >> have installed they binaries like this (you can check it emerging >> gentoolkit and doing "qpkg -l sys-libs/ncurses | grep bin"): >> >> /bin/i686-pc-linux-gnu-lsmod >> /bin/i686-pc-linux-gnu-nano >> >> /usr/bin/i686-pc-linux-gnu-c++ >> /usr/bin/i686-pc-linux-gnu-captoinfo >> /usr/bin/i686-pc-linux-gnu-clear >> /usr/bin/i686-pc-linux-gnu-g++ >> /usr/bin/i686-pc-linux-gnu-gcc >> /usr/bin/i686-pc-linux-gnu-infocmp >> /usr/bin/i686-pc-linux-gnu-infotocap >> /usr/bin/i686-pc-linux-gnu-reset >> /usr/bin/i686-pc-linux-gnu-tic >> /usr/bin/i686-pc-linux-gnu-toe >> /usr/bin/i686-pc-linux-gnu-tput >> /usr/bin/i686-pc-linux-gnu-tset >> >> it's the era of the woozy numbat ;) >> > BTW reemerging the previous ebuilds dont'change anything so u need to > manual symlink them or you will never play again at the "clear ls > clear ls clear ls" game > > and I finish this monologue saying that I'm lier there are also this in /usr/sbin /usr/sbin/i686-pc-linux-gnu-depmod /usr/sbin/i686-pc-linux-gnu-generate-modprobe.conf /usr/sbin/i686-pc-linux-gnu-insmod /usr/sbin/i686-pc-linux-gnu-insmod.static /usr/sbin/i686-pc-linux-gnu-modinfo /usr/sbin/i686-pc-linux-gnu-modprobe /usr/sbin/i686-pc-linux-gnu-rmmod sigh > echo "=sys-boot/grub-0.95.20040823" >> /etc/portage/package.mask > is needed , see http://bugs.gentoo.org/show_bug.cgi?id=73419 > dont try to change it WANT_AUTOMAKE= in the ebuild loss of time > > going to build "Zonked Quokka" -gentoo-r9 configured by "make > oldconfig" && "make menuconfig" > > good night at everyone > > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? 2004-12-06 2:24 ` Bastian Balthazar Bux @ 2004-12-07 19:00 ` Philipp Hasse 0 siblings, 0 replies; 4+ messages in thread From: Philipp Hasse @ 2004-12-07 19:00 UTC (permalink / raw To: gentoo-user, Bastian Balthazar Bux Hi, ----- Original Message ----- From: "Bastian Balthazar Bux" <BastianBalthazarBux@pnpitalia.it> To: <gentoo-user@lists.gentoo.org> Sent: Monday, December 06, 2004 3:24 AM Subject: Re: [gentoo-user] Re: Gentoo with Kernel 2.6, GCC 3.4 and NPTL? > Bastian Balthazar Bux wrote: > > > Bastian Balthazar Bux wrote: > > > >> > >> <snip> > >> > >>> it will stop emerging system at sys-devel/libtool > >>> you need to emerge sys-devel/automake-wrapper > >>> > >>> when it's finished you can emerge system again, it will start > >>> emerging libtool (like emerge --resume that doesn't work because we > >>> have emerge something else in the meantime) > >>> > >>> > >> ... and when I' will finish emerging system I'll discover that > >> > >> sys-libs/ncurses > >> sys-apps/module-init-tools > >> app-editors/nano > >> > >> have installed they binaries like this (you can check it emerging > >> gentoolkit and doing "qpkg -l sys-libs/ncurses | grep bin"): > >> > >> /bin/i686-pc-linux-gnu-lsmod > >> /bin/i686-pc-linux-gnu-nano > >> > >> /usr/bin/i686-pc-linux-gnu-c++ > >> /usr/bin/i686-pc-linux-gnu-captoinfo > >> /usr/bin/i686-pc-linux-gnu-clear > >> /usr/bin/i686-pc-linux-gnu-g++ > >> /usr/bin/i686-pc-linux-gnu-gcc > >> /usr/bin/i686-pc-linux-gnu-infocmp > >> /usr/bin/i686-pc-linux-gnu-infotocap > >> /usr/bin/i686-pc-linux-gnu-reset > >> /usr/bin/i686-pc-linux-gnu-tic > >> /usr/bin/i686-pc-linux-gnu-toe > >> /usr/bin/i686-pc-linux-gnu-tput > >> /usr/bin/i686-pc-linux-gnu-tset > >> > >> it's the era of the woozy numbat ;) > >> > > BTW reemerging the previous ebuilds dont'change anything so u need to > > manual symlink them or you will never play again at the "clear ls > > clear ls clear ls" game > > > > and I finish this monologue saying that > > I'm lier there are also this in /usr/sbin > /usr/sbin/i686-pc-linux-gnu-depmod > /usr/sbin/i686-pc-linux-gnu-generate-modprobe.conf > /usr/sbin/i686-pc-linux-gnu-insmod > /usr/sbin/i686-pc-linux-gnu-insmod.static > /usr/sbin/i686-pc-linux-gnu-modinfo > /usr/sbin/i686-pc-linux-gnu-modprobe > /usr/sbin/i686-pc-linux-gnu-rmmod > sigh See my email "[gentoo-user] Stage1 install: GCC 3.4 ebuild exports CTARGET and causes problems". This is exactly the problem I had here. > > > echo "=sys-boot/grub-0.95.20040823" >> /etc/portage/package.mask > > is needed , see http://bugs.gentoo.org/show_bug.cgi?id=73419 > > dont try to change it WANT_AUTOMAKE= in the ebuild loss of time > > > > going to build "Zonked Quokka" -gentoo-r9 configured by "make > > oldconfig" && "make menuconfig" > > > > good night at everyone > > > > > > -- > > gentoo-user@gentoo.org mailing list > > > > > > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-07 19:01 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <45798.145.221.24.41.1102067617.squirrel@145.221.24.41> 2004-12-05 13:54 ` [gentoo-user] Gentoo with Kernel 2.6, GCC 3.4 and NPTL? Philipp Hasse 2004-12-05 15:02 ` Collins Richey 2004-12-05 19:22 ` Bastian Balthazar Bux [not found] <004001c4d917$55dc1b60$0202a8c0@mrpink> [not found] ` <copi5m$a70$1@sea.gmane.org> [not found] ` <200412031259.25198.witalis@aster.pl> 2004-12-05 22:00 ` [gentoo-user] " Bastian Balthazar Bux 2004-12-06 0:27 ` Bastian Balthazar Bux 2004-12-06 1:21 ` Bastian Balthazar Bux 2004-12-06 2:01 ` Bastian Balthazar Bux 2004-12-06 2:24 ` Bastian Balthazar Bux 2004-12-07 19:00 ` [gentoo-user] " Philipp Hasse
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox