PDA

View Full Version : k3b installazione ed errori... Aiuto!!!


Maurizio XP
17-01-2003, 11:29
CREDO CHE L'ERRORE SIA ALL'ULTIMA RIGA...

[root@localhost programmi]# cd '/mnt/win_d/Downloads/k3b-0.7.5'
[root@localhost k3b-0.7.5]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... no, using cp -p
checking how to recognise dependant libraries... pass_all
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

ilsensine
17-01-2003, 11:32
Hai la mdk 9, vero?
Apri il programma rpmdrake e installa il pacchetto libqt3-devel. Dovrebbe essere proprio della versione 3.0.3 o superiore, controlla.
Torna nella shell, esegui
export QTDIR=/usr/lib/qt3
Ritenta il configure, ora dovrebbe funzionare.

lnessuno
17-01-2003, 11:38
oppure fai come me, dopo tanti tentativi mi sono installato k3b version 0.7.4 e non mi chiede più nulla di quella roba... funge perfettamente :)

Maurizio XP
17-01-2003, 13:24
Sì ho la mdk 9.

provo e ti faccio sapere, grazie a entrambi per l'aiuto.

Se ho altri problemi con altri sw posto qui ok?

Maurizio XP
17-01-2003, 14:05
Originally posted by "ilsensine"

Hai la mdk 9, vero?
Apri il programma rpmdrake e installa il pacchetto libqt3-devel. Dovrebbe essere proprio della versione 3.0.3 o superiore, controlla.
Torna nella shell, esegui
export QTDIR=/usr/lib/qt3
Ritenta il configure, ora dovrebbe funzionare.

Scusa ancora (oggi sono proprio rompi...), rpmdrake non ha fra l'elemnco dei pacchetti libqt3-devel.
da dove lo scarico?

Maurizio XP
17-01-2003, 14:09
Ho fatto delle ricerche e ho beccato questo:

http://www.trolltech.com/developer/download/qt-x11.html

lo scarico e vedo...

ilsensine
17-01-2003, 14:21
NO! FERMO! non va bene quello.

_c'è_ per forza, forse è stato già installato. Prova a cercare "qt3", magari ha un altro nome. Inoltre, controlla se è già stato installato (lo puoi fare con il programma kpackage).

Maurizio XP
17-01-2003, 14:46
ok, lo cancello... cerco meglio allora...

Maurizio XP
17-01-2003, 15:35
ok, me l'ha trovato ed installato.

Ora funziona però mi dice:
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
[root@localhost k3b-0.7.5]#

:( Ci riuscirò?

ilsensine
17-01-2003, 15:40
Sii dai
Hai capito il principio? Per ogni libreria, ci sono due pacchetti: uno è il binario normale, la libreria vera e propria, usato dagli altri programmi; l'altro è il pacchetto -devel, che ti serve per _compilare_ sulla tua macchina i programmi che usano quel determinato programma/libreria.
Se ri-apri rpmdrake e cerchi "devel", vedrai una marea di pacchetti di questo tipo
Ti servono gli header di kde? poco male, installa kdebase-devel e kdelibs-devel. Se avrai bisogno di altri pacchetti "devel" ora sai come procedere.

Maurizio XP
17-01-2003, 16:01
Grazie :)

Avevo notato qualcosa del genere... Grazie 10000000000 :)

lnessuno
17-01-2003, 17:08
sono riuscito anche io ad installarlo in questo modo... thx :)

Maurizio XP
17-01-2003, 17:11
Mentre installavo i pacchetti mi ha chiesto il cd come /dev/scd o qualcosa di simile, che sia questo il percorso di mount?

VICIUS
17-01-2003, 17:18
no dentro /dev ci stanno dei file speciali che il kernel e gli altri programmi utilizzano per accedere ai vari dispositivi del computer. ad esempio /dev/scd0 dovrebbe essere, se non ricordo male, il primo cdrom scsi oppure un cdrom ide con l'emulazione scsi. di solito i punti di mount stanno dentro a /mnt anche se è possibile montare un dispositivo dove si vuole.

Maurizio XP
17-01-2003, 22:53
cmq lui ha detto proprio quello:

inserire il cd 1... /dev/scd0...

Maurizio XP
17-01-2003, 22:54
Inoltre, ho provato a creare sul desktop un nuovo cd-rom, ma non lo monta... :confused:

Maurizio XP
17-01-2003, 23:28
Ok, nuovi errori (almeno i vecchi sono andati...)

[root@localhost k3b-0.7.5]# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5'
Making all in po
make[2]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po'
Making all in de
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/de'
Making all in .
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/de'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/de'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/de'
Making all in es
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/es'
Making all in .
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/es'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/es'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/es'
Making all in fr
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/fr'
Making all in .
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/fr'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/fr'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/fr'
Making all in hu
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/hu'
Making all in .
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/hu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/hu'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/hu'
Making all in it
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/it'
Making all in .
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po/it'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/it'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po/it'
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/po'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po'
make[2]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/po'
Making all in src
make[2]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src'
Making all in tools
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools'
Making all in md5sum
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools/md5sum'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools/md5sum'
Making all in kostore
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools/kostore'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools/kostore'
make[4]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools'
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src/tools'
Making all in device
make[3]: Entering directory `/mnt/win_d/Downloads/k3b-0.7.5/src/device'
source='k3bscsidevice.cpp' object='k3bscsidevice.lo' libtool=yes \
depfile='.deps/k3bscsidevice.Plo' tmpdepfile='.deps/k3bscsidevice.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o k3bscsidevice.lo `test -f k3bscsidevice.cpp || echo './'`k3bscsidevice.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c k3bscsidevice.cpp -MT k3bscsidevice.lo -MD -MP -MF .deps/k3bscsidevice.TPlo -fPIC -DPIC -o .libs/k3bscsidevice.o
k3bscsidevice.cpp:9:28: cdda_interface.h: No such file or directory
make[3]: *** [k3bscsidevice.lo] Error 1
make[3]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src/device'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/win_d/Downloads/k3b-0.7.5'
make: *** [all] Error 2

Grrrrrrrrr ... che diavolo è???????

lnessuno
18-01-2003, 09:20
Originally posted by "Maurizio XP"

cmq lui ha detto proprio quello:

inserire il cd 1... /dev/scd0...



questo è quando ti chideva di inserire i cd di mandrake... nel lettore /dev/scd0 (che avrebbe dovuto aprirsi da solo quando te lo chiedeva cmq :p)

VICIUS
18-01-2003, 10:02
k3bscsidevice.cpp:9:28: cdda_interface.h: No such file or directory
il compilatore non trova il file cdda_interface.h
se non ricordo male dovrebbe essere nel packetto devel di cdparanoia

Maurizio XP
18-01-2003, 10:05
Ti ringrazio davvero, provvederò ad installarlo. :)

ilsensine
18-01-2003, 11:27
Mi sembra che ci sia proprio qualche pacchetto chiamato cdda.
Comunque con rpmdrake puoi selezionare la ricerca _per file_; cerca cdda_interface.h, sarà lui a trovarti il pacchetto che contiene quello che ti serve.

Maurizio XP
18-01-2003, 12:02
Proprio quello che volevo fare, dopo che ho finito la leggenda di al joe e jack... ;)

Non so come ringraziarvi per l'aiuto che mi state dando, state facendomi entrare nel mondo linux e a mia volta ne porterò MOLTI altri...