Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 293775

Summary: media-libs/glpng-1.45-r: emerge breaks during install: CMake Error at src/cmake_install.cmake:41 (FILE): file INSTALL cannot find file
Product: Gentoo Linux Reporter: K. Posern <quickhelp>
Component: Current packagesAssignee: Tomáš Chvátal (RETIRED) <scarabeus>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge log

Description K. Posern 2009-11-19 22:11:23 UTC
Emerge not possible.

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/glpng
2.
3.
Actual Results:  
Emerge not possible: See emerge log.
Comment 1 K. Posern 2009-11-19 22:12:34 UTC
Created attachment 210648 [details]
emerge --info
Comment 2 K. Posern 2009-11-19 22:13:22 UTC
Created attachment 210650 [details]
emerge log
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-11-23 00:50:26 UTC
Try to disable ccache and build it again.

Thx
Comment 4 K. Posern 2009-11-23 13:34:51 UTC
I do not really understand why...
... but that did the trick.

Thanks!
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2009-11-23 19:37:51 UTC
Closing the bug with proper resolution then :]

Ccache is sometimes evil beast. If some build fails for you, then try first disabling it, because with ccache there is no way how to debug/find issues why something fails.

Cheers