Re: make menuconfig and woody?

2003-12-23 Thread Hugo Vanwoerkom
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

Re: make menuconfig and woody?

2003-12-23 Thread Hugo Vanwoerkom
Hugo Vanwoerkom wrote: Hi people! So who knows why ncurses segfaults from the ncurses initscr() call in the init_dialog call in /lxdialog/util.c So I downloaded the latest ncurses 5.3 tarball. installed it in /usr/local.. and pointed the Makefile in /lxdialog dit to the new includes in

Problem with lxdialog (make menuconfig) and ncurses

2003-12-12 Thread Vincent Lefevre
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

Re: Problem with lxdialog (make menuconfig) and ncurses

2003-12-12 Thread Andreas Janssen
Hello Vincent Lefevre ([EMAIL PROTECTED]) 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

Re: Problem with lxdialog (make menuconfig) and ncurses

2003-12-12 Thread Vincent Lefevre
On 2003-12-12 13:54:19 +0100, Andreas Janssen wrote: Check if the ncurses and ncurses-dev packages have the same version number. There is no ncurses package. The libraries (/usr/lib/libncurses.a, /usr/lib/libncurses.so) come from libncurses5-dev too. Otherwise: greux:~ dpkg -l | grep ncurses

finding modules in make menuconfig

2003-12-10 Thread David Selby
Given a modules name, is there an easy way to locate it in make menuconfig without searching through making educated guesses ? I am trying to locate information on af_packet ... which has sprung up in /etc/modules ... what does it do ? ip_conntrack_ftp ... where is it in make menuconfig ? If I

Re: finding modules in make menuconfig

2003-12-10 Thread Monique Y. Herman
On Wed, 10 Dec 2003 at 13:39 GMT, David Selby penned: Given a modules name, is there an easy way to locate it in make menuconfig without searching through making educated guesses ? I am trying to locate information on af_packet ... which has sprung up in /etc/modules ... what does it do

Re: finding modules in make menuconfig

2003-12-10 Thread Nathan Barham
Monique Y. Herman wrote: On Wed, 10 Dec 2003 at 13:39 GMT, David Selby penned: Given a modules name, is there an easy way to locate it in make menuconfig without searching through making educated guesses ? I am trying to locate information on af_packet ... which has sprung up in /etc/modules

Re: finding modules in make menuconfig

2003-12-10 Thread Graeme Tank
On Wed, Dec 10, 2003 at 01:39:05PM +, David Selby wrote: Given a modules name, is there an easy way to locate it in make menuconfig without searching through making educated guesses ? I am trying to locate information on af_packet ... which has sprung up in /etc/modules ... what does

Re: finding modules in make menuconfig

2003-12-10 Thread David Selby
Graeme Tank wrote: On Wed, Dec 10, 2003 at 01:39:05PM +, David Selby wrote: Given a modules name, is there an easy way to locate it in make menuconfig without searching through making educated guesses ? I am trying to locate information on af_packet ... which has sprung up in /etc

Re: Erro no make menuconfig

2003-12-09 Thread Flavio Alberto Lopes Soares
Luiz Henrique [EMAIL PROTECTED] wrote: Estou tentando recompilar o meu kernel e ao Digitar o comando #make menuconfig Aparece o erro abaixo o que esta errado rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory

Re: Erro no make menuconfig

2003-12-08 Thread Agney Lopes Roth Ferraz
Luiz, apt-get install ncurses-dev e rode o comando novamente. O menuconfig vai funcionar :) On Mon, 8 Dec 2003 22:57:02 -0200 Luiz Henrique [EMAIL PROTECTED] wrote: Estou tentando recompilar o meu kernel e ao Digitar o comando #make menuconfig Aparece o erro abaixo o que esta errado

Erro no make menuconfig

2003-12-08 Thread Luiz Henrique
Estou tentando recompilar o meu kernel e ao Digitar o comando #make menuconfig Aparece o erro abaixo o que esta errado rm -f include/asm( cd include ; ln -sf asm-i386 asm)make -C scripts/lxdialog allmake[1]: Entering directory `/usr/src/linux-2.4.21-28872cl/scripts/lxdialog' Unable

