Re: [gentoo-user] genkernel documentation?

2004-02-07 Thread phil
yes you do need dietlibc :)

Ernie Schroder wrote:

On Friday 06 February 2004 11:22 am, Ernie Schroder wrote:
 

On Friday 06 February 2004 10:21 am, [EMAIL PROTECTED] wrote:
   

Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a
 

écrit notamment:
   

I've been looking for documentation on genkernel 3.0.1_beta9
and not having a lot of luck. What I want to do is build
2.6.1-gentoo. From /usr/src, I did:
ln -sf linux-2.6.1-gentoo linux  cd linux

Then:

# genkernel -- menuconfig --install all
GenKernel v3.0.1_beta9
* ARCH: x86
* KERNEL VER: 2.4.20-gentoo-r7
   

[]
genkernel believes you want to configure your 2.4.20 kernel, I
think because you did not type rm linux before creating a new
symlink (check with ls -l)
As for the doc, man genkernel is quite clear; after reading it I
had no more problems with it
 

Doesn't the f option force the symbolic link?  Hmmm guess not. I
removed and recreated the link and all seems well now. Thanks Jean.
   

Genkernel failed.(see below) Do I need to emerge dietlibc here?

make: execvp: ./threadsafe.sh: Permission denied
ar cru bin-i386/libpthread.a  bin-i386/__testandset.o
gcc -Iinclude -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-declarati
ons -Wno-switch -Wredundant-decls -Wno-unused -nostdlib -o 
bin-i386/diet bin-i386/start.o bin-i386
/dyn_start.o diet.c bin-i386/dietlibc.a bin-i386/dyn_stop.o 
-DDIETHOME=\/tmp/dietlibc-0.24\ -DVE
RSION=\dietlibc-0.24\ -lgcc
strip -R .comment -R .note bin-i386/diet
gcc -Iinclude -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-declarati
ons -Wno-switch -Wredundant-decls -Wno-unused -nostdlib -o 
bin-i386/diet-i bin-i386/start.o bin-i3
86/dyn_start.o diet.c bin-i386/dietlibc.a bin-i386/dyn_stop.o 
-DDIETHOME=\/tmp/diet\ -DVERSION=\
dietlibc-0.24\ -DINSTALLVERSION -lgcc
strip -R .comment -R .note bin-i386/diet-i
bin-i386/diet gcc -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-decla
rations -Wno-switch -Wredundant-decls -Wno-unused -o bin-i386/elftrunc 
contrib/elftrunc.c
make: execvp: bin-i386/diet: Permission denied
make: *** [bin-i386/elftrunc] Error 127
* gen_die(): compile of prefix=/tmp/diet failed
* Please see /var/log/genkernel.log for more info on failures

not much I can see in the log that is of help

 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] genkernel documentation?

2004-02-06 Thread Ernie Schroder
I've been looking for documentation on genkernel 3.0.1_beta9 and not 
having a lot of luck. What I want to do is build 2.6.1-gentoo. 
From /usr/src, I did:

ln -sf linux-2.6.1-gentoo linux  cd linux

Then:

# genkernel -- menuconfig --install all
GenKernel v3.0.1_beta9
* ARCH: x86
* KERNEL VER: 2.4.20-gentoo-r7
* kernel: configuring source
* kernel: running mrproper
* kernel: using config from /usr/share/genkernel/x86/kernel-config-2.4 
-- prev backed up to .config.bak
* kernel: running oldconfig
* kernel: running clean
* kernel: Making dependencies for linux 2.4.20-gentoo-r7

at which point I freaked and killed it. I want to keep my current 
2.4.20-r7 kernel and play with 2.6.1 and the last line above made me 
think that I was somehow rebuilding my running kernel. I've been 
using Gentoo for just over a year now but kernel builds still scare 
me. First I need some assurance and second, If someone can point me 
to relevant Doc's I'd apreciate it. (the install option, begs at 
least a discription of what it will install and what it might 
overwrite)
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread jm . bornier
Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a écrit notamment:

 I've been looking for documentation on genkernel 3.0.1_beta9 and not 
 having a lot of luck. What I want to do is build 2.6.1-gentoo. 
 From /usr/src, I did:

 ln -sf linux-2.6.1-gentoo linux  cd linux

 Then:

 # genkernel -- menuconfig --install all
 GenKernel v3.0.1_beta9
 * ARCH: x86
 * KERNEL VER: 2.4.20-gentoo-r7
[]
genkernel believes you want to configure your 2.4.20 kernel, I think
because you did not type rm linux before creating a new symlink (check
with ls -l)
As for the doc, man genkernel is quite clear; after reading it I had no
more problems with it
hth,
--
Jean Magnan de Bornier
jm.bornier-at-free.fr
http://bornier.net


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread Ernie Schroder
On Friday 06 February 2004 10:21 am, [EMAIL PROTECTED] wrote:
 Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a 
écrit notamment:
  I've been looking for documentation on genkernel 3.0.1_beta9 and
  not having a lot of luck. What I want to do is build
  2.6.1-gentoo. From /usr/src, I did:
 
  ln -sf linux-2.6.1-gentoo linux  cd linux
 
  Then:
 
  # genkernel -- menuconfig --install all
  GenKernel v3.0.1_beta9
  * ARCH: x86
  * KERNEL VER: 2.4.20-gentoo-r7

 []
 genkernel believes you want to configure your 2.4.20 kernel, I
 think because you did not type rm linux before creating a new
 symlink (check with ls -l)
 As for the doc, man genkernel is quite clear; after reading it I
 had no more problems with it


