View previous topic :: View next topic |
Author |
Message |
stalinski Tux's lil' helper
Joined: 14 Jan 2005 Posts: 106 Location: Berlin,Germany
|
Posted: Wed Jun 01, 2005 12:14 pm Post subject: [solved] Make menuconfig bleibt blank |
|
|
Also, irgendwie finde ich nix, aber ich hab ein kleines Problem mit make menuconfig:
Es passiert gar nix wenn ich es aufrufe:
Code: | re 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.4.29-rtl/scripts/lxdialog'
make[1]: Leaving directory `/usr/src/linux-2.4.29-rtl/scripts/lxdialog'
/bin/sh scripts/Menuconfig arch/i386/config.in
Using defaults found in .config
Preparing scripts: functions, parsing...................................................................................done.
|
danach hängt er einfach
Code: |
re linux-2.4.28# echo $TERM
linux
|
Code: | re root # emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0/2.4, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.4.29-rtl-3.1 i686)
=================================================================
System uname: 2.4.29-rtl-3.1 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Python: dev-lang/python-2.3.5 [2.3.5 (#1, May 31 2005, 16:48:11)]
dev-lang/python: 2.3.5
sys-apps/sandbox: [Not Present]
sys-devel/autoconf: 2.59-r6, 2.13
sys-devel/automake: 1.9.5, 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3
sys-devel/binutils: 2.15.92.0.2-r7
sys-devel/libtool: 1.5.16
virtual/os-headers: 2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm bash-completion berkdb bitmap-fonts cdr crypt dvd fortran gdbm gpm gtk2 ieee1394 ipv6 java ncurses nls pam perl python readline ssl tcpd threads xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
re root #
|
hat wer ne Idee, was das sein kann?
Last edited by stalinski on Wed Jun 01, 2005 8:19 pm; edited 2 times in total |
|
Back to top |
|
|
stalinski Tux's lil' helper
Joined: 14 Jan 2005 Posts: 106 Location: Berlin,Germany
|
Posted: Wed Jun 01, 2005 12:27 pm Post subject: |
|
|
ich bin verwirrt:
Code: |
re linux # cd scripts/lxdialog/
re lxdialog # make clean all
rm -f core *.o *~ lxdialog
/bin/sh: line 1: -lncurses: command not found
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make: *** [ncurses] Error 1
|
Code: |
re lxdialog # emerge -av ncurses
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-libs/ncurses-5.4-r6 -bootstrap -build -debug -doc +gpm -minimal -nocxx -unicode 0 kB
Total size of downloads: 0 kB
Do you want me to merge these packages? [Yes/No]
|
was hat der denn da geschossen? |
|
Back to top |
|
|
stalinski Tux's lil' helper
Joined: 14 Jan 2005 Posts: 106 Location: Berlin,Germany
|
Posted: Wed Jun 01, 2005 1:05 pm Post subject: |
|
|
Irgendeiner meine Versuche hat das Problem gelöst.
entweder warr es das revdep-rebuild oder das emerge --newuse world.
Aufjedenfall geht es jetzt wieder.... |
|
Back to top |
|
|
dakjo Veteran
Joined: 31 Jan 2004 Posts: 1544
|
Posted: Wed Jun 01, 2005 3:22 pm Post subject: |
|
|
Ich tippe mal so ganz dumm auf revdep-rebuild _________________ 'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de |
|
Back to top |
|
|
stalinski Tux's lil' helper
Joined: 14 Jan 2005 Posts: 106 Location: Berlin,Germany
|
Posted: Wed Jun 01, 2005 8:18 pm Post subject: |
|
|
dakjo wrote: | Ich tippe mal so ganz dumm auf revdep-rebuild |
vermute ich auch...
Allerdings konnte ich das nicht so wirklich ausprobieren, denn nach dem revdep-rebuild ging das oben angegebene make clear all in scripts/lxdialog/ immer noch nicht. Nach dem emerge --newuse world übrigens auch nicht, aber das make menuconfig lief wieder....
Somit weiss ich halt einfach nicht, zu welchem Zeitpunkt das wieder funktionierte |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|