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

Bug 179270

Summary: dev-dotnet/nant-0.85 fails to build on ~amd64
Product: Gentoo Linux Reporter: Peter Avramucz <muczyjoe>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Avramucz 2007-05-20 20:37:21 UTC
>>> Compiling source in /var/tmp/portage/dev-dotnet/nant-0.85/work/nant-0.85 ...
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in the same directory
# as NAnt.exe
cp lib/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \
                -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
resgen  src/NAnt.Core/Resources/Strings.resx bootstrap/NAnt.Core.Resources.Strings.resources
Error: Invalid ResX input.  Could not find valid "resheader" tags for the ResX reader & writer type names.
make: *** [bootstrap/NAnt.Core.dll] Error 1

However I get "a lone zero block at 22932" from tar when unpacking...
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-23 00:55:51 UTC
post your emerge --info please
Comment 2 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-23 19:53:59 UTC
Since many users report that nant-0.85 builds fine on their amd64 boxes it seems that it's not an arch related bug. Closing with needinfo