• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

--makefile-install-rule

monade

Newbie
Hallo,

ich habe rhythmbox (Gtk-Musikprogramm) kompiliert, aber bekomme jetzt beim 'make install' folgenden Fehler:

GCONF_CONFIG_SOURCE= --makefile-install-rule ./rhythmbox.schemas;
/bin/sh: --makefile-install-rule: command not found

Da google absolut nichts hergibt wollte ich mal fragen, ob jemand eine leise Ahnung hat, mit was dieser Fehler zusammenhängt?

Vielen Dank, Matthias
 

}-Tux-{

Hacker
Hi

ich hab auch nicht wirklich ahnung aber hast du gconf2 installiert? evtl. auch gconf2-devel? Vielleicht funzt es dann...


mfg }-Tux-{
 
OP
M

monade

Newbie
Danke für deine Antwort, }-Tux-{ :)

Leider habe ich sowohl gconf2 wie auch gconf2-devel installiert.
 
OP
M

monade

Newbie
@scg: berechtigte frage, aber ja, ich bin root :)

wenns hilft, hier mal ein größerer Auschnitt aus dem 'make install'-protokoll:
make[3]: Leaving directory `/home/matteo/rhythmbox-0.8.8/data/glade'
make[2]: Leaving directory `/home/matteo/rhythmbox-0.8.8/data/glade'
make[2]: Entering directory `/home/matteo/rhythmbox-0.8.8/data'
make[3]: Entering directory `/home/matteo/rhythmbox-0.8.8/data'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
/bin/sh ../mkinstalldirs /usr/local/share/applications
/usr/bin/install -c -m 644 rhythmbox.desktop /usr/local/share/applications/rhythmbox.desktop
/bin/sh ../mkinstalldirs /usr/local/share/pixmaps
/usr/bin/install -c -m 644 rhythmbox.png /usr/local/share/pixmaps/rhythmbox.png
/bin/sh ../mkinstalldirs /usr/local/share/application-registry
/usr/bin/install -c -m 644 rhythmbox.applications /usr/local/share/application-registry/rhythmbox.applications
GCONF_CONFIG_SOURCE= --makefile-install-rule ./rhythmbox.schemas;
/bin/sh: --makefile-install-rule: command not found

make[3]: *** [install-data-local] Fehler 127
make[3]: Leaving directory `/home/matteo/rhythmbox-0.8.8/data'
make[2]: *** [install-am] Fehler 2
make[2]: Leaving directory `/home/matteo/rhythmbox-0.8.8/data'
make[1]: *** [install-recursive] Fehler 1
make[1]: Leaving directory `/home/matteo/rhythmbox-0.8.8/data'
make: *** [install-recursive] Fehler 1
 

Yehudi

Guru
Ich hatte gestern nach der Adresse der Rhythmbox gesucht, und sie in einem anderen Treat gefunden:
http://www.linux-club.de/viewtopic.php?p=148421#148421
offenbar hatte dieser jenige bei der Installation genau die Probleme wie Du und ich.

Ein fehlendes rpm konnte ich finden, ist dort beschrieben, es ist auf jeden Fall eines, welches Dir hier fehlt.

Vielleicht sollten wir mal oc2pus fragen, der weiss alles.
 

}-Tux-{

Hacker
Warum installiert ihr nicht einfach das rpm?

xyz@abc:~> apt policy rhythmbox
rhythmbox:
Installiert: (nichts)
Kandidat: 0.8.3-11.1
Versionstabelle:
0.8.3-11.1 0
1001 ftp://ftp.gwdg.de SuSE/9.2-i386/base pkglist
 

Yehudi

Guru
ich habe das rpm installiert, trotzdem fehlen die beiden rpm's. Wie oben beschrieben, eines habe ich gefunden. das andere gconftool nicht.
 
Oben