make menuconfig

2003-07-24 Thread john gennard
Normally, I've used make config for kernel recompiling. I've decided to move a Woody installation to the 2.4.x kernels (2.4.21 in fact) and use make menuconfig so that I can 'go back' to alter mistakes. The compilation went fine (I thought), but when I looked at the config file I see menuconfig

Re: make menuconfig

2003-07-24 Thread Micha Feigin
On Wed, 2003-07-09 at 20:31, john gennard wrote: Normally, I've used make config for kernel recompiling. I've decided to move a Woody installation to the 2.4.x kernels (2.4.21 in fact) and use make menuconfig so that I can 'go back' to alter mistakes. The compilation went fine (I thought

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-29 Thread Colin Watson
sources for apt are set as libncurses5-dev this makes me wonder why make menuconfig doesn't tell you to install this particular package! it's completely non-intuitive ... 'make menuconfig' is part of the Linux kernel. libncurses5-dev is distribution-specific. The Linux kernel isn't

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-29 Thread Vineet Kumar
for ncurses on my dselect. My sources for apt are set as libncurses5-dev this makes me wonder why make menuconfig doesn't tell you to install this particular package! it's completely non-intuitive ... Because menuconfig isn't under the control of Debian. it's under the control

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-27 Thread nori heikkinen
why make menuconfig doesn't tell you to install this particular package! it's completely non-intuitive ... /nori -- .~. nori @ sccs.swarthmore.edu /V\ http://www.sccs.swarthmore.edu/~nori/jnl/ // \\ @ maenad.net /( )\ www.maenad.net ^`~'^ get

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-27 Thread Pascal Hakim
On Wed, Jun 25, 2003 at 03:49:12PM -0300, [EMAIL PROTECTED] wrote: Greetings! I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: snip However, I *do* have libncurses5 installed, as well as

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-27 Thread John Galt
for ncurses on my dselect. My sources for apt are set as libncurses5-dev this makes me wonder why make menuconfig doesn't tell you to install this particular package! it's completely non-intuitive ... Because menuconfig isn't under the control of Debian. it's under the control of the kernel people

You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread breno . moiana
Greetings! I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: --- hermes:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Mike Dresser
On Wed, 25 Jun 2003 [EMAIL PROTECTED] wrote: If it's not the ncurses-devel package that is missing, what could it be? Regards, apt-get install libncurses5-dev Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Nathan Poznick
Thus spake [EMAIL PROTECTED]: However, I *do* have libncurses5 installed, as well as every other packages which matched a search for ncurses on my dselect. My sources for apt are set as libncurses5-dev -- Nathan Poznick [EMAIL PROTECTED] Be consistent. -- Larry Wall in the perl man page

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Matt Price
On Wed, Jun 25, 2003 at 03:49:12PM -0300, [EMAIL PROTECTED] wrote: Greetings! I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: --- hermes:/usr/src/linux# make menuconfig rm -f include/asm

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Vineet Kumar
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [030625 13:06]: Greetings! I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: --- hermes:/usr/src/linux# make menuconfig rm -f include/asm ( cd

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Hugh Saunders
On Wed, Jun 25, 2003 at 03:49:12PM -0300, [EMAIL PROTECTED] wrote: Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' Even then, I cannot find the ncurses-devel package in dselect, nor on debian's FTP site. If it's not the ncurses

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Thomas Krennwallner
Hi! On Wed Jun 25, 2003 at 03:49:12PM -0300, [EMAIL PROTECTED] wrote: Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' [...] However, I *do* have libncurses5 installed, as well as every other packages [...] Even then, I cannot find

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread nori heikkinen
on Wed, 25 Jun 2003 03:49:12PM -0300, [EMAIL PROTECTED] insinuated: Greetings! I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: --- hermes:/usr/src/linux# make menuconfig rm -f include

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Seneca
On Wed, Jun 25, 2003 at 03:49:12PM -0300, [EMAIL PROTECTED] wrote: I am trying to recompile my kernel on a freshly installed machine, and got into a problem: when I try to go for 'make manuconfig', here's what happens: [...] However, I *do* have libncurses5 installed, as well as every other

Re: You must have Ncurses installed in order to use 'make menuconfig'

2003-06-25 Thread Hugh Saunders
On Wed, Jun 25, 2003 at 10:39:58PM +0200, Nico Meijer wrote: Hi Breno, I've googled for it, and searched the debian-user lists' archive, and found nothing useful there, except for one page which refers to SUSE, and said: That's weird, the solution should have been in the archives. I'll

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Roberto Sanchez
' /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' [...] You need to install libncurses5-dev. Does that not make the error message

Re: [solved] make menuconfig

2003-06-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 05, 2003 at 08:24:11AM +0200, Christof Hurschler wrote: Thanks, that's it! but why this bass-ackwards structure in menuconfig. Wouldn't it be simpler to list the drivers and then suggest other functions that need to be enabled in

Re: make menuconfig

2003-06-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jun 04, 2003 at 11:15:12PM +0200, Christof Hurschler wrote: I can't find some drivers in the menutree when setting up a compile. In particullar I can't fint bttv for my TV card. It's *not* under multimedia-video where I guess it should

Re: make menuconfig

2003-06-05 Thread Richard Hector
On Wed, Jun 04, 2003 at 11:15:12PM +0200, Christof Hurschler wrote: I can't find some drivers in the menutree when setting up a compile. In particullar I can't fint bttv for my TV card. It's *not* under multimedia-video where I guess it should be. Any suggestions, I'm at a loss. Try

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Emma Jane Hogbin
On Thu, Jun 05, 2003 at 05:25:01AM +0200, Roberto Sanchez wrote: However, 'locate ncurses' show this at the top of the list: /lib/libncurses.so.5 /lib/libncurses.so.5.2 and 'apt-show-versions |grep ncurses' shows this: ncurses-term/stable uptodate 5.2.20020112a-7 ncurses-bin/stable uptodate

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Seneca
in order to use 'make menuconfig' [...] and 'apt-show-versions |grep ncurses' shows this: ncurses-term/stable uptodate 5.2.20020112a-7 ncurses-bin/stable uptodate 5.2.20020112a-7 libncurses5/stable uptodate 5.2.20020112a-7 ncurses-base/stable uptodate 5.2.20020112a-7 Any ideas on what

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Kenward Vaughan
On Thu, Jun 05, 2003 at 05:25:01AM +0200, Roberto Sanchez wrote: I tried executing 'make menuconfig; in my kernel (2.4.20) source directory on my Woody box and received this error: make[1]: Entering directory `/usr/src/kernel-source-2.4.20/scripts/lxdialog' /usr/bin/ld: cannot find -lncurses

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Chris Metzler
On Thu, 5 Jun 2003 05:25:01 +0200 (CEST) Roberto Sanchez [EMAIL PROTECTED] wrote: I tried executing 'make menuconfig; in my kernel (2.4.20) source directory on my Woody box and received this error: make[1]: Entering directory `/usr/src/kernel-source-2.4.20/scripts/lxdialog'/usr/bin/ld

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Roberto Sanchez
libraries. You must have Ncurses installed in order to use 'make menuconfig' [...] You need to install libncurses5-dev. Does that not make the error message a bit misleading? Shoudn't it say You must have Ncurses _development_files_ installed in order? -Roberto

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Kevin McKinley
On Thu, 5 Jun 2003 05:25:01 +0200 (CEST) Roberto Sanchez [EMAIL PROTECTED] wrote: I tried executing 'make menuconfig; in my kernel (2.4.20) source directory on my Woody box and received this error: make[1]: Entering directory `/usr/src/kernel-source-2.4.20/scripts/lxdialog'/usr/bin/ld

[solved] make menuconfig

2003-06-05 Thread Christof Hurschler
to find this stupid thing. Chris -Ursprungliche Nachricht- Von: Richard Hector [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 5. Juni 2003 03:11 An: Debian List (E-Mail) Betreff: Re: make menuconfig On Wed, Jun 04, 2003 at 11:15:12PM +0200, Christof Hurschler wrote: I can't find

Re: make menuconfig says I don't have ncurses

2003-06-05 Thread Ron Johnson
returned 1 exit status Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' [...] You need to install libncurses5-dev. Does that not make the error message a bit misleading? Shoudn't it say You must have Ncurses

make menuconfig says I don't have ncurses

2003-06-04 Thread Roberto Sanchez
I tried executing 'make menuconfig; in my kernel (2.4.20) source directory on my Woody box and received this error: make[1]: Entering directory `/usr/src/kernel-source-2.4.20/scripts/lxdialog' /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses

Re: make menuconfig fails

2003-03-17 Thread Rob Weir
On Mon, Mar 17, 2003 at 03:29:47PM +1100, Russell Shaw wrote: ldconfig updates /etc/ld.so.cache, so sudo is needed: Generally, yes. The -p option just prints information from the existing cache, rather than updating/modifying it. [EMAIL PROTECTED]: ldconfig -p bash: ldconfig: command not

make menuconfig fails

2003-03-16 Thread Russell Shaw
Hi all, In the kernel source, when i do make menuconfig i get the error: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/home/russell/Kernels/2.4.20-win4lin-ipmasq/linux-2.4.20/scripts/lxdialog' /usr/bin/ld: cannot find -lncurses

Re: make menuconfig fails

2003-03-16 Thread sean finney
On Mon, Mar 17, 2003 at 02:14:47PM +1100, Russell Shaw wrote: /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status apt-get install libncurses5-dev (iirc) and while you're at it, apt-get install kernel-package man make-kpkg (this is a really, really cool utility for making

Re: make menuconfig fails

2003-03-16 Thread ronin2
On Mon, 17 Mar 2003 14:14:47 +1100 Russell Shaw [EMAIL PROTECTED] wrote: /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1

Re: make menuconfig fails

2003-03-16 Thread Bob Proulx
Russell Shaw wrote: In the kernel source, when i do make menuconfig i get the error: Common problem. But most people just have not installed it yet. You look to have a corrupted library or something. /usr/bin/ld: cannot find -lncurses Check that you have the following on your system. apt

Re: make menuconfig fails

2003-03-16 Thread Russell Shaw
Bob Proulx wrote: Russell Shaw wrote: In the kernel source, when i do make menuconfig i get the error: Common problem. But most people just have not installed it yet. You look to have a corrupted library or something. Thanks. It must have got uninstalled when i was fixing broken package

Re: make menuconfig

2003-02-26 Thread Robert Mońka
Użytkownik Marcin Owsiany napisał: On Tue, Feb 25, 2003 at 12:15:27PM +0100, Robert Mon'ka wrote: Oczywis'cie, z.e pomog?o. Dzie;ki za szybka; reakcje;. Zaczynam lubic' ta; grupe;. :) W takim razie zrób nam przysługę i przed zadaniem kolejnego pytania najpierw sprawdź archiwum :) Da się

make menuconfig

2003-02-25 Thread Robert Mońka
W momencie wydania takiej komendy make menuconfig linux krzyczy : między innymi unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' Sprawdzam bibiloteki ncurses i okazuje się, że są zainstalowane w najnowszych wersjach. pakiet ncurses

Re: make menuconfig

2003-02-25 Thread Rafa³ Cz³onka
Dnia Tue, Feb 25, 2003 at 11:27:52AM +0100, Robert Mońka napisał(a): W momencie wydania takiej komendy make menuconfig linux krzyczy : unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' Nie dziwię się, że krzyczy ;-) Sprawdzam

Re: make menuconfig

2003-02-25 Thread Dariusz Michałek
Subject: make menuconfig W momencie wydania takiej komendy make menuconfig linux krzyczy : między innymi unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' Sprawdzam bibiloteki ncurses i okazuje się, że są zainstalowane w

Odp: make menuconfig

2003-02-25 Thread Piotr Tuks
Dnia 25-02-2003 o godz. 11:27 Robert Mońka napisał(a): W momencie wydania takiej komendy make menuconfig linux krzyczy : między innymi unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' Sprawdzam bibiloteki ncurses i

Re: make menuconfig

2003-02-25 Thread Marcin Owsiany
On Tue, Feb 25, 2003 at 12:15:27PM +0100, Robert Mon'ka wrote: Oczywis'cie, z.e pomog?o. Dzie;ki za szybka; reakcje;. Zaczynam lubic' ta; grupe;. :) W takim razie zrób nam przysługę i przed zadaniem kolejnego pytania najpierw sprawdź archiwum :) Marcin -- Marcin Owsiany [EMAIL PROTECTED]

Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-31 Thread Patrick Schnorbus
On Tuesday 28 January 2003 20:00, [EMAIL PROTECTED] wrote: Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.0.SuSE/scripts/lxdialog' make

Re: make menuconfig bricht mit Fehler ab (will kernel neutddeln)

2003-01-29 Thread Sven Hartge
Marc F. Neininger [EMAIL PROTECTED] wrote: marc:~ - sudo apt-cache search ncurse | grep lib Wozu sudo? apt-cache geht auch als normaler User. S° -- Fachbegriffe der Informatik - Einfach erklärt 135: Druckertreiber pure virtual Araber (Martin Neumann) -- Häufig

make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread administratoren
Hallo ichmöchten mit dem Befehle make menuconfig im Verzeichnis /usr/src/linux einen neuen Kernel erzeugen. Dieser Vorgang bricht jedoch mit der folgenden Meldung ab: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux

Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread Andreas Pakulat
--RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 28.Jan 2003 - 19:00:37, [EMAIL PROTECTED] wrote: Hallo =20 ich m=F6chten mit dem Befehle make menuconfig im Verzeichnis /usr/src/lin= ux einen neuen Kernel

Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread Norbert Tretkowski
* [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.0.SuSE/scripts/lxdialog' make: *** [menuconfig] Error 2

Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread Wolfgang Bär
Hallo (Wie immer Du heißt ?) [EMAIL PROTECTED] wrote: Hallo ich möchten mit dem Befehle |make menuconfig| im Verzeichnis |/usr/src/linux| einen neuen Kernel erzeugen. Dieser Vorgang bricht jedoch mit der folgenden Meldung ab: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C

Re: make menuconfig bricht mit Fehler ab (will kernel neutddeln)

2003-01-28 Thread Sven Hartge
[EMAIL PROTECTED] wrote: was kann ich da machen? eine suche bei google ergab, das das paket ncurses-devel nicht installiert ist, wenn ich es aber mit apt-get installieren will, gibs das nich, gibts ne andere möglichkeit bei Debian? Könnte es daran liegen, das das Paket anders heißt?

Re: make menuconfig bricht mit Fehler ab (will kernel neutüddeln)

2003-01-28 Thread Marc F. Neininger
Hallo Hallo, ich möchten mit dem Befehle make menuconfig im Verzeichnis /usr/src/linux einen neuen Kernel erzeugen. Dieser Vorgang bricht jedoch mit der folgenden Meldung ab: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory

Re: make menuconfig bricht mit Fehler ab (will kernel neutüddeln)

2003-01-28 Thread Marcus Frings
* [EMAIL PROTECTED] wrote: ich möchten mit dem Befehle make menuconfig im Verzeichnis /usr/src/linux einen neuen Kernel erzeugen. Dieser Vorgang bricht jedoch mit der folgenden Meldung ab: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering

Re: Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread Harald Weidner
Hallo, collect2: ld returned 1 exit status Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1 Das Paket ncurses ist jedoch installiert. was kann ich da machen? Hast Du das Paket libncurses installiert

Re: make menuconfig bricht mit Fehler ab (will kernel neu tüddeln)

2003-01-28 Thread Norbert Tretkowski
* Wolfgang Bär [EMAIL PROTECTED] wrote: make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.0.SuSE/scripts/lxdialog' make: *** [menuconfig] Error 2 Das Paket ncurses ist jedoch installiert. [...] Hast Du das Paket libncurses installiert ? Das schrieb er. Hierin

Erfolgsmeldung mit make menuconfig

2003-01-24 Thread Andreas Stein
OpenPGP Fingerprint: 71FB D334 32B7 DB0E 4FA2 BF5B 1CD0 8E1A 8337 E7BA MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: 200301241733.06597@dEbiAnLinUx -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, ich wollte nur mitteilen, dass dieses Problem erst einmal der Vergangenheit

Re: Immernoch kein make menuconfig

2003-01-23 Thread Frank Kster
Karl-Heinz Eischer [EMAIL PROTECTED] schrieb: Hi Andreas, On Wed, Jan 22, 2003 at 03:07:02PM +0100, Andreas Stein wrote: [...] Seltsam ist, dass dieser Abbruch nur dann auftritt, wenn eine logvariante aufgerufen wird. Ich hatte es vorher mal mit einem make menuconfig|tee log

Re: Immernoch kein make menuconfig

2003-01-22 Thread Andreas Stein
ein Fehlen der .config-Datei tippen. Was sagen denn Deine Ausgaben ? Mit 'make menuconfig 21 | tee make_menuconfig.out' schreibt's Dir die Ausgabe in eine Datei, die man wesentlich länger lesen kann als die vorbeihuschenden Zeilen... Ok, hab ich mal getan und folgendes wurde ausgespuckt

Re: Immernoch kein make menuconfig

2003-01-22 Thread Karl-Heinz Eischer
Hi Andreas, On Wed, Jan 22, 2003 at 03:07:02PM +0100, Andreas Stein wrote: [...] Seltsam ist, dass dieser Abbruch nur dann auftritt, wenn eine logvariante aufgerufen wird. Ich hatte es vorher mal mit einem make menuconfig|tee log probiert. Ich habe daraufhin nochmal die libncurses5-dev

Re: Immernoch kein make menuconfig

2003-01-22 Thread Andreas Stein
OpenPGP Fingerprint: 71FB D334 32B7 DB0E 4FA2 BF5B 1CD0 8E1A 8337 E7BA MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: 200301221821.58902@dEbiAnLinUx -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, ein dpkg -l libncurses* nun ergibt folgendes - un

Re: Immernoch kein make menuconfig

2003-01-22 Thread Karl-Heinz Eischer
Hi Andreas, On Wed, Jan 22, 2003 at 06:21:57PM +0100, Andreas Stein wrote: Hallo, ein dpkg -l libncurses* nun ergibt folgendes - un libncurses-devkeine (keine Beschreibung vorhanden) ii libncurses5 5.2.20020112a-7 Shared libraries for

Re: Immernoch kein make menuconfig

2003-01-22 Thread Marc F. Neininger
Am Mit, 2003-01-22 um 17.21 schrieb Andreas Stein: Hallo, Hallo Andreas, mein dpkg -l | grep ncurse zeigt mir ii libncurses55.3.20021109-2 Shared libraries for terminal handling ii libncurses5-de 5.3.20021109-2 Developer's libraries and docs for ncurses ii ncurses-base 5.3.20021109-2

Re: Immernoch kein make menuconfig

2003-01-21 Thread Andreas Stein
OpenPGP Fingerprint: 71FB D334 32B7 DB0E 4FA2 BF5B 1CD0 8E1A 8337 E7BA MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: 200301211237.19702@dEbiAnLinUx -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, make[1]: Entering directory

Re: Immernoch kein make menuconfig

2003-01-21 Thread Marc F. Neininger
'make menuconfig 21 | tee make_menuconfig.out' schreibt's Dir die Ausgabe in eine Datei, die man wesentlich länger lesen kann als die vorbeihuschenden Zeilen... so long Marc schnipp- rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all

Re: Immernoch kein make menuconfig

2003-01-20 Thread Elimar Riesebieter
On Sun, 19 Jan 2003 the mental interface of Andreas Stein told: [...] Hi, menuconfig basiert auf ncurses, wie Du schon richtig erkannt hast. Was bei Dir noch fehlt, ist alledings libncurses5-dev. Sobald das installiert ist, klappt es auch mit make menuconfig. :-) Ich hab jetzt nochmal

Immernoch kein make menuconfig

2003-01-19 Thread Andreas Stein
, wwwoffle geht erst online nachdem ich per Hand die /etc/ppp/ip-up.d/1wwwoffle aufrufe, auch nachdem ich ppp reinstalliert habe. Desweiteren besteht immer noch das Problem mit dem nicht funktionierenden make menuconfig. Die Sourcen sind wirklich clean = make mrproper. Folgende Pakete habe ich

Re: Immernoch kein make menuconfig

2003-01-19 Thread Marcus Frings
* Andreas Stein [EMAIL PROTECTED] wrote: Desweiteren besteht immer noch das Problem mit dem nicht funktionierenden make menuconfig. Die Sourcen sind wirklich clean = make mrproper. Folgende Pakete habe ich durch apt-get --reinstall gejagt. fileutils binutils ncurses* make gcc

Re: Immernoch kein make menuconfig

2003-01-19 Thread Andreas Stein
noch fehlt, ist alledings libncurses5-dev. Sobald das installiert ist, klappt es auch mit make menuconfig. :-) Ich hab jetzt nochmal explizit apt-get --reinstall install libncurses5-dev ausgeführt, aber keine Änderung in der Sachlage. Es ist ja nicht das Problem, dass make menuconfig mit 'ner

make menuconfig and xconfig don't work since 2.4.19

2002-12-07 Thread Jorge Sousa
Hi, Since i got kernel sources 2.4.19 and 2.4.20 i'm not able to compile them with make menuconfig make xconfig. Although everything runs fine by using the command line interface. When i issue make menuconfig everything appears to run fine until if reaches Preparing scripts: functions, parsing

make menuconfig luft nicht

2002-12-04 Thread Mark Schmatz
Hallo, wenn ich versuche meinen Kernel mit make menuconfig zu konfigurieren, dann erhalte ich folgendes: dumbledore:/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/scripts/lxdialog' gcc

Re: make menuconfig läuft nicht

2002-12-04 Thread Christoph Maurer
* Am Mit, 04 Dez 2002 schrieb Mark Schmatz: wenn ich versuche meinen Kernel mit make menuconfig zu konfigurieren, dann erhalte ich folgendes: dumbledore:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering

AW: make menuconfig luft nicht

2002-12-04 Thread Patrick Petermair
-Ursprüngliche Nachricht- Von: Mark Schmatz [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 04. Dezember 2002 15:18 An: debian-user-german Betreff: make menuconfig läuft nicht dialog.h:29: curses.h: No such file or directory AFAIK fehlen dir nur die ncurses-dev ... tesla:/# apt

Re: make menuconfig läuft nicht

2002-12-04 Thread Matthias Hentges
Am Mit, 2002-12-04 um 15.18 schrieb Mark Schmatz: Hallo, wenn ich versuche meinen Kernel mit make menuconfig zu konfigurieren, dann erhalte ich folgendes: dumbledore:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make

Re: make menuconfig läuft nicht

2002-12-04 Thread Mathias Gygax
On Mit, Dez 04, 2002 at 03:18:21 +0100, Mark Schmatz wrote: Hallo, sali, wenn ich versuche meinen Kernel mit make menuconfig zu konfigurieren, dann erhalte ich folgendes: dumbledore:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts

Re: make menuconfig läuft nicht

2002-12-04 Thread Mark Schmatz
Ist auch libncurses-dev installiert? Sch...! Nein. Hatte ich vor lauter Panik übersehen :). Danke Euch allen! Mark -- Häufig 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

error during make menuconfig...

2002-11-07 Thread Irvin Temp
Yesterday i revived my old PC, P133, 16MB RAM, 3sX CDROM 800MB HD. i installed an my debian (Debian GNU/Linux 2.2 r2 Potato). It installed fine, i then instaled the kernel-source-2.2.18pre21. My problem is that when i do a make menuconfig i get the follwing error messgaes

Re: error during make menuconfig...

2002-11-07 Thread Colin Watson
On Thu, Nov 07, 2002 at 07:56:12AM -0800, Irvin Temp wrote: at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed... You're missing libncurses5-dev. -- Colin Watson

Re: error during make menuconfig...

2002-11-07 Thread Ole Sebastian Stein
Irvin Temp [EMAIL PROTECTED] writes: at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed... you need the -dev version of the ncurses package, I think. apt-get install libncurses-5 -- Ole Sebastian

Re: error during make menuconfig...

2002-11-07 Thread Ole Sebastian Stein
Ole Sebastian Stein [EMAIL PROTECTED] writes: you need the -dev version of the ncurses package, I think. apt-get install libncurses-5 (Blush) apt-get install libncurses5-dev -- Ole Sebastian Stein ``Beware of bugs in the above code; I have only proved it correct, not tried it.'' --

Re: error during make menuconfig...

2002-11-07 Thread J.H.M. Dassen (Ray)
On Thu, Nov 07, 2002 at 07:56:12 -0800, Irvin Temp wrote: In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed...

Geloest (Was: kernel-configuration (make menuconfig) bricht ab (sid))

2002-10-20 Thread Jörg Schütter
On Sun, 20 Oct 2002 14:36:14 +0200 Jörg Schütter [EMAIL PROTECTED] wrote: Hallo, wenn ich versuche einen neuen Kernel zu backen, bricht der Befehl make menuconfig mit der Meldung ab, daß Referenzen aus libc.so.6 nicht aufgelöst werden können. Debian ist in der Version sid installiert

RE: Kernel Panic was: System is too Big; son of make menuconfig

2002-10-13 Thread Michael Olds
Thanks Russell and Torsten, Last night I did a re-install...not a huge loss in that this is still in the learning/setup phase...and all of this was in the service of setting up some kind of backup routine. Suggestion for the KDE folk, by the way: 1. Give us a way to use just the desktop without

Re: make menuconfig

2002-10-11 Thread Jason Wojciechowski
Cristi Banciu wrote: | library. I have libncurses5-dev and all of its friends installed. ^^^ | U need libnucurses5-dev Again. -- Jason [EMAIL PROTECTED] http://wonka.hampshire.edu/~jason msg06523/pgp0.pgp

Re: make menuconfig

2002-10-11 Thread Michael West
Maybe you need libncurses5-dev :) I don't know. Have you tried running ldconfig? Good luck. ~Michael On Fri, Oct 11, 2002 at 09:36:49AM -0500, Jason Wojciechowski wrote: Cristi Banciu wrote: | library. I have libncurses5-dev and all of its friends

