[Risolto] problema ./configure

Installazione, configurazione e uso di programmi e strumenti.
Scrivi risposta
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

[Risolto] problema ./configure

Messaggio da AndreDNA »

Codice: Seleziona tutto

ndre@andre-laptop:~/Scrivania/tracker-0.8.0$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking what warning flags to pass to the C compiler... 
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
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 ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sitdlib.h usability... no
checking sitdlib.h presence... no
checking for sitdlib.h... no
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking linux/unistd.h usability... yes
checking linux/unistd.h presence... yes
checking for linux/unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether posix_fadvise is declared... yes
checking for posix_fadvise... yes
checking for getline... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for GTHREAD... yes
checking for GOBJECT... yes
checking for GMODULE... yes
checking for GIO... yes
checking for PANGO... yes
checking for DBUS... configure: error: Package requirements (dbus-1 >= 1.0 dbus-glib-1 >= 0.78) were not met:

No package 'dbus-1' found
No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
al comando ./configure mi da i problemi coi paccketti dbus-1 e dbus-glib-1
ci sono un sacco di pacchetti con nomi molto simili(alcuni gia installati) ma nessuno che si chiama esattamente cosi...
come fare?
Ultima modifica di AndreDNA il mercoledì 19 gennaio 2011, 19:23, modificato 1 volta in totale.
"liberati delle ansie e vivrai come un dio tra gli uomini"...
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

up
nessuno che sa darmi una mano :(
"liberati delle ansie e vivrai come un dio tra gli uomini"...
ciaccaro85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 736
Iscrizione: mercoledì 28 ottobre 2009, 16:00

Re: problema ./configure

Messaggio da ciaccaro85 »

AndreDNA ha scritto: up
nessuno che sa darmi una mano :(
cosa stavi compilando?
Make me a sandwich... What??? Make it yourself !
sudo make me a sandwich... OK!
Avatar utente
ARM_
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1340
Iscrizione: giovedì 2 ottobre 2008, 10:32
Desktop: gnome-shell
Distribuzione: Ubuntu 11.04 x86_64

Re: problema ./configure

Messaggio da ARM_ »

ciao. per prima cosa ./ configure si lancia senza sudo

secondo, di solito quando viene richiesto qualcosa, da installare c'è il pacchetto qualcosa-dev. comunque, di solito dal sito e dentro al readme c'è scritto esattamente quali sono i pacchetti e le librerie necessarie alla compilazione.
La vita e' un'avventura con un inizio deciso da altri, una fine non voluta da noi, e tanti intermezzi scelti a caso dal caso.
-- Roberto Gervaso
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

tentavo di installare 2 versioni di tracker diverse da quella del repository di canonical, che mi da problemi. (nessuna indicizzazione, non compare piu la barra sul pannello in alto, preferenze editabili completamente diverse O_O)
"liberati delle ansie e vivrai come un dio tra gli uomini"...
ciaccaro85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 736
Iscrizione: mercoledì 28 ottobre 2009, 16:00

Re: problema ./configure

Messaggio da ciaccaro85 »

AndreDNA ha scritto: tentavo di installare 2 versioni di tracker diverse da quella del repository di canonical, che mi da problemi. (nessuna indicizzazione, non compare piu la barra sul pannello in alto, preferenze editabili completamente diverse O_O)
controlla se hai installato un pacchetto che si chiama build-essential

edit: vedi anche se hai il pacchetto dbus
Ultima modifica di ciaccaro85 il domenica 16 gennaio 2011, 12:49, modificato 1 volta in totale.
Make me a sandwich... What??? Make it yourself !
sudo make me a sandwich... OK!
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

ciaccaro85 ha scritto:
AndreDNA ha scritto: tentavo di installare 2 versioni di tracker diverse da quella del repository di canonical, che mi da problemi. (nessuna indicizzazione, non compare piu la barra sul pannello in alto, preferenze editabili completamente diverse O_O)
controlla se hai installato un pacchetto che si chiama build-essential
controllato. correttamente installato!

p.s. ho controllato il readme e non da indicazioni circa i pacchetti necessari. vi è un repository che contiene questi pacchetti, ma è GIT e non lo so usare  ::)

edit: si ho anche dbus
"liberati delle ansie e vivrai come un dio tra gli uomini"...
ciaccaro85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 736
Iscrizione: mercoledì 28 ottobre 2009, 16:00

Re: problema ./configure

Messaggio da ciaccaro85 »

AndreDNA ha scritto:
ciaccaro85 ha scritto:
AndreDNA ha scritto: tentavo di installare 2 versioni di tracker diverse da quella del repository di canonical, che mi da problemi. (nessuna indicizzazione, non compare piu la barra sul pannello in alto, preferenze editabili completamente diverse O_O)
controlla se hai installato un pacchetto che si chiama build-essential
controllato. correttamente installato!

p.s. ho controllato il readme e non da indicazioni circa i pacchetti necessari. vi è un repository che contiene questi pacchetti, ma è GIT e non lo so usare  ::)

edit: si ho anche dbus
queste sono le dipendenze di tracker:

Codice: Seleziona tutto

piero@nemesis:~$ apt-cache depends tracker
tracker
  Dipende: libatk1.0-0
  Dipende: libc6
  Dipende: libcairo2
  Dipende: libdbus-1-3
  Dipende: libdbus-glib-1-2
  Dipende: libexempi3
  Dipende: libexif12
  Dipende: libfontconfig1
  Dipende: libfreetype6
  Dipende: libglib2.0-0
  Dipende: libgsf-1-114
  Dipende: libgstreamer-plugins-base0.10-0
  Dipende: libgstreamer0.10-0
  Dipende: libgtk2.0-0
  Dipende: libhal-storage1
  Dipende: libhal1
  Dipende: libjpeg62
  Dipende: libogg0
  Dipende: libpango1.0-0
  Dipende: libpng12-0
  Dipende: libpoppler-glib4
  Dipende: libraptor1
  Dipende: libsqlite3-0
  Dipende: libtiff4
  Dipende: libtotem-plparser12
  Dipende: libvorbis0a
  Dipende: libxml2
  Dipende: zlib1g
  Dipende: procps
  Dipende: shared-mime-info
  Dipende: dbus
  Consiglia: imagemagick
    graphicsmagick-imagemagick-compat
  Consiglia: evince
  Consiglia: djvulibre-bin
  Consiglia: gnumeric
  Raccomanda: tracker-utils
  Raccomanda: tracker-search-tool
  Raccomanda: unzip
  Raccomanda: wv
 |Raccomanda: poppler-utils
    xpdf-utils
  Raccomanda: xpdf-utils
    poppler-utils
  Raccomanda: xsltproc
  Raccomanda: w3m
  Raccomanda: odt2txt
  Raccomanda: untex
vedi se ti fa installare questi:
Dipende: libdbus-1-3
  Dipende: libdbus-glib-1-2
Make me a sandwich... What??? Make it yourself !
sudo make me a sandwich... OK!
Avatar utente
ARM_
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1340
Iscrizione: giovedì 2 ottobre 2008, 10:32
Desktop: gnome-shell
Distribuzione: Ubuntu 11.04 x86_64

Re: problema ./configure

Messaggio da ARM_ »

allega il readme e/o indicaci dove scaricare sto programma
La vita e' un'avventura con un inizio deciso da altri, una fine non voluta da noi, e tanti intermezzi scelti a caso dal caso.
-- Roberto Gervaso
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

entrambi i pacchetti sono installati e aggiornati!

i ptacchetti tar.gz, cosi come i repository per git si trovano qui
http://projects.gnome.org/tracker/download.html

grazie dell'aiuto comunque, sono davvero niubbo in queste cose.
"liberati delle ansie e vivrai come un dio tra gli uomini"...
ciaccaro85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 736
Iscrizione: mercoledì 28 ottobre 2009, 16:00

