Re: [Mono-dev] mono-profiler-logging.c:4294: error: 'struct stat' has no member named 'st_mtim'

2009-03-18 Thread blair_boost
If I configure it with /configure --enable-minimal=profiler then I get . . . . *** The compiler 'mcs' doesn't appear to be usable. *** Trying the 'monolite' directory. make[7]: Entering directory `/dev/mono-2.2/mono-2.2/mcs' ** ** ERROR:(mini-exceptions.c:1134):mono_setup_altstack

Re: [Mono-dev] Patch: Ternary ops in mini and general ATOMIC_CAS

2009-03-18 Thread Rodrigo Kumpera
I quite like this patch, it removes more code than it adds back. The results should look clear and if we end wishing optimizing a spot we can trade the loop for an inlined function or macro. [1] But there are a few things that I dislike about this patch. --- a/mono/mini/cfold.c +++ b/mono/mini/c

[Mono-dev] mono-profiler-logging.c:4294: error: 'struct stat' has no member named 'st_mtim'

2009-03-18 Thread blair_boost
I am trying to build mono-2.2 on my linux box. I receive the following error while doing make mono-profiler-logging.c: In function 'profiler_heap_shot_process_command_file': mono-profiler-logging.c:4294: error: 'struct stat' has no member named 'st_mtim' make[3]: *** [mono-profiler-logging.lo] E

[Mono-dev] Compiling Mono v2.4 RC2 (Solaris 10 SPARCv9)

2009-03-18 Thread Thracx
In short, it's not working for me but I'm willing to keep trying and document my experiences if I can get some help from the Mono developer community. I apologize for the lengthy post but I figured that I might as well be thorough. Background: I have been wrestling with trying to compile vario

Re: [Mono-dev] Updating mono/monodevelop from fedora 10 repos problems...

2009-03-18 Thread Stephen Shaw
2009/3/18 Paul Johnson : > Hi, > > -- > Paul F. Johnson > Lecturer in Science and IT > FoundatiONCampus > "buhochil...@gmail.com" buhochil...@gmail.com> 18/03/2009 16:32 >> > Trying to update monodevelop on fedora 10 using fedora 11 rawhide repos > I get this kind of errors: > > file /usr/bin/

Re: [Mono-dev] Updating mono/monodevelop from fedora 10 repos problems...

2009-03-18 Thread Paul Johnson
Hi, -- Paul F. Johnson Lecturer in Science and IT FoundatiONCampus >>> "buhochil...@gmail.com" buhochil...@gmail.com> 18/03/2009 16:32 >> ( >>> mailto:buhochil...@gmail.com> ) Trying to update monodevelop on fedora 10 using fedora 11 rawhide repos I get this kind of errors: file /usr/bin/mo

[Mono-dev] Updating mono/monodevelop from fedora 10 repos problems...

2009-03-18 Thread buhochil...@gmail.com
Hi: Trying to update monodevelop on fedora 10 using fedora 11 rawhide repos I get this kind of errors: file /usr/bin/mod from install of mono-core-2.4-9.RC1.fc11.i586 conflicts with file from package monodoc-2.0-5.fc10.i386 Also installing dependencies this kind of errors...: Updating :

[Mono-dev] no multicast addresses returned from IPInterfaceProperties

2009-03-18 Thread Gladish, Jacob
It looks like the NetworkInterface class uses getifaddrs(3) to fetch all addresses associated with an interface. This list is then used to fill in the multicast addresses returned from the IPInterfaceProperes.MulticastAddresses property. This doesn't appear to work and I don't think getifaddrs r

Re: [Mono-dev] Patch for ZipPackagePart.GetStreamCore in System.IO.Packaging (olive)

2009-03-18 Thread Alan McGovern
Working on this one now. Thanks! Alan. On Mon, Mar 16, 2009 at 7:21 PM, Yves Dhondt wrote: > Issue: > --- > ZipPackagePart.GetStreamCore in System.IO.Packaging does not handle > Filemode mode input parameter (correctly). > > Test program (requires an existing openxml document, for example

Re: [Mono-dev] Bug in Package.cs due to update in PackageProperties.cs (System.IO.Packaging / Olive)

2009-03-18 Thread Alan McGovern
Should be fixed properly in SVN. Let me know if it's not. Alan. On Mon, Mar 16, 2009 at 7:36 PM, Yves Dhondt wrote: > Hello, > > Revision 129478 fixes the NSPackageProperties string to correctly load > PackageProperties. However, the string is also used by Package.cs for > LoadRelationships. Th

Re: [Mono-dev] [Mono-olive] Bugs + fixes for System.IO.Packaging

2009-03-18 Thread Alan McGovern
Hi, I've fixed a number of the issues you've mentioned. The ones I haven't applied fixes for are listed below with explanations: Resolved issues: 1, 2, 3, 4, 5, 9, 10, 11, 12 Unresolved issues: 6, 7, 8 6) (Package.LoadRelationships - operation not valid) I can't replicate this issue. Can you v

Re: [Mono-dev] Announcing Mono 2.4 RC 3...

2009-03-18 Thread Onur Gumus
I still want https://bugzilla.novell.com/show_bug.cgi?id=467834 to be fixed. Despite Zoltan's comments this is a regression since mono 2.0.1 2009/3/18 Paul : > Hi, > >> We've just released Mono 2.4 RC 3 today! >> >> Please help us out by giving it a try with your applications. > > Fails to buil

Re: [Mono-dev] Announcing Mono 2.4 RC 3...

2009-03-18 Thread Paul
Hi, > We've just released Mono 2.4 RC 3 today! > > Please help us out by giving it a try with your applications. Fails to build on my x86 Fedora box I'm getting Error: mini-trampolines.c:341:mono_magic_trampoline: assertion failed: (*vtable_slot). This is while building [net_2_0_bootstrap] Sys

Re: [Mono-dev] Unable to build mono-2.4RC2 on ppc

2009-03-18 Thread Paul
Hi, > > http://koji.fedoraproject.org/koji/getfile?taskID=1242258&name=build.log > > > > It looks like there is a stack traceback with mcs > > > > Any advice would be appreciated. > > Looks like stack overflow, what is the stack size? Is this a 4K or 64K > pagesize? Pagesize is 64k. I've not t