christophbeatty / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 1 forks source link

gnome-mplayer 0.9.9.2 compile error #363

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
./configure
.........
make
.........
make[3]: Entering directory `/root/gnome-mplayer/gnome-mplayer-0.9.9.2/src'
gcc -DHAVE_CONFIG_H -I. -I..
-DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\"
-I../pixmaps -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/alsa   -I/usr/include/gtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/gpod-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include            -Wall -g   
-DHAVE_ASOUNDLIB -DHAVE_GCONF -DNOTIFY_ENABLED -DHAVE_GPOD -DGPOD_06  -g
-O2 -MT gui.o -MD -MP -MF .deps/gui.Tpo -c -o gui.o gui.c
gui.c: In function ‘set_media_label’:
gui.c:438: error: ‘status_icon’ undeclared (first use in this function)
gui.c:438: error: (Each undeclared identifier is reported only once
gui.c:438: error: for each function it appears in.)
make[3]: *** [gui.o] Error 1
make[3]: Leaving directory `/root/gnome-mplayer/gnome-mplayer-0.9.9.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gnome-mplayer/gnome-mplayer-0.9.9.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gnome-mplayer/gnome-mplayer-0.9.9.2'
make: *** [all] Error 2
[root@localhost gnome-mplayer-0.9.9.2]# 

What is the expected output? What do you see instead?
See above - compilation should complete without error.

What version of the product are you using? On what operating system?
0.9.9.2 on Red Hat Enterprise Linux 5.4

Please provide any additional information below.

Original issue reported on code.google.com by mshr...@snet.net on 2 Mar 2010 at 12:53

GoogleCodeExporter commented 8 years ago
Please post the output of ./configure most likely you are missing 
libnotify-devel on
your machine.

Original comment by kdeko...@gmail.com on 2 Mar 2010 at 3:24

GoogleCodeExporter commented 8 years ago
[root@localhost gnome-mplayer-0.9.9.2]# yum list libnotify libnotify-devel
Loaded plugins: rhnplugin, security
Installed Packages
libnotify.i386                                                0.4.2-6.el5       

                               installed
libnotify-devel.i386                                          0.4.2-6.el5       

                               installed
[root@localhost gnome-mplayer-0.9.9.2]#

Original comment by mshr...@snet.net on 2 Mar 2010 at 1:14

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, your version of GTK is really old (comparatively). So even testing 
compilation
for your machine is difficult. So we may have several round of patches. Any way 
I
have submitted a patch to SVN to help fix your issue. Please try that.

Original comment by kdeko...@gmail.com on 2 Mar 2010 at 1:58

GoogleCodeExporter commented 8 years ago
Patched version does compile successfully but only functions to play mp3/ogg 
files
from the command line-see below.  The gui does pop up on the screen looking 
functional.
---------------------------------------------------------------------------
However, when starting the gnome-mplayer gui from the menu, it does not appear 
to be
able to play anything.  See Screenshot.png attachment.
--------------------------------------------------------------------------
[root@localhost ~]# mplayer /root/music/BWV535.ogg
MPlayer SVN-r30512-4.1.2 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /root/music/BWV535.ogg.
[Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000)
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video

A:   2.3 (02.2) of 453.5 (07:33.4)  0.0% 

MPlayer interrupted by signal 2 in module: play_audio
A:   2.3 (02.3) of 453.5 (07:33.4)  0.0% 
Exiting... (Quit)
[root@localhost ~]# 
-----------------------------------------------------------------------
[root@localhost gnome-mplayer-read-only]# gnome-mplayer /root/music/BWV535.ogg
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
[root@localhost gnome-mplayer-read-only]#
--------------------------------------------------------------------------

Original comment by mshr...@snet.net on 3 Mar 2010 at 1:20

Attachments:

GoogleCodeExporter commented 8 years ago
Please run gnome-mplayer with the -v option. 

Original comment by kdeko...@gmail.com on 3 Mar 2010 at 1:38

