[Mono-list] Building latest svn mono-2-4 fails due to missing

Sergii Volchkov s.volchkov at gmail.com
Tue Jul 28 11:10:57 EDT 2009


Hello,

I am trying to build mono 2.4 from
http://anonsvn.mono-project.com/source/branches/mono-2-4, r138837.
The build fails for me with the following error message:


make[7]: Entering directory `/home/volk/mono/svn/mcs/class/System'
Creating the per profile list
../../build/deps/net_2_1_bootstrap_System.dll.sources ...
./../../tools/gensources.sh net_2_1_bootstrap_System.dll.sources  >
../../build/deps/net_2_1_bootstrap_System.dll.sources
Creating ../../build/deps/net_2_1_bootstrap_System.dll.makefrag ...
make[7]: Leaving directory `/home/volk/mono/svn/mcs/class/System'
make[7]: Entering directory `/home/volk/mono/svn/mcs/class/System'
make all-local
make[8]: Entering directory `/home/volk/mono/svn/mcs/class/System'
make[8]: *** No rule to make target
`System.IO.Compression/GzipStream.cs', needed by
`../../class/lib/net_2_1_bootstrap/System.dll'.  Stop.


I suppose, the possible reason is that the file
mcs/class/System/System.IO.Compresison/GzipStream.cs was renamed to
GZipStream.cs in r138303, but
mcs/class/System/net_2_1_raw_System.dll.sources still contains the old
spelling. I don't know anything about mono build process, however
after fixing the spelling and rebuilding everything went fine.

For your reference, please find attached a patch.

--
Sergii Volchkov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: net_2_1_raw_System.dll.sources.patch
Type: application/octet-stream
Size: 535 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20090728/7b9fcc0d/attachment.obj 


More information about the Mono-list mailing list