Error con make menuconfig

2011-06-27 Thread J. OCTAVIO AVALOS
Hola Lista,
Estoy tratando de compilar el kernel 2.6.38 en squeeze para que me
funcione el skroll del magic mouse de  apple. Probé el 2.6.39 pero
tiene un bug con el bluetooth ya que reconoce los dispositivos pero no
funcionan.
El caso es que cuando ejecuto la orden make menuconfig me sale este
mensaje de error:

root@linux:/usr/src/linux-2.6.38# make menuconfig
  HOSTCC  scripts/basic/fixdep
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

Ya reinstalé las ncurses devel, libc6-devel, gcc y otros que aparecian
por nuestro google de dios incluso copie el archivo crt1.o, que tengo
instalado en otra ruta /usr/lib/ ... a la dirección /usr/bin/ , pero
sigue igual . De momento no encontré la solución.

Sabéis que puede estar pasando.

Un saludo

-- 
Octavio Ávalos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTi=w5w4wkuqhviqfv2zqnuetjeq...@mail.gmail.com



Re: Error con make menuconfig

2011-06-27 Thread Manolo Díaz
El Mon, 27 Jun 2011 19:15:09 +0200
J. OCTAVIO AVALOS octavioava...@gmail.com escribió:

 Hola Lista,
 Estoy tratando de compilar el kernel 2.6.38 en squeeze para que me
 funcione el skroll del magic mouse de  apple. Probé el 2.6.39 pero
 tiene un bug con el bluetooth ya que reconoce los dispositivos pero no
 funcionan.
 El caso es que cuando ejecuto la orden make menuconfig me sale este
 mensaje de error:
 
 root@linux:/usr/src/linux-2.6.38# make menuconfig
   HOSTCC  scripts/basic/fixdep
 /usr/bin/ld: crt1.o: No such file: No such file or directory
 collect2: ld returned 1 exit status
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2
 
 Ya reinstalé las ncurses devel, libc6-devel, gcc y otros que aparecian
 por nuestro google de dios incluso copie el archivo crt1.o, que tengo
 instalado en otra ruta /usr/lib/ ... a la dirección /usr/bin/ , pero
 sigue igual . De momento no encontré la solución.
 
 Sabéis que puede estar pasando.
 
 Un saludo
 

Ese fichero no pinta nada en /usr/bin. ¿Puedes mirar en los ficheros de
configuración que hay en /etc/ld.so.conf.d/ a ver si en alguno se
indica la ruta del directorio con la ubicación original de crt1.o?

Saludos.
--
Manolo Díaz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110627193731.2d5b4...@alcyone.pleione.es



Re: Error con make menuconfig

2011-06-27 Thread J. OCTAVIO AVALOS
El día 27 de junio de 2011 20:50, J. OCTAVIO AVALOS
octavioava...@gmail.com escribió:
 El día 27 de junio de 2011 19:37, Manolo Díaz du...@pleione.es escribió:
 El Mon, 27 Jun 2011 19:15:09 +0200
 J. OCTAVIO AVALOS octavioava...@gmail.com escribió:

 Hola Lista,
 Estoy tratando de compilar el kernel 2.6.38 en squeeze para que me
 funcione el skroll del magic mouse de  apple. Probé el 2.6.39 pero
 tiene un bug con el bluetooth ya que reconoce los dispositivos pero no
 funcionan.
 El caso es que cuando ejecuto la orden make menuconfig me sale este
 mensaje de error:

 root@linux:/usr/src/linux-2.6.38# make menuconfig
   HOSTCC  scripts/basic/fixdep
 /usr/bin/ld: crt1.o: No such file: No such file or directory
 collect2: ld returned 1 exit status
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2

 Ya reinstalé las ncurses devel, libc6-devel, gcc y otros que aparecian
 por nuestro google de dios incluso copie el archivo crt1.o, que tengo
 instalado en otra ruta /usr/lib/ ... a la dirección /usr/bin/ , pero
 sigue igual . De momento no encontré la solución.

 Sabéis que puede estar pasando.

 Un saludo


 Ese fichero no pinta nada en /usr/bin. ¿Puedes mirar en los ficheros de
 configuración que hay en /etc/ld.so.conf.d/ a ver si en alguno se
 indica la ruta del directorio con la ubicación original de crt1.o?

 Saludos.
 --
 Manolo Díaz


Hola,
El fichero lo copié yo siguiendo el mensaje de error que me daba al
ejecutar make menuconfig. La ubicación original está, como indiqué
antes, lo que pasa es que no puse la ruta completa,:

root@linux:/usr/src/linux-2.6.38# dpkg -S crt1.o
libc6-dev: /usr/lib/i386-linux-gnu/Scrt1.o
libc6-dev: /usr/lib/i386-linux-gnu/Mcrt1.o
libc6-dev: /usr/lib/i386-linux-gnu/gcrt1.o
libc6-dev: /usr/lib/i386-linux-gnu/crt1.o
--: Lo copié de esta ruta.

Un saludo




-- 
Octavio Ávalos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTi=xrtlaurpt33trasldvc7fmu+...@mail.gmail.com



Re: Error con make menuconfig

2011-06-27 Thread Manolo Díaz
El Tue, 28 Jun 2011 00:54:06 +0200
J. OCTAVIO AVALOS octavioava...@gmail.com escribió:

 El día 27 de junio de 2011 20:50, J. OCTAVIO AVALOS
  root@linux:/usr/src/linux-2.6.38# make menuconfig
    HOSTCC  scripts/basic/fixdep
  /usr/bin/ld: crt1.o: No such file: No such file or directory
  collect2: ld returned 1 exit status
  make[1]: *** [scripts/basic/fixdep] Error 1
  make: *** [scripts_basic] Error 2

 El fichero lo copié yo siguiendo el mensaje de error que me daba al
 ejecutar make menuconfig. La ubicación original está, como indiqué
 antes, lo que pasa es que no puse la ruta completa,:
 
 root@linux:/usr/src/linux-2.6.38# dpkg -S crt1.o
 libc6-dev: /usr/lib/i386-linux-gnu/Scrt1.o
 libc6-dev: /usr/lib/i386-linux-gnu/Mcrt1.o
 libc6-dev: /usr/lib/i386-linux-gnu/gcrt1.o
 libc6-dev: /usr/lib/i386-linux-gnu/crt1.o
 --: Lo copié de esta ruta.
 
 Un saludo

Hablamos de una distribución basada en i386, ¿correcto?

Lo que te dice el mensaje de error es que no encuentra dicho fichero,
es decir, /usr/lib/i386-linux-gnu/crt1.o. Por otro lado, como tú
mencionas, dicho fichero pertenece al paquete libc6-dev. ¿Has probado a
reinstalarlo?

Un saludo.
--
Manolo Díaz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110628010814.64f8d...@alcyone.pleione.es



Re: Opcões secretas no make menuconfig

2010-03-15 Thread Sinval Júnior
Tiago existem configurações que são restritas a plataforma.

Em 15 de março de 2010 10:31, thiago thsa...@gmail.com escreveu:

 Senhores,
 estou simplificando um kernel pra um sistema embarcado e ao simplificar
 o máximo que pude, só que depois quando fui ver o .config e conferir se
 ainda podia enxugar mais vi que tinham opcões que o make menuconfig não
 mostrava, como exemplo:

 CONFIG_X86_USE_3DNOW=y
 CONFIG_CPU_SUP_TRANSMETA_32=y
 CONFIG_CPU_SUP_INTEL=y
 CONFIG_CPU_SUP_CYRIX_32=y
 CONFIG_CPU_SUP_UMC_32=y

 não sei se não estou sabendo analisar o make menuconfig ou se tem alguma
 opcão a mais no make menuconfig. Alguém já se deparou com essa situacão,
 ou ouviu falar desse caso?
 Obrigado.

 --
 Thiago Silveira Alexandre
 Security Enginner
 Intechne Tecnologia da Informação
 (98) 3311 6200
 (98) 3311 6219
 (98) 8132 1020


 --
 To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/4b9e36be.7090...@gmail.com




-- 
#=+
#!/usr/bin/env python
nome = 'Sinval Júnior'
email = 'sinvalju at gmail.com'
print nome
print email
#==+


Re: Opcões secretas no make menuconfig

2010-03-15 Thread luhlig
Em 15 de março de 2010 11:28, Sinval Júnior sinva...@gmail.com escreveu:
 Tiago existem configurações que são restritas a plataforma.

 Em 15 de março de 2010 10:31, thiago thsa...@gmail.com escreveu:

 Senhores,
 estou simplificando um kernel pra um sistema embarcado e ao simplificar
 o máximo que pude, só que depois quando fui ver o .config e conferir se
 ainda podia enxugar mais vi que tinham opcões que o make menuconfig não
 mostrava, como exemplo:

 CONFIG_X86_USE_3DNOW=y
 CONFIG_CPU_SUP_TRANSMETA_32=y
 CONFIG_CPU_SUP_INTEL=y
 CONFIG_CPU_SUP_CYRIX_32=y
 CONFIG_CPU_SUP_UMC_32=y

 não sei se não estou sabendo analisar o make menuconfig ou se tem alguma
 opcão a mais no make menuconfig. Alguém já se deparou com essa situacão,
 ou ouviu falar desse caso?
 Obrigado.




Edite o arquivo

linux-2.6.33]# vi +419 arch/x86/Kconfig.cpu

Depois altere conforme abaixo:

419 menuconfig PROCESSOR_SELECT
420 #   bool Supported processor vendors if EMBEDDED
421 bool Supported processor vendors

Salve o arquivo e depois  make menuconfig então verifique a opção
[  ] Supported processor vendors


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/8be42ad41003150752rec982d7l7f2fe04412a37...@mail.gmail.com



Re: make menuconfig issue in sid

2010-03-15 Thread Sven Joachim
On 2010-03-15 01:59 +0100, Vadim Matveev wrote:

 I have an issue with `make menuconfig`. As you can see on screenshot -
 http://s60.radikal.ru/i169/1003/28/c0fc6a1a4c5c.png keys doesn't works
 correct and generate escape sequences, interface is broken -
 http://i021.radikal.ru/1003/92/d37e86673e3d.png. I'm not sure, but may
 be this is an ncurses issue.

Which terminal is that, and what is the value of your TERM environment
variable?

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87tysic8o6@turtle.gmx.de



Re: make menuconfig issue in sid

2010-03-15 Thread Vadim Matveev
Solved.
The problem was because of the 'colormake' (was aliased to 'make'). With
pure make 3.81-7 it work perfect.
It is rather strange, i thought colormake is just a wrapper that colorize
output of stdout and doesn't work while ncurses interface is active. Beware of 
it!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100315094754.gb...@zerg



make menuconfig issue in sid

2010-03-14 Thread Vadim Matveev
I have an issue with `make menuconfig`. As you can see on screenshot -
http://s60.radikal.ru/i169/1003/28/c0fc6a1a4c5c.png keys doesn't works
correct and generate escape sequences, interface is broken -
http://i021.radikal.ru/1003/92/d37e86673e3d.png. I'm not sure, but may
be this is an ncurses issue.
Same problem with vanilla kernel, debian and zen kernels.
Any ideas?

Software versions:
up-to-date sid
libncurses5 | 5.7+20090803-2
libncurses5-dev | 5.7+20090803-2


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100315005957.ga17...@zerg



make menuconfig over vt100 isn't working well.

2009-04-30 Thread Martin McCormick
I needed to use the make menuconfig to edit my kernel
configuration for linux-2.6.29 and it only kind of responds
properly. The arrow keys will work for a while, then they don't
work. the Escape key mostly doesn't work then, occasionally, it
does.

I am accessing it via a serial terminal and have tried
vt100 and vt102 with about the same degree of mostly weirdness.
It seemed like older versions of make menuconfig didn't have
this problem. Any ideas as to how I can make it work correctly?

Other screen functions such as the shell and when I run
vi are fine. commands like clear, etc, work so the problem is
between what I am running and what menuconfig expects to see.

Thanks for any ideas.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Telecommunications Services Group


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: make menuconfig problem - Thanks

2007-09-14 Thread Thomas H. George
A very late but heartfelt thanks.  I have been unable to respond
properly for the past several days as I struggled with the postfix
setup.  This has finally been resolved with a great deal of help from
Andrei.

