Date: Thu, 18 Jan 2018 21:19:18 +0200 From: David Naylor <naylor.b.david@gmail.com> To: Russell Haley <russ.haley@gmail.com> Cc: Freebsd-mono <freebsd-mono@freebsd.org>, Tomas Weinfurt <Tomas.Weinfurt@microsoft.com> Subject: Re: Mono 5.2 patch and DotNet Core 2 update Message-ID: <54154884.XoI90fV5U6@dragon.local> In-Reply-To: <CABx9NuShrnMHrh_hnNSm2wa%2BLpbx9S5MQbzq_B8-TOa7cxTdCQ@mail.gmail.com> References: <CABx9NuSEmhg2=aMNPHP=eoRH4Wz4wKojX4J%2BUYV0U-poKPgYBg@mail.gmail.com> <23319606.qSeMWFapg7@dragon.local> <CABx9NuShrnMHrh_hnNSm2wa%2BLpbx9S5MQbzq_B8-TOa7cxTdCQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart3160164.fCJY3NdO0h Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" On Thursday, 11 January 2018 21:48:27 Russell Haley wrote: > David. I assume MSBuild and Roslyn are in > progress? I haven't touched MSBuild and Roslyn. I want to get mono and linux-dot= net into Ports first. =20 Speaking of mono: - I've updated the patch on Phabricator - distinfo has been fixed - all dependent ports have been bumped - I've moved the '/usr/share/.mono' directory to '$PREFIX/share/mono' We have 7 tests failing. Briefly: 1) Looks like a false negative? 2-3) Needs to be investigates, possibly a false negative. =20 4-7) FreeBSD uses different zoneinfo names, needs to be patched (i.e. = false negative). =20 Will anyone be able to look into these? Regards David 1) CreateSubKey_Name_MaxLength (MonoTests.Microsoft.Win32.RegistryKeyTe= st.CreateSubKey_Name_MaxLength) System.ArgumentException : Cannot delete a subkey tree because the s= ubkey does not exist. at Microsoft.Win32.RegistryKey.DeleteSubKeyTree (System.String subkey= , System.Boolean throwOnMissingSubKey) [0x00024] in /home/dbn/ports/por= ts/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Microsoft.Win32/= RegistryKey.cs:631=20 at Microsoft.Win32.RegistryKey.DeleteSubKeyTree (System.String subkey= ) [0x00000] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215= /mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:612=20 at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:D= eleteSubKeyTree (string) at MonoTests.Microsoft.Win32.RegistryKeyTest.CreateSubKey_Name_MaxLen= gth () [0x0004e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.= 0.215/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:610=20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 2) DeleteSubKey_Name_MaxLength (MonoTests.Microsoft.Win32.RegistryKeyTe= st.DeleteSubKey_Name_MaxLength) System.IO.PathTooLongException : Path is too long. Path: /home/dbn/p= orts/ports/lang/mono/work/.mono/registry/CurrentUser/software/aaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa at System.IO.Directory.CreateDirectoriesInternal (System.String path)= [0x0005f] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/= mcs/class/corlib/System.IO/Directory.cs:121=20 at System.IO.Directory.CreateDirectory (System.String path) [0x0008f]= in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/= corlib/System.IO/Directory.cs:85=20 at Microsoft.Win32.KeyHandler..ctor (Microsoft.Win32.RegistryKey rkey= , System.String basedir, System.Boolean is_volatile) [0x00038] in /home= /dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Mi= crosoft.Win32/UnixRegistryApi.cs:152=20 at Microsoft.Win32.KeyHandler.Ensure (Microsoft.Win32.RegistryKey rke= y, System.String extra, System.Boolean writable, System.Boolean is_vola= tile) [0x00036] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0= .215/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:249=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname, System.Boolean writable, System.Bo= olean is_volatile) [0x0002c] in /home/dbn/ports/ports/lang/mono/work/mo= no-mono-5.2.0.215/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:1= 011=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname, System.Boolean writable) [0x00000]= in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/= corlib/Microsoft.Win32/UnixRegistryApi.cs:999=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname) [0x00000] in /home/dbn/ports/ports= /lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Microsoft.Win32/Un= ixRegistryApi.cs:852=20 at Microsoft.Win32.RegistryKey.CreateSubKey (System.String subkey) [0= x00027] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs= /class/corlib/Microsoft.Win32/RegistryKey.cs:515=20 at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:C= reateSubKey (string) at MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteSubKey_Name_MaxLen= gth () [0x0001e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.= 0.215/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1029=20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 3) DeleteSubKeyTree_Name_MaxLength (MonoTests.Microsoft.Win32.RegistryK= eyTest.DeleteSubKeyTree_Name_MaxLength) System.IO.PathTooLongException : Path is too long. Path: /home/dbn/p= orts/ports/lang/mono/work/.mono/registry/CurrentUser/software/aaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa at System.IO.Directory.CreateDirectoriesInternal (System.String path)= [0x0005f] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/= mcs/class/corlib/System.IO/Directory.cs:121=20 at System.IO.Directory.CreateDirectory (System.String path) [0x0008f]= in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/= corlib/System.IO/Directory.cs:85=20 at Microsoft.Win32.KeyHandler..ctor (Microsoft.Win32.RegistryKey rkey= , System.String basedir, System.Boolean is_volatile) [0x00038] in /home= /dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Mi= crosoft.Win32/UnixRegistryApi.cs:152=20 at Microsoft.Win32.KeyHandler.Ensure (Microsoft.Win32.RegistryKey rke= y, System.String extra, System.Boolean writable, System.Boolean is_vola= tile) [0x00036] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0= .215/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:249=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname, System.Boolean writable, System.Bo= olean is_volatile) [0x0002c] in /home/dbn/ports/ports/lang/mono/work/mo= no-mono-5.2.0.215/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:1= 011=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname, System.Boolean writable) [0x00000]= in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/= corlib/Microsoft.Win32/UnixRegistryApi.cs:999=20 at Microsoft.Win32.UnixRegistryApi.CreateSubKey (Microsoft.Win32.Regi= stryKey rkey, System.String keyname) [0x00000] in /home/dbn/ports/ports= /lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Microsoft.Win32/Un= ixRegistryApi.cs:852=20 at Microsoft.Win32.RegistryKey.CreateSubKey (System.String subkey) [0= x00027] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs= /class/corlib/Microsoft.Win32/RegistryKey.cs:515=20 at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:C= reateSubKey (string) at MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteSubKeyTree_Name_Ma= xLength () [0x0001e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-= 5.2.0.215/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1243= =20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 4) ConvertTime_AjustmentConvertTimeWithSourceTimeZone (MonoTests.System= .TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWith= SourceTimeZone) System.TimeZoneNotFoundException : Couldn't read time zone file /usr= /share/zoneinfo/US/Eastern ----> System.IO.DirectoryNotFoundException : Could not find a part of= the path "/usr/share/zoneinfo/US/Eastern". at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x0000c] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:581=20= at System.TimeZoneInfo.FindSystemTimeZoneByIdCore (System.String id) = [0x0000c] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/m= cs/class/corlib/System/TimeZoneInfo.cs:201=20 at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x0= 0068] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/c= lass/corlib/System/TimeZoneInfo.cs:571=20 at MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_Aju= stmentConvertTimeWithSourceTimeZone () [0x00000] in /home/dbn/ports/por= ts/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Test/System/Time= ZoneInfoTest.cs:729=20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 =2D-DirectoryNotFoundException at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share, System.I= nt32 bufferSize, System.Boolean anonymous, System.IO.FileOptions option= s) [0x0015e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.21= 5/mcs/class/corlib/System.IO/FileStream.cs:223=20 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000= ] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class= /corlib/System.IO/FileStream.cs:91=20 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (s= tring,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in /home/db= n/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Syste= m.IO/File.cs:350=20 at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x00002] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:579=20= 5) ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone = (MonoTests.System.TimeZoneInfoTest+ConvertTimeTests_LocalUtc.ConvertTim= eTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone) System.TimeZoneNotFoundException : Couldn't read time zone file /usr= /share/zoneinfo/US/Eastern ----> System.IO.DirectoryNotFoundException : Could not find a part of= the path "/usr/share/zoneinfo/US/Eastern". at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x0000c] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:581=20= at System.TimeZoneInfo.FindSystemTimeZoneByIdCore (System.String id) = [0x0000c] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/m= cs/class/corlib/System/TimeZoneInfo.cs:201=20 at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x0= 0068] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/c= lass/corlib/System/TimeZoneInfo.cs:571=20 at MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_Aju= stmentConvertTimeWithSourceTimeZone () [0x00000] in /home/dbn/ports/por= ts/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Test/System/Time= ZoneInfoTest.cs:729=20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 =2D-DirectoryNotFoundException at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share, System.I= nt32 bufferSize, System.Boolean anonymous, System.IO.FileOptions option= s) [0x0015e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.21= 5/mcs/class/corlib/System.IO/FileStream.cs:223=20 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000= ] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class= /corlib/System.IO/FileStream.cs:91=20 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (s= tring,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in /home/db= n/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Syste= m.IO/File.cs:350=20 at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x00002] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:579=20= 6) SubminuteDSTOffsets (MonoTests.System.TimeZoneInfoTest+FindSystemTim= eZoneByIdTests.SubminuteDSTOffsets) System.TimeZoneNotFoundException : Couldn't read time zone file /usr= /share/zoneinfo/Canada/Newfoundland ----> System.IO.DirectoryNotFoundException : Could not find a part of= the path "/usr/share/zoneinfo/Canada/Newfoundland". at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x0000c] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:581=20= at System.TimeZoneInfo.FindSystemTimeZoneByIdCore (System.String id) = [0x0000c] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/m= cs/class/corlib/System/TimeZoneInfo.cs:201=20 at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x0= 0068] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/c= lass/corlib/System/TimeZoneInfo.cs:571=20 at MonoTests.System.TimeZoneInfoTest+FindSystemTimeZoneByIdTests.Subm= inuteDSTOffsets () [0x00050] in /home/dbn/ports/ports/lang/mono/work/mo= no-mono-5.2.0.215/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:995=20= at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 =2D-DirectoryNotFoundException at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share, System.I= nt32 bufferSize, System.Boolean anonymous, System.IO.FileOptions option= s) [0x0015e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.21= 5/mcs/class/corlib/System.IO/FileStream.cs:223=20 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000= ] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class= /corlib/System.IO/FileStream.cs:91=20 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (s= tring,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in /home/db= n/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Syste= m.IO/File.cs:350=20 at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x00002] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:579=20= 7) FindSystemTimeZoneById (MonoTests.System.TimeZoneTest.FindSystemTime= ZoneById) System.TimeZoneNotFoundException : Couldn't read time zone file /usr= /share/zoneinfo/Canada/Eastern ----> System.IO.DirectoryNotFoundException : Could not find a part of= the path "/usr/share/zoneinfo/Canada/Eastern". at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x0000c] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:581=20= at System.TimeZoneInfo.FindSystemTimeZoneByIdCore (System.String id) = [0x0000c] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/m= cs/class/corlib/System/TimeZoneInfo.cs:201=20 at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x0= 0068] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/c= lass/corlib/System/TimeZoneInfo.cs:571=20 at MonoTests.System.TimeZoneTest.FindSystemTimeZoneById () [0x00000] = in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/c= orlib/Test/System/TimeZoneTest.cs:366=20 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalI= nvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Ref= lection.BindingFlags invokeAttr, System.Reflection.Binder binder, Syste= m.Object[] parameters, System.Globalization.CultureInfo culture) [0x000= 32] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/cla= ss/corlib/System.Reflection/MonoMethod.cs:305=20 =2D-DirectoryNotFoundException at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share, System.I= nt32 bufferSize, System.Boolean anonymous, System.IO.FileOptions option= s) [0x0015e] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.21= 5/mcs/class/corlib/System.IO/FileStream.cs:223=20 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode= mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000= ] in /home/dbn/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class= /corlib/System.IO/FileStream.cs:91=20 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (s= tring,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in /home/db= n/ports/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/corlib/Syste= m.IO/File.cs:350=20 at System.TimeZoneInfo.FindSystemTimeZoneByFileName (System.String id= , System.String filepath) [0x00002] in /home/dbn/ports/ports/lang/mono/= work/mono-mono-5.2.0.215/mcs/class/corlib/System/TimeZoneInfo.cs:579=20= --nextPart3160164.fCJY3NdO0h Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEElI7FEaJ/AwLnmbU6rWP6jday2lUFAlpg8zZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk0 OEVDNTExQTI3RjAzMDJFNzk5QjUzQUFENjNGQThERDZCMkRBNTUACgkQrWP6jday 2lXWFw//WeGiJXT5RafMGUYeQjzRvF/QjI1H+NWzOnXaLwFHJ7gCQ4LJpdHaRl2L OB+YyGGOHL9X5dcE8aAhG5Fzrk+Z7gOOb5b6SzAigd0/MdIf1ZKz4g+ISUlM9xHV yDHenP+Wz9ovbCmS7DF1/IwQFuZ9J8LtdpPw7VEYMs4qP9ziA6ZiJ4QErpMpyn9l t2zrmmyZ3rtCYWakt5otg39NgtetpqP3yVaOa1jJsFwnAqNrpKirMZ36A6o5morQ FpAu9AeoCe4g8cr9am7igOdd0BkgrjVl2VeRr0l1OFYJhqOFqeFTAYW8O87FfH2F NosBVuJ9IvAVMfoq/eRDhcOiFaW/42Uq831DFx3Lsk7UuD50kpZ8MehOxUn4eq2p XCrxN0+ow8PH9yde/wOYtMzTgB0fgxpLt2n3pnZoQbE0zVbwhiu/3va3ErrH5Mv9 m5LQJ4tOXf17uYW54Nfa0+lTFtMqgsg82GIe8m+snb0X22RnaGaRA2cHxlbQt/IN wMnUbnPhRj8qQ0dFxEt8uhitwjRdk0YnmR5dGZ2tbHP9Ee5v/IlSFQvmseRoGFKK n1TbnaS1Rz1iKDQYJs7ekK60B+9jOTqM95ZsCrDrVA/yL2+WlGPu6zCtPfuMX8wk wSww8qv04RcBt+Rm4xn4TngJYflRoYOuj/tUpwF4j804aTtsf98= =R0PT -----END PGP SIGNATURE----- --nextPart3160164.fCJY3NdO0h--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54154884.XoI90fV5U6>