Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11172 - media-plugins/xmms-lirc works fine !without! ccache enabled
Summary: media-plugins/xmms-lirc works fine !without! ccache enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 18:16 UTC by Thomas Preissler
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 Thomas Preissler 2002-11-24 18:16:08 UTC
My /etc/make.conf contains 'CC="ccache gcc"'. 

Merging media-plugins/xmms-lirc with "ACCEPT_KEYWORDS="~x86" emerge 
media-plugins/xmms-lirc" shows the following error:

...
/bin/install -c .libs/liblirc.so 
/var/tmp/portage/xmms-lirc-1.2/image//usr/lib/xmms/General/liblirc.so
/bin/install: cannot stat `.libs/liblirc.so': No such file or directory
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/xmms-lirc-1.2/work/lirc-xmms-plugin-1.2'
make: *** [install-am] Error 2
...

Disabling ccache -> all works fine.
I think this is a more ccache specific error, not really an ebuild error.
Comment 1 Matt Keadle 2002-11-27 01:08:57 UTC
/bin/install: cannot stat `.libs/liblirc.so': No such file or directory

I've never seen ccache cause an error like that. I'll see what I can dig up.
Comment 2 Matt Keadle 2002-11-27 02:22:15 UTC
Just a quick thought, but have you tried purging your ccache cache and trying
with ccache enabled again?
Comment 3 Matt Keadle 2002-11-30 17:09:36 UTC
I need some feedback here. I have this installed on three machines with no
problems, all running ccache. 
Comment 4 Matt Keadle 2002-12-06 03:38:41 UTC
I've torn apart a few machines tonight and thought I'd switch my WinTV card around in them to work on this lirc issue, as that card is my IR receiver. Three machines, 2 with gcc 3.2, 1 with 2.95, all with ccache.. no problems.
While it _has_ made me consider getting a few more bttv cards, I haven't been able to produce any lirc problems at all, ccache related or otherwise.

If you can give me any feedback it would help. Even a "Hey! Leave me alone for now!" would be enough.
Comment 5 Thomas Preissler 2002-12-08 07:38:01 UTC
The reason was "CC=ccache gcc" in /etc/make.conf. Now I have disabled this and all works fine.

Thanks for your convenience.