Doesn't the f option force the symbolic link?  Hmmm guess not. I 
removed and recreated the link and all seems well now. Thanks Jean.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread HvR




On Fri, 2004-02-06 at 07:21, [EMAIL PROTECTED] wrote:

Le fv fvrier  15:36:20 Ernie Schroder [EMAIL PROTECTED] a crit notamment:

 I've been looking for documentation on genkernel 3.0.1_beta9 and not 
 having a lot of luck. What I want to do is build 2.6.1-gentoo. 
 From /usr/src, I did:

 ln -sf linux-2.6.1-gentoo linux  cd linux

 Then:

 # genkernel -- menuconfig --install all
 GenKernel v3.0.1_beta9
 * ARCH: x86
 * KERNEL VER: 2.4.20-gentoo-r7
[]
genkernel believes you want to configure your 2.4.20 kernel, I think
because you did not type rm linux before creating a new symlink (check
with ls -l)
As for the doc, man genkernel is quite clear; after reading it I had no
more problems with it


yes man genkernel is quite clear: no manual entry for genkernel

clear but not helpful...


hth,
--
Jean Magnan de Bornier
jm.bornier-at-free.fr
http://bornier.net


--
[EMAIL PROTECTED] mailing list






Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread Jean Magnan de Bornier
Le 02/06/04 HvR [EMAIL PROTECTED] a écrit notamment:

 On Fri, 2004-02-06 at 07:21, [EMAIL PROTECTED] wrote:

 Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a écrit notamment:
 
  I've been looking for documentation on genkernel 3.0.1_beta9 and not 
  having a lot of luck. What I want to do is build 2.6.1-gentoo. 
  From /usr/src, I did:
 
  ln -sf linux-2.6.1-gentoo linux  cd linux
 
  Then:
 
  # genkernel -- menuconfig --install all
  GenKernel v3.0.1_beta9
  * ARCH: x86
  * KERNEL VER: 2.4.20-gentoo-r7
 []
 genkernel believes you want to configure your 2.4.20 kernel, I think
 because you did not type rm linux before creating a new symlink (check
 with ls -l)
 As for the doc, man genkernel is quite clear; after reading it I had no
 more problems with it

 yes man genkernel is quite clear: no manual entry for genkernel

 clear but not helpful...

[...]

Oups! Now where did I see something clear? Maybe on the gentoo forums?
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread Jose Gonzlez Gmez
   Ernie,

   Could you tail -n 30 /var/log/genkernel.log and paste here?

   Regards
   Jose
Ernie Schroder escribió:

On Friday 06 February 2004 11:22 am, Ernie Schroder wrote:
 

On Friday 06 February 2004 10:21 am, [EMAIL PROTECTED] wrote:
   

Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a
 

écrit notamment:
   

I've been looking for documentation on genkernel 3.0.1_beta9
and not having a lot of luck. What I want to do is build
2.6.1-gentoo. From /usr/src, I did:
ln -sf linux-2.6.1-gentoo linux  cd linux

Then:

# genkernel -- menuconfig --install all
GenKernel v3.0.1_beta9
* ARCH: x86
* KERNEL VER: 2.4.20-gentoo-r7
   

[]
genkernel believes you want to configure your 2.4.20 kernel, I
think because you did not type rm linux before creating a new
symlink (check with ls -l)
As for the doc, man genkernel is quite clear; after reading it I
had no more problems with it
 

Doesn't the f option force the symbolic link?  Hmmm guess not. I
removed and recreated the link and all seems well now. Thanks Jean.
   

Genkernel failed.(see below) Do I need to emerge dietlibc here?

make: execvp: ./threadsafe.sh: Permission denied
ar cru bin-i386/libpthread.a  bin-i386/__testandset.o
gcc -Iinclude -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-declarati
ons -Wno-switch -Wredundant-decls -Wno-unused -nostdlib -o 
bin-i386/diet bin-i386/start.o bin-i386
/dyn_start.o diet.c bin-i386/dietlibc.a bin-i386/dyn_stop.o 
-DDIETHOME=\/tmp/dietlibc-0.24\ -DVE
RSION=\dietlibc-0.24\ -lgcc
strip -R .comment -R .note bin-i386/diet
gcc -Iinclude -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-declarati
ons -Wno-switch -Wredundant-decls -Wno-unused -nostdlib -o 
bin-i386/diet-i bin-i386/start.o bin-i3
86/dyn_start.o diet.c bin-i386/dietlibc.a bin-i386/dyn_stop.o 
-DDIETHOME=\/tmp/diet\ -DVERSION=\
dietlibc-0.24\ -DINSTALLVERSION -lgcc
strip -R .comment -R .note bin-i386/diet-i
bin-i386/diet gcc -pipe -nostdinc  -Wall -W -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-decla
rations -Wno-switch -Wredundant-decls -Wno-unused -o bin-i386/elftrunc 
contrib/elftrunc.c
make: execvp: bin-i386/diet: Permission denied
make: *** [bin-i386/elftrunc] Error 127
* gen_die(): compile of prefix=/tmp/diet failed
* Please see /var/log/genkernel.log for more info on failures

not much I can see in the log that is of help

 

--
[EMAIL PROTECTED] mailing list