On Wed, Sep 12, 2007 at 12:25:24PM -0400, Mark Copper wrote:
 On Wed, Sep 12, 2007 at 11:58:38AM -0400, Thomas H. George wrote:
  I know there is another package which must be installed before make 
  menuconfig will work but I have forgotten what it is.
  
  Please refresh my memory.
  
  Tom George
 
 run make menuconfig otherwise (you'll need libncurses5-dev installed)
 
 

I installed libncurses5-dev.  Now make menuconfig works perfectly.

Thanks for the help - Tom George
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



make menuconfig problem

2007-09-12 Thread Thomas H. George
I know there is another package which must be installed before make 
menuconfig will work but I have forgotten what it is.


Please refresh my memory.

Tom George


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: make menuconfig problem

2007-09-12 Thread Martin Marcher
Hello,


2007/9/12, Thomas H. George [EMAIL PROTECTED]:
 I know there is another package which must be installed before make
 menuconfig will work but I have forgotten what it is.


i think that were build-essential and libcurses-dev (something with
curses essentially)

hth
martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig problem

2007-09-12 Thread Hugo Vanwoerkom

Thomas H. George wrote:
I know there is another package which must be installed before make 
menuconfig will work but I have forgotten what it is.


Please refresh my memory.



Kernel-package?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: make menuconfig problem

2007-09-12 Thread Mark Copper
On Wed, Sep 12, 2007 at 11:58:38AM -0400, Thomas H. George wrote:
 I know there is another package which must be installed before make 
 menuconfig will work but I have forgotten what it is.
 
 Please refresh my memory.
 
 Tom George

run make menuconfig otherwise (you'll need libncurses5-dev installed)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Make menuconfig errors

2007-04-21 Thread Sherab Puntsok

Hi there,

I've just installed Etch from netinstall CD and I want to compile a
custom build kernel, but I get the following errors. What am I doing
wrong?

I've the kernel source 2.6.18, libncures5-dev, kernel-package,
fakeroot, debhelper installed.

I am running the command in a root terminal.

debian:/usr/src/linux# make menuconfig
 HOSTCC  scripts/basic/fixdep
 HOSTCC  scripts/basic/docproc
 HOSTCC  scripts/kconfig/conf.o
 HOSTCC  scripts/kconfig/kxgettext.o
 HOSTCC  scripts/kconfig/mconf.o
 SHIPPED scripts/kconfig/zconf.tab.c
 SHIPPED scripts/kconfig/lex.zconf.c
 SHIPPED scripts/kconfig/zconf.hash.c
 HOSTCC  scripts/kconfig/zconf.tab.o
 HOSTLD  scripts/kconfig/mconf
 HOSTCC  scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: No such file
or directory
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:128: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'use_colors'
scripts/kconfig/lxdialog/dialog.h:129: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'use_shadow'
scripts/kconfig/lxdialog/dialog.h:131: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'attributes'
scripts/kconfig/lxdialog/dialog.h:143: error: expected ')' before '*' token
scripts/kconfig/lxdialog/dialog.h:146: error: expected ')' before '*' token
scripts/kconfig/lxdialog/dialog.h:147: error: expected ')' before '*' token
scripts/kconfig/lxdialog/dialog.h:148: error: expected ')' before '*' token
scripts/kconfig/lxdialog/dialog.h:149: error: expected ')' before '*' token
scripts/kconfig/lxdialog/dialog.h:151: error: expected ')' before '*' token
scripts/kconfig/lxdialog/checklist.c:31: error: expected ')' before '*' token
scripts/kconfig/lxdialog/checklist.c:59: error: expected ')' before '*' token
scripts/kconfig/lxdialog/checklist.c:95: error: expected ')' before '*' token
scripts/kconfig/lxdialog/checklist.c: In function 'dialog_checklist':
scripts/kconfig/lxdialog/checklist.c:117: error: 'WINDOW' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:117: error: (Each undeclared
identifier is reported only once
scripts/kconfig/lxdialog/checklist.c:117: error: for each function it
appears in.)
scripts/kconfig/lxdialog/checklist.c:117: error: 'dialog' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:117: error: 'list' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:117: warning: left-hand operand
of comma expression has no effect
scripts/kconfig/lxdialog/checklist.c:121: warning: implicit
declaration of function 'endwin'
scripts/kconfig/lxdialog/checklist.c:122: warning: implicit
declaration of function 'fprintf'
scripts/kconfig/lxdialog/checklist.c:122: warning: incompatible
implicit declaration of built-in function 'fprintf'
scripts/kconfig/lxdialog/checklist.c:122: error: 'stderr' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:140: error: 'COLS' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:141: error: 'LINES' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit
declaration of function 'draw_shadow'
scripts/kconfig/lxdialog/checklist.c:143: error: 'stdscr' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:145: warning: implicit
declaration of function 'newwin'
scripts/kconfig/lxdialog/checklist.c:146: warning: implicit
declaration of function 'keypad'
scripts/kconfig/lxdialog/checklist.c:146: error: 'TRUE' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit
declaration of function 'draw_box'
scripts/kconfig/lxdialog/checklist.c:148: error: 'attributes'
undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:149: warning: implicit
declaration of function 'wattrset'
scripts/kconfig/lxdialog/checklist.c:150: warning: implicit
declaration of function 'mvwaddch'
scripts/kconfig/lxdialog/checklist.c:152: warning: implicit
declaration of function 'waddch'
scripts/kconfig/lxdialog/checklist.c:156: warning: implicit
declaration of function 'print_title'
scripts/kconfig/lxdialog/checklist.c:159: warning: implicit
declaration of function 'print_autowrap'
scripts/kconfig/lxdialog/checklist.c:166: warning: implicit
declaration of function 'subwin'
scripts/kconfig/lxdialog/checklist.c:191: warning: implicit
declaration of function 'print_item'
scripts/kconfig/lxdialog/checklist.c:197: warning: implicit
declaration of function 'print_arrows'
scripts/kconfig/lxdialog/checklist.c:200: warning: implicit
declaration of function 'print_buttons'
scripts/kconfig/lxdialog/checklist.c:202: warning: implicit
declaration of function 'wnoutrefresh'
scripts/kconfig/lxdialog/checklist.c:204: warning: implicit
declaration of function 'doupdate'
scripts/kconfig/lxdialog/checklist.c:207

Re: Make menuconfig errors

2007-04-21 Thread Kushal Kumaran

On 4/21/07, Sherab Puntsok [EMAIL PROTECTED] wrote:

Hi there,

I've just installed Etch from netinstall CD and I want to compile a
custom build kernel, but I get the following errors. What am I doing
wrong?

I've the kernel source 2.6.18, libncures5-dev, kernel-package,
fakeroot, debhelper installed.

I am running the command in a root terminal.

debian:/usr/src/linux# make menuconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: No such file
or directory


$ dpkg -S /usr/include/curses.h
libncurses5-dev: /usr/include/curses.h

Are you sure libncurses5-dev is installed?


snip


--
Kushal


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Error when running make menuconfig

2006-10-02 Thread debian

Hi,

i installed a new computer with debian but i want newest kernel because
i need to customize it.
When i run make menuconfig i get this:


ca-phlinux:/usr/src/linux-2.6.18# make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
init/Kconfig:245: can't open file usr/Kconfig
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
ca-phlinux:/usr/src/linux-2.6.18#


Second question,
my standard debian kernel configuration of the new installation is
pretty good.
Can i use the settings of my running kernel (is it saved somewhere??)
and load it in my new configuration (when running make menuconfig, load
an alternate configuration file, so that i have less work).

grtz,
Verus.




Disclaimer :

This e-mail is intended for the exclusive use by the person(s) mentioned as 
recipient(s).
If you are not the intended recipient, please notify us immediately.
This e-mail does not constitute any commitment for Sea-Ro Terminal N.V. or its 
subsidiaries except when expressly otherwise
agreed in a written agreement between the intended recipient and the 
originating subsidiaries of Sea-Ro Terminal  N.V.
Sea-Ro Terminal and each of its subsidiaries each reserve the right to monitor 
all e-mail communications through its networks.

This mail has been checked for viruses by Symantec and Trend Micro.



Re: Error when running make menuconfig

2006-10-02 Thread derek
dont know about the error,but if you want to use the same config docp /boot/config-$(uname -r) /usr/src/linux/.configOn 10/2/06, debian 
[EMAIL PROTECTED] wrote:Hi,i installed a new computer with debian but i want newest kernel because
i need to customize it.When i run make menuconfig i get this:ca-phlinux:/usr/src/linux-2.6.18# make menuconfigscripts/kconfig/mconf arch/i386/Kconfiginit/Kconfig:245: can't open file usr/Kconfig
make[1]: *** [menuconfig] Error 1make: *** [menuconfig] Error 2ca-phlinux:/usr/src/linux-2.6.18#Second question,my standard debian kernel configuration of the new installation ispretty good.
Can i use the settings of my running kernel (is it saved somewhere??)and load it in my new configuration (when running make menuconfig, loadan alternate configuration file, so that i have less work).grtz,
Verus.Disclaimer :This e-mail is intended for the exclusive use by the person(s) mentioned as recipient(s).If you are not the intended recipient, please notify us immediately.This e-mail does not constitute any commitment for Sea-Ro Terminal 
N.V. or its subsidiaries except when expressly otherwiseagreed in a written agreement between the intended recipient and the originating subsidiaries of Sea-Ro TerminalN.V.Sea-Ro Terminal and each of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
This mail has been checked for viruses by Symantec and Trend Micro.


Re: Error when running make menuconfig

2006-10-02 Thread Mumia W..

On 10/02/2006 08:21 AM, debian wrote:

Hi,

i installed a new computer with debian but i want newest kernel because
i need to customize it.
When i run make menuconfig i get this:


ca-phlinux:/usr/src/linux-2.6.18# make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
init/Kconfig:245: can't open file usr/Kconfig
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
ca-phlinux:/usr/src/linux-2.6.18#



Do this:
$ make-kpkg clean
$ make mrproper
$ make menuconfig




Second question,
my standard debian kernel configuration of the new installation is
pretty good.
Can i use the settings of my running kernel (is it saved somewhere??)
and load it in my new configuration (when running make menuconfig, load
an alternate configuration file, so that i have less work).
[...]


Derek's advice for copying your old kernel settings from /boot/ is good.

HTH

--
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Error when running make menuconfig

2006-10-02 Thread Hugo Vanwoerkom

debian wrote:

Hi,

i installed a new computer with debian but i want newest kernel because
i need to customize it.
When i run make menuconfig i get this:


ca-phlinux:/usr/src/linux-2.6.18# make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
init/Kconfig:245: can't open file usr/Kconfig
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
ca-phlinux:/usr/src/linux-2.6.18#



When you look in /usr/src/linux-2.6.18/usr is there a file Kconfig?

H





Second question,
my standard debian kernel configuration of the new installation is
pretty good.
Can i use the settings of my running kernel (is it saved somewhere??)
and load it in my new configuration (when running make menuconfig, load
an alternate configuration file, so that i have less work).




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[SOLVED] make menuconfig error

2006-08-26 Thread Hugo Vanwoerkom

Hi,

In both Sarge and Sid, something puts a symlink in /usr/include:
/usr/include/ncur194 - /usr/include/ncurses

If you take out that symlink, the make menu config error goes away, that 
I reported on having since 2003:


http://lists.debian.org/debian-user/2006/08/msg02237.html

And guess who puts that link in?

FlagShip 4.48, a dBase replacement that I use alien for to install an 
rpm version...


That is why I could not find it: nobody apparently installs that 
database product: I need it to support a dBase database that I still use.



H


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: make menuconfig segfault

2006-08-24 Thread Hugo Vanwoerkom

Thomas Dickey wrote:

Hugo Vanwoerkom [EMAIL PROTECTED] wrote:

Hi,


Back in 2003 make menuconfig always segfaulted unless I used a ncurses 
tarball and used that:



http://lists.debian.org/debian-user/2003/12/msg04950.html



Now, 3 years later, it still happens:


...and still (google says I commented in Sun, Feb 6 2005 11:20 am),
the only way to proceed is to run menuconfig with a debugger.
I guess it's harder now - the more recent versions have lxdialog loaded
as part of another program - but still doable.  valgrind and ltrace also
would be useful here...



Thanks Thomas, let me try that. It is just too silly. I have that 
ncurses5 tarball installed but refuse to use it.

make xconfig works, but running this under X is unnecessary.

H


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




make menuconfig segfault

2006-08-23 Thread Hugo Vanwoerkom

Hi,

Back in 2003 make menuconfig always segfaulted unless I used a ncurses 
tarball and used that:


http://lists.debian.org/debian-user/2003/12/msg04950.html

Now, 3 years later, it still happens:

/usr/src/linux-2.6.17Wed Aug 23-14:00:31HDC1# make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#
^Linterrupted(11)
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2

this is a brandnew sid system. This is what is installed:

...
libncurses5 5.5-2
libncurses5-dev 5.5-2
libncursesw5 5.5-2
ncurses-base 5.5-2
ncurses-bin 5.5-2
...

Like I said, if I:

tar -xzvf /sda7/backup.files/fromhd/debs/ncurses-5.4.tar.gz
cd /usr/doc/ncurses-5.4
./configure prefix=/usr/local
make
make install

and replace all /usr/includes with /usr/local/includes in 
/usr/src/linux-2.6.17/scripts/kconfig/lxdialog/check-lxdialog.sh


then it works normally.

Anybody have a clue? BTW 11 is a segfault.

H






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: make menuconfig segfault

2006-08-23 Thread Thomas Dickey
Hugo Vanwoerkom [EMAIL PROTECTED] wrote:
 Hi,

 Back in 2003 make menuconfig always segfaulted unless I used a ncurses 
 tarball and used that:

 http://lists.debian.org/debian-user/2003/12/msg04950.html

 Now, 3 years later, it still happens:

...and still (google says I commented in Sun, Feb 6 2005 11:20 am),
the only way to proceed is to run menuconfig with a debugger.
I guess it's harder now - the more recent versions have lxdialog loaded
as part of another program - but still doable.  valgrind and ltrace also
would be useful here...

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Probleme make menuconfig

2006-03-21 Thread GanGan
Bonjour a tous :)

encore dans mes compilations de noyaux :) mais voila que j'ai un petit
soucis...
voyez vous meme :

TESTEUH:/usr/src/linux-2.6.16# make menuconfig
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: Aucun fichier ou
répertoire de ce type
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:128: error: syntax error before
‘use_colors’
scripts/kconfig/lxdialog/dialog.h:128: warning: type defaults to ‘int’ in
declaration of ‘use_colors’
scripts/kconfig/lxdialog/dialog.h:128: warning: data definition has no
type or storage class
scripts/kconfig/lxdialog/dialog.h:129: error: syntax error before
‘use_shadow’
scripts/kconfig/lxdialog/dialog.h:129: warning: type defaults to ‘int’ in
declaration of ‘use_shadow’
scripts/kconfig/lxdialog/dialog.h:129: warning: data definition has no
type or storage class

je vois pas trop ce quil me manque
j'ai mis build-essential libncurses4 dialog et xdialog

une idée ?

merci d'avance


-- 
GanGan


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Probleme make menuconfig

2006-03-21 Thread Jean-Damien Durand
On Tuesday, 21 March 2006 12:40, GanGan wrote:
 TESTEUH:/usr/src/linux-2.6.16# make menuconfig
   HOSTCC  scripts/kconfig/lxdialog/checklist.o
 In file included from scripts/kconfig/lxdialog/checklist.c:24:
 scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: Aucun fichier ou
 répertoire de ce type
./..
 je vois pas trop ce quil me manque
 j'ai mis build-essential libncurses4 dialog et xdialog

