Bugs item #1378701, was opened at 2005-12-12 13:36 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1378701&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Götz Waschk (waschk) Assigned to: Nobody/Anonymous (nobody) Summary: missing source code of ICSharpCode.SharpCvsLib.dll Initial Comment: nant 0.8.5rc3 cannot run on mono 1.1.10.1, as the bundled version of ICSharpCode.SharpCvsLib.dll is based on an old API version: [EMAIL PROTECTED] nant-0.85-rc3]$ echo ./bootstrap/lib/ICSharpCode.SharpCvsLib.dll|mono-find-requires mono(ICSharpCode.SharpZipLib) = 0.83.1.0 mono(log4net) = 1.2.9.0 mono(mscorlib) = 1.0.3300.0 mono(System) = 1.0.3300.0 mono(System.Xml) = 1.0.3300.0 Mono 1.1.10.1 provides mono(mscorlib) = 1.0.5000.0. Please add the source of this DLL so it is possible to bootstrap nant. ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2005-12-12 16:15 Message: Logged In: YES user_id=707851 That is correct, ofcourse. But it's not a good idea to include the sources of all third-party products that we support in NAnt CVS and the NAnt source distribution. In a perfect world, we would get the sources from those projects during bootstrap and build them first ... But I'm afraid this is not going to happen any time soon, as this would require an efforts from all these projects. ---------------------------------------------------------------------- Comment By: Götz Waschk (waschk) Date: 2005-12-12 14:52 Message: Logged In: YES user_id=79274 Maybe mono-find-requires and provides are too strict, but this is no problem if all code is recompiled for the new mono. ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2005-12-12 14:37 Message: Logged In: YES user_id=707851 Bug #76369 is fixed in svn. Are you creating an rpm package for NAnt ? mono-find- requires might perhaps be too strict. It does not take into account the automatic re-targeting of system assemblies, you might want to submit a bug report for this (for the Mono team). ---------------------------------------------------------------------- Comment By: Götz Waschk (waschk) Date: 2005-12-12 14:29 Message: Logged In: YES user_id=79274 Apart from this issue: http://bugzilla.ximian.com/show_bug.cgi?id=76369 I can bootstrap the nant nightly. Unfortunately, I cannot install the created rpm package. The rpm package has the deps above (output of mono-find-requires), but the rpm with the mono runtime library does not provide these versions but onl 1.0.5000.0. So you think this is a only a problem of mono? ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2005-12-12 14:24 Message: Logged In: YES user_id=707851 Mono should automatically retarget assemblies built using .NET 1.0 (1.0.3300.0) to use system assemblies of the current runtime version. This has been working fine for quite a while, and its still working fine now. NAnt ships with assemblies built for .NET 1.0 to allow us to have a single binary distribution that works out-of-the- box on all supported frameworks (CLR's). Not sure why you running into problems with this. What's the error you get when you attempt to bootstrap the latest nightly build ? ---------------------------------------------------------------------- Comment By: Götz Waschk (waschk) Date: 2005-12-12 14:04 Message: Logged In: YES user_id=79274 The same happens with the 2005-12-03 nightly, log4net.dll has the wrong deps: [EMAIL PROTECTED] bin]$ echo log4net.dll |mono-find-requires mono(mscorlib) = 1.0.3300.0 mono(System) = 1.0.3300.0 mono(System.Data) = 1.0.3300.0 mono(System.Web) = 1.0.3300.0 mono(System.Xml) = 1.0.3300.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1378701&group_id=31650 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers