Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282890 - dev-lang/mono-2.4.2.3 fails to compile, earlier version works fine
Summary: dev-lang/mono-2.4.2.3 fails to compile, earlier version works fine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 11:52 UTC by Jude Pereira
Modified: 2009-08-28 21:48 UTC (History)
0 users

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


Attachments
o/p of emerge --info (emerge-info,3.53 KB, text/plain)
2009-08-27 11:56 UTC, Jude Pereira
Details
build.log of mono (mono-fail,362.51 KB, text/plain)
2009-08-27 11:57 UTC, Jude Pereira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jude Pereira 2009-08-27 11:52:53 UTC
dev-lang/mono-2.4.2.3 fails to compile, earlier version works fine. I tried to update it, it failed. Went back to the earlier version, worked fine.

Reproducible: Always

Steps to Reproduce:
1. Compile dev-lang/mono-2.4.2.3

Actual Results:  
dev-lang/mono-2.4.2.3 fails to compile due to a number of errors... Endpoint: code is broken

Expected Results:  
dev-lang/mono-2.4.2.3 should have emerged properly without any errors.
Comment 1 Jude Pereira 2009-08-27 11:56:26 UTC
Created attachment 202385 [details]
o/p of emerge --info
Comment 2 Jude Pereira 2009-08-27 11:57:46 UTC
Created attachment 202387 [details]
build.log of mono
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-08-27 21:51:09 UTC
Let's eliminate the obvious:
emerge -C ccache
emerge -1 =mono-2.4.2.3
Comment 4 Jude Pereira 2009-08-28 14:22:26 UTC
(In reply to comment #3)
> Let's eliminate the obvious:
> emerge -C ccache
> emerge -1 =mono-2.4.2.3
> 

Hmm, your right. I disabled the ccache option in make.conf and it compiled well. Can you take a little more time to please explain to me what exactly happened?
Comment 5 Peter Alfredsen (RETIRED) gentoo-dev 2009-08-28 21:48:22 UTC
ccache sometimes fails to work correctly. It's rare, but it happens. Especially likely to happen when recompiling a package that's had only very small patches applied to it relative to a previously compiled version, in my experience. Often it's non-reproducible (fluke?).