Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6429 - xosd/xmms-xosd doesn't display data
Summary: xosd/xmms-xosd doesn't display data
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-13 20:25 UTC by Dave Berenson
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Berenson 2002-08-13 20:25:13 UTC
I'm no longer able to see song titles, volume control, or anything else that I
used to be able to see when using xosd with the xmms-xosd plugin.

For the heck of it, I ran osd_cat [which lets you display test messages in X] to
see if it was just the plugin or the xosd library itself.  This is what I got:

grandpajive@gentoo grandpajive $ osd_cat
mkdir: cannot create directory `/usr/bin/.libs': Permission denied
/usr/bin/osd_cat: cd: /var/tmp/portage/xosd-1.0.0-r1/work/xosd-1.0.0/src: No
such file or directory
gcc: osd_cat.o: No such file or directory
gcc: ./.libs/libxosd.so: No such file or directory

So.. yeah. I think something got goofed up with the xosd-1.0.0-r1 ebuild.  So I
wasn't 100% sure to file this under applications or ebuild.. tho the ebuild does
sucessfully complete.  I unmerged and re-emerged both programs just in case
there was something erratic with my system. Same results.
Comment 1 Michael Grigoriev 2002-08-24 15:16:16 UTC
The reason for the osd_cat error at least is the fact that the wrapper script
instead of the actuall executable gets copied to /usr/bin. The actuall
executable is located in .libs in the src directory.
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-25 11:03:47 UTC
This seems to be fixed in 1.0.2. I removed the contents in /var/tmp/portage and
could still use osd_cat. Please report if you have any further problmes with xosd.