GoogleCodeExporter commented 8 years ago
[root@localhost ~]# gnome-mplayer -v /root/music/BWV535.ogg
GNOME MPlayer v0.9.9.2
vo = xv ao = alsa
Master Playback is 1
Master Range is 0 to 100 
Master Current Volume 100, multiplier = 1.000000
Scaled Volume is 100.000000
Using volume of 100.00
Using softvol, setting volume to max (will be limited by mixer 100% of 100%)
opening /root/music/BWV535.ogg
is block 0
is character 0
is reg 1
is dir 0
playlist 0
embedded in window id 0x0
playlist detection = 0
adding file:///root/music/BWV535.ogg to playlist (cancel = 0)
Using match: type='signal',interface='com.gnome.mplayer'
Using match: type='signal',interface='org.gnome.SettingsDaemon'
Using match: type='signal',interface='org.gnome.SettingsDaemon.MediaKeys'
Proxy connections and Command connected
getting file metadata for /root/music/BWV535.ogg
playing - file:///root/music/BWV535.ogg
is playlist 0
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
libcurl required for cover art retrieval
mplayer -profile gnome-mplayer -quiet -slave -identify -softvol -volume 100
-mixer-channel Master -framedrop -noconsolecontrols -noidle -osdlevel 1 
-nomouseinput
-nocache -wid 0x1800039 -ss 0 -ass -noembeddedfonts -ass-font-scale 1.00 
-ass-color
ffffff00 -channels 2 -vf-add pp=ac/tn:a -autoq 2 -vf-add screenshot -dvd-device
/dev/dvd -af-add export=/tmp/mplayer-af_exportsicuop:512 /root/music/BWV535.ogg 
Spawn succeeded for filename /root/music/BWV535.ogg
media size = 0 x 0
MPlayer SVN-r30512-4.1.2 (C) 2000-2010 MPlayer Team
ERROR: mplayer: could not connect to socket
ERROR: mplayer: No such file or directory
ERROR: Failed to open LIRC support. You will not be able to use your remote 
control.

Playing /root/music/BWV535.ogg.
ID_AUDIO_ID=0
[Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
ID_FILENAME=/root/music/BWV535.ogg
ID_DEMUXER=ogg
ID_AUDIO_FORMAT=vrbs
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=453.49
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000)
ID_AUDIO_BITRATE=160000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==========================================================================
[export] Exporting to file: /tmp/mplayer-af_exportsicuop
[export] Memory mapped to file: /tmp/mplayer-af_exportsicuop (0xb7d3d000)
[export] Exporting to file: /tmp/mplayer-af_exportsicuop
[export] Memory mapped to file: /tmp/mplayer-af_exportsicuop (0xb7d3d000)
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
[export] Exporting to file: /tmp/mplayer-af_exportsicuop
[export] Memory mapped to file: /tmp/mplayer-af_exportsicuop (0xb7d3d000)
[export] Exporting to file: /tmp/mplayer-af_exportsicuop
[export] Memory mapped to file: /tmp/mplayer-af_exportsicuop (0xb7d3d000)
ID_AUDIO_CODEC=ffvorbis
[Mixer] No hardware mixing, inserting volume filter.
[export] Exporting to file: /tmp/mplayer-af_exportsicuop
[export] Memory mapped to file: /tmp/mplayer-af_exportsicuop (0xb7d3d000)
Video: no video
media size = 0 x 0
Starting playback...
Position: 0 %

ERROR: Thread completing
[root@localhost ~]#
--------------------------------------------------------------------------------
Not sure how to set -v in the gui menu for gnome-mplayer - I tried to add -v and
redirecting stdout and stderr to a file by using alacarte.  That did not work 
so I
must be doing the adjustment wrong.

Original comment by mshr...@snet.net on 3 Mar 2010 at 2:28

GoogleCodeExporter commented 8 years ago
Verbose by default -> Edit -> Preferences -> Interface   and check Verbose 
Debug.

This is what my output looks like... 

gnome-mplayer -v InTheCircle.ogg 
GNOME MPlayer v0.9.9.2
vo = gl:yuv=0 ao = pulse
Running with GIO support
Master Playback is 1
Master Range is 0 to 65536 
Master Current Volume 24916, multiplier = 0.001526
Scaled Volume is 38.018799
Using volume of 38.00
Using pulse audio in non-flat volume mode, setting volume to max (will be 
limited by
mixer 100% of 38%)
opening InTheCircle.ogg
is block 0
is character 0
is reg 1
is dir 0
playlist 0
embedded in window id 0x0
opening playlist
playlist detection = 0
adding file:///home/kdekorte/Music/InTheCircle.ogg to playlist (cancel = 0)
getting file metadata for /home/kdekorte/Music/InTheCircle.ogg
Using match: type='signal',interface='com.gnome.mplayer'
Using match: type='signal',interface='org.gnome.SettingsDaemon'
Using match: type='signal',interface='org.gnome.SettingsDaemon.MediaKeys'
Proxy connections and Command connected
playing - file:///home/kdekorte/Music/InTheCircle.ogg
is playlist 0
Looking for cover art at /home/kdekorte/Music/cover.jpg
Looking for cover art at /home/kdekorte/Music/Folder.jpg
MusicBrainz: Connecting to http://musicbrainz.org:80
MusicBrainz: GET /ws/1/release/?type=xml&artist=Hungry%20Lucy&title=Glo
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
mplayer -profile gnome-mplayer -quiet -slave -identify -volume 100 -framedrop 
-vf-pre
yadif,softskip,scale -noconsolecontrols -noidle -osdlevel 0 -nomouseinput 
-nocache
-wid 0x5c00044 -ss 0 -ass -noembeddedfonts -ass-font-scale 1.00 -ass-color 
ffffff00
-channels 6 -vf-add pp=ac/tn:a -autoq 1 -vf-add screenshot -dvd-device /dev/dvd
-af-add export=/tmp/mplayer-af_exportirsghb:512 
/home/kdekorte/Music/InTheCircle.ogg 
Spawn succeeded for filename /home/kdekorte/Music/InTheCircle.ogg
media size = 0 x 0
MPlayer SVN-r30818-4.4.3 (C) 2000-2010 MPlayer Team
ERROR: ERROR: ld.so: object '/usr/lib64/libv4l/v4l1compat.so' from LD_PRELOAD 
cannot
be preloaded: ignored.

