Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5685 - x11-libs/xosd package: missing file
Summary: x11-libs/xosd package: missing file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-28 14:52 UTC by Mathieu Seigneurin
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Mathieu Seigneurin 2002-07-28 14:52:14 UTC
I just tried to emerge xosd, and it failed to compile. 
ebuild unpack said that a file called: 
/usr/portage/x11-libs/xosd/files/xosd-0.7.0-Makefile-gentoo.diff 
was missing. 
I tried emerge rsync, but that didn't change anything (and 
the file doesn't appear to be in cvs). 
 
The fix is trivial. I guess that file should be something like: 
***************************************************************** 
--- Makefile.old        Sun Jul 28 21:40:07 2002 
+++ Makefile    Sun Jul 28 21:40:22 2002 
@@ -23,11 +23,11 @@ 
 XOSDLIBS=-lxosd 
 
 SOURCES=NEWS AUTHORS ChangeLog README COPYING Makefile testprog.c xosd.c \ 
-       xosd.h xmms_osd.c osd_cat.c xosd.3 osd_cat.1 
+       xosd.h osd_cat.c xosd.3 osd_cat.1 
 
 ARFLAGS=cru 
 
-all: testprog libxosd.a libxosd.so libxmms_osd.so osd_cat 
+all: testprog libxosd.a libxosd.so osd_cat 
 
 %.o: %.c 
        $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ 
*****************************************************************
Comment 1 SpanKY gentoo-dev 2002-08-04 20:21:46 UTC
no idea where you got that patch, but doing a grep on that dir for 'SOURCE=' 
resulted in no hits ... in other words, the patch didnt work :)
Comment 2 Mathieu Seigneurin 2002-08-07 11:59:05 UTC
xosd-1.0.0 package doesn't work either: 
# emerge -u xosd 
.... 
>>> md5 ;-) xosd-1.0.0.tar.gz 
>>> Unpacking source... 
>>> Unpacking xosd-1.0.0.tar.gz 
/usr/sbin/ebuild.sh: 
/usr/portage/x11-libs/xosd/files/xosd-1.0.0-Makefile-gentoo.diff: No such file 
or directory 
>>> Source unpacked. 
... 
 
Build fails miserably (./configure doesn't process since I don't have 
xmms installed). 
 
Comment 3 Mathieu Seigneurin 2002-08-07 12:07:46 UTC
Oh. I missed your comment about my patch. Sorry. 
Well, it did work for me, but on xosd-0.7, not 1.0. 
Could that be the issue? (Plus my not having xmms of 
course, which probably invalidates the 1.0 install 
altogether) 
Comment 4 José Alberto Suárez López 2002-08-08 20:30:53 UTC
may be...

we need a new patch for 1.0.0 :)