Tu dois installer le paquet de developpement de ncurses. Example sur sid:

% dpkg-query -S /usr/include/curses.h
libncurses5-dev: /usr/include/curses.h

A+, JD.



Re: make menuconfig ne fonctionne pas

2006-03-01 Thread Milrith
Bon ben après quelques expérimentations le problème semble provenir de
colormake (j'avais fait un alias...). Les programmes lancés par (color)
make ont des problèmes d'affichage quand une entrée clavier est
attendue, comme si le buffer de sortie n'était pas vidé. Je peux
reproduire le bug à tous les coups avec un cas simple, c'est dans le
rapport de bug pour les gens intéressés. ;)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354884

Milrith



make menuconfig ne fonctionne pas

2006-02-28 Thread Milrith
Bonjour,

Depuis quelques temps il m'est impossible de lancer un make menuconfig,
que ce soit pour configurer le noyau linux ou d'autres logiciels qui
utilisent cette interface, comme buildroot ou uClinux. La compilation
se passe bien mais après ça ça se bloque et rien ne s'affiche, parfois
j'ai une erreur de segmentation.

Je ne comprends pas pourquoi ni à quoi c'est dû, d'autres logiciels
utilisant ncurses fonctionnent parfaitement. Je tourne sous sid et
j'utilise les paquets gcc 4.0.2-2, libnucurses5 et libncurses5-dev
5.5-1.

J'ai remarqué qu'en lançant la commande à la main ça fonctionnait
(./scripts/kconfig/mconf ./arch/i386/Kconfig, plutôt que de laisser
l'exécution se faire dans le make menuconfig), et idem en lançant le
make menuconfig à partir de gdb...

Est-ce quelqu'un rencontrerait le même problème ou aurait une idée de
résolution ?

Merci d'avance,

Milrith



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread frank paulsen
Bernhard Kleine [EMAIL PROTECTED] writes:

 Beim make menuconfig wird /dev/null umdefiniert:

[...]

 Kann das jemand wiederholen und vielleicht in der Kernel-Liste einen
 Bug-Report einreichen. Mir ist mit meiner ISDN-Verbindung die Traffik
 dort zu hoch.

ist dort bekannt und als gcc-macke identifiziert worden, aktuelles
-git macht das nicht mehr.

abhilfe fuer dich: kernel nicht als root bauen.

da man bei Debian sehr schoen mit make-kpkg arbeiten kann, ist das
auch voellig unproblematisch moeglich.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread Thorsten Müller
Bernhard Kleine hämmerte in die Tasten:

 ls -laF /dev/null
 crw-rw-rw-  1 root root 1, 3 2006-02-07 07:54 /dev/null
  ^   
 cat: /dev/null: Datei oder Verzeichnis nicht gefunden
 amd2000bk:/usr/src/linux# ls -laF /dev/null
 -rw-r--r--  1 root root 0 2006-02-07 07:12 /dev/null
  ^   ^
 Aus crw-rw-rw- wird -rw-r--r--.

Nicht nur das, aus einem character special device wird außerdem eine
Datei mit Länge Null Byte (s.o.)

 Damit geht z.B. mein ISDN-Skript nicht mehr und benötigt einen
 reboot. Bug oder Feature?

Natürlich nicht. man mknod sagt dir, wie du das wieder richten kannst.
Ansonsten würde ich erst einmal Kernel nicht mehr als root bauen, da
scheint ein Bug in den Kernel-Build-Scripten zu sein, der /dev/null
überschreibt. Als $UID != 0 kann der sich nicht auswirken.

HTH
Gruß
Thorsten
-- 
Letzte Worte eines Trapezkünstlers:
  Wir werden das Ding schon schaukeln.



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread Bernhard Kleine
Am Tue, 07 Feb 2006 08:20:11 +0100 schrieb Richard Mittendorfer:

 Also sprach Bernhard Kleine [EMAIL PROTECTED] (Tue, 07 Feb 2006 07:39:21
 +0100):
 Hallo und guten Morgen,
 
 mit /dev/null gibt es bei mir seit kurzem Probleme.

 Schon bei Booten finde ich 
 
 /etc/rcS.d/S02mountvirtfs line (etwax) /dev/null read-only.
 
 Beim make menuconfig wird /dev/null umdefiniert:
 
 
 ls -laF /dev/null
 
 Das passiert IMHO, wenn du als root baust. Oder aehnlich. Dazu gab es
 vor wenigen Tagen/Wochen 'nen thread auf der LKML. Wer suchet der
 findet ;-) ich hab ihn leider nicht mehr im Kopf.
 
 ritch

Gilt des jetzt als bug oder als feature? und nur bei neuen Kerneln oder
auch achon bei alten?

Bernhard


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/null wird durch make menuconfig veränd ert

2006-02-07 Thread Richard Mittendorfer
Also sprach Bernhard Kleine [EMAIL PROTECTED] (Tue, 07 Feb 2006 09:18:01
+0100):
 Am Tue, 07 Feb 2006 08:20:11 +0100 schrieb Richard Mittendorfer:
  Also sprach Bernhard Kleine [EMAIL PROTECTED] (Tue, 07 Feb 2006
  07:39:21 +0100):
  [...]
  Beim make menuconfig wird /dev/null umdefiniert:
  
  Das passiert IMHO, wenn du als root baust. Oder aehnlich. Dazu gab
  es vor wenigen Tagen/Wochen 'nen thread auf der LKML. Wer suchet der
  findet ;-) ich hab ihn leider nicht mehr im Kopf.
 
 Gilt des jetzt als bug oder als feature? und nur bei neuen Kerneln
 oder auch achon bei alten?

Ich wuerds 'nen bug nennen. Bei Neuen in Interaktion mit gcc.

http://www.uwsg.iu.edu/hypermail/linux/kernel/0601.2/1572.html
 
 Bernhard

sl ritch


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread Bernhard Kleine
Am Tue, 07 Feb 2006 09:20:32 +0100 schrieb frank paulsen:

 Bernhard Kleine [EMAIL PROTECTED] writes:
 
 Beim make menuconfig wird /dev/null umdefiniert:
 
 [...]
 
 Kann das jemand wiederholen und vielleicht in der Kernel-Liste einen
 Bug-Report einreichen. Mir ist mit meiner ISDN-Verbindung die Traffik
 dort zu hoch.
 
 ist dort bekannt und als gcc-macke identifiziert worden, aktuelles
 -git macht das nicht mehr.
 

na ja, meine source und patches waren von letzter Woche, was ist dann
aktueller git?


 abhilfe fuer dich: kernel nicht als root bauen.
 
 da man bei Debian sehr schoen mit make-kpkg arbeiten kann, ist das auch
 voellig unproblematisch moeglich.

es passierte schon bei make menuconfig!! Gibt es dafür auch ein make-kpkg
target?

Bernhard


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread Christian Frommeyer
Am Dienstag 07 Februar 2006 09:39 schrieb Bernhard Kleine:
 es passierte schon bei make menuconfig!! Gibt es dafür auch ein
 make-kpkg target?

Ja, aber wenn Du den Source als user entpackt hast (damit Du auch in die 
Verzeichnisse schreiben kannst, kannst Du natürlich auch ein make 
menuconfig ohne Probleme als user durchführen.

Gruß Chris
-- 
A: because it distrupts the normal process of thought
Q: why is top posting frowned upon



Re: /dev/null wird durch make menuconfig verändert

2006-02-07 Thread frank paulsen
Bernhard Kleine [EMAIL PROTECTED] writes:

 Am Tue, 07 Feb 2006 09:20:32 +0100 schrieb frank paulsen:

 na ja, meine source und patches waren von letzter Woche, was ist dann
 aktueller git?

seit heute nacht ist 2.6.16-rc2-git3 aktuell, siehe http://www.kernel.org

 es passierte schon bei make menuconfig!! Gibt es dafür auch ein make-kpkg
 target?

wozu target? du gehst einfach nach der dokumentation zu make-kpkg vor,
packst dich also in die gruppe src, entpackst den kernel als user,
konfigurierst als user, und baust mit make-kpkg --rootcmd fakeroot.

wenn du dir die berechtigungen eines als root ausgepackten kernels
anschaust, wirst du einige unangenehme ueberraschungen erleben: in den
vanilla-sources von kernel.org sind etliche dateien world writeable,
von daher verbietet sich das auspacken als root eh.

wie man als user *ohne* make-kpkg arbeitet steht uebrigens im README
des kernels.



/dev/null wird durch make menuconfig verändert

2006-02-06 Thread Bernhard Kleine
Hallo und guten Morgen,

mit /dev/null gibt es bei mir seit kurzem Probleme.

Schon bei Booten finde ich 

/etc/rcS.d/S02mountvirtfs line (etwax) /dev/null read-only.

Beim make menuconfig wird /dev/null umdefiniert:


ls -laF /dev/null
crw-rw-rw-  1 root root 1, 3 2006-02-07 07:54 /dev/null
amd2000bk:/usr/src/linux# ls -laF /dev/null
crw-rw-rw-  1 root root 1, 3 2006-02-07 07:54 /dev/null
amd2000bk:/usr/src/linux# make menuconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/lxdialog.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/msgbox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTLD  scripts/kconfig/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#


Your kernel configuration changes were NOT saved.

cat: /dev/null: Datei oder Verzeichnis nicht gefunden
amd2000bk:/usr/src/linux# ls -laF /dev/null
-rw-r--r--  1 root root 0 2006-02-07 07:12 /dev/null

Aus crw-rw-rw- wird -rw-r--r--.

Damit geht z.B. mein ISDN-Skript nicht mehr und benötigt einen reboot.
Bug oder Feature?

kernel: 2.6.15 mit path 2.6.16-rc2 und dem mISDN-patch vom Jan.2006.

debian sarge ursprüngliche Ausgabe auf DVD, einige Pakete aus instable
wegen beagled.

Kann das jemand wiederholen und vielleicht in der Kernel-Liste einen
Bug-Report einreichen. Mir ist mit meiner ISDN-Verbindung die Traffik
dort zu hoch.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /dev/null wird durch make menuconfig veränd ert

2006-02-06 Thread Richard Mittendorfer
Also sprach Bernhard Kleine [EMAIL PROTECTED] (Tue, 07 Feb 2006 07:39:21
+0100):
 Hallo und guten Morgen,
 
 mit /dev/null gibt es bei mir seit kurzem Probleme.

 Schon bei Booten finde ich 
 
 /etc/rcS.d/S02mountvirtfs line (etwax) /dev/null read-only.
 
 Beim make menuconfig wird /dev/null umdefiniert:
 
 
 ls -laF /dev/null

Das passiert IMHO, wenn du als root baust. Oder aehnlich. Dazu gab es
vor wenigen Tagen/Wochen 'nen thread auf der LKML. Wer suchet der
findet ;-) ich hab ihn leider nicht mehr im Kopf.

ritch


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Make menuconfig????

2005-10-21 Thread JH
Hola,
intentando instalar el driver de la Intel PRO/Wireless 2100 en mi
portatil y puestos de lectura hasta arriba, me propongo configurar el
kernel y me da el siguiente error al teclear make menuconfig

make: *** No hay ninguna regla para construir el objetivo `menuconfig'.
Alto.

Que ocurre??

Gracias desde ya!!!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Make menuconfig????

2005-10-21 Thread Valenzuela Peralta, Cristian Alfredo, ALTURA
porque no lo insertas mejor con modprobe driver ???

en ves de ponerlo directo al kernel...

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de JH
Enviado el: viernes 21 de octubre de 2005 12:58 p.m.
Para: debian-user-spanish@lists.debian.org
CC: Lista Usuarios Debian en Español
Asunto: Make menuconfig


Hola,
intentando instalar el driver de la Intel PRO/Wireless 2100 en mi
portatil y puestos de lectura hasta arriba, me propongo configurar el
kernel y me da el siguiente error al teclear make menuconfig

make: *** No hay ninguna regla para construir el objetivo `menuconfig'.
Alto.

Que ocurre??

Gracias desde ya!!!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]

La información contenida en esta transmisión es confidencial y está dirigida
exclusivamente a el o los destinatarios indicados.  Cualquier uso por otras
personas que no sean sus destinatarios está sancionado por la ley chilena.
Si ha recibido esta transmisión por error, por favor destrúyala y notifique
al remitente si corresponde. Las opiniones expresadas en este correo son las
de su autor y pueden no ser compartidas por la compañía.  Smartcom S.A.  no
asume obligaciones ni responsabilidades por el contenido de este correo.
Tampoco garantiza que la transmisión de este correo sea segura o libre de
errores, y en consecuencia, no responde por virus, pérdidas, destrucción,
recepción tardía o incompleta. 

The information contained herein is confidential and is directed to the
intended addressee(s) only.  Any use by any other people is sanctioned by
the Chilean law.  If you have received this transmission in error, please
delete it and warn the sender.  The opinions expressed in this message are
the author's responsibility and may not be the company's.  Smartcom S.A.
does not assume obligations nor responsibilities by the content of this
mail.  It is not guaranteed either that the transmission of this message is
safe and/or free from errors or viruses.  In consequence Smartcom S.A.  is
not responsible for direct or indirect losses, destruction, as well as for
delayed or incomplete messages.  



Re: Make menuconfig????

2005-10-21 Thread Néstor ®
Si, tiene mucha razon, otra cosa que te puede estar pasando es que no
tenés instaladas las librerías ncurses que necesita el sistema para
manejar los screens en consola y los inputs por teclado... 
#apt-cache search ncurses
#apt-get install .

-- Néstor...Linux User #398006 (my blog at http://nestorlinux.blogspirit.com)


RE: Make menuconfig????

