Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When I try to emerge nant I get this error: build: [csc] Compiling 154 files to '/var/tmp/portage/nant-0.85_rc3-r1/work/nant-0.85-nightly-2005-12-13/build/mono-2.0.unix/nant-0.85-debug/bin/NAnt.Core.dll'. [resgen] Read in 199 resources from '/var/tmp/portage/nant-0.85_rc3-r1/work/nant-0.85-nightly-2005-12-13/src/NAnt.Core/Resources/Strings.resx' [resgen] Writing resource file... Done. [csc] /var/tmp/portage/nant-0.85_rc3-r1/work/nant-0.85-nightly-2005-12-13/src/NAnt.Core/Tasks/StyleTask.cs(273,33): error CS1717: Assignment made to same variable; did you mean to assign something else? [csc] Compilation failed: 1 error(s), 0 warnings BUILD FAILED - 0 non-fatal error(s), 1 warning(s) /var/tmp/portage/nant-0.85_rc3-r1/work/nant-0.85-nightly-2005-12-13/src/NAnt.Core/NAnt.Core.build(11,10): External Program Failed: /usr/lib/pkgconfig/../../lib/mono/2.0/gmcs.exe (return code was 1) Total time: 3 seconds.
Created an attachment (id=95831) [edit] emerge --info
I'm forgot to mention I'm using mono version 1.1.16.1
Created an attachment (id=97016) [edit] Patch fixing the problem This removes the redundant assignment from StyleTask.cs. Try it out and let us know if it works for you.
Indeed. Fixed in CVS, thanks for the bug report. Marking this FIXED.