Playing /home/kdekorte/Music/InTheCircle.ogg.
ID_AUDIO_ID=0
[Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
Clip info:
 Title: In the Circle
ID_CLIP_INFO_NAME0=Title
ID_CLIP_INFO_VALUE0=In the Circle
 Artist: Hungry Lucy
ID_CLIP_INFO_NAME1=Artist
ID_CLIP_INFO_VALUE1=Hungry Lucy
 Album: Glo
ID_CLIP_INFO_NAME2=Album
ID_CLIP_INFO_VALUE2=Glo
 Comments: Creative Commons Attribution-Noncommercial-Share Alike 3.0
http://creativecommons.org/licenses/by-nc-sa/3.0/us/

Permissions beyond the scope of this license may be available at
http://www.hungrylucy.com/contact.php
ID_CLIP_INFO_NAME3=Comments
ID_CLIP_INFO_VALUE3=Creative Commons Attribution-Noncommercial-Share Alike 3.0
http://creativecommons.org/licenses/by-nc-sa/3.0/us/

Permissions beyond the scope of this license may be available at
http://www.hungrylucy.com/contact.php
ID_CLIP_INFO_N=4
ID_FILENAME=/home/kdekorte/Music/InTheCircle.ogg
ID_DEMUXER=ogg
ID_AUDIO_FORMAT=vrbs
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
ID_LENGTH=122.80
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8000->176400)
ID_AUDIO_BITRATE=64000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==========================================================================
[export] Exporting to file: /tmp/mplayer-af_exportirsghb
[export] Memory mapped to file: /tmp/mplayer-af_exportirsghb (0xf6d62000)
[export] Exporting to file: /tmp/mplayer-af_exportirsghb
[export] Memory mapped to file: /tmp/mplayer-af_exportirsghb (0xf6d62000)
AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)
[export] Exporting to file: /tmp/mplayer-af_exportirsghb
[export] Memory mapped to file: /tmp/mplayer-af_exportirsghb (0xf6d62000)
[export] Exporting to file: /tmp/mplayer-af_exportirsghb
[export] Memory mapped to file: /tmp/mplayer-af_exportirsghb (0xf6d62000)
ID_AUDIO_CODEC=ffvorbis
Video: no video
media size = 0 x 0
Starting playback...
ID_AUDIO_TRACK=0
MusicBrainz: Result: 0 (200 OK)
MusicBrainz: Status: 200
MusicBrainz: Response:
<?xml version="1.0" encoding="UTF-8"?><metadata
xmlns="http://musicbrainz.org/ns/mmd-1.0#"
xmlns:ext="http://musicbrainz.org/ns/ext-1.0#"><release-list offset="0"
count="3"><release type="Album Official" 
id="e77c9d26-0b43-4413-839c-fa0454adcae5"
ext:score="100"><title>Glō</title><text-representation script="Latn"
language="ENG"/><asin>B00008D4FW</asin><artist
id="9ba4b3a7-bf3d-4130-83b8-0600264b18b2"><name>Hungry
Lucy</name></artist><release-event-list><event format="Digital"
catalog-number="43661" country="XW"
date="2009-04-17"><label><name>Jamendo</name></label></event><event format="CD"
country="US" date="2008-12-02"><label><name>Hungry Lucy
Music</name></label></event><event format="CD" barcode="783707658025"
catalog-number="HLCD002" country="US" date="2003-02-04"><label><name>Hungry Lucy
Music</name></label></event></release-event-list><disc-list 
count="1"/><track-list
count="12"/></release><release type="Album Official"
id="ea1e49fc-0a68-47e5-a64d-b4a4abe8be11"
ext:score="100"><title>Glō</title><text-representation script="Latn"
language="ENG"/><asin>B00008D4FW</asin><artist
id="9ba4b3a7-bf3d-4130-83b8-0600264b18b2"><name>Hungry
Lucy</name></artist><release-event-list><event country="BE"
date="2003-02-07"/></release-event-list><disc-list count="1"/><track-list
count="17"/></release><release type="Remix Official"
id="7ad573bf-3feb-4ef7-8cfa-85a901480556" ext:score="74"><title>Glō (bonus
disc)</title><text-representation script="Latn"
language="ENG"/><asin>B00008D4FW</asin><artist
id="9ba4b3a7-bf3d-4130-83b8-0600264b18b2"><name>Hungry
Lucy</name></artist><release-event-list><event format="CD" 
barcode="783707658025"
catalog-number="HLCD002" country="US" date="2003-02-04"><label><name>Hungry Lucy
Music</name></label></event></release-event-list><disc-list 
count="1"/><track-list
count="10"/></release></release-list></metadata>
MusicBrainz: Connecting to http://musicbrainz.org:80
MusicBrainz: GET 
/ws/1/release/e77c9d26-0b43-4413-839c-fa0454adcae5?type=xml&inc=url-rels
MusicBrainz: Result: 0 (200 OK)
MusicBrainz: Status: 200
MusicBrainz: Response:
<?xml version="1.0" encoding="UTF-8"?><metadata
xmlns="http://musicbrainz.org/ns/mmd-1.0#"
xmlns:ext="http://musicbrainz.org/ns/ext-1.0#"><release
id="e77c9d26-0b43-4413-839c-fa0454adcae5" type="Album Official"
><title>Glō</title><text-representation language="ENG"
script="Latn"/><asin>B00008D4FW</asin><relation-list target-type="Url"><relation
type="Discogs" target="http://www.discogs.com/release/838427" begin=""
end=""/><relation type="AmazonAsin"
target="http://www.amazon.com/gp/product/B00008D4FW" begin="" end=""/><relation
type="CreativeCommonsLicensedDownload"
attributes="AttributionNonCommercialShareAlikeByNcSa"
target="http://www.jamendo.com/album/43661" begin="" end=""/><relation
type="CoverArtLink" target="http://www.jamendo.com/album/43661" begin=""
end=""/></relation-list></release></metadata>
media size = 0 x 0