2005-10-21 Thread Iñigo Tejedor Arrondo
El vie, 21-10-2005 a las 15:53 -0300, Valenzuela Peralta, Cristian
Alfredo, ALTURA escribió:
 porque no lo insertas mejor con modprobe driver ???
 
 en ves de ponerlo directo al kernel...
 
 -Mensaje original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] nombre de JH
 Enviado el: viernes 21 de octubre de 2005 12:58 p.m.
 Para: debian-user-spanish@lists.debian.org
 CC: Lista Usuarios Debian en Español
 Asunto: Make menuconfig
 
 
 Hola,
 intentando instalar el driver de la Intel PRO/Wireless 2100 en mi
 portatil y puestos de lectura hasta arriba, me propongo configurar el
 kernel y me da el siguiente error al teclear make menuconfig
 
 make: *** No hay ninguna regla para construir el objetivo `menuconfig'.
 Alto.
 
 Que ocurre??

Pues no se la 2100 ... pero para la ipw2200 no hay que hacer
menuconfig ...

 
 Gracias desde ya!!!
 
 



module zoran inaccessible depuis un make menuconfig (kernel 2.6.12)

2005-09-25 Thread Thierry B
Bonjour,
je voulais compiler les modules zoran, pour ma carte d'acquisition, mais
apparemment quand je fais un make menuconfig de mon kernel 2.6.12 dans
multimedia, et video, j ne les trouve pas.
Et video adapters, est bloqué, donc je peux pas le developper, our voir
si c'est dedans.
Faut cocher autre chose, poue avoir accès aux modules zoran? (c'est les
zr)

Merci
A+


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: module zoran inaccessible depuis un make menuconfig (kernel 2.6.12)

2005-09-25 Thread Sylvain Sauvage
Dimanche 25 septembre 2005, 12:09:25 CEST, Thierry B a écrit :
 
 Bonjour,

'jour,

 je voulais compiler les modules zoran, pour ma carte d'acquisition, mais
 apparemment quand je fais un make menuconfig de mon kernel 2.6.12 dans
 multimedia, et video, j ne les trouve pas.
 Et video adapters, est bloqué, donc je peux pas le developper, our voir
 si c'est dedans.
 Faut cocher autre chose, poue avoir accès aux modules zoran? (c'est les
 zr)

Zoran ZR36057/36067 :
Depends on: VIDEO_DEV  PCI  I2C_ALGOBIT

Tu as coché Video for Linux (= VIDEO_DEV) juste au dessus du menu
« Video for Linux » pour le débloquer ?

Merci
C'est juste que je compile mon noyau en ce moment...

-- 
Sylvain Sauvage



Re: module zoran inaccessible depuis un make menuconfig (kernel 2.6.12)

2005-09-25 Thread Thierry B
Sylvain Sauvage a écrit :
 Dimanche 25 septembre 2005, 12:09:25 CEST, Thierry B a écrit :
 
Bonjour,
 
 
 'jour,
 
 
je voulais compiler les modules zoran, pour ma carte d'acquisition, mais
apparemment quand je fais un make menuconfig de mon kernel 2.6.12 dans
multimedia, et video, j ne les trouve pas.
Et video adapters, est bloqué, donc je peux pas le developper, our voir
si c'est dedans.
Faut cocher autre chose, poue avoir accès aux modules zoran? (c'est les
zr)
 
 
 Zoran ZR36057/36067 :
 Depends on: VIDEO_DEV  PCI  I2C_ALGOBIT
 
 Tu as coché Video for Linux (= VIDEO_DEV) juste au dessus du menu
 « Video for Linux » pour le débloquer ?
 
 
Merci
 
 C'est juste que je compile mon noyau en ce moment...
 

Salut,
c'st nikel ca marche.

Sinon pour le:
 Zoran ZR36057/36067 :
 Depends on: VIDEO_DEV  PCI  I2C_ALGOBIT

Comment tu fais pour connaitre les dépendances de cette facon? pq c'est
bien pratique ton truc lol.

Merci
A+


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: module zoran inaccessible depuis un make menuconfig (kernel 2.6.12)

2005-09-25 Thread Sylvain Sauvage
Dimanche 25 septembre 2005, 14:45:27 CEST, Thierry B a écrit :
[...]
 Salut,
 c'st nikel ca marche.
 
 Sinon pour le:
  Zoran ZR36057/36067 :
  Depends on: VIDEO_DEV  PCI  I2C_ALGOBIT
 
 Comment tu fais pour connaitre les dépendances de cette facon? pq c'est
 bien pratique ton truc lol.

Ya pas de quoi se rouler par terre. C'est dans le « help » (facile
d'accès avec menuconfig, pour xconfig je sais pas). Ça a été ajouté
récemment : avant, il fallait se taper le Kconfig.

-- 
Sylvain Sauvage



Re: module zoran inaccessible depuis un make menuconfig (kernel 2.6.12)

2005-09-25 Thread Thierry B
Sylvain Sauvage a écrit :
 Dimanche 25 septembre 2005, 14:45:27 CEST, Thierry B a écrit :
 
[...]
Salut,
c'st nikel ca marche.

Sinon pour le:
 Zoran ZR36057/36067 :
 Depends on: VIDEO_DEV  PCI  I2C_ALGOBIT

Comment tu fais pour connaitre les dépendances de cette facon? pq c'est
bien pratique ton truc lol.
 
 
 Ya pas de quoi se rouler par terre. C'est dans le « help » (facile
 d'accès avec menuconfig, pour xconfig je sais pas). Ça a été ajouté
 récemment : avant, il fallait se taper le Kconfig.
 
Ok.
Merci bcp :-)
A+


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



make menuconfig sorunu

2005-07-20 Thread yusuf candann
Merhaba,
Ben internetten debian'ın 3.0 sürümünü indirdim
ve üzerina bir takım uygulamalar kurdum. Şimdi
kernel ayarlarını değiştirmem gerekiyor ama bir
türlü make menuconfig komutunu
çalıştıramıyorum. /usr/src klasörünün altında
hiçbir dosya gözükmüyor. Acaba linux kaynak
kodları hangi klasöre atmış olabilir??
Teşekkürler...




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig sorunu

2005-07-20 Thread Cafer Simsek
Selam,

Varsayılanda Debian kernel kaynak kodlarını yüklemez, bunun için: 

aptitude seacrh kernel-source

komutunun çıktısında görebileceğiniz kernel-source paketlerinden uygun
olanını:

aptitude install kernel-source-sürüm

şeklinde kurunuz. Sonra /usr/src dizini altında bir dizin oluşacaktır:
kernel-source-sürüm şeklinde. Bunun adını linux olarak değiştirin
veya daha iyisi

ln -s kernel-source-sürüm linux

şeklinde sembolik bağ oluşturun. Bu işlemin ardından /usr/src/linux
dizini altında make menuconfig yapabilirsiniz.


Not: Debian'da kernel derlemenin en iyi yolu Debian'ın sevdiği şekilde
kernel derlemektir. Bununla ilgili olarak: 
http://www.fazlamesai.net/modules.php?name=Newsfile=articlesid=1604
adresinden ulaşabileceğiniz dökümanı takip edebilirsiniz.

Saygılar

-Cafer

yusuf candann [EMAIL PROTECTED] writes:

 Merhaba,
 Ben internetten debian'ın 3.0 sürümünü indirdim
 ve üzerina bir takım uygulamalar kurdum. Şimdi
 kernel ayarlarını değiştirmem gerekiyor ama bir
 türlü make menuconfig komutunu
 çalıştıramıyorum. /usr/src klasörünün altında
 hiçbir dosya gözükmüyor. Acaba linux kaynak
 kodları hangi klasöre atmış olabilir??
 Teşekkürler...


   
 
 Start your day with Yahoo! - make it your home page 
 http://www.yahoo.com/r/hs 
  


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig sorunu

2005-07-20 Thread Engin Yilmaz


--- yusuf candann [EMAIL PROTECTED] wrote:

 Merhaba,
 Ben internetten debian'ın 3.0 sürümünü indirdim
 ve üzerina bir takım uygulamalar kurdum. Şimdi
 kernel ayarlarını değiştirmem gerekiyor ama bir
 türlü make menuconfig komutunu
 çalıştıramıyorum. /usr/src klasörünün
 altında
 hiçbir dosya gözükmüyor. Acaba linux kaynak
 kodları hangi klasöre atmış olabilir??
 Teşekkürler...
 
 
   
 
 Start your day with Yahoo! - make it your home page 
 http://www.yahoo.com/r/hs 
  
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
selam, ke#351;ke 3.1 sarge kursayd#305;n#305;z.
e#287;er kernel derlemek istiyorsan#305;z dselect
program#305;n#305; kullanarak istedi#287;iniz
kernel source paketini kurabilirsiniz. kurulduktan
sonra /usr/src/ dizinin alt#305;nda
kernel-source-2.x.x #351;eklinde bir dizin
olu#351;acakt#305;r. o dizinin alt#305;ndan root
kabu#287;uyla birlikte
#make proper
#make xconfig veya #make config veya make menuconfig
#make dep
#make bzImage
#make modules
//bu i#351;lemden önce /lib/modules/2.4X
modüllerinize yaz#305;k etmeden yedekleyin.
#make modules_install
#cd arch/i386/boot 
#cp bzImage /boot/vmlinuz.2.X.X
#cd /boot
#nano grub/menu.lst   uygun düzenlemeler
yap#305;l#305;r.
#reboot
  


Saygýlar,Engin YILMAZ

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



make menuconfig -- .config

2005-04-28 Thread Mariano Cediel
Me bajo el ultimo kernel stable.
hago un make menuconfig
sin tocar nada, salgo grabando.

ese .config que ha generado,  lo ha hecho a partir de QUE/DONDE/COMO ¿?

Un saludo y gracias
-- 
[o - -  -   --  - 
   (\   |  el pollo galáctico.
   (  \_('
   (__(=_)  
  -=



Re: make menuconfig -- .config

2005-04-28 Thread Jose Domingo Fernandez
- Mensaje Original -
From :Mariano Cediel [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Sent: jueves, 28 de abril de 2005, 16:09:11,
Subject: make menuconfig -- .config
- Mensaje Original -
 Me bajo el ultimo kernel stable.
 hago un make menuconfig
 sin tocar nada, salgo grabando.

 ese .config que ha generado,  lo ha hecho a partir de QUE/DONDE/COMO ¿?

 Un saludo y gracias


Me parece, si no me equivoco, que ese .config te lo ha creado con la
configuracion original del kernel que te has bajado.

Aunque no hayas cambiado ningun parametro, te saca toda la
configuracion que has creado, aunque sea entrar y salir, y te la graba
en el .config, que es el que utiliza para la compilacion del kernel.

Si no es asi, corregidme.



Re: make menuconfig crash

2005-01-20 Thread Francois
En fait je crois qu'il c'est passé ceci: en voulant installer udev,
j'ai déchargé et installé d'autre packages, entre-autre
libc6-2.3.2ds1-20, qui est d'une version instable alors que mon
libc6-dev était de la version woody (comme tout le reste). Je suppose
que libc6-dev a été enlevé, et maintenant lorsque je fais
apt-get install libc6-dev, j'ai
Sorry, but the following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.2.5-11.5) but 2.3.2.ds1-20
E: Sorry, broken packages

En fait j'ai installé de la même manière

-rw---   1 root root  2580586 2005-01-15 17:17
coreutils_5.2.1-2_i386.deb
-rw---   1 root root30454 2005-01-15 17:17
initscripts_2.86.ds1-1_i386.deb
-rw---   1 fra  users   13482 2005-01-17 11:32
libacl1_2.2.23-1_i386.deb
-rw---   1 fra  users7484 2005-01-17 11:50
libattr1_2.4.16-1_i386.deb
-rw---   1 root root  4891354 2005-01-15 17:17
libc6_2.3.2.ds1-20_i386.deb
-rw---   1 root root30762 2005-01-15 17:17
libdb1-compat_2.1.3-7_i386.deb
-rw---   1 fra  users   40492 2005-01-17 12:01
makedev_2.3.1-75_all.deb
-rw---   1 root root   203018 2005-01-15 17:17 sed_4.1.2-8_i386.deb
-rw---   1 root root   244300 2005-01-15 17:17
udev_0.050-4_i386.deb

Si je fais
apt-get install -f libc6= 2.2.5-11.5
Il veut enlever 25 packages et me menace des pires catastrophes

si je fais
apt-get install -f libc6-dev=2.2.5-11.5
j'ai umet dependencies libc6-dev depends lic6(=2.2.5-11.5) but
2.3.2.ds1-20 is to be installed 
Comment je m'en sors ??
Francois



Re: make menuconfig crash

2005-01-20 Thread Francois
En fait je crois qu'il c'est passé ceci: en voulant installer udev,
j'ai déchargé et installé d'autre packages, entre-autre
libc6-2.3.2ds1-20, qui est d'une version instable alors que mon
libc6-dev était de la version woody (comme tout le reste). Je suppose
que libc6-dev a été enlevé, et maintenant lorsque je fais
apt-get install libc6-dev, j'ai
Sorry, but the following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.2.5-11.5) but 2.3.2.ds1-20
E: Sorry, broken packages

En fait j'ai installé de la même manière

-rw---   1 root root  2580586 2005-01-15 17:17
coreutils_5.2.1-2_i386.deb
-rw---   1 root root30454 2005-01-15 17:17
initscripts_2.86.ds1-1_i386.deb
-rw---   1 fra  users   13482 2005-01-17 11:32
libacl1_2.2.23-1_i386.deb
-rw---   1 fra  users7484 2005-01-17 11:50
libattr1_2.4.16-1_i386.deb
-rw---   1 root root  4891354 2005-01-15 17:17
libc6_2.3.2.ds1-20_i386.deb
-rw---   1 root root30762 2005-01-15 17:17
libdb1-compat_2.1.3-7_i386.deb
-rw---   1 fra  users   40492 2005-01-17 12:01
makedev_2.3.1-75_all.deb
-rw---   1 root root   203018 2005-01-15 17:17 sed_4.1.2-8_i386.deb
-rw---   1 root root   244300 2005-01-15 17:17
udev_0.050-4_i386.deb

Si je fais
apt-get install -f libc6= 2.2.5-11.5
Il veut enlever 25 packages et me menace des pires catastrophes

si je fais
apt-get install -f libc6-dev=2.2.5-11.5
j'ai umet dependencies libc6-dev depends lic6(=2.2.5-11.5) but
2.3.2.ds1-20 is to be installed 
Comment je m'en sors ??
Francois



Re: make menuconfig crash

2005-01-19 Thread Jean-Luc Coulon (f5ibh)
Le 19.01.2005 20:43:32, Francois a écrit :
Bonsoir, Encore un problème:
En voulant configurer le noyau,il y a le problème suivant:

arabis:/home/fra/src/linux# make menuconfig
HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c:105: sys/types.h: No such file or directory
scripts/basic/fixdep.c:106: sys/stat.h: No such file or directory
scripts/basic/fixdep.c:107: sys/mman.h: No such file or directory
scripts/basic/fixdep.c:108: unistd.h: No such file or directory
scripts/basic/fixdep.c:109: fcntl.h: No such file or directory
scripts/basic/fixdep.c:110: string.h: No such file or directory
scripts/basic/fixdep.c:111: stdlib.h: No such file or directory
iscripts/basic/fixdep.c:112: stdio.h: No such file or directory
TOus ceux-là appartiennent à libc6-dev
In file included from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
from scripts/basic/fixdep.c:113:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: limits.h: No
such file or directory
scripts/basic/fixdep.c:114: ctype.h: No such file or directory
scripts/basic/fixdep.c:115: arpa/inet.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

avec dselect
libc6 depends on glibc-2.2.5-11.5, does not to be available
des problèmes semblables étaient lié à libcurses5-dev qui manquait,
mais il est installé d'après dselect. Le problème  n'est pas lié à
une installation des sources, je l'ai aussi dans d'autre répertoires.
Suggestions, idées
Merci d'avance
Francois Rappaz
J-L


pgpds1HlQtEsy.pgp
Description: PGP signature


make menuconfig crash

2005-01-19 Thread Francois
Bonsoir, Encore un problème:
En voulant configurer le noyau,il y a le problème suivant:

arabis:/home/fra/src/linux# make menuconfig
HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c:105: sys/types.h: No such file or directory
scripts/basic/fixdep.c:106: sys/stat.h: No such file or directory
scripts/basic/fixdep.c:107: sys/mman.h: No such file or directory
scripts/basic/fixdep.c:108: unistd.h: No such file or directory
scripts/basic/fixdep.c:109: fcntl.h: No such file or directory
scripts/basic/fixdep.c:110: string.h: No such file or directory
scripts/basic/fixdep.c:111: stdlib.h: No such file or directory
scripts/basic/fixdep.c:112: stdio.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
from scripts/basic/fixdep.c:113:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: limits.h: No
such file or directory
scripts/basic/fixdep.c:114: ctype.h: No such file or directory
scripts/basic/fixdep.c:115: arpa/inet.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

avec dselect
libc6 depends on glibc-2.2.5-11.5, does not to be available
des problèmes semblables étaient lié à libcurses5-dev qui manquait,
mais il est installé d'après dselect. Le problème  n'est pas lié à
une installation des sources, je l'ai aussi dans d'autre répertoires.
Suggestions, idées
Merci d'avance 
Francois Rappaz



make menuconfig crash

2005-01-19 Thread Francois
Bonsoir, Encore un problème:
En voulant configurer le noyau,il y a le problème suivant:

arabis:/home/fra/src/linux# make menuconfig
HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c:105: sys/types.h: No such file or directory
scripts/basic/fixdep.c:106: sys/stat.h: No such file or directory
scripts/basic/fixdep.c:107: sys/mman.h: No such file or directory
scripts/basic/fixdep.c:108: unistd.h: No such file or directory
scripts/basic/fixdep.c:109: fcntl.h: No such file or directory
scripts/basic/fixdep.c:110: string.h: No such file or directory
scripts/basic/fixdep.c:111: stdlib.h: No such file or directory
scripts/basic/fixdep.c:112: stdio.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
from scripts/basic/fixdep.c:113:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: limits.h: No
such file or directory
scripts/basic/fixdep.c:114: ctype.h: No such file or directory
scripts/basic/fixdep.c:115: arpa/inet.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2

avec dselect
libc6 depends on glibc-2.2.5-11.5, does not to be available
des problèmes semblables étaient lié à libcurses5-dev qui manquait,
mais il est installé d'après dselect. Le problème  n'est pas lié à
une installation des sources, je l'ai aussi dans d'autre répertoires.
Suggestions, idées
Merci d'avance 
Francois Rappaz



Re: make menuconfig crash

2005-01-19 Thread FrekoDing

Francois ecrivait le 19/01/2005 20:43:

Bonsoir, Encore un problème:


Bonsoir.


une installation des sources, je l'ai aussi dans d'autre répertoires.
Suggestions, idées


je ne peux que te suggerer cela :

apt-get install kernel-package

Merci d'avance 


de rien. @+



Re: make menuconfig crash

2005-01-19 Thread Jean-Luc Coulon (f5ibh)

Le 19.01.2005 20:43:32, Francois a écrit :

Bonsoir, Encore un problème:
En voulant configurer le noyau,il y a le problème suivant:



arabis:/home/fra/src/linux# make menuconfig
HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c:105: sys/types.h: No such file or directory
scripts/basic/fixdep.c:106: sys/stat.h: No such file or directory
scripts/basic/fixdep.c:107: sys/mman.h: No such file or directory
scripts/basic/fixdep.c:108: unistd.h: No such file or directory
scripts/basic/fixdep.c:109: fcntl.h: No such file or directory
scripts/basic/fixdep.c:110: string.h: No such file or directory
scripts/basic/fixdep.c:111: stdlib.h: No such file or directory

iscripts/basic/fixdep.c:112: stdio.h: No such file or directory

TOus ceux-là appartiennent à libc6-dev


In file included from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
from scripts/basic/fixdep.c:113:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: limits.h: No
such file or directory
scripts/basic/fixdep.c:114: ctype.h: No such file or directory
scripts/basic/fixdep.c:115: arpa/inet.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2



avec dselect
libc6 depends on glibc-2.2.5-11.5, does not to be available
des problèmes semblables étaient lié à libcurses5-dev qui manquait,
mais il est installé d'après dselect. Le problème  n'est pas lié à
une installation des sources, je l'ai aussi dans d'autre répertoires.
Suggestions, idées
Merci d'avance
Francois Rappaz


J-L


pgpJ7G2xSi2pA.pgp
Description: PGP signature


Problema al hacer make menuconfig

2004-12-27 Thread jam lamelas
Saludos:

Estoy intentando compilar un kernel, pero ya en el primer paso tengo
un problema, puesto que al hacer make menuconfig en la carpeta donde
están los fuentes del kernel, me sale un mensage de error diciéndome
que no encuentra la librería Ncurses, y que necesito instalr
ncurses-devel, pero al querer instalar este paquete con apt-get me
dice que no existe. Al intentarlo con ncurses me dice que el paquete
existe pero no está disponible, y ncurses-base está en su versión más
reciente.

Si quiero hacer make xconfig me faltan las librerías QT (eso dice),
por lo que sólo me queda la opción de make config, pero prefiero
quedarme como estoy antes de usar esto.

Si alguien me dijera cómo puedo solucionar este problema se lo
agradecería mucho. Los paquetes que tengo instalados relacionados con
ncurses son: libncurses5, libncursesw5, libncursesw5-dbg,
libncursesw5-dev, ncurses-base, ncurses-bin y ncurses-term.
-- 
Os filósofos até o de agora só interpretárom o mundo; mas do que se
trata é de transformá-lo.



Re: Problema al hacer make menuconfig

2004-12-27 Thread Mario Gonzalez
  Para compilar el kernel usando make menuconfig necesitas las
librerias de desarrollo de ncurses (aparte de gcc y make)

apt-get install libncurses-dev gcc make

 Saludos!!

El lun, 27-12-2004 a las 16:41 +0100, jam lamelas escribió:
 Saludos:
 
 Estoy intentando compilar un kernel, pero ya en el primer paso tengo
 un problema, puesto que al hacer make menuconfig en la carpeta donde
 están los fuentes del kernel, me sale un mensage de error diciéndome
 que no encuentra la librería Ncurses, y que necesito instalr
 ncurses-devel, pero al querer instalar este paquete con apt-get me
 dice que no existe. Al intentarlo con ncurses me dice que el paquete
 existe pero no está disponible, y ncurses-base está en su versión más
 reciente.
 
 Si quiero hacer make xconfig me faltan las librerías QT (eso dice),
 por lo que sólo me queda la opción de make config, pero prefiero
 quedarme como estoy antes de usar esto.
 
 Si alguien me dijera cómo puedo solucionar este problema se lo
 agradecería mucho. Los paquetes que tengo instalados relacionados con
 ncurses son: libncurses5, libncursesw5, libncursesw5-dbg,
 libncursesw5-dev, ncurses-base, ncurses-bin y ncurses-term.
-- 
Debian GNU/Linux
Administrador de Sistemas
Mi clave publica gpg la encuentras en:
http://www.cfrd.cl/~mario/pub.gpg




Re: Problema al hacer make menuconfig

2004-12-27 Thread Pablo Bitreras
On Mon, 27 Dec 2004 12:50:16 -0300
Mario Gonzalez [EMAIL PROTECTED] wrote:

   Para compilar el kernel usando make menuconfig necesitas las
 librerias de desarrollo de ncurses (aparte de gcc y make)
 
 apt-get install libncurses-dev gcc make
 
  Saludos!!

Y a eso, agregale apt-get install kernel-package :D
--

Pablo Bitreras

msn!dexodvz[at]hotmail[dot]com
counter.li.org!281678

Cual es la tecla cualquiera? veo la esc, crtl, pgup, no tiene tecla 
cualquiera tanta computacion me dio sed...
  -  Homero J. Simpsons


pgp3XoXoSbviU.pgp
Description: PGP signature


make menuconfig error

2004-11-06 Thread Carsten Ace Dahlmann
Hallo Leute,

ich hab gerade nen Hänger, ich komm nicht drauf und Google hat auch
nicht geholfen. :-(

Ich setze mir gerade einen zweiten Server mit Woody auf. Jetzt wollte
ich den 2.2.26er Kernel installieren.

Also: Source genommen, nach /usr/src/ entpackt und den linux Link
gesetzt.

8

manwe:/usr/src/linux# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.2.26/scripts/lxdialog'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE 
-DCURSES_LOC=curses.h   -c -o lxdialog.o lxdialog.c In file included
from lxdialog.c:22: dialog.h:22: sys/types.h: No such file or directory
dialog.h:23: fcntl.h: No such file or directory
dialog.h:24: unistd.h: No such file or directory
dialog.h:25: ctype.h: No such file or directory
dialog.h:26: stdlib.h: No such file or directory
dialog.h:27: string.h: No such file or directory
dialog.h:29: curses.h: No such file or directory
lxdialog.c:53: locale.h: No such file or directory
make[1]: *** [lxdialog.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.26/scripts/lxdialog'
make: *** [menuconfig] Error 2

8

manwe:/usr/src/linux# gcc --version
2.95.4
manwe:/usr/src/linux#

Beim googlen hab ich gefunden, dass es mit ncurses zusammenhängen soll,
und sowas hier machen sollte:

manwe:/usr/src/linux/scripts/lxdialog# make clean all

Hat aber auch nichts gebracht.

Ich habe mit meinem laufenden Server verglichen und mir ist aufgefallen,
dass beim neuen /usr/include fast leer ist, beim alten aber recht voll.

manwe:/usr/src/linux# l /usr/include/
total 20
drwxr-xr-x4 root root 4096 Oct 18 22:55 .
drwxr-xr-x   13 root root 4096 Oct 18 22:53 ..
-rw-r--r--1 root root 1403 May 29  2002 initreq.h
drwxr-xr-x2 root root 4096 Oct 18 22:55 net
drwxr-xr-x2 root root 4096 Oct 27  2001 proc
manwe:/usr/src/linux#

Da ist wohl auch schon mein Hänger, denke ich. Wo kommen die Sachen
her? Welches Paket habe ich vergessen, zu installieren, wenn das DIR
beim alten gefüllt ist und beim neuen nicht?

Danke schonmal und bis dann.

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\- against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html


pgpagyZOG85yN.pgp
Description: PGP signature


Re: make menuconfig error

2004-11-06 Thread Daniel Baumann
Carsten Ace Dahlmann wrote:
Ich setze mir gerade einen zweiten Server mit Woody auf. Jetzt wollte
ich den 2.2.26er Kernel installieren.
auf einem server kompiliert man nicht.
Beim googlen hab ich gefunden, dass es mit ncurses zusammenhängen soll,
und sowas hier machen sollte:
apt-get install libncurses5-dev
--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: make menuconfig error

2004-11-06 Thread Jan Lühr
ja hallo erstmal,...

Am Samstag, 6. November 2004 10:06 schrieb Carsten Ace Dahlmann:
 Hallo Leute,

 ich hab gerade nen Hänger, ich komm nicht drauf und Google hat auch
 nicht geholfen. :-(

 Ich setze mir gerade einen zweiten Server mit Woody auf. Jetzt wollte
 ich den 2.2.26er Kernel installieren.

mach mal apt-get install libc6-dev



Re: make menuconfig error

2004-11-06 Thread Carsten Ace Dahlmann
Hi!

On Sat, 6 Nov 2004 10:25:54 +0100
Jan Lühr [EMAIL PROTECTED] wrote:

 mach mal apt-get install libc6-dev

Super, danke! :)

LG,
Ace
-- 
()  ASCII Ribbon Campaign - against HTML mail 
/\- against Microsoft attachments
http://www.fsf.org/philosophy/no-word-attachments.html
http://www.goldmark.org/netrants/no-word/attach.html


pgpIpNylxOsRK.pgp
Description: PGP signature


Erro no make menuconfig

2004-11-06 Thread .::: Leo Aleixo :::.
alguem saberia me falar pq q quando eu executo o make menuconfig ta dando
este erro?

HOSTCC  scripts/basic/fixdep
/bin/sh: gcc: command not found
make[1]: ** [scripts/basic/fixdep] Erro 127
make: ** [scripts_basic] Erro 2

ja instalei o libncurses5-dev, mas nao adiantou.
alguem poderia me ajudar?
valeu!!!








Os poderosos podem matar uma, duas até três rosas, mas nunca deterão a
primavera.
Chê Guevara

 .''`.
