* [gentoo-dev] [Fwd: [gentoo-admin] Building a second system]
@ 2003-01-04 13:01 John Nilsson
2003-01-04 13:52 ` Timo A. Hummel
2003-01-04 18:16 ` [gentoo-dev] " Kai Großjohann
0 siblings, 2 replies; 11+ messages in thread
From: John Nilsson @ 2003-01-04 13:01 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 62 bytes --]
which is the correct mailing list for this kind of question?
[-- Attachment #2: Forwarded message - [gentoo-admin] Building a second system --]
[-- Type: message/rfc822, Size: 1531 bytes --]
From: John Nilsson <john@milsson.nu>
To: gentoo-admin@gentoo.org
Subject: [gentoo-admin] Building a second system
Date: 04 Jan 2003 12:52:51 +0100
Message-ID: <1041681171.28281.42.camel@newkid.milsson.nu>
I would like to use my current athlon-xp optimized system to compile a
base system for a 486. How do I go about it?
I suppose I would have to keep an 486 optimized copy of glibc somewhere, how?
It would be nice to have a more or less permanent setup so I can upgrade
packages easily later on.
--
gentoo-admin@gentoo.org mailing list
[-- Attachment #3: Type: text/plain, Size: 37 bytes --]
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] [Fwd: [gentoo-admin] Building a second system]
2003-01-04 13:01 [gentoo-dev] [Fwd: [gentoo-admin] Building a second system] John Nilsson
@ 2003-01-04 13:52 ` Timo A. Hummel
2003-01-04 14:14 ` John Nilsson
2003-01-04 18:16 ` [gentoo-dev] " Kai Großjohann
1 sibling, 1 reply; 11+ messages in thread
From: Timo A. Hummel @ 2003-01-04 13:52 UTC (permalink / raw
To: John Nilsson; +Cc: gentoo-dev
I don't know if it's the correct list, but I did it as follows to
compile a pentium optimized system:
I plugged in the 4GB hdd of my Pentium system, created the file systems,
setup a chroot environment and did the whole gentoo install from there.
worked like a charm, which was pretty good since I don't have a keyboard
on my Pentium system. It's pretty straightforward, and shouldn't give
any problems. Remember to set the make.conf correctly.
cheers,
Timo
On Sat, 2003-01-04 at 14:01, John Nilsson wrote:
> which is the correct mailing list for this kind of question?
>
> ______________________________________________________________________
>
> From: John Nilsson <john@milsson.nu>
> To: gentoo-admin@gentoo.org
> Subject: [gentoo-admin] Building a second system
> Date: 04 Jan 2003 12:52:51 +0100
>
> I would like to use my current athlon-xp optimized system to compile a
> base system for a 486. How do I go about it?
> I suppose I would have to keep an 486 optimized copy of glibc somewhere, how?
>
> It would be nice to have a more or less permanent setup so I can upgrade
> packages easily later on.
>
> --
> gentoo-admin@gentoo.org mailing list
>
>
>
>
> ______________________________________________________________________
>
> --
> gentoo-dev@gentoo.org mailing list
--
Timo A. Hummel <timo.hummel@gmx.net>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] [Fwd: [gentoo-admin] Building a second system]
2003-01-04 13:52 ` Timo A. Hummel
@ 2003-01-04 14:14 ` John Nilsson
2003-01-06 0:02 ` [gentoo-dev] " Arnold deVos
2003-01-07 22:59 ` [gentoo-dev] " Jyrinx
0 siblings, 2 replies; 11+ messages in thread
From: John Nilsson @ 2003-01-04 14:14 UTC (permalink / raw
To: gentoo-dev
If I do it this way I would have to compile an entire bootstrap
environment for the 486. Also I wouldn't get the benefits of having gcc
optimized for the athlon.
What I would like is to write a simple script to use when upgrading the
server. Change the makefile and compile 486 optimized staticly linked
binaries to packages that are later merged into the server.
On Sat, 2003-01-04 at 14:52, Timo A. Hummel wrote:
> I don't know if it's the correct list, but I did it as follows to
> compile a pentium optimized system:
>
> I plugged in the 4GB hdd of my Pentium system, created the file systems,
> setup a chroot environment and did the whole gentoo install from there.
> worked like a charm, which was pretty good since I don't have a keyboard
> on my Pentium system. It's pretty straightforward, and shouldn't give
> any problems. Remember to set the make.conf correctly.
>
> cheers,
> Timo
>
>
> On Sat, 2003-01-04 at 14:01, John Nilsson wrote:
> > which is the correct mailing list for this kind of question?
> >
> > ______________________________________________________________________
> >
> > From: John Nilsson <john@milsson.nu>
> > To: gentoo-admin@gentoo.org
> > Subject: [gentoo-admin] Building a second system
> > Date: 04 Jan 2003 12:52:51 +0100
> >
> > I would like to use my current athlon-xp optimized system to compile a
> > base system for a 486. How do I go about it?
> > I suppose I would have to keep an 486 optimized copy of glibc somewhere, how?
> >
> > It would be nice to have a more or less permanent setup so I can upgrade
> > packages easily later on.
> >
> > --
> > gentoo-admin@gentoo.org mailing list
> >
> >
> >
> >
> > ______________________________________________________________________
> >
> > --
> > gentoo-dev@gentoo.org mailing list
> --
> Timo A. Hummel <timo.hummel@gmx.net>
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-dev] Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-04 14:14 ` John Nilsson
@ 2003-01-06 0:02 ` Arnold deVos
2003-01-06 2:04 ` Bart Verwilst
2003-01-06 7:14 ` [gentoo-dev] " Kai Großjohann
2003-01-07 22:59 ` [gentoo-dev] " Jyrinx
1 sibling, 2 replies; 11+ messages in thread
From: Arnold deVos @ 2003-01-06 0:02 UTC (permalink / raw
To: gentoo-dev
I have exactly the same need. A powerful Athlon building packages for a an
older 486 or pentium box (eg firewall or other appliance). I have
experimented with the following ideas:
1 -
- create a /my486Image hierarchy
- setup the /my486Image/etc/make.conf for cross compiling.
- export ROOT=/my486image (instead of /)
- use emerge from within the host (Athlon) system.
Unfortunately emerge seems to touch stuff outside of ROOT such as the
package db.
2 -
- create a normal chroot environment for the 486
- mount the Athlon enviroment within this as /hostAlthonImage.
- Set the PATH to /hostAthlonImage/bin:/hostAthlonImage/usr/bin etc etc
- use emerge (ie /hostAthlonImage/usr/bin/emerge)
The problem is the ld.so library path. Its tricky to get ld.so to load
runtime .so's from /hostAthlonImage and not from the chroot's /usr/lib
Of these solutions I think (1) is more promising but looks like I need to
check the emerge source to find the gotcha's.
It would be really useful if the fakeroot emerge facility mentioned by
drobbins on the gentoo frontpage was available. (I can't find it. Anyone
know how to use this feature?)
- Arnold
"John Nilsson" <john@milsson.nu> wrote in message
news:1041689680.27164.65.camel@newkid.milsson.nu...
> If I do it this way I would have to compile an entire bootstrap
> environment for the 486. Also I wouldn't get the benefits of having gcc
> optimized for the athlon.
> What I would like is to write a simple script to use when upgrading the
> server. Change the makefile and compile 486 optimized staticly linked
> binaries to packages that are later merged into the server.
>
>
> On Sat, 2003-01-04 at 14:52, Timo A. Hummel wrote:
> > I don't know if it's the correct list, but I did it as follows to
> > compile a pentium optimized system:
> >
> > I plugged in the 4GB hdd of my Pentium system, created the file systems,
> > setup a chroot environment and did the whole gentoo install from there.
> > worked like a charm, which was pretty good since I don't have a keyboard
> > on my Pentium system. It's pretty straightforward, and shouldn't give
> > any problems. Remember to set the make.conf correctly.
> >
> > cheers,
> > Timo
> >
> >
> > On Sat, 2003-01-04 at 14:01, John Nilsson wrote:
> > > which is the correct mailing list for this kind of question?
> > >
> > > ______________________________________________________________________
> > >
> > > From: John Nilsson <john@milsson.nu>
> > > To: gentoo-admin@gentoo.org
> > > Subject: [gentoo-admin] Building a second system
> > > Date: 04 Jan 2003 12:52:51 +0100
> > >
> > > I would like to use my current athlon-xp optimized system to compile a
> > > base system for a 486. How do I go about it?
> > > I suppose I would have to keep an 486 optimized copy of glibc
somewhere, how?
> > >
> > > It would be nice to have a more or less permanent setup so I can
upgrade
> > > packages easily later on.
> > >
> > > --
> > > gentoo-admin@gentoo.org mailing list
> > >
> > >
> > >
> > >
> > > ______________________________________________________________________
> > >
> > > --
> > > gentoo-dev@gentoo.org mailing list
> > --
> > Timo A. Hummel <timo.hummel@gmx.net>
> >
> >
> > --
> > gentoo-dev@gentoo.org mailing list
> >
> >
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-06 0:02 ` [gentoo-dev] " Arnold deVos
@ 2003-01-06 2:04 ` Bart Verwilst
2003-01-06 5:12 ` [gentoo-dev] " Arnold deVos
2003-01-06 7:14 ` [gentoo-dev] " Kai Großjohann
1 sibling, 1 reply; 11+ messages in thread
From: Bart Verwilst @ 2003-01-06 2:04 UTC (permalink / raw
To: Arnold deVos, gentoo-dev
Euhm.. Isn't it much easier to just for example:
mkdir /mnt/my_new_system
cd /mnt_my_new_system
tar -xvjpf /path/to/stagex-i486-1.4_rc2.tbz2
mount -o bind /proc /mnt/my_new_system/proc
mount -o bind /usr/portage /mnt/my_new_system/usr/portage
cp /etc/resolv.conf /mnt/my_new_system/etc
chroot /mnt/my_new_system /bin/bash
env-update
source /etc/profile
nano -w /etc/make.conf
and so on...
On Monday 06 January 2003 01:02, Arnold deVos wrote:
|| I have exactly the same need. A powerful Athlon building packages for a
|| an older 486 or pentium box (eg firewall or other appliance). I have
|| experimented with the following ideas:
||
|| 1 -
||
|| - create a /my486Image hierarchy
|| - setup the /my486Image/etc/make.conf for cross compiling.
|| - export ROOT=/my486image (instead of /)
|| - use emerge from within the host (Athlon) system.
||
|| Unfortunately emerge seems to touch stuff outside of ROOT such as the
|| package db.
||
|| 2 -
||
|| - create a normal chroot environment for the 486
|| - mount the Athlon enviroment within this as /hostAlthonImage.
|| - Set the PATH to /hostAthlonImage/bin:/hostAthlonImage/usr/bin etc
|| etc - use emerge (ie /hostAthlonImage/usr/bin/emerge)
||
|| The problem is the ld.so library path. Its tricky to get ld.so to load
|| runtime .so's from /hostAthlonImage and not from the chroot's /usr/lib
||
|| Of these solutions I think (1) is more promising but looks like I need to
|| check the emerge source to find the gotcha's.
||
|| It would be really useful if the fakeroot emerge facility mentioned by
|| drobbins on the gentoo frontpage was available. (I can't find it. Anyone
|| know how to use this feature?)
||
||
|| - Arnold
||
|| "John Nilsson" <john@milsson.nu> wrote in message
|| news:1041689680.27164.65.camel@newkid.milsson.nu...
||
|| > If I do it this way I would have to compile an entire bootstrap
|| > environment for the 486. Also I wouldn't get the benefits of having gcc
|| > optimized for the athlon.
|| > What I would like is to write a simple script to use when upgrading the
|| > server. Change the makefile and compile 486 optimized staticly linked
|| > binaries to packages that are later merged into the server.
|| >
|| > On Sat, 2003-01-04 at 14:52, Timo A. Hummel wrote:
|| > > I don't know if it's the correct list, but I did it as follows to
|| > > compile a pentium optimized system:
|| > >
|| > > I plugged in the 4GB hdd of my Pentium system, created the file
|| > > systems, setup a chroot environment and did the whole gentoo install
|| > > from there. worked like a charm, which was pretty good since I don't
|| > > have a keyboard on my Pentium system. It's pretty straightforward,
|| > > and shouldn't give any problems. Remember to set the make.conf
|| > > correctly.
|| > >
|| > > cheers,
|| > > Timo
|| > >
|| > > On Sat, 2003-01-04 at 14:01, John Nilsson wrote:
|| > > > which is the correct mailing list for this kind of question?
|| > > >
|| > > > ___________________________________________________________________
|| > > >___
|| > > >
|| > > > From: John Nilsson <john@milsson.nu>
|| > > > To: gentoo-admin@gentoo.org
|| > > > Subject: [gentoo-admin] Building a second system
|| > > > Date: 04 Jan 2003 12:52:51 +0100
|| > > >
|| > > > I would like to use my current athlon-xp optimized system to
|| > > > compile a base system for a 486. How do I go about it?
|| > > > I suppose I would have to keep an 486 optimized copy of glibc
||
|| somewhere, how?
||
|| > > > It would be nice to have a more or less permanent setup so I can
||
|| upgrade
||
|| > > > packages easily later on.
|| > > >
|| > > > --
|| > > > gentoo-admin@gentoo.org mailing list
|| > > >
|| > > >
|| > > >
|| > > >
|| > > > ___________________________________________________________________
|| > > >___
|| > > >
|| > > > --
|| > > > gentoo-dev@gentoo.org mailing list
|| > >
|| > > --
|| > > Timo A. Hummel <timo.hummel@gmx.net>
|| > >
|| > >
|| > > --
|| > > gentoo-dev@gentoo.org mailing list
|| >
|| > --
|| > gentoo-dev@gentoo.org mailing list
||
|| --
|| gentoo-dev@gentoo.org mailing list
--
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-dev] Re: Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-06 2:04 ` Bart Verwilst
@ 2003-01-06 5:12 ` Arnold deVos
2003-01-06 6:59 ` George Shapovalov
0 siblings, 1 reply; 11+ messages in thread
From: Arnold deVos @ 2003-01-06 5:12 UTC (permalink / raw
To: gentoo-dev
Nope, as explained earlier in the thread that wouldn't get the benefits of
having gcc optimized for the athlon. It would not work at all to build
packages for an incompatible arch such as P4.
- Arnold
"Bart Verwilst" <verwilst@gentoo.org> wrote in message
news:200301060304.47202.verwilst@gentoo.org...
> Euhm.. Isn't it much easier to just for example:
>
> mkdir /mnt/my_new_system
> cd /mnt_my_new_system
> tar -xvjpf /path/to/stagex-i486-1.4_rc2.tbz2
> mount -o bind /proc /mnt/my_new_system/proc
> mount -o bind /usr/portage /mnt/my_new_system/usr/portage
> cp /etc/resolv.conf /mnt/my_new_system/etc
> chroot /mnt/my_new_system /bin/bash
> env-update
> source /etc/profile
> nano -w /etc/make.conf
>
> and so on...
>
> On Monday 06 January 2003 01:02, Arnold deVos wrote:
> || I have exactly the same need. A powerful Athlon building packages for
a
> || an older 486 or pentium box (eg firewall or other appliance). I have
> || experimented with the following ideas:
> ||
> || 1 -
> ||
> || - create a /my486Image hierarchy
> || - setup the /my486Image/etc/make.conf for cross compiling.
> || - export ROOT=/my486image (instead of /)
> || - use emerge from within the host (Athlon) system.
> ||
> || Unfortunately emerge seems to touch stuff outside of ROOT such as the
> || package db.
> ||
> || 2 -
> ||
> || - create a normal chroot environment for the 486
> || - mount the Athlon enviroment within this as /hostAlthonImage.
> || - Set the PATH to /hostAthlonImage/bin:/hostAthlonImage/usr/bin
etc
> || etc - use emerge (ie /hostAthlonImage/usr/bin/emerge)
> ||
> || The problem is the ld.so library path. Its tricky to get ld.so to
load
> || runtime .so's from /hostAthlonImage and not from the chroot's /usr/lib
> ||
> || Of these solutions I think (1) is more promising but looks like I need
to
> || check the emerge source to find the gotcha's.
> ||
> || It would be really useful if the fakeroot emerge facility mentioned by
> || drobbins on the gentoo frontpage was available. (I can't find it.
Anyone
> || know how to use this feature?)
> ||
> ||
> || - Arnold
> ||
> || "John Nilsson" <john@milsson.nu> wrote in message
> || news:1041689680.27164.65.camel@newkid.milsson.nu...
> ||
> || > If I do it this way I would have to compile an entire bootstrap
> || > environment for the 486. Also I wouldn't get the benefits of having
gcc
> || > optimized for the athlon.
> || > What I would like is to write a simple script to use when upgrading
the
> || > server. Change the makefile and compile 486 optimized staticly
linked
> || > binaries to packages that are later merged into the server.
> || >
> || > On Sat, 2003-01-04 at 14:52, Timo A. Hummel wrote:
> || > > I don't know if it's the correct list, but I did it as follows to
> || > > compile a pentium optimized system:
> || > >
> || > > I plugged in the 4GB hdd of my Pentium system, created the file
> || > > systems, setup a chroot environment and did the whole gentoo
install
> || > > from there. worked like a charm, which was pretty good since I
don't
> || > > have a keyboard on my Pentium system. It's pretty straightforward,
> || > > and shouldn't give any problems. Remember to set the make.conf
> || > > correctly.
> || > >
> || > > cheers,
> || > > Timo
> || > >
> || > > On Sat, 2003-01-04 at 14:01, John Nilsson wrote:
> || > > > which is the correct mailing list for this kind of question?
> || > > >
> || > > >
___________________________________________________________________
> || > > >___
> || > > >
> || > > > From: John Nilsson <john@milsson.nu>
> || > > > To: gentoo-admin@gentoo.org
> || > > > Subject: [gentoo-admin] Building a second system
> || > > > Date: 04 Jan 2003 12:52:51 +0100
> || > > >
> || > > > I would like to use my current athlon-xp optimized system to
> || > > > compile a base system for a 486. How do I go about it?
> || > > > I suppose I would have to keep an 486 optimized copy of glibc
> ||
> || somewhere, how?
> ||
> || > > > It would be nice to have a more or less permanent setup so I can
> ||
> || upgrade
> ||
> || > > > packages easily later on.
> || > > >
> || > > > --
> || > > > gentoo-admin@gentoo.org mailing list
> || > > >
> || > > >
> || > > >
> || > > >
> || > > >
___________________________________________________________________
> || > > >___
> || > > >
> || > > > --
> || > > > gentoo-dev@gentoo.org mailing list
> || > >
> || > > --
> || > > Timo A. Hummel <timo.hummel@gmx.net>
> || > >
> || > >
> || > > --
> || > > gentoo-dev@gentoo.org mailing list
> || >
> || > --
> || > gentoo-dev@gentoo.org mailing list
> ||
> || --
> || gentoo-dev@gentoo.org mailing list
>
> --
> Bart Verwilst
> Gentoo Linux Developer, Desktop Team
> Gent, Belgium
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] Re: Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-06 5:12 ` [gentoo-dev] " Arnold deVos
@ 2003-01-06 6:59 ` George Shapovalov
0 siblings, 0 replies; 11+ messages in thread
From: George Shapovalov @ 2003-01-06 6:59 UTC (permalink / raw
To: gentoo-dev
So what about:
1. setting optimizations in make.conf and elsewehre for the *final* paltform
2. bootstrap; emerge -b gcc
3. change optimizations to what you would like to have temporarily for gcc
4. emerge gcc
5. switch optimizations back
6. emerge the rest
7. emerge --usepkg gcc (or just emerge it here skipping 2)
This way you should get your packages built with correct settings and may
enjoy gcc optimized for athlon while building them (although I am not sure
you will save much in terms of time this way. I eman versus using i486
optimized gcc). Just be carefull about having the right version of gcc in the
end..
George
On Sunday 05 January 2003 21:12, Arnold deVos wrote:
> Nope, as explained earlier in the thread that wouldn't get the benefits of
> having gcc optimized for the athlon. It would not work at all to build
> packages for an incompatible arch such as P4.
>
> - Arnold
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-dev] Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-06 0:02 ` [gentoo-dev] " Arnold deVos
2003-01-06 2:04 ` Bart Verwilst
@ 2003-01-06 7:14 ` Kai Großjohann
2003-01-06 16:12 ` John Nilsson
1 sibling, 1 reply; 11+ messages in thread
From: Kai Großjohann @ 2003-01-06 7:14 UTC (permalink / raw
To: gentoo-dev
"Arnold deVos" <adv@langdale.com.au> writes:
> Unfortunately emerge seems to touch stuff outside of ROOT such as the
> package db.
But there are variables that you can tweak, I think.
--
Ambibibentists unite!
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] [Fwd: [gentoo-admin] Building a second system]
2003-01-04 14:14 ` John Nilsson
2003-01-06 0:02 ` [gentoo-dev] " Arnold deVos
@ 2003-01-07 22:59 ` Jyrinx
1 sibling, 0 replies; 11+ messages in thread
From: Jyrinx @ 2003-01-07 22:59 UTC (permalink / raw
To: John Nilsson; +Cc: gentoo-dev
> If I do it this way I would have to compile an entire bootstrap
> environment for the 486. Also I wouldn't get the benefits of having gcc
> optimized for the athlon.
> What I would like is to write a simple script to use when upgrading the
> server. Change the makefile and compile 486 optimized staticly linked
> binaries to packages that are later merged into the server.
I'm not much of a hacker, and I don't remember the context, but someone
once mentioned using distcc (distributed-computing version of gcc) for
this build-on-beefy-computer-for-older-one scenario; that way, you'd
build the system relatively quickly, and update it just as quickly, if
I'm not mistaken.
(Seems like this is a common task ... is there a FAQ or HOWTO for this
somewhere?)
Jyrinx
jyrinx_list@mindspring.com
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-dev] Re: [Fwd: [gentoo-admin] Building a second system]
2003-01-04 13:01 [gentoo-dev] [Fwd: [gentoo-admin] Building a second system] John Nilsson
2003-01-04 13:52 ` Timo A. Hummel
@ 2003-01-04 18:16 ` Kai Großjohann
1 sibling, 0 replies; 11+ messages in thread
From: Kai Großjohann @ 2003-01-04 18:16 UTC (permalink / raw
To: gentoo-dev
John Nilsson <john@milsson.nu> writes:
> I would like to use my current athlon-xp optimized system to compile a
> base system for a 486. How do I go about it?
> I suppose I would have to keep an 486 optimized copy of glibc somewhere, how?
>
> It would be nice to have a more or less permanent setup so I can upgrade
> packages easily later on.
You could make all kinds of settings that are normally in
/etc/make.conf from the environment. Then you write a script that
sets the variables and then calls emerge.
You could frob PGKDIR, for instance, then tell the 486 system to
fetch them from there.
I think you will have to change many variables, but if you are lucky,
most of them will default based on just one of them. Then you tweak
that and off you go.
I'd start reading the source now...
--
Ambibibentists unite!
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-01-07 23:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-04 13:01 [gentoo-dev] [Fwd: [gentoo-admin] Building a second system] John Nilsson
2003-01-04 13:52 ` Timo A. Hummel
2003-01-04 14:14 ` John Nilsson
2003-01-06 0:02 ` [gentoo-dev] " Arnold deVos
2003-01-06 2:04 ` Bart Verwilst
2003-01-06 5:12 ` [gentoo-dev] " Arnold deVos
2003-01-06 6:59 ` George Shapovalov
2003-01-06 7:14 ` [gentoo-dev] " Kai Großjohann
2003-01-06 16:12 ` John Nilsson
2003-01-07 22:59 ` [gentoo-dev] " Jyrinx
2003-01-04 18:16 ` [gentoo-dev] " Kai Großjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox