Problema installazione supporto zeitgeist a banshee

Installazione, configurazione e uso di programmi e strumenti.
oli123
Prode Principiante
Messaggi: 57
Iscrizione: lunedì 8 marzo 2010, 22:02
Località: Villa Bartolomea (VR)

Problema installazione supporto zeitgeist a banshee

Messaggio da oli123 »

Ciao a tutti.. Io stavo seguendo questa guida http://gourgi.wordpress.com/2010/12/02/how-to-install-synapse-latest-banshee-and-how-to-push-banshee-played-songs-to-zeitgeist/ per ottenere il supporto di zeitgeist a banshee.. cito qua i passaggi che ho compiuto
# get the required stuff
# latest banshee
sudo add-apt-repository ppa:banshee-team/banshee-unstable
sudo apt-get update && sudo apt-get install banshee banshee-community-extensions
# if you have already banshee just use
# sudo apt-get upgrade !
# OPTIONAL : get synapse (gnome-do like application with zeitgeist support)
sudo add-apt-repository ppa:synapse-core/ppa
sudo apt-get update && sudo apt-get install synapse
# get banshee development libs
sudo apt-get install git-core autoconf automake libtool intltool gcc make libgconf2.0-cil-dev libgconf2-dev && sudo apt-get build-dep banshee
# don't forget the zeitgeist-sharp lib so that you can use banshee.zeitgeist provider
sudo add-apt-repository ppa:manishsinha/experimental
sudo apt-get install libzeitgeist-cil-dev

# make temporary folder and get the banshee community extensions from source
mkdir temp_BCE
cd temp_BCE/
# install git if you don't have it already
sudo apt-get install git
# clone the source files
git clone git://gitorious.org/banshee-community-extensions/banshee-community-extensions.git banshee-community-extensions
cd banshee-community-extensions
# enable only the zeitgeist provider, the others are already installed from the banshee-unstable-ppa
./autogen.sh --disable-alarmclock --disable-ampache --disable-appindicator --disable-awn --disable-clutterflow --disable-coverwallpaper --disable-jamendo --disable-lastfmfingerprint --disable-lcd --disable-lirc --disable-liveradio --disable-lyrics --disable-magnatune --disable-mirage --disable-openvp --disable-radiostationfetcher --disable-randombylastfm --disable-soundmenu --disable-streamrecorder --disable-telepathy --disable-ubuntuonemusicstore
# _make_ and ... pray for no errors
make
# then to use the Banshee.ZeitgeistDataprovider copy the dll to the extensions folder
sudo cp bin/Banshee.ZeitgeistDataprovider.dll /usr/lib/banshee-1/Extensions/
# enjoy!!
ma arrivato al terzultimo passaggio (per capirci ./autogen.sh ecc ecc ecc) il computer mi dà errore e mi dice così:

Codice: Seleziona tutto

lorenzo@lorenzo:~/temp_BCE/banshee-community-extensions$ ./autogen.sh --disable-alarmclock --disable-ampache --disable-appindicator --disable-awn --disable-clutterflow --disable-coverwallpaper --disable-jamendo --disable-lastfmfingerprint --disable-lcd --disable-lirc --disable-liveradio --disable-lyrics --disable-magnatune --disable-mirage --disable-openvp --disable-radiostationfetcher --disable-randombylastfm --disable-soundmenu --disable-streamrecorder --disable-telepathy --disable-ubuntuonemusicstore
Running intltoolize --force --copy ...
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
Running libtoolize --force --copy --automake ...
Running aclocal -I build/m4/shamrock -I build/m4/shave -I build/m4/extensions ...
Running autoconf ...
Running autoheader ...
Running automake --gnu --add-missing --force --copy -Wno-portability -Wno-portability ...
Running ./configure --enable-maintainer-mode --disable-alarmclock --disable-ampache --disable-appindicator --disable-awn --disable-clutterflow --disable-coverwallpaper --disable-jamendo --disable-lastfmfingerprint --disable-lcd --disable-lirc --disable-liveradio --disable-lyrics --disable-magnatune --disable-mirage --disable-openvp --disable-radiostationfetcher --disable-randombylastfm --disable-soundmenu --disable-streamrecorder --disable-telepathy --disable-ubuntuonemusicstore ...
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 for intltool >= 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-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 whether ln -s works... yes
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 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) 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... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_DOC_UTILS... yes
checking gnome-doc-utils >= 0.17.3... yes
checking for MONO_MODULE... no
configure: error: Package requirements (mono >= 1.9.1) were not met:

No package 'mono' 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 MONO_MODULE_CFLAGS
and MONO_MODULE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Error: Could not run ./configure, which is required to configure banshee-community-extensions
Quello che non capisco è: ma avendo già installato banshee non dovrei avere già le monolibs alla versione 2.5? o comunque maggiore di 1.9.1?
E sopratutto come faccio a proseguire??
Grazie a tutti!
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 installazione supporto zeitgeist a banshee

Messaggio da dadexix86 »

Beh, normalmente quando in configurazione qualcosa va male è perché ti mancano le librerie di SVILUPPO di un software, non quelle precompilate per l'utilizzo :)


Quindi direi che devi installare le librerie dev per mono (non chiedermi come si chiamano che non ne ho la più pallida idea!).
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
oli123
Prode Principiante
Messaggi: 57
Iscrizione: lunedì 8 marzo 2010, 22:02
Località: Villa Bartolomea (VR)

Re: Problema installazione supporto zeitgeist a banshee

Messaggio da oli123 »

esatto, è bastato installare il pacchetto mono-devel e il makefile è stato creato (grazie!!) , ma dopo aver dato make è sorto un altro problema >:(

Codice: Seleziona tutto

lorenzo@lorenzo:~/temp_BCE/banshee-community-extensions$ make
Making all in build
Making all in m4
Making all in help
Making all in src
Making all in AlarmClock
Making all in Ampache
Making all in AppIndicator
Making all in Awn
Making all in ClutterFlow
Making all in ClutterFlow
Making all in Banshee.ClutterFlow
Making all in CoverWallpaper
Making all in Jamendo
  MCS   ../../bin/Banshee.Jamendo.dll
./Banshee.Jamendo/JamendoDownloadManager.cs(31,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoDownloadManager.cs(33,7): error CS0246: The type or namespace name `Hyena' could not be found. Are you missing a using directive or an assembly reference?
./Banshee.Jamendo/JamendoDownloadManager.cs(34,7): error CS0246: The type or namespace name `Hyena' could not be found. Are you missing a using directive or an assembly reference?
./Banshee.Jamendo/JamendoDownloadManager.cs(36,15): error CS0234: The type or namespace name `Library' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoDownloadManager.cs(37,15): error CS0234: The type or namespace name `ServiceStack' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoSource.cs(33,42): error CS0234: The type or namespace name `WebSource' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoView.cs(40,40): error CS0234: The type or namespace name `WebSource' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoView.cs(33,7): error CS0246: The type or namespace name `Hyena' could not be found. Are you missing a using directive or an assembly reference?
./Banshee.Jamendo/JamendoView.cs(35,15): error CS0234: The type or namespace name `WebBrowser' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoView.cs(36,15): error CS0234: The type or namespace name `WebSource' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
./Banshee.Jamendo/JamendoWebBrowserShell.cs(34,51): error CS0234: The type or namespace name `WebSource' does not exist in the namespace `Banshee'. Are you missing an assembly reference?
Compilation failed: 11 error(s), 0 warnings
make[3]: *** [../../bin/Banshee.Jamendo.dll] Errore 1
make[2]: *** [all-recursive] Errore 1
make[1]: *** [all-recursive] Errore 1
make: *** [all] Errore 2
Adesso sto provando a chiedere al tipo del sito dove ho trovato la guida, vedo che anche un altro utente ha avuto il mio stesso problema..
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 8 ospiti