: :'  : Debian
`. `'`
  `-



Re: Erro no make menuconfig

2004-11-06 Thread Marcio de Araujo Benedito

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

.::: Leo Aleixo :::. wrote:
| alguem saberia me falar pq q quando eu executo o make menuconfig ta dando
| este erro?
|
| HOSTCC  scripts/basic/fixdep
| /bin/sh: gcc: command not found

Ou seu gcc nao esta instalado ou seu profile nao exporto o path. Para
resolver as dependencias de vez, apt-get install kernel-package !!!

- --
~ .''`.  Márcio de Araújo Benedito [EMAIL PROTECTED]
:  :' : Promoção e Defesa do Software Livre http://www.minaslivre.org
`. `'   UIN 14398303
~  `-   Sou feio mas posso comprar a mais bela mulher para mim.
Consequentemente, não sou feio, pois o efeito da feiúra,
seu poder de repulsa, é anulado pelo dinheiro.
Karl Marx
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBjQ3kZPq4wn8FXzgRAoS2AJ9XVj0InadyKpceYRkH9z5XQ8KKzACgoFg8
t9Ab3Govjkyar5phdpQ+j2E=
=CMLa
-END PGP SIGNATURE-



Re: Erro no make menuconfig

2004-11-06 Thread Still
Léo;
* Musashi corta a msg que .::: Leo Aleixo :::. enviou para Still:
 alguem saberia me falar pq q quando eu executo o make menuconfig ta dando
 este erro?
 
 HOSTCC  scripts/basic/fixdep
 /bin/sh: gcc: command not found
 make[1]: ** [scripts/basic/fixdep] Erro 127
 make: ** [scripts_basic] Erro 2
 
 ja instalei o libncurses5-dev, mas nao adiantou.

O que está faltando é o gcc:

apt-get install gcc

Bom, como vc teve problemas logo com o gcc, eu recomendo
instalar o bin86 entre outros que são necessários para compilar o
kernel.

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gnupgID: 55577339`-   | Chinese Proverb