make menuconfig

2002-10-10 Thread Scott Henson
I recently reinstalled my debian unstable system and I wanted to compile a new kernel, but to my suprise make menuconfig would no longer work. It craps out with an error about not being able to find an ncurses library. I have libncurses5-dev and all of its friends installed. Anyone know what

Re: make menuconfig

2002-10-10 Thread Robin Cosby
In message 1034268077.5905.4.camel@GreyGhost Scott Henson writes: I recently reinstalled my debian unstable system and I wanted to compile a new kernel, but to my suprise make menuconfig would no longer work. It craps out with an error about not being able to find an ncurses library. I have

Re: make menuconfig

2002-10-10 Thread Jason Wojciechowski
Hello Robin, On Oct 10, [EMAIL PROTECTED] (Robin Cosby) wrote: | library. I have libncurses5-dev and all of its friends installed. ^^^ | I had the same problem. Try installing the package libncurses5-dev. Would an apt-get

Re: make menuconfig

2002-10-10 Thread Cristi Banciu
On Thu, 2002-10-10 at 19:41, Scott Henson wrote: I recently reinstalled my debian unstable system and I wanted to compile a new kernel, but to my suprise make menuconfig would no longer work. It craps out with an error about not being able to find an ncurses library. I have libncurses5-dev

Re: Cannot find Ncurses when I run make menuconfig

2002-10-01 Thread Steve Cooper
From Steve Waterman [EMAIL PROTECTED], on Wed, Sep 25, 2002 at 07:27:44AM -0500: apt-get install libncurses5-dev On Wednesday 25 September 2002 06:02, J.S.Sahambi wrote: I tried make menuconfig with 2.4.29 and it says: *** jsahambi@ws97

<    1   2   3   4   >