Pagina 1 di 1

problema make su frontend di kde

Inviato: mar 20 set 2005, 12:36
da gettons
Scrivo questo post poichè ho riscontrato problemi nell installzione da sorgente di vari programmi di kde,solo su quelli.
Ad esempio, ho provato ad installare mplayer ed altri e nessun problema.
Quando ho provato ad installare amarok, k3b, kaffeine per citarne alcune, la fase di configure va a buon fine e mi chiede di dare il make.
Do il make che termina, senza segnalare errori,apparentemente.
Al successivo make install mi da errore.
Questo per tutti i programmi.

output del configure
K3b Configure results:
------------------------------------------
Ogg Vorbis support: yes

Mp3 decoding support (libmad): yes

Audio meta data reading with Taglib: yes

libsndfile audio decoding support: yes

FLAC support: yes

Musepack support: yes

Lame Mp3 encoder plugin: yes

Audio resampling:
using installed version

FFMpeg decoder plugin (decodes wma and others):
yes

Resmgr support: no

Audioplayer available (aRts) yes

Compile K3bSetup 2: yes

Tag guessing using MusicBrainz yes

Compile HAL support no
You are missing the HAL >= 0.4 headers and libraries
or the DBus Qt bindings.
------------------------------------------


Good - your configure finished. Start make now
queste le ultime righe del make
make[2]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a/k3bsetup'
make[2]: Entering directory `/home/gettons/scarichi/k3b-0.12.4a'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a'
make[1]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a'
ecco il make install , o meglio in checkinstall
/usr/bin/ginstall: preserving times for `/opt/kde/lib/kde3/libk3bffmpegdecoder.so': No such file or directory
/usr/bin/ginstall: cannot set time stamps for `/opt/kde/lib/kde3/libk3bffmpegdecoder.so': No such file or directory
make[4]: *** [install-kde_moduleLTLIBRARIES] Error 1
make[4]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a/plugins/decoder/ffmpeg'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a/plugins/decoder/ffmpeg'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a/plugins/decoder'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/gettons/scarichi/k3b-0.12.4a/plugins'
make: *** [install-recursive] Error 1

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

Inviato: mar 20 set 2005, 13:45
da cybdrw
prova a installare ffmpeg (repository slacky ) e poi rifai tutta l'operazione configure make e checkinstall
Spero ti sia d'aiuto
Ciao
Cybdrw

Inviato: mar 20 set 2005, 14:48
da Belzebu
Stesso problema con kaffeine e il ffmpeg era installato, alla fine ho installato kaffeine dal pacchetto del repository slacky.

Inviato: mar 20 set 2005, 15:27
da gettons
Belzebu ha scritto:Stesso problema con kaffeine e il ffmpeg era installato, alla fine ho installato kaffeine dal pacchetto del repository slacky.
ho controllato,ma ho gi ffmpeg installato nel mio sistema.Non so veramente da cosa possa dipendere questa stranezza.Spero qualcuno giunga in soccorso,anche perch su google non ho trovato molto aiuto.

Inviato: mar 20 set 2005, 16:21
da useless
prova a ricompilare k3b prima.

Inviato: mar 20 set 2005, 17:24
da gettons
il fatto è che ffmpeg già lo avevo installato da pacchetto.
Poi dopo ho provato a ricompilare k3b e li è nato il problema.
E mi da gli errori in make già esposti prima.