You are not logged in.
Hello ![]()
I'm stuck trying to run bmpx. I simply run it with
dbus-launch beep-media-player-2and get this:
with no output to console.
I got check-libstdc++.sh from bmpx site, it shows me this:
[sm@home-sm ~]$ ./check-libstdc++.sh
ldd: /usr/libexec/beep-media-player-2-bin: Нет такого файла или каталога
ldd: /lib/libmusicbrainz.so: Нет такого файла или каталога
If the following output does not show EXACTLY the same library for EACH line, then you have a problem.
BMP..........:
GLIBMM.......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7cea000)
GTKMM........: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb73e3000)
PANGOMM......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c26000)
Taglib.......: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7df7000)
MusicBrainz..:Look's like it's a libstdc++ problem. Recompiling bmpx/libstdc++ doesn't help ![]()
Any ideas what to do?
Last edited by SilentMan (2007-12-04 19:43:03)
Offline
i got the same error and exactly the same script report so i return to bmp until a solution for this bug be found
we'll see
Offline
Did you posted a bug report? If not i'll do so.
Offline
it's allready posted there http://bugs.beep-media-player.org/view.php?id=485 by an Italian, i think, guy
there's no need to post again
Last edited by clickit (2007-11-01 19:12:19)
Offline
I have beep media player working here. Make sure DBUS is enabled. Check by running this command inside a terminal (not one inside screen):
echo $DBUS_SESSION_BUS_ADDRESS
unix:abstract=/tmp/dbus-Ekl5tRnrJv,guid=2cf578bfa1a0ca5d59170100472bc600If you don't get this output, fix your .xinitrc by launching dbus before your WM.
#.xinitrc
exec dbus-launch --auto-syntax --exit-with-session /usr/local/bin/dwmstartupIf it is still not working, check for the appropriate Gstreamer packages:
~ % psearch -i -c gstreamer
[i] extra/gstreamer0.10 (0.10.14-1): GStreamer Multimedia Framework
[i] extra/gstreamer0.10-alsa (0.10.14-1): GStreamer alsa plugin
[i] extra/gstreamer0.10-bad (0.10.5-2): GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)
[i] extra/gstreamer0.10-base (0.10.14-1): GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
[i] extra/gstreamer0.10-cdparanoia (0.10.14-1): GStreamer CDParanoia plugin
[i] extra/gstreamer0.10-faac (0.10.5-1): GStreamer FAAC plugin
[i] extra/gstreamer0.10-faad (0.10.5-1): GStreamer FAAD plugin
[i] extra/gstreamer0.10-ffmpeg (0.10.2-1): Gstreamer FFMpeg Plugin
[i] extra/gstreamer0.10-flac (0.10.6-1): GStreamer flac plugin
[i] extra/gstreamer0.10-gconf (0.10.6-1): GStreamer GConf plugin
[i] extra/gstreamer0.10-gnomevfs (0.10.14-1): GStreamer gnome-vfs plugin
[i] extra/gstreamer0.10-good (0.10.6-1): GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
[i] extra/gstreamer0.10-lame (0.10.6-1): GStreamer lame MP3 plugin
[i] extra/gstreamer0.10-mad (0.10.6-1): GStreamer MP3 mad plugin
[i] extra/gstreamer0.10-mms (0.10.5-1): GStreamer mms protocol plugin
[i] extra/gstreamer0.10-musicbrainz (0.10.5-1): GStreamer musicbrainz plugin
[i] extra/gstreamer0.10-ogg (0.10.14-1): GStreamer OGG plugin
[i] extra/gstreamer0.10-python (0.10.8-1): Python bindings for GStreamer 0.10
[i] extra/gstreamer0.10-sidplay (0.10.6-1): GStreamer sidplay plugin
[i] extra/gstreamer0.10-ugly (0.10.6-1): GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
[i] extra/gstreamer0.10-vorbis (0.10.14-1): GStreamer Vorbis pluginIf all else fails, you may want to linger in #bmpx and compile bmpx with debug support. Using gdb will help you identify issues.
Offline
Still nothing ![]()
But thanks, I'll try to compile with debug support. And maybe from svn.
Offline
I've never got bmp2 to work. Always crashes at startup.
Offline
Okay, I got lastest svn, compiled it with debug support and prefix=/home/sm/bmp-build
[sm@home-sm bin]$ dbus-launch ./bmp2
** Message: Domain: dbus-glib-error-quark, code: 26, message: Process /home/sm/bmp-build/libexec/beep-media-player-2-bin received signal 11![]()
Looks like dbus/glib error, not libstdc++ one.
Edited topic name.
Last edited by SilentMan (2007-11-07 18:05:03)
Offline
Solved. I have built newer dbus(1.1.2) and got bmpx happy ![]()
Offline
Glad it's working for you. Tell me, do all the features of BMPx work for you?
Offline
No. It doesn't save settings. I hope it's fixed in svn, so now struggling to build svn version, which gives me
beep-media-player-2.cc:28:22: error: revision.h: No such file or directory
beep-media-player-2.cc: In function 'void<unnamed>::print_version()':
beep-media-player-2.cc:124: error: 'RV_REVISION' was not declared in this scope
beep-media-player-2.cc:126: error: 'RV_LAST_CHANGED_DATE' was not declared in this scope
make[2]: *** [beep_media_player_2-beep-media-player-2.o] Error 1error.
Offline
Strange. I don't have that version of dbus yet it everything works. I'm not using the SVN version, I'm using 0.40.13
Offline