fehler bei partet ?

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

fehler bei partet ?

Beitrag von mb405 »

ich hab die neuen regeln mal ausprobiert(normales make)
bei make ide_apps bleibt der bei partet hängen :(

Code: Alles auswählen

checking for shared library run path origin... done
checking whether NLS is requested... no
checking whether to use NLS... no
checking for dlopen in -ldl... yes
checking for uuid_generate in -luuid... yes
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... no
configure: error: GNU Readline could not be found which is required for the
--with-readline (which is enabled by default).  Either disable readline support with
--without-readline or downloaded and install it from:
        ftp.gnu.org/gnu/readline
Note: if you are using precompiled packages you will also need the development
package as well (which may be called readline-devel or something similar).

make: *** [.deps/parted] Fehler 1
make  all-recursive
ich seh da nicht durch, aber irgendwie will der ne configure option haben ? bei --without-readline in configure kommt das

Code: Alles auswählen

checking whether NLS is requested... no
checking whether to use NLS... no
checking for dlopen in -ldl... yes
checking for uuid_generate in -luuid... yes
checking uuid/uuid.h usability... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
configure: error: GNU Parted requires libuuid - a part of the e2fsprogs package.
You seem to have the library installed but not the headers.  These are usually
found in a corresponding development package (usually called e2fsprogs-devel).
If you can't find one try:
        http://web.mit.edu/tytso/www/linux/e2fsprogs.html
Barf
Developer
Beiträge: 1475
Registriert: Dienstag 4. Februar 2003, 22:02

Beitrag von Barf »

carjay hat vergessen libreadline als prerequisite für parted anzugeben. Fixe dies in Makefile.am. (Schon richtig in newmake.) Für das zweite Problem, lösche .deps/e2fsprogs.
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Beitrag von mb405 »

danke barf
geht nun ;)