Summary: | net-misc/freerdp-2.0.0_rc0 fails to build because of ccache | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergey Ilinykh <rion4ik> |
Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Sergey Ilinykh
2017-08-31 07:56:37 UTC
Created attachment 491138 [details]
build.log
well. I just removed ccache directory and it worked. No problems with other packages though. Seems like you mis-configured ccache somehow. Not a bug in freerdp for certain. no no. other packages compile fine with ccache. only freerdp fails. I noticed freerdp has kind o ccache detection in cmakelists.txt file. I believe this is the problem. Well I'll be damned. Well spotted! https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae86c837bc1046d8613844cffac96338a53977d commit 6ae86c837bc1046d8613844cffac96338a53977d Author: Mike Gilbert <floppym@gentoo.org> Date: Thu Aug 31 15:45:41 2017 -0400 net-misc/freerdp: disable ccache auto-detection Bug: https://bugs.gentoo.org/629428 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild | 1 + net-misc/freerdp/freerdp-9999.ebuild | 1 + 2 files changed, 2 insertions(+) thanks |