signature.asc
Description: Digital signature


make menuconfig

2004-10-24 Thread Pierre Dagenais

Bonjour,

Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le guide 
andesi. A la commande

$ make menuconfig
J'ai le message d'erreur:
$ /usr/bin/ld: ne peut trouver -lncurses
You mus install ncurses-devel in order to use 'make menuconfig'

Lorsque je tente d'installer ncurses-devel ( apt-get install ncurses-devel) 
j'ai le message:

$ Impossible de trouver le paquet ncurses-devel.

Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans résultat 
et une recherche de menuconfig n'a rien donné.


Merci



Re: make menuconfig

2004-10-24 Thread Nicolas Bertolissio
Le dimanche 24 octobre 2004, Pierre Dagenais écrit :
 Bonjour,
 
 Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le guide 
 andesi. A la commande
   $ make menuconfig
 J'ai le message d'erreur:
   $ /usr/bin/ld: ne peut trouver -lncurses
   You mus install ncurses-devel in order to use 'make menuconfig'
 
 Lorsque je tente d'installer ncurses-devel ( apt-get install ncurses-devel) 
 j'ai le message:
   $ Impossible de trouver le paquet ncurses-devel.
 
 Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans résultat 
 et une recherche de menuconfig n'a rien donné.

ce n'est pas le bon nom de paquet, regarde dans les dépendances d'un
paquet de sources du noyau ou de kernel-package, il apparaît dans les
suggestions.


Nicolas
-- 



Re: make menuconfig

2004-10-24 Thread pascal

Pierre Dagenais a écrit :

Bonjour,

Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le 
guide andesi. A la commande

$ make menuconfig
J'ai le message d'erreur:
$ /usr/bin/ld: ne peut trouver -lncurses
You mus install ncurses-devel in order to use 'make menuconfig'

Lorsque je tente d'installer ncurses-devel ( apt-get install 
ncurses-devel) j'ai le message:

$ Impossible de trouver le paquet ncurses-devel.

Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans 
résultat et une recherche de menuconfig n'a rien donné.


Merci



Je suis sous sarge et avec les paquets
ncurses-base
ncurses-bin et
ncurses-term
ca menuconfig sans probleme ...mais le fait est qu'il existe un package 
ncurses-dev
essaie d'installer d'abord les 3 premiers et le quatrième si ca ne 
fonctionne toujours pas.

Sinon tu as encore la ressource du clicodrome make xconfig...
Bon courage
Pascal
--
L'avenir, c'est à l'avance qu'il faut y penser.
R. Brautigan



Re: make menuconfig

2004-10-24 Thread David CABATON

Nicolas Bertolissio wrote:


Le dimanche 24 octobre 2004, Pierre Dagenais écrit :
 


Bonjour,

Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le guide 
andesi. A la commande

$ make menuconfig
J'ai le message d'erreur:
$ /usr/bin/ld: ne peut trouver -lncurses
You mus install ncurses-devel in order to use 'make menuconfig'

Lorsque je tente d'installer ncurses-devel ( apt-get install ncurses-devel) 
j'ai le message:

$ Impossible de trouver le paquet ncurses-devel.

Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans résultat 
et une recherche de menuconfig n'a rien donné.
   



ce n'est pas le bon nom de paquet, regarde dans les dépendances d'un
paquet de sources du noyau ou de kernel-package, il apparaît dans les
suggestions.


Nicolas
 


#apt-cache search ncurses
...
libncurses5-dev - Developer's libraries and docs for ncurses
...

A verifier si cela convient mais il me semble avoir eu le meme pbl

David



Re: make menuconfig

2004-10-24 Thread Jean-Luc Coulon (f5ibh)

Le 24.10.2004 22:41:37, Pierre Dagenais a écrit :

Bonjour,

Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le  
guide andesi. A la commande

$ make menuconfig
J'ai le message d'erreur:
$ /usr/bin/ld: ne peut trouver -lncurses
You mus install ncurses-devel in order to use 'make menuconfig'

Lorsque je tente d'installer ncurses-devel ( apt-get install ncurses- 
devel) j'ai le message:

$ Impossible de trouver le paquet ncurses-devel.

Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans  
résultat et une recherche de menuconfig n'a rien donné.


apt-get install libncurses5-dev



Merci




J-L


pgp3gR75UXrD6.pgp
Description: PGP signature


[Fwd: Re: make menuconfig]

2004-10-24 Thread Thomas W. Capacci



 Original Message 
Subject: Re: make menuconfig
Date: Sun, 24 Oct 2004 23:19:39 +0200
From: Thomas W. Capacci [EMAIL PROTECTED]
To: Pierre Dagenais [EMAIL PROTECTED]
References: [EMAIL PROTECTED]

Pierre Dagenais wrote:

Bonjour,

Je suis en SID et j'essaie de compiler un nouveau noyau en suivant le 
guide andesi. A la commande

$ make menuconfig
J'ai le message d'erreur:
$ /usr/bin/ld: ne peut trouver -lncurses
You mus install ncurses-devel in order to use 'make menuconfig'

Lorsque je tente d'installer ncurses-devel ( apt-get install 
ncurses-devel) j'ai le message:

$ Impossible de trouver le paquet ncurses-devel.

Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans 
résultat et une recherche de menuconfig n'a rien donné.


Merci




je vous conseille d'essayer les libncurses5-dev

--
$ cd /pub
$ more beer



--
$ cd /pub
$ more beer



Re: make menuconfig

2004-10-24 Thread FrekoDing
Dans la news : [EMAIL PROTECTED],
Pierre Dagenais [EMAIL PROTECTED] nous ecrivait :

 Bonjour,

Bonsoir.

 Lorsque je tente d'installer ncurses-devel ( apt-get install
 ncurses-devel) j'ai le message:
 $ Impossible de trouver le paquet ncurses-devel.

apt-get install libncurses5-dev kernel-package

 Quelqu'un peut-il me dire ce qui se passe? j'ai lu man make sans
 résultat et une recherche de menuconfig n'a rien donné.

il te manquait quelques paquets ! ;-) apt-cache search lenomdupaquet 
dans ce cas !

 Merci

de rien.
@+ 





make menuconfig and xconfig

2004-10-13 Thread Erik Jakobsen
Hi.
I have tried to run make xconfig and make menuconfig on my debian sarge 
system.

But I'm receiving errors, and have Googled without any luck.
If running make menuconfig, I receive this:
# make menuconfig
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
 Unable to find the Ncurses libraries.

 You must install ncurses-devel in order
 to use 'make menuconfig'
make[2]: *** [scripts/lxdialog/ncurses] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [menuconfig] Error 2
I have run apt-get install ncurses-devel, but this is obviously not the 
right way ?

And if running make xconfig:
Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2
How do I encouter if the QT is right, and placed, and where shall it be 
placed ?.

Are the errors 1 and 2 due to lack of the QT ?.
Erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig and xconfig

2004-10-13 Thread Alex Malinovich
On Wed, 2004-10-13 at 16:17 +0200, Erik Jakobsen wrote:
 Hi.
 
 I have tried to run make xconfig and make menuconfig on my debian sarge 
 system.
 
 But I'm receiving errors, and have Googled without any luck.
--snip--

Since I'm assuming you're wanting to build a kernel image, I'd suggest
installing kernel-package (apt-get install kernel-package) and then
reading /usr/share/doc/kernel-package/README.gz. That will give you
everything you need to quickly and easily build a kernel image the
Debian way.

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837



signature.asc
Description: This is a digitally signed message part


Re: make menuconfig and xconfig

2004-10-13 Thread Chris Metzler
On Wed, 13 Oct 2004 16:17:03 +0200
Erik Jakobsen [EMAIL PROTECTED] wrote:

 I have tried to run make xconfig and make menuconfig on my debian sarge 
 system.
 
 But I'm receiving errors, and have Googled without any luck.

} From /usr/share/doc/kernel-package/README:
}
} Before you go any further, please allow me to point out that you need to
} have a few other packages installed before you can compile your own 
} kernels
} (it is difficult to compile anything without a compiler ;-).
}
} Firstly, you will need gcc, the libc development package (libc5-dev or
} libc6-dev at the time of writing), and, on Intel platforms, bin86. [If
} you use the menuconfig target of make, you will need ncursesX.X-dev,
} and make xconfig also requires either tkX.X-dev for 2.4.X kernels, or
} libqt3-mt-dev and g++ = 3.0 for the new 2.6 kernel versions, and 2.6.X
} kernels also have an additional option, make gconfig, which requires
} libglade2-dev, and other packages these depend on]
}
} The packages suggested are:
} devel:gcc, libc5-dev/libc6-dev, binutils, make, and, for intel
}   x86 platforms, bin86 (non-Intel platforms don't need
}   this), modutils (or module-init-tools for 2.5.x+ kernels).
} interpreters: awk, which is contained in either the mawk or gawk }   
packages
} base: gzip, shellutils, and grep.



-- 
Chris Metzler   [EMAIL PROTECTED]
(remove snip-me. to email)

As a child I understood how to give; I have forgotten this grace since I
have become civilized. - Chief Luther Standing Bear


pgppwmsgUDeVk.pgp
Description: PGP signature


Re: make menuconfig and xconfig

2004-10-13 Thread Erik Jakobsen
Alex Malinovich wrote:
Since I'm assuming you're wanting to build a kernel image, I'd suggest
installing kernel-package (apt-get install kernel-package) and then
reading /usr/share/doc/kernel-package/README.gz. That will give you
everything you need to quickly and easily build a kernel image the
Debian way.
 

Hi Alex, hi Chris.
Thanks for the replies from you.
Yes Alex that's right, that I wanted to build a kernel image.
Sorry that I did not mentioned that.
I'll have a look into the README.gz file, and thanks for pointing me to 
that.

Erik.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Probleme beim Kernel backen: make menuconfig geht nicht

2004-08-30 Thread Tobias Krais
Hi Richard,

 lern mal lesen
 
  ich will das erste mal einen Kernel backen. Und dann:
  snip
  tuxtobi:/usr/src/linux-2.6.8.1# make menuconfig
HOSTCC  scripts/basic/fixdep
  /bin/sh: gcc: command not found
 
 
 Scheinbar fehlt dir dein ein gcc...

lesen kann ich, aber ich wusst nicht was es bedeutet. Das ist das erste
mal, dass ich was kompiliere :-). Jetzt funktioniert es!

Vielen Dank für die superschnelle Antwort!

Grüssle, Tobias


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Probleme beim Kernel backen: make menuconfig geht nicht

2004-08-30 Thread Michelle Konzack
Am 2004-08-30 21:16:40, schrieb Tobias Krais:
 Liebe Liste,
 
 ich will das erste mal einen Kernel backen. Und dann:
 snip
 tuxtobi:/usr/src/linux-2.6.8.1# make menuconfig
   HOSTCC  scripts/basic/fixdep
 /bin/sh: gcc: command not found
 make[1]: *** [scripts/basic/fixdep] Fehler 127
 make: *** [scripts_basic] Fehler 2
 /snip--
 
 Google sagt, ich solle die ncurses-base installieren, aber das habe ich
 schon. Was nu?

ncurses-base ist falsch... 
Da Du menuconfig verwenden willst:

apt-get install libncurse5-dev build-essential

 Grüssle, Tobi

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Probleme beim Kernel backen: make menuconfig geht nicht

2004-08-30 Thread Malte Spiess
Tobias Krais [EMAIL PROTECTED] wrote:

 Liebe Liste,
Hallo Neu-Bäcker,

 ich will das erste mal einen Kernel backen. Und dann:
 snip
 tuxtobi:/usr/src/linux-2.6.8.1# make menuconfig
   HOSTCC  scripts/basic/fixdep
 /bin/sh: gcc: command not found
