Ich wollte mir das audioscrobbler-plugin für xmms installieren. Mit ./configure bekam ich eine ganze Reihe Fehlermeldungen, also suchte ich und fand das Plugin als deb-Paket. Dessen Installation mit aptitude schien auch zu klappen, aber unter den Plugins von xmms finde ich jetzt nichts Scrobblerartiges. Hat jemand eine Idee, wo das sein könnte oder wie ich es erfolgreich installieren kann? (Amarok unterstützt scrobbler wohl besser, aber ich würde gerne bei xmms bleiben.)
[gelöst] xmms: audioscrobbler-plugin
![]() Anmeldungsdatum: Beiträge: 79 Wohnort: Berlin |
|
![]() Anmeldungsdatum: Beiträge: 313 Wohnort: Hamburg |
Ich würde das audioscrober-plugin an deiner stelle lieber selbst kompilieren. Warscheinlich fehlen dir diverse libs zum fehlerfreien einrichten. Hast du den c-compiler installiert??? |
(Themenstarter)
![]() Anmeldungsdatum: Beiträge: 79 Wohnort: Berlin |
Ja, die Suche nach einem Compiler war das erste Problem. Kenne mich damit nicht sonderlich aus, aber habe daraufhin gcc installiert. Jetzt bekomme ich mit ./configure folgendes: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for gcc option to accept ANSI C... none needed checking for egrep... grep -E checking for ANSI C header files... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... /bin/sed 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 whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. Hat mich etwas überfordert, daher die Suche nach einem deb-Paket. Anders als ich oben geschrieben habe, klappt das allerdings auch nicht - ich hatte da wohl nicht richtig hingeschaut. Mit dpkg -i bekomme ich das hier: Entpacke xmms-scrobbler (aus xmms-scrobbler_0.3.8.1-4_i386.deb) ... dpkg: Abhängigkeitsprobleme verhindern Konfiguration von xmms-scrobbler: xmms-scrobbler hängt ab von libc6 (>= 2.3.5-1); aber: Version von libc6 auf dem System ist 2.3.2.ds1-20ubuntu14. xmms-scrobbler hängt ab von libcurl3 (>= 7.13.1-1); aber: Version von libcurl3 auf dem System ist 7.12.3-2ubuntu3. xmms-scrobbler hängt ab von libidn11 (>= 0.5.18); aber: Version von libidn11 auf dem System ist 0.5.2-3. xmms-scrobbler hängt ab von libmusicbrainz4c2 (>= 2.1.1); aber: Paket libmusicbrainz4c2 bereitstellt, ist nicht installiert. xmms-scrobbler hängt ab von libstdc++6 (>= 4.0.1); aber: Version von libstdc++6 auf dem System ist 4.0-0pre6ubuntu7. dpkg: Fehler beim Bearbeiten von xmms-scrobbler (--install): Abhängigkeitsprobleme - lasse es unkonfiguriert Fehler traten auf beim Bearbeiten von: xmms-scrobbler Was mich allerdings auch ziemlich ratlos zurücklässt ... |
(Themenstarter)
![]() Anmeldungsdatum: Beiträge: 79 Wohnort: Berlin |
Mit folgenden Repositories klappt's: deb http://www.sommitrealweird.co.uk/ubuntu/ hoary scrobbler deb-src http://www.sommitrealweird.co.uk/ubuntu/ hoary scrobbler Dann per synaptic oder aptitude xmms-scrobbler oder beep-media-player-scrobbler installieren. |