Re: problema ./configure

Messaggio da ciaccaro85 »

AndreDNA ha scritto: entrambi i pacchetti sono installati e aggiornati!

i ptacchetti tar.gz, cosi come i repository per git si trovano qui
http://projects.gnome.org/tracker/download.html

grazie dell'aiuto comunque, sono davvero niubbo in queste cose.
scusa ma perchè non utilizzi git? installa prima git, e poi nel terminale incolli il secondo link che compare nella pagina (se utilizzi gnome)
Make me a sandwich... What??? Make it yourself !
sudo make me a sandwich... OK!
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

:) perche non lo so usare :D

ho gia fatto quello che mi dici di fare...ha fatto un lungo processo di acquisizione repository(completato con successo) e poi boh!
finito tutto, ma niente installato da nessuna parte! :-[
"liberati delle ansie e vivrai come un dio tra gli uomini"...
ciaccaro85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 736
Iscrizione: mercoledì 28 ottobre 2009, 16:00

Re: problema ./configure

Messaggio da ciaccaro85 »

AndreDNA ha scritto: :) perche non lo so usare :D

ho gia fatto quello che mi dici di fare...ha fatto un lungo processo di acquisizione repository(completato con successo) e poi boh!
finito tutto, ma niente installato da nessuna parte! :-[
se ha concluso con successo, dovresti trovarti una cartella con tutto quello che serve per far partire tracker, piu l'eseguibile. e da quella cartella devi eseguirlo allo stesso modo di come fai ./configure
Make me a sandwich... What??? Make it yourself !
sudo make me a sandwich... OK!
dadexix86
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16364
Iscrizione: domenica 22 marzo 2009, 19:58
Desktop: Unity
Distribuzione: Ubuntu 18.04 x86_64
Località: Paris, France

Re: problema ./configure

Messaggio da dadexix86 »

AndreDNA ha scritto:

Codice: Seleziona tutto

ndre@andre-laptop:~/Scrivania/tracker-0.8.0$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking what warning flags to pass to the C compiler... 
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
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 ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sitdlib.h usability... no
checking sitdlib.h presence... no
checking for sitdlib.h... no
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking linux/unistd.h usability... yes
checking linux/unistd.h presence... yes
checking for linux/unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether posix_fadvise is declared... yes
checking for posix_fadvise... yes
checking for getline... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for GTHREAD... yes
checking for GOBJECT... yes
checking for GMODULE... yes
checking for GIO... yes
checking for PANGO... yes
checking for DBUS... configure: error: Package requirements (dbus-1 >= 1.0 dbus-glib-1 >= 0.78) were not met:

No package 'dbus-1' found
No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
al comando ./configure mi da i problemi coi paccketti dbus-1 e dbus-glib-1
ci sono un sacco di pacchetti con nomi molto simili(alcuni gia installati) ma nessuno che si chiama esattamente cosi...
come fare?

Codice: Seleziona tutto

$ apt-file search dbus-1 | grep dev
bluedevil: /usr/share/dbus-1/services/org.kde.BlueDevil.Service.service
dbus-1-doc: /usr/share/doc/dbus-1-doc/html/dbus.devhelp.gz
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.KSMServerInterface.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.KWin.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.PowerDevil.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.khotkeys.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.krunner.App.xml
kdebase-workspace-dev: /usr/share/dbus-1/interfaces/org.kde.screensaver.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.freedesktop.PowerManagement.Inhibit.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.freedesktop.PowerManagement.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.JobView.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.JobViewServer.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.JobViewV2.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KCookieServer.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KDirNotify.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KGlobalAccel.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KHTMLPart.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KIMIface.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KLauncher.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KMediaPlayer.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KPasswdServer.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KSpeech.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KWallet.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.Solid.Networking.Client.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.StatusNotifierItem.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.StatusNotifierWatcher.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.kded.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.kglobalaccel.Component.xml
kdelibs5-dev: /usr/share/dbus-1/interfaces/org.kde.kio.FileUndoManager.xml
kdemultimedia-dev: /usr/share/dbus-1/interfaces/org.kde.KMix.xml
kdemultimedia-dev: /usr/share/dbus-1/interfaces/org.kde.juk.player.xml
kdemultimedia-dev: /usr/share/dbus-1/interfaces/org.kde.juk.search.xml
kdemultimedia-dev: /usr/share/dbus-1/interfaces/org.kde.kscd.cdplayer.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.KNotes.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.addressbook.service.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.akregator.part.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.kmail.kmail.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.kmail.kmailpart.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.kmail.mailcomposer.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.knode.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.kontact.KNotes.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml
kdepim-dev: /usr/share/dbus-1/interfaces/org.kde.mailtransport.service.xml
kdepimlibs5-dev: /usr/share/dbus-1/interfaces/org.kde.KResourcesManager.xml
kdepimlibs5-dev: /usr/share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Control.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Status.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.AgentManager.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.ControlManager.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.DebugInterface.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationManager.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Preprocessor.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Resource.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Server.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Tracer.xml
libakonadi-dev: /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml
libdbus-1-dev: /lib/libdbus-1.so
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-address.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-bus.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-connection.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-errors.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-macros.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-memory.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-message.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-misc.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-pending-call.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-protocol.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-server.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-shared.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-signature.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-threads.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus-types.h
libdbus-1-dev: /usr/include/dbus-1.0/dbus/dbus.h
libdbus-1-dev: /usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h
libdbus-1-dev: /usr/lib/pkgconfig/dbus-1.pc
libdbus-1-dev: /usr/share/doc/libdbus-1-dev/changelog.Debian.gz
libdbus-1-dev: /usr/share/doc/libdbus-1-dev/copyright
libdbus-glib-1-dev: /usr/include/dbus-1.0/dbus/dbus-glib-bindings.h
libdbus-glib-1-dev: /usr/include/dbus-1.0/dbus/dbus-glib-error-enum.h
libdbus-glib-1-dev: /usr/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
libdbus-glib-1-dev: /usr/include/dbus-1.0/dbus/dbus-glib.h
libdbus-glib-1-dev: /usr/include/dbus-1.0/dbus/dbus-gtype-specialized.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbus.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusarrayseq.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusbus.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusbusnametracker.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusconnection.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusenumtypes.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbuserror.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbushashmap.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusinterface.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusinterfaceproxy.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusintrospectable.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusmessage.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusmethodinvocation.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusmisctypes.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusobjectpath.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusobjectproxy.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbuspeer.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusproperties.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusreleasenamereply.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusrequestnameflags.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusrequestnamereply.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbussignature.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusstartservicebynamereply.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusstructure.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbustypes.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusutils.h
libeggdbus-1-dev: /usr/include/eggdbus-1/eggdbus/eggdbusvariant.h
libeggdbus-1-dev: /usr/lib/libeggdbus-1.a
libeggdbus-1-dev: /usr/lib/libeggdbus-1.so
libeggdbus-1-dev: /usr/lib/pkgconfig/eggdbus-1.pc
libeggdbus-1-dev: /usr/share/doc/libeggdbus-1-dev/AUTHORS
libeggdbus-1-dev: /usr/share/doc/libeggdbus-1-dev/NEWS.gz
libeggdbus-1-dev: /usr/share/doc/libeggdbus-1-dev/README
libeggdbus-1-dev: /usr/share/doc/libeggdbus-1-dev/changelog.Debian.gz
libeggdbus-1-dev: /usr/share/doc/libeggdbus-1-dev/copyright
libggadget-1.0-dev: /usr/lib/libggadget-dbus-1.0.a
libggadget-1.0-dev: /usr/lib/libggadget-dbus-1.0.so
libggadget-1.0-dev: /usr/lib/pkgconfig/libggadget-dbus-1.0.pc
libgjs-dev: /usr/lib/pkgconfig/gjs-dbus-1.0.pc
libkonq5-dev: /usr/share/dbus-1/interfaces/org.kde.FavIcon.xml
libkopete-dev: /usr/share/dbus-1/interfaces/org.kde.Kopete.xml
libkopete-dev: /usr/share/dbus-1/interfaces/org.kde.kopete.Client.xml
libkopete-dev: /usr/share/dbus-1/interfaces/org.kde.kopete.Statistics.xml
libndesk-dbus1.0-cil-dev: /usr/lib/pkgconfig/ndesk-dbus-1.0.pc
libphonon-dev: /usr/share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
libsoprano-dev: /usr/share/dbus-1/interfaces/org.soprano.Model.xml
libsoprano-dev: /usr/share/dbus-1/interfaces/org.soprano.NodeIterator.xml
libsoprano-dev: /usr/share/dbus-1/interfaces/org.soprano.QueryResultIterator.xml
libsoprano-dev: /usr/share/dbus-1/interfaces/org.soprano.Server.xml
libsoprano-dev: /usr/share/dbus-1/interfaces/org.soprano.StatementIterator.xml
Devi quindi installare libdbus-1-dev.

Per l'altro invece

Codice: Seleziona tutto

apt-file search dbus-glib-1 | grep dev
libdbus-glib-1-dev: /usr/lib/libdbus-glib-1.a
libdbus-glib-1-dev: /usr/lib/libdbus-glib-1.so
libdbus-glib-1-dev: /usr/lib/pkgconfig/dbus-glib-1.pc
libdbus-glib-1-dev: /usr/share/doc/libdbus-glib-1-dev/AUTHORS
libdbus-glib-1-dev: /usr/share/doc/libdbus-glib-1-dev/NEWS.gz
libdbus-glib-1-dev: /usr/share/doc/libdbus-glib-1-dev/README
libdbus-glib-1-dev: /usr/share/doc/libdbus-glib-1-dev/changelog.Debian.gz
libdbus-glib-1-dev: /usr/share/doc/libdbus-glib-1-dev/copyright
libndesk-dbus-glib1.0-cil-dev: /usr/lib/pkgconfig/ndesk-dbus-glib-1.0.pc
Quindi libdbus-glib-1-dev.

Guarda questa guida per imparare a compilare: http://guiodic.wordpress.com/2009/12/06 ... ncipianti/
Non si dà supporto tramite mp in forum
L'utilizzo del tasto [Code] quando scrivi in forum risolve i 2/3 dei tuoi problemi
Per problemi con Skype rivolgersi qui. | Un Matematico Migrante
lgsalvati
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2519
Iscrizione: mercoledì 4 ottobre 2006, 12:24
Località: SALERNO

Re: problema ./configure

Messaggio da lgsalvati »

devi installare i pacchetti dev di quello che ti richiede,nel tuo caso richiede i pacchetti dbus-1 e dbus-glib-1 i pacchetti corrispondenti sono:
libdbus-1-dev e libdbus-glib-1-dev
edit: pardon non avevo letto l'ultimo post :)
comunque apt mette a disposizione un comando per risolvere le dipendenze di un applicazione:

Codice: Seleziona tutto

sudo apt-get build-dep pacchetto 
Ultima modifica di Anonymous il domenica 16 gennaio 2011, 13:19, modificato 1 volta in totale.
Avatar utente
AndreDNA
Prode Principiante
Messaggi: 48
Iscrizione: domenica 23 maggio 2010, 14:43
Località: Milano

Re: problema ./configure

Messaggio da AndreDNA »

grazie tante a tutti!
ho provato un po con i vostri consigli e ci sono riuscito! :D

grazie!, risolto!
"liberati delle ansie e vivrai come un dio tra gli uomini"...
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 11 ospiti