Diese Zeile scheint mir eindeutig... ;-)
kein gcc??


 make[1]: *** [scripts/basic/fixdep] Fehler 127
 make: *** [scripts_basic] Fehler 2
 /snip--
 
 Google sagt, ich solle die ncurses-base installieren, aber das habe ich
 schon. Was nu?
Nu gcc (für Kernel am besten Version 2.95).

Viel Spaß beim Backen!
Malte



Error al compilar: falla make menuconfig

2004-05-21 Thread Josep Lloret
Hola:
Sigo intentando compilar mi propio kernel.
Tengo en mi máquina instaladas imágenes del kernel 2.6.6 y del 2.6.5 y ahora 
mismo está bajo el kernel 2.4.25-1-686.
Seguramente yo mismo me he metido en un buen lío, pues, leyendo acerca de los 
kernel 2.6.X, me ha parecido que debía instalar el paquete LVM, que, por lo 
que entendí sirve para gestionar los devices.
A pesar de mis intentos de reconfigurar los kernel 2.6.X, no me acaban de 
funcionar, observando, perplejo, que con ellos no puedo acceder a las 
particiones NTFS del ordenador.
Total, que me bajo las fuentes y trato de compilar el kernel, teniendo a la 
vista la lista obtenida con lspci.
Mi sorpresa es cuando llegado el momento de hacer make menuconfig obtengo el 
siguiente mensaje de error:
==copia===
[EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig
  HOSTCC  scripts/basic/fixdep
In file included from /usr/include/bits/posix1_lim.h:130,
 from /usr/include/limits.h:144,
 from /usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:122,
 from /usr/lib/gcc-lib/i486-linux/3.3.3/include/syslimits.h:7,
 from /usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:11,
 from scripts/basic/fixdep.c:105:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
 from /usr/include/netinet/in.h:24,
 from scripts/basic/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
scripts/basic/fixdep.c: In function `use_config':
scripts/basic/fixdep.c:193: error: `PATH_MAX' undeclared (first use in this 
function)
scripts/basic/fixdep.c:193: error: (Each undeclared identifier is reported 
only once
scripts/basic/fixdep.c:193: error: for each function it appears in.)
scripts/basic/fixdep.c:193: warning: unused variable `s'
scripts/basic/fixdep.c: In function `parse_dep_file':
scripts/basic/fixdep.c:289: error: `PATH_MAX' undeclared (first use in this 
function)
scripts/basic/fixdep.c:289: warning: unused variable `s'
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
===fin de copia===
He estado rebuscando en /var/log por si hallaba luz, pero no me entero..:-(
Seguramente, al haber instalado alguna imagen, habré modificado algo sin 
siquiera darme cuenta, y ahora me encuentro con que ni siquiera puedo 
compilar ningún kernel.
He observado que, cuando inicio un kernel 2.6.X, me crea una partición sys, 
supongo que alojada en la RAM, pero como digo, no puedo acceder a ninguna 
partición que no sea de ficheros nativos de linux, es decir, sólo ext3, pero 
nada de vfat ni de ntfs.
He hecho también un apt-get upgrade y tengo instalada la última versión de 
gcc.
¿podría alguien darme alguna indicación para recuperar, por lo menos, la 
posibilidad de compilar / recompilar el kernel?
Gracias de antemano.

-- 


Salutacions,

Josep Lloret
Aprendiz de Debian



Re: Error al compilar: falla make menuconfig

2004-05-21 Thread Alexander
Hola
No he jugado con el 2.6, pero este tipo de problemas, es muy comun que
sucedan si esta corrupta la fuente.
vuelve a bajar las fuentes, o vuelvelas a descomprimir, o revisa la suma de
control...

- Original Message - 
From: Josep Lloret [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Sent: Friday, May 21, 2004 5:08 AM
Subject: Error al compilar: falla make menuconfig


Hola:
Sigo intentando compilar mi propio kernel.
Tengo en mi máquina instaladas imágenes del kernel 2.6.6 y del 2.6.5 y ahora
mismo está bajo el kernel 2.4.25-1-686.
Seguramente yo mismo me he metido en un buen lío, pues, leyendo acerca de
los
kernel 2.6.X, me ha parecido que debía instalar el paquete LVM, que, por lo
que entendí sirve para gestionar los devices.
A pesar de mis intentos de reconfigurar los kernel 2.6.X, no me acaban de
funcionar, observando, perplejo, que con ellos no puedo acceder a las
particiones NTFS del ordenador.
Total, que me bajo las fuentes y trato de compilar el kernel, teniendo a la
vista la lista obtenida con lspci.
Mi sorpresa es cuando llegado el momento de hacer make menuconfig obtengo el
siguiente mensaje de error:
==copia===
[EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig
  HOSTCC  scripts/basic/fixdep
In file included from /usr/include/bits/posix1_lim.h:130,
 from /usr/include/limits.h:144,
 from
/usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:122,
 from
/usr/lib/gcc-lib/i486-linux/3.3.3/include/syslimits.h:7,
 from /usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:11,
 from scripts/basic/fixdep.c:105:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or
directory
In file included from /usr/include/sys/socket.h:35,
 from /usr/include/netinet/in.h:24,
 from scripts/basic/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
scripts/basic/fixdep.c: In function `use_config':
scripts/basic/fixdep.c:193: error: `PATH_MAX' undeclared (first use in this
function)
scripts/basic/fixdep.c:193: error: (Each undeclared identifier is reported
only once
scripts/basic/fixdep.c:193: error: for each function it appears in.)
scripts/basic/fixdep.c:193: warning: unused variable `s'
scripts/basic/fixdep.c: In function `parse_dep_file':
scripts/basic/fixdep.c:289: error: `PATH_MAX' undeclared (first use in this
function)
scripts/basic/fixdep.c:289: warning: unused variable `s'
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
===fin de copia===
He estado rebuscando en /var/log por si hallaba luz, pero no me entero..:-(
Seguramente, al haber instalado alguna imagen, habré modificado algo sin
siquiera darme cuenta, y ahora me encuentro con que ni siquiera puedo
compilar ningún kernel.
He observado que, cuando inicio un kernel 2.6.X, me crea una partición
sys,
supongo que alojada en la RAM, pero como digo, no puedo acceder a ninguna
partición que no sea de ficheros nativos de linux, es decir, sólo ext3, pero
nada de vfat ni de ntfs.
He hecho también un apt-get upgrade y tengo instalada la última versión de
gcc.
¿podría alguien darme alguna indicación para recuperar, por lo menos, la
posibilidad de compilar / recompilar el kernel?
Gracias de antemano.

-- 


Salutacions,

Josep Lloret
Aprendiz de Debian



Re: Error al compilar: falla make menuconfig

2004-05-21 Thread Josep Lloret
El Viernes, 21 de Mayo de 2004 12:05, Alexander escribió:
 Hola
 No he jugado con el 2.6, pero este tipo de problemas, es muy comun que
 sucedan si esta corrupta la fuente.
 vuelve a bajar las fuentes, o vuelvelas a descomprimir, o revisa la suma
 de control...

Ni por esas: he bajado el kernel-source-2.6.6 y sigue dando el mismo problema 
al ejecutar make config, o make xconfig, o make menuconfig.

Supongo que debe haber algún script corrupto o mal configurado, pero hasta ahí 
no llego...:-((



-- 


Salutacions,

Josep Lloret
Aprendiz de Debian



Re: Error al compilar: falla make menuconfig

2004-05-21 Thread Angel Claudio Alvarez
El Fri, May 21, 2004 at 12:08:33PM +0200, a  Josep Lloret se le ocurrio escribir
 Hola:
 Sigo intentando compilar mi propio kernel.
 Tengo en mi máquina instaladas imágenes del kernel 2.6.6 y del 2.6.5 y ahora 
 mismo está bajo el kernel 2.4.25-1-686.
 Seguramente yo mismo me he metido en un buen lío, pues, leyendo acerca de los 
 kernel 2.6.X, me ha parecido que debía instalar el paquete LVM, que, por lo 
 que entendí sirve para gestionar los devices.
 A pesar de mis intentos de reconfigurar los kernel 2.6.X, no me acaban de 
 funcionar, observando, perplejo, que con ellos no puedo acceder a las 
 particiones NTFS del ordenador.
 Total, que me bajo las fuentes y trato de compilar el kernel, teniendo a la 
 vista la lista obtenida con lspci.
 Mi sorpresa es cuando llegado el momento de hacer make menuconfig obtengo el 
 siguiente mensaje de error:
 ==copia===
 [EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig
^^
proba descomprimiendo lso fuentes en /usr/src/
y haciendo un link simbolico de /usr/src/tus_fuentes a /usr/src/linux

   HOSTCC  scripts/basic/fixdep
 In file included from /usr/include/bits/posix1_lim.h:130,
  from /usr/include/limits.h:144,
  from /usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:122,
  from /usr/lib/gcc-lib/i486-linux/3.3.3/include/syslimits.h:7,
  from /usr/lib/gcc-lib/i486-linux/3.3.3/include/limits.h:11,
  from scripts/basic/fixdep.c:105:
 /usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
 In file included from /usr/include/sys/socket.h:35,
  from /usr/include/netinet/in.h:24,
  from scripts/basic/fixdep.c:107:
 /usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
 scripts/basic/fixdep.c: In function `use_config':
 scripts/basic/fixdep.c:193: error: `PATH_MAX' undeclared (first use in this 
 function)
 scripts/basic/fixdep.c:193: error: (Each undeclared identifier is reported 
 only once
 scripts/basic/fixdep.c:193: error: for each function it appears in.)
 scripts/basic/fixdep.c:193: warning: unused variable `s'
 scripts/basic/fixdep.c: In function `parse_dep_file':
 scripts/basic/fixdep.c:289: error: `PATH_MAX' undeclared (first use in this 
 function)
 scripts/basic/fixdep.c:289: warning: unused variable `s'
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2
 ===fin de copia===
 He estado rebuscando en /var/log por si hallaba luz, pero no me entero..:-(
 Seguramente, al haber instalado alguna imagen, habré modificado algo sin 
 siquiera darme cuenta, y ahora me encuentro con que ni siquiera puedo 
 compilar ningún kernel.
 He observado que, cuando inicio un kernel 2.6.X, me crea una partición sys, 
 supongo que alojada en la RAM, pero como digo, no puedo acceder a ninguna 
 partición que no sea de ficheros nativos de linux, es decir, sólo ext3, pero 
 nada de vfat ni de ntfs.
 He hecho también un apt-get upgrade y tengo instalada la última versión de 
 gcc.
 ¿podría alguien darme alguna indicación para recuperar, por lo menos, la 
 posibilidad de compilar / recompilar el kernel?
 Gracias de antemano.
 
 -- 
 
 
 Salutacions,
 
 Josep Lloret
 Aprendiz de Debian


signature.asc
Description: Digital signature


Re: Error al compilar: falla make menuconfig

2004-05-21 Thread Josep Lloret
El Viernes, 21 de Mayo de 2004 16:23, Angel Claudio Alvarez escribió:

  [EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig

 ^^
 proba descomprimiendo lso fuentes en /usr/src/
 y haciendo un link simbolico de /usr/src/tus_fuentes a /usr/src/linux


Gracias por las respuestas
He creado el enlace simbólico y sigue fallando, aunque el mensaje de error es 
más corto, pero todavía ininteligible para mí:
copia==
[EMAIL PROTECTED]:/usr/src/linux# make mrproper
[EMAIL PROTECTED]:/usr/src/linux# make xconfig
  HOSTCC  scripts/basic/fixdep
En el fichero inclu?do de /usr/include/sys/socket.h:35,
 de /usr/include/netinet/in.h:24,
 de scripts/basic/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: No existe el fichero o el 
directorio
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
==

¿Qué directorio o archivo puede faltar?
Gracias.


-- 


Salutacions,

Josep Lloret
Aprendiz de Debian



Re: Error al compilar: falla make menuconfig

2004-05-21 Thread Angel Claudio Alvarez
El vie, 21-05-2004 a las 18:31, Josep Lloret escribió:
 El Viernes, 21 de Mayo de 2004 16:23, Angel Claudio Alvarez escribió:
 
   [EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig
 
  ^^
  proba descomprimiendo lso fuentes en /usr/src/
  y haciendo un link simbolico de /usr/src/tus_fuentes a /usr/src/linux
 
 
 Gracias por las respuestas
 He creado el enlace simbólico y sigue fallando, aunque el mensaje de error es 
 más corto, pero todavía ininteligible para mí:
 copia==
 [EMAIL PROTECTED]:/usr/src/linux# make mrproper
 [EMAIL PROTECTED]:/usr/src/linux# make xconfig
   HOSTCC  scripts/basic/fixdep
 En el fichero inclu?do de /usr/include/sys/socket.h:35,
  de /usr/include/netinet/in.h:24,
  de scripts/basic/fixdep.c:107:
 /usr/include/bits/socket.h:305:24: asm/socket.h: No existe el fichero o el 
 directorio
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2
 ==
 
 ¿Qué directorio o archivo puede faltar?
mmm
De donde bajaste los fuentes???
Al descomprimirlo no te tira ningun error??
chequeaste la integridad ???


 Gracias.
 


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


RE: Error al compilar: falla make menuconfig

2004-05-21 Thread Cristian Farias
instala las fuentes del kernel con apt, eso te va a instalar las
dependenciass

su usas dselect te instalara un par de cosas mas.

despues instala ncurses-dev (apt-get install ncurses-dev)

eso te dejara listo para compilar.

otra recomendacion, los fuentes en linux van en /usr/src, no en /usr/local y
no es necesario desde hace tiempo que el directorio de los fuentes del
kernel este en /usr/local/linux.

Saludos


  



-Original Message-
From: Angel Claudio Alvarez
To: debian-user-spanish@lists.debian.org
Sent: 21-05-2004 19:36
Subject: Re: Error al compilar: falla make menuconfig

El vie, 21-05-2004 a las 18:31, Josep Lloret escribió:
 El Viernes, 21 de Mayo de 2004 16:23, Angel Claudio Alvarez escribió:
 
   [EMAIL PROTECTED]:/usr/local/src/linux-2.6.6# make menuconfig
 
  ^^
  proba descomprimiendo lso fuentes en /usr/src/
  y haciendo un link simbolico de /usr/src/tus_fuentes a
/usr/src/linux
 
 
 Gracias por las respuestas
 He creado el enlace simbólico y sigue fallando, aunque el mensaje de
error es 
 más corto, pero todavía ininteligible para mí:
 copia==
 [EMAIL PROTECTED]:/usr/src/linux# make mrproper
 [EMAIL PROTECTED]:/usr/src/linux# make xconfig
   HOSTCC  scripts/basic/fixdep
 En el fichero inclu?do de /usr/include/sys/socket.h:35,
  de /usr/include/netinet/in.h:24,
  de scripts/basic/fixdep.c:107:
 /usr/include/bits/socket.h:305:24: asm/socket.h: No existe el fichero
o el 
 directorio
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2
 ==
 
 ¿Qué directorio o archivo puede faltar?
mmm
De donde bajaste los fuentes???
Al descomprimirlo no te tira ningun error??
chequeaste la integridad ???


 Gracias.
 



Re: kernel 2.6.x - make menuconfig fails

2004-03-23 Thread Sven Hartge
m. kaeser [EMAIL PROTECTED] wrote:

 ich wollte einen eigenen kernel bauen doch wenn ich versuche 'make 
 menuconfig' zu starten spukt er folgende Fehlermeldung aus:

 

 [EMAIL PROTECTED]:/usr/src/kernel-source-2.6.4$ sudo make menuconfig
  HOSTCC  scripts/fixdep
 In Datei, eingefügt von /usr/include/sys/socket.h:35,
von /usr/include/netinet/in.h:24,
von scripts/fixdep.c:107:
 /usr/include/bits/socket.h:305:24: asm/socket.h: Datei oder Verzeichnis 
 nicht gefunden
 make[1]: *** [scripts/fixdep] Fehler 1
 make: *** [scripts/fixdep] Fehler 2

 

 dieses Problem habe nur bei den 2.6.x (2.6.3 u. 2.6.4)  aber nicht mit 
 mit den Sources 2.4.25   h

Hast du geprüft, ob die alle nötigen Devel-Pakete, der libc installiert
hast?

,
| [EMAIL PROTECTED]:/home/oweh  dlocate /usr/include/asm/socket.h
| linux-kernel-headers: /usr/include/asm/socket.h
`

S°

-- 
Fachbegriffe der Informatik - Einfach erklärt
64: Network Computer
   grafikfähiges Terminal


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: kernel 2.6.x - make menuconfig fails

2004-03-23 Thread Bjoern Schmidt
Joachim Förster schrieb:
Muss man unbedingt ein kernel-header deb installiert haben? Also ich
brauche zum Kompilieren kein Kernelheader Paket.
Nein.

--
Mit freundlichen Gruessen
Bjoern Schmidt


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


kernel 2.6.x - make menuconfig fails

2004-03-22 Thread m. kaeser
Hallo
ich wollte einen eigenen kernel bauen doch wenn ich versuche 'make 
menuconfig' zu starten spukt er folgende Fehlermeldung aus:



[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.4$ sudo make menuconfig
 HOSTCC  scripts/fixdep
In Datei, eingefügt von /usr/include/sys/socket.h:35,
   von /usr/include/netinet/in.h:24,
   von scripts/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: Datei oder Verzeichnis 
nicht gefunden
make[1]: *** [scripts/fixdep] Fehler 1
make: *** [scripts/fixdep] Fehler 2



dieses Problem habe nur bei den 2.6.x (2.6.3 u. 2.6.4)  aber nicht mit 
mit den Sources 2.4.25   h

kann mir jemand helfen?

Danke
matthias


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: kernel 2.6.x - make menuconfig fails

2004-03-22 Thread Wolf Wiegand
m. kaeser schrieb:

 

[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.4$ sudo make menuconfig
 HOSTCC  scripts/fixdep
In Datei, eingefügt von /usr/include/sys/socket.h:35,
   von /usr/include/netinet/in.h:24,
   von scripts/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: Datei oder Verzeichnis 
nicht gefunden
make[1]: *** [scripts/fixdep] Fehler 1
make: *** [scripts/fixdep] Fehler 2

 
Hallo!

Das gleiche Problem hatte ich vor kurzem auch. Da ich mich mit Makefiles
nicht auskenne, konnte ich nur einen imho ziemlich üblen Workaround 
machen (ich hoffe, ich hab das alles noch richtig in Erinnerung).

Der Fehler rührt daher, dass das Verzeichnis /usr/src/linux/include/asm
nicht vorhanden ist. Zuerst habe ich also dieses Verzeichnis aus 
asm-i386 angelegt:

cp -a asm-i386 asm

Das Kompilieren funktionierte dann zwar, iirc, aber wenn am Schluss dass
Debian-Kernel-Package erstellt werden soll, probiert make, das
Verzeichnis asm mit rm wieder zu löschen, was fehlschlägt (da es halt
ein Verzeichnis ist). Deshalb habe ich, als das Kompilieren beendet war, 
ein und die Paketerstellung begann,

mv asm asm_; ln -s asm_ asm

ausgeführt.

Dann funktionierte es, iirc.

Wolf
--
Die beste Bezeichnung für Lotto ist immer noch Dummensteuer. (Andreas 
Mauerer in d.a.f.k.)

--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: kernel 2.6.x - make menuconfig fails

2004-03-22 Thread Bjoern Schmidt
m. kaeser schrieb:
Hallo
ich wollte einen eigenen kernel bauen doch wenn ich versuche 'make 
menuconfig' zu starten spukt er folgende Fehlermeldung aus:

 

[EMAIL PROTECTED]:/usr/src/kernel-source-2.6.4$ sudo make menuconfig
 HOSTCC  scripts/fixdep
In Datei, eingefügt von /usr/include/sys/socket.h:35,
   von /usr/include/netinet/in.h:24,
   von scripts/fixdep.c:107:
/usr/include/bits/socket.h:305:24: asm/socket.h: Datei oder Verzeichnis 
nicht gefunden
make[1]: *** [scripts/fixdep] Fehler 1
make: *** [scripts/fixdep] Fehler 2

 

dieses Problem habe nur bei den 2.6.x (2.6.3 u. 2.6.4)  aber nicht mit 
mit den Sources 2.4.25   h

kann mir jemand helfen?
Die kernelheader vom 2.6er unterscheiden sich ein wenig vom 2.4er.

rm -rf /usr/include/asm
rm -rf /usr/include/linux
cp -r /usr/src/kernel-source-2.6.4/include/asm-i386/ /usr/include/asm
cp -r /usr/src/kernel-source-2.6.4/include/asm-generic /usr/include
cp -r /usr/src/kernel-source-2.6.4/include/linux /usr/include
Es gibt aber sicher auch ein .deb mit aktuellen headern.

--
Mit freundlichen Gruessen
Bjoern Schmidt


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: kernel 2.6.x - make menuconfig fails

2004-03-22 Thread Joachim Förster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bjoern Schmidt schrieb:

| m. kaeser schrieb:
|
| Hallo
| ich wollte einen eigenen kernel bauen doch wenn ich versuche 'make
| menuconfig' zu starten spukt er folgende Fehlermeldung aus:
|
|  
|
| [EMAIL PROTECTED]:/usr/src/kernel-source-2.6.4$ sudo make menuconfig
|  HOSTCC  scripts/fixdep
| In Datei, eingefügt von /usr/include/sys/socket.h:35,
|von /usr/include/netinet/in.h:24,
|von scripts/fixdep.c:107:
| /usr/include/bits/socket.h:305:24: asm/socket.h: Datei oder
| Verzeichnis nicht gefunden
| make[1]: *** [scripts/fixdep] Fehler 1
| make: *** [scripts/fixdep] Fehler 2
|
|  
|
| dieses Problem habe nur bei den 2.6.x (2.6.3 u. 2.6.4)  aber nicht mit
| mit den Sources 2.4.25   h
|
| kann mir jemand helfen?
|
|
| Die kernelheader vom 2.6er unterscheiden sich ein wenig vom 2.4er.
|
| rm -rf /usr/include/asm
| rm -rf /usr/include/linux
| cp -r /usr/src/kernel-source-2.6.4/include/asm-i386/ /usr/include/asm
| cp -r /usr/src/kernel-source-2.6.4/include/asm-generic /usr/include
| cp -r /usr/src/kernel-source-2.6.4/include/linux /usr/include
|
| Es gibt aber sicher auch ein .deb mit aktuellen headern.
Muss man unbedingt ein kernel-header deb installiert haben? Also ich
brauche zum Kompilieren kein Kernelheader Paket.
~ Joachim

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAX4P6ZY86bR8HqNwRAvOHAKCIz2WwssNo+W8c9Yj2kepweyAbkQCgpt00
ReeRxnYBuWsjZ0EHOl3UHEU=
=D5jz
-END PGP SIGNATURE-
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Pb avec new 2.6.1 + make menuconfig + bootsplash

2004-02-01 Thread Alain D'EURVEILHER
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bonjour.

Voilà, je suis actuellement en 2.4.22, et j'ai voulu installé la 2.6.1.

J'ai suivi la Formation Linux d'Alexis Delattre, façon Debian. J'ai aussi 
voulu ajouté le patch bootsplash (chapitre annexe Truc et Astuces). Au moment 
de la configuration du noyau la première fois, ça se passait plutot bien. 
Mais je pouvais voir l'option Bootsplash Configuration mais je ne pouvais 
pas aller dedans. Bon, j'ai quand même continué la config et la 
compilation...
Puis lors du boot j'ai un écran noir avant le lancement de kdm.

Plus tard, j'ai voulu revoir la config et recompiler le noyau. Mais lors du 
lancement de make menuconfig, j'ai plusieurs petits soucis :
1/ je n'avais plus l'option du bootsplash configuration
= J'ai donc décidé de repatché le noyau. Et là :
2/ j'ai 4 menus bootsplash configuration ds lesquels je ne rentrer.
3/ aussi mon interface est maintenant horrible !! il y a plein de petits 
carreaux partout, et pleins de petits symboles bizarres tout autour. Jugez 
plutot !
http://www.esiee.fr/~deurveia/MakeMenuconfig.png

Bref, je ne sais pas d'où vient tout celà.

Alors, est-ce que quelqu'un sait d'où celà peut venir ?
Si ça continue, est-ce que je peux dépatcher un noyau.. en y réfléchissant un 
peu, ça ne me semble pas trop faisable. Peut-etre reconfigurer sans le 
bootsplash ! 

Mieux : quelqu'un pourrait-il me donner les quelques lignes  du .config 
concernant le CONFIG_BOOTSPLASH etc ...

Merci beaucoup.

- -- 

AlaiN.
- -- PGP Public Key ID: 0x74279229 --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAHWAzX4L/wnQnkikRAvbkAJ9B2MMi9P6dga7ap/CR5yOtZeZ0QwCgoJaw
kwXYtmP87WWiOZ5lyZYAUW0=
=SaRo
-END PGP SIGNATURE-



Re: Problem with lxdialog (make menuconfig) and ncurses

2004-01-05 Thread Vincent Lefevre
On 2003-12-12 12:45:32 +0100, Vincent Lefevre wrote:
 I wanted to compile a kernel, but when doing make menuconfig, I got:
 
 There seems to be a problem with the lxdialog companion utility which is
 built prior to running Menuconfig.  Usually this is an indicator that you
 have upgraded/downgraded your ncurses libraries and did not remove the 
 old ncurses header file(s) in /usr/include or /usr/include/ncurses.
 
 It is VERY important that you have only one set of ncurses header files
 and that those files are properly version matched to the ncurses libraries 
 installed on your machine.
 [...]
 
 What is this problem?

I finally found it: I transparently filter make's output to colorize
it. The problem is that here, make isn't only used to compile but also
to start the configuration program. I don't think that such a feature
is a good idea; is it standard? Moreover, why does the configuration
program send its data to stdout (or stderr) instead of the terminal
directly (since it's a ncurses program)?

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



make menuconfig and woody?

2003-12-23 Thread Hugo Vanwoerkom
Hi people!

I switched philosophy: downloaded all 7 Woody CD's and installed 
everything from there, instead of Sarge over the net.

I only have to get gcc-3.2, libxft2 and libxft-dev from backports to get 
the latest Mozilla with xft compiled on woody.

One problem: I cannot use either make menuconfig or make xconfig. Both 
exit with errors.

Make menuconfig exits with error 139 and complains about -lncurses.

I googled that and all I could find is that you need libncurses5-dev. I 
have both:

ii  libncurses55.2.20020112a- Shared libraries for terminal handling
ii  libncurses5-de 5.2.20020112a- Developer's libraries and docs for nc
ii  tk8.3  8.3.3-8The Tk toolkit for TCL and X11 v8.3 -

One detail: I have to use the vanilla 2.4.22 Linux Kernel, NOT the 
Debian one because I run Backstreet Roby mult-seat Debian and I haven't 
backported that yet to the Debian kernel.

Has anybody got make menuconfig running on woody?

Thanks!

Hugo.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig and woody?

2003-12-23 Thread Colin Watson
On Tue, Dec 23, 2003 at 08:30:33AM -0600, Hugo Vanwoerkom wrote:
 I switched philosophy: downloaded all 7 Woody CD's and installed 
 everything from there, instead of Sarge over the net.
 
 I only have to get gcc-3.2, libxft2 and libxft-dev from backports to get 
 the latest Mozilla with xft compiled on woody.
 
 One problem: I cannot use either make menuconfig or make xconfig. Both 
 exit with errors.
 
 Make menuconfig exits with error 139 and complains about -lncurses.

139's a segfault. What's the exact error message, please?

 Has anybody got make menuconfig running on woody?

Many times.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   >