Exiting... (Quit)
Thread completing

Original comment by kdeko...@gmail.com on 3 Mar 2010 at 2:37

GoogleCodeExporter commented 8 years ago
Checked the Verbose Debug and ran the following - seems to work fine if
it's started from the command line. Does nothing if I try to start 
gnome-mplayer from
the gnome menu.  This issue is really fixed and the remaining issues are
different - "libcurl required for cover art retrieval" is showing in the debug,
yet I do have libcurl installed:
[root@localhost ~]# find / -name libcurl* -print
/usr/lib/libcurl.a
/usr/lib/libcurl.so.3.0.0
/usr/lib/libcurl.so.3
/usr/lib/libcurl.so
and the gnome menu launch of gnome-mplayer - thank you!!
--------------------------------------------------------------
[root@localhost ~]# gnome-mplayer -v /root/music/BWV535.ogg
GNOME MPlayer v0.9.9.2
vo = xv ao = alsa
Master Playback is 1
Master Range is 0 to 100 
Master Current Volume 100, multiplier = 1.000000
Scaled Volume is 100.000000
Using volume of 100.00
Using softvol, setting volume to max (will be limited by mixer 100% of 100%)
opening /root/music/BWV535.ogg
is block 0
is character 0
is reg 1
is dir 0
playlist 0
embedded in window id 0x0
playlist detection = 0
adding file:///root/music/BWV535.ogg to playlist (cancel = 0)
Using match: type='signal',interface='com.gnome.mplayer'
Using match: type='signal',interface='org.gnome.SettingsDaemon'
Using match: type='signal',interface='org.gnome.SettingsDaemon.MediaKeys'
Proxy connections and Command connected
getting file metadata for /root/music/BWV535.ogg
playing - file:///root/music/BWV535.ogg
is playlist 0
media size = 0 x 0
media size = 0 x 0
media size = 0 x 0
libcurl required for cover art retrieval
media size = 0 x 0
mplayer -profile gnome-mplayer -quiet -slave -identify -softvol -volume 100
-mixer-channel Master -framedrop -noconsolecontrols -noidle -osdlevel 1 
-nomouseinput
-nocache -wid 0x1a00039 -ss 0 -ass -noembeddedfonts -ass-font-scale 1.00 
-ass-color
ffffff00 -channels 2 -vf-add pp=ac/tn:a -autoq 2 -vf-add screenshot -dvd-device
/dev/dvd -af-add export=/tmp/mplayer-af_exportghlwhx:512 /root/music/BWV535.ogg 
Spawn succeeded for filename /root/music/BWV535.ogg
MPlayer SVN-r30512-4.1.2 (C) 2000-2010 MPlayer Team
ERROR: mplayer: could not connect to socket
ERROR: mplayer: No such file or directory
ERROR: Failed to open LIRC support. You will not be able to use your remote 
control.

Playing /root/music/BWV535.ogg.
ID_AUDIO_ID=0
[Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
ID_FILENAME=/root/music/BWV535.ogg
ID_DEMUXER=ogg
ID_AUDIO_FORMAT=vrbs
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=453.49
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000)
ID_AUDIO_BITRATE=160000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==========================================================================
[export] Exporting to file: /tmp/mplayer-af_exportghlwhx
[export] Memory mapped to file: /tmp/mplayer-af_exportghlwhx (0xb7d18000)
[export] Exporting to file: /tmp/mplayer-af_exportghlwhx
[export] Memory mapped to file: /tmp/mplayer-af_exportghlwhx (0xb7d18000)
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
[export] Exporting to file: /tmp/mplayer-af_exportghlwhx
[export] Memory mapped to file: /tmp/mplayer-af_exportghlwhx (0xb7d18000)
[export] Exporting to file: /tmp/mplayer-af_exportghlwhx
[export] Memory mapped to file: /tmp/mplayer-af_exportghlwhx (0xb7d18000)
ID_AUDIO_CODEC=ffvorbis
[Mixer] No hardware mixing, inserting volume filter.
[export] Exporting to file: /tmp/mplayer-af_exportghlwhx
[export] Memory mapped to file: /tmp/mplayer-af_exportghlwhx (0xb7d18000)
Video: no video
media size = 0 x 0
Starting playback...

media size = 0 x 0
media size = 0 x 0
media size = 0 x 0

ERROR: Thread completing
shutting down threadquery for /root/music/BWV535.ogg since threaddata->done is 
TRUE
[root@localhost ~]# 

Original comment by mshr...@snet.net on 4 Mar 2010 at 3:08

GoogleCodeExporter commented 8 years ago
libcurl - you probably don't have libcurl-devel installed when you can 
configure, you
also need libmusicbrainz-devel as well. All this gives you is cover art 
retrieval.
The warning is there for me, when people send me debug info.

Do you happen to have SELinux enabled? If so that might be preventing 
gnome-mplayer
from working from the menu.

Original comment by kdeko...@gmail.com on 4 Mar 2010 at 6:20

GoogleCodeExporter commented 8 years ago
It's hard for me to say as there are libmusicbrainz packages for libmusicbrainz
but no libcurl packages for libcurl.  Closest I find is curl and curl-devel 
packages
- which I am guessing has the libcurl in it. I think I did notice that my 
version
of libmusicbrainz needs to be version 3+ and mine is not.

I do have SELinux enabled - however many time I'll get a panel icon that says if
SELinux didn't like something - unless that gets hidden or suppressed by some 
part of
the GNOME Desktop.  I'll try turning off the security and trying the menu 
launcher again.
--------------------------------------------------------------------------------
[root@localhost ~]# yum list curl curl-devel
Loaded plugins: rhnplugin, security
Installed Packages
curl.i386                       7.15.5-2.1.el5_3.5               installed
curl-devel.i386                 7.15.5-2.1.el5_3.5               installed
[root@localhost ~]
--------------------------------------------------------------------------------
-
[root@localhost ~]# yum list libmusicbrainz libmusicbrainz-devel
Loaded plugins: rhnplugin, security
Installed Packages
libmusicbrainz.i386             2.1.1-4.1                        installed
libmusicbrainz-devel.i386       2.1.1-4.1                        installed
[root@localhost ~]# 
--------------------------------------------------------------------------------
-

Original comment by mshr...@snet.net on 4 Mar 2010 at 10:53

GoogleCodeExporter commented 8 years ago
I just wanted to add it works nicely now when I start it up from the command 
line.
Thank you!

Original comment by mshr...@snet.net on 4 Mar 2010 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 15 Mar 2010 at 1:13