Re: [gentoo-user] Emerge question

2004-01-01 Thread thomas . degris
Hello, this is what I was wondering. I am thinking of doing something on top on emerge to be able to build non-dependant package at the same time for the same target. I think it would be more efficient than a 'make -jx' especially for the 'world' target. Thomas If I understand what you are

Re: [gentoo-user] Emerge question

2003-12-30 Thread Ben Sparks
[EMAIL PROTECTED] wrote: Hello, I would like some information about emerge. I want to get the package C. C depends of the package A and the package B. The package B does not depend on the package A or vice-versa. I do 'emerge C': emerge will build A, then B, then C. When emerge is building A, I

Re: [gentoo-user] Emerge question

2003-12-30 Thread Ernie Schroder
On Tuesday 30 December 2003 09:06 pm, Ben Sparks wrote: [EMAIL PROTECTED] wrote: Hello, I would like some information about emerge. I want to get the package C. C depends of the package A and the package B. The package B does not depend on the package A or vice-versa. I do 'emerge C':

Re: [gentoo-user] emerge question

2003-09-03 Thread Thomas Buntrock
On Tue, Sep 02, 2003 at 03:22:19PM +0200, Philippe Van Hecke wrote: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell, with command line option to not unmerge the

Re: [gentoo-user] emerge question

2003-09-03 Thread Philippe Van Hecke
On Wednesday 03 September 2003 10:26, Thomas Buntrock wrote: On Tue, Sep 02, 2003 at 03:22:19PM +0200, Philippe Van Hecke wrote: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two

Re: [gentoo-user] emerge question

2003-09-03 Thread Spider
begin quote On Tue, 2 Sep 2003 15:22:19 +0200 Philippe Van Hecke [EMAIL PROTECTED] wrote: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell, with command line

Re: [gentoo-user] emerge question

2003-09-02 Thread Sigurd Stordal
On Tuesday 02 September 2003 15:22, Philippe Van Hecke wrote: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell, with command line option to not unmerge the previous

RE: [gentoo-user] emerge question

2003-09-02 Thread Gwendolyn van der Linden
I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell, with command line option to not unmerge the previous merged modules ? I know that when i do emerge i have

Re: [gentoo-user] emerge question

2003-09-02 Thread Philippe Van Hecke
Thanks, for you answer. I dislike to modify my /etc/make.conf file in this way because as you say On Tuesday 02 Septyou will have you will have to be careful to clean after the packages you don't want to keep old versions of. and you can forget to remove this for other packages. So it will be

Re: [gentoo-user] emerge question

2003-09-02 Thread Philippe Van Hecke
I don't think that will solve your problem. Rebuilding a kernel already deletes existing modules, so emerge alsa-driver etc. is needed anyway. Not if this a new kernel version the old kernel modules will be keep in /lib/modules/oldkernel. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] emerge question

2003-09-02 Thread meka
Philippe Van Hecke [EMAIL PROTECTED]: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell, with command line option to not unmerge the previous merged modules ?

Re: [gentoo-user] emerge question

2003-09-02 Thread Jason Cooper
Sigurd Stordal ([EMAIL PROTECTED]) scribbled: On Tuesday 02 September 2003 15:22, Philippe Van Hecke wrote: I am playing with many kernel version. And must emerge alsa-driver,nvidia-kernel for each kernel i install. My question is there is way when i emerge these two modules, to tell,

Re: [gentoo-user] emerge question

2003-09-02 Thread Sami Ntnen
On Tuesday 02 September 2003 16:44, Philippe Van Hecke wrote: I don't think that will solve your problem. Rebuilding a kernel already deletes existing modules, so emerge alsa-driver etc. is needed anyway. Not if this a new kernel version the old kernel modules will be keep in