[Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Federico Di Gregorio
Hi, I think I found a little bug in NuGet when running the package manager from inside MonoDevelop, but I don't know where to report it. It is obviously a problem related to how authors name files inside packages but I have a feeling that it should resolved in the NuGet implementation as used in

Re: [Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Adar Wesley
Hi, NuGet home appears to be at: https://nuget.codeplex.com/ They have Issue Tracking there. --- Adar Wesley On Tue, Dec 2, 2014 at 11:42 AM, Federico Di Gregorio f...@dndg.it wrote: Hi, I think I found a little bug in NuGet when running the package manager from inside MonoDevelop, but I

Re: [Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Alexander Köplinger
You can file Mono and MonoDevelop bugs at https://bugzilla.xamarin.com -- Alex Date: Tue, 2 Dec 2014 10:42:23 +0100 From: f...@dndg.it To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] How to report bug in mono/monodevelop/nuget? Hi, I think I found a little bug in NuGet when

[Mono-dev] file handle leak in cpu_load

2014-12-02 Thread Markus Beth
Hi all, last week we used the profiler of a mono 3.10.0 installation on Linux x86_64 and we found it leaks file handles (for /proc/loadavg). I located the problem in the function cpu_load in mono/utils/mono-counters.c. If a premature return is taken, the FILE pointer f is not fclose()-ed. I

Re: [Mono-dev] file handle leak in cpu_load

2014-12-02 Thread Alexander Köplinger
Can you send a pull request on GitHub? Date: Tue, 2 Dec 2014 12:01:29 +0100 From: markus.b...@zkrd.de To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] file handle leak in cpu_load Hi all, last week we used the profiler of a mono 3.10.0 installation on Linux x86_64 and we

Re: [Mono-dev] Mono for Windows test build (Mono-devel-list Digest, Vol 116, Issue 2)

2014-12-02 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/14 19:41, Alexander K?plinger wrote: Hey Jo, I tried it and it installed fine for me. However, the version is currently set to 3.12.1 in https://github.com/directhex/newbuilder/blob/master/resources/build.bat and

Re: [Mono-dev] Mono for Windows test build (Mono-devel-list Digest, Vol 116, Issue 2)

2014-12-02 Thread Alexander Köplinger
Btw. build.bat could be integrated into the bash files quite easily I think (for consistency), it just invokes msbuild. It already is, in the top-level scripts What I meant was getting rid of build.bat completely and just invoking MSBuild directly like you do here:

Re: [Mono-dev] file handle leak in cpu_load

2014-12-02 Thread Markus Beth
Not easily, as I do not have an account on GitHub. Am Tue, 2 Dec 2014 12:12:04 +0100 schrieb Alexander Köplinger alex.koeplin...@outlook.com: Can you send a pull request on GitHub? Date: Tue, 2 Dec 2014 12:01:29 +0100 From: markus.b...@zkrd.de To: mono-devel-list@lists.ximian.com

Re: [Mono-dev] file handle leak in cpu_load

2014-12-02 Thread Alexander Köplinger
I opened a PR on your behalf: https://github.com/mono/mono/pull/1434 -- Alex Date: Tue, 2 Dec 2014 13:02:54 +0100 From: markus.b...@zkrd.de To: alex.koeplin...@outlook.com CC: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] file handle leak in cpu_load Not easily, as I do not

Re: [Mono-dev] How to report bug in mono/monodevelop/nuget?

2014-12-02 Thread Federico Di Gregorio
On 02/12/2014 11:23, Alexander Köplinger wrote: You can file Mono and MonoDevelop bugs at https://bugzilla.xamarin.com Don't know if it is the best place but... done. :D https://bugzilla.xamarin.com/show_bug.cgi?id=24991 federico -- Federico Di Gregorio

Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-12-02 Thread Burhan Eyuboglu
When I add libcyusb.so, I got this error: libcyusb.so is not a valid ELF executable I checked the library, libcyusb.so is not ELF, it is a linker, however libcyusb.so.1 is ELF 64 bit sharerd object. How can add libcyusb.so.1? Because android accepts lib prefix and so suffix. 2014-11-28 12:32

[Mono-dev] Appveyor builds failing - corlib v112

2014-12-02 Thread Alex J Lennon
Hi, Appveyor builds have been failing on get-monolite-latest since commit #33861cf3 I believe this is because mono_corlib_version was changed to 112 and there is no downloadable archive available at http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-112-latest.tar.gz Perhaps I

[Mono-dev] .NET Foundation's Advisory Council

2014-12-02 Thread Miguel de Icaza
Hey guys, There is still time to join the discussion about the advisory council for the .NET Foundation: http://blogs.msdn.com/b/dotnet/archive/2014/11/24/advisory-council-proposal-call-for-community-feedback-extended-to-december-5th.aspx ___