Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-09 Thread Timotheus Pokorra
Hello Lucas, ./configure --with-gc=none --with-large-heap=yes --with-sge=yes --prefix=/opt/mono-3.0.2 make make install Since you installed your version of Mono to a different directory, you need to set your path and other environment variables to that directory. You need to do this each

Re: [Mono-dev] Monodevelop on centos 6.5 configure error

2014-07-09 Thread Timotheus Pokorra
Hello Brandon, Running autoconf ... configure.in:1: error: possibly undefined macro: m4_esyscmd_s If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. **Error**: autoconf failed. The version of autoconf on CentOS6 is too old. You

Re: [Mono-dev] Monodevelop on centos 6.5 configure error

2014-07-09 Thread Timotheus Pokorra
it is at least functional. On Wed, Jul 9, 2014 at 1:39 PM, Brandon Perry bperry.volat...@gmail.com wrote: Sure, I can definitely try this. On Wed, Jul 9, 2014 at 1:39 PM, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello Brandon, Running autoconf ... configure.in:1

Re: [Mono-dev] Which SQLite?

2014-07-17 Thread Timotheus Pokorra
Hello Edward, Mono.Data.Sqlite is reliably available on mac/linux. And I had the brilliant idea that I would install mono on windows, and then grab the Mono.Data.Sqlite.dll from the mono installation, and distribute it. However, there's this:

Re: [Mono-dev] Which SQLite?

2014-07-17 Thread Timotheus Pokorra
For OpenPetra, we are using Mono.Data.Sqlite in our code, no matter if it runs on Linux or on Windows. hmm, I forgot the link that I wanted to include: https://github.com/openpetra/openpetra/tree/master/csharp/ThirdParty/SQLite That directory contains the dlls that we are using on Windows, and

Re: [Mono-dev] Mono Web Site

2014-08-16 Thread Timotheus Pokorra
Hello Miguel, Thanks to the help of Alexander Koeplinger that worked with us for the last couple of months, we have migrated the Mono website from MediaWiki to a static content manager on GitHub. Well done! I noticed on a german news article

Re: [Mono-dev] Mono Web Site

2014-08-16 Thread Timotheus Pokorra
Hello Miguel, go-mono.com has always hosted the downloads. So this is fine. What I meant was this: When I go to http://www.go-mono.com/mono-downloads/download.html, I see the 3.6 release, but the link for OpenSUSE leads to http://download.mono-project.com/archive/3.2.3/linux/x64/ I think the

Re: [Mono-dev] RPM build

2014-08-18 Thread Timotheus Pokorra
Hello Neale, I copied env.sh from monodevelop and adapted for openSUSE and the build went cleanly. However, why does the RPM believe it has these Requires: rpm -q --requires -p ../RPMS/x86_64/mono-opt-3.6.0-1.1.x86_64.rpm : mono() = 0.0.736.133 mono() = 0.0.738.133 mono() = 0.0.741.133

Re: [Mono-dev] RPM Build Error

2014-08-18 Thread Timotheus Pokorra
Hello Neale, Using the source RPM for openSUSE 12.3 I get the following error: I assume that you are refering to my packages that I build on the OBS server? They are not official, but can be useful. usr/src/packages/BUILD/mono-3.6.0 + cp ../../SOURCES/env.sh

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
Hello Gabriel, The RPM for CentOS 6 doesn't seem to include the /opt/mono/lib/pkgconfig directory (the package for Ubuntu does). Is this a bug? If not, what's the reasoning behind that decision? Please run: yum install mono-opt-devel explanation: I first built mono-opt for Ubuntu and CentOS,

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
Hello Neale, Are you interested in packages for Linux on System z (aka s390x)? I can only speak for myself: No I just found: http://www.mono-project.com/docs/about-mono/supported-platforms/s390/ mentioning your name :) Timotheus ___ Mono-devel-list

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
On 19 August 2014 15:01, Neale Ferguson nealefergu...@verizon.net wrote: Not personally, but as part of your build process to make a download of the s390x RPM available publicly. I am using the build platform at https://build.opensuse.org/ and unfortunately there is no support for s390x build

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-19 Thread Timotheus Pokorra
Hello Vladimir, the OBS repository that you are mentioning is linked by the mono-project website, but it is a community project. You are probably looking for the package called modmono-opt see also http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_14.04/amd64/ for the

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-19 Thread Timotheus Pokorra
Why not build from source code? I personally try not to build on production servers. And it is so much faster to just install it from somewhere instead of building yourself. Obviously you need to trust the source... But by using the OBS platform, all changes are visible, and no hidden code could

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-20 Thread Timotheus Pokorra
Hello Vladimir, I had in mind this one: http://download.mono-project.com/repo/debian/ this looks good, I did not notice before that it exists! Yes, would be good if mod_mono will make it into that repo as well! Hmm looks like the mod mono version there is the old one (2.10) :( In my

Re: [Mono-dev] RPM build

2014-08-20 Thread Timotheus Pokorra
Hello Neale, I can provide a buildbot environment or whatever you use to create packages at the same time the x86[_64] ones are built. this reminds me of this thread: http://lists.ximian.com/pipermail/mono-devel-list/2014-June/041649.html related to http://monojenkins.cloudapp.net/ You should

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-20 Thread Timotheus Pokorra
Hello Vladimir, Yes, looks like there hasn't been updates to the mod_mono project for a long time :(. There are definitely some very critical bugs that just restart the module all of a sudden, lets it hang and use up 100% cpu time or render random portions of the configuration in a bad

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-21 Thread Timotheus Pokorra
I am personally using mono-xsp-opt, with fastcgi-mono-server4 and lighttpd, that works alright. On production with high load? Unfortunately not yet. I am still in development. But I remembered reading somewhere, mentioning someone bigger was using fastcgi-mono-server. This might be it:

Re: [Mono-dev] [MonoDevelop] Failing to compile on Linux in last few days - %(Culture)

2014-08-27 Thread Timotheus Pokorra
/MonoDevelop.Gettext.resources.dll' Does anybody know what causes this? Thanks, Timotheus On 28 August 2014 02:55, Jesse Litton monodevelop-l...@eternaldusk.com wrote: Ah, that fits - because I too generally build with the latest mono from git master branch. -Jesse On 08/27/2014 03:50 PM, Timotheus Pokorra wrote

Re: [Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-11 Thread Timotheus Pokorra
Hello MarL, I then use xsd.exe in Mono runtime 2.10.8.1 to generate a C# class from the schema. I then use the following code to deserialize the instance document It seems you are using an ancient version of Mono. Please try with a recent Mono, see http://www.mono-project.com/download/, we are

Re: [Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-12 Thread Timotheus Pokorra
Hello MarL, Don't worry, no need to install a new OS... Please have a look on the download page: http://www.mono-project.com/download/#download-lin see the link http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives I think that even provides a recent

Re: [Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

2015-01-10 Thread Timotheus Pokorra
On 9 January 2015 at 23:31, Alistair Bush alistair.b...@gmail.com wrote: Are there any plans on updating monodevelop and its dependent libraries to build with 4+. Believe i've already seen issues building monodevelop ( or a submodule) with mono (git) sorry no details as I didn't really look

Re: [Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

2015-01-10 Thread Timotheus Pokorra
On 10 January 2015 at 15:26, xplicit s...@ngs.ru wrote: Mono.TextTemplating/CompiledTemplate.cs(86,53): error CS1501: No overload for method `GetValue' takes `1' arguments PropertyInfo.GetValue(object) method is from 4.5 framework. If you build with NET 4.5 target framework that's something

Re: [Mono-dev] Mono.Posix Cross Compiling

2015-01-06 Thread Timotheus Pokorra
Hello, As far as I can tell, any attempt to use Conditional property in the Reference tag is simply ignored. So I settle on using the kludgy hack of using different csproj files on windows mono. It works so I didn't spend more time on it - but if there's a more elegant solution, I'd

Re: [Mono-dev] mono-core.spec.in

2015-04-21 Thread Timotheus Pokorra
Why was mono-core.spec.in dropped from the source? What is/will be used to generate RPMS? have a look here: https://github.com/directhex/xamarin-mono/tree/centos Jo maintains the Xamarin spec files there. Timotheus ___ Mono-devel-list mailing list

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Timotheus Pokorra
Hello Cyd, System.DateTime.Now System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. This sounds familiar. I had that recently on Fedora for ppc64le. see my comment: https://bugzilla.redhat.com/show_bug.cgi?id=1224945#c1 quote The exception is

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-11 Thread Timotheus Pokorra
Supplementary question - I am trying to load a time zone using: TimeZoneInfo.FindSystemTimeZoneById(GMT Standard Time) Try to use TimeZoneInfo.FindSystemTimeZoneById(GMT) instead. The timezone must exist as a file in /usr/share/zoneinfo see for details:

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-10 Thread Timotheus Pokorra
I have mono 3.12 packages built for CentOS5 here: https://lbs.solidcharity.com/package/tpokorra/mono/mono-opt I did not upgrade them to 4.0, but if that would help you, I could have a look. I have just built the Mono 4.0.1.44 packages for CentOS5, 32 bit and 64 bit. hope this helps,

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-10 Thread Timotheus Pokorra
Hello Nikki, Have a look at my post a while ago: http://www.pokorra.de/2015/03/mono-3-12-1-for-various-linux-distributions-and-recommendation-of-xamarin-monodevelop-packages/ see at the bottom, about CentOS5. I have mono 3.12 packages built for CentOS5 here:

Re: [Mono-dev] Error trying to compile mono on CentOs 5 (Mono-devel-list Digest, Vol 123, Issue 6)

2015-07-14 Thread Timotheus Pokorra
Hello, TP please also install the package mono-opt-devel. That includes TP /opt/mono/lib/libMonoPosixHelper.so, I just checked. Despite naming conventions, libMonoPosixHelper.so is definitely a runtime package, not something belonging in a -devel I tried to work around that with

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-14 Thread Timotheus Pokorra
Hello Niamh, TP and also split the TP packages for CentOS into mono-opt and mono-opt-devel. Perhaps add a note about there being 2 packages in the installation instructions? Thanks for the suggestion! I have noted it for a future feature:

Re: [Mono-dev] Error trying to compile mono on CentOs 5 (Mono-devel-list Digest, Vol 123, Issue 6)

2015-07-16 Thread Timotheus Pokorra
Hello Andres, Despite naming conventions, libMonoPosixHelper.so is definitely a runtime package, not something belonging in a -devel I tried to work around that with https://en.opensuse.org/openSUSE:Packaging_checks#Suppressing_False_Positives but did not get it to work. I have now

Re: [Mono-dev] Buggered yum repo

2015-11-09 Thread Timotheus Pokorra
Hello Edward, > Error: Package: mono-devel-4.0.4.1-0.xamarin.1.x86_64 > (download.mono-project.com_repo_centos_) > >Requires: libc.so.6(GLIBC_2.15)(64bit) > > So then I thought, maybe you guys support on Centos but not RHEL? And I > looked at what's available in Centos ... Centos only

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-11 Thread Timotheus Pokorra
Hello Niamh, Is libMonoPosixHelper.so not included? please also install the package mono-opt-devel. That includes /opt/mono/lib/libMonoPosixHelper.so, I just checked. All the best, Timotheus ___ Mono-devel-list mailing list

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-11 Thread Timotheus Pokorra
Hello Niamh, OK, but I don't see it on your site for CentOS 5 https://lbs.solidcharity.com/project/tpokorra/mono However yum does find it :) yes, building the package mono-opt results in 2 deliverable packages, mono-opt and mono-opt-devel. I had to do it this way to satisfy some requirement

Re: [Mono-dev] About porting Mono to aix

2015-11-20 Thread Timotheus Pokorra
Hello, > Recently I tried to port mono to IBM aix6.1 system, did any one try to do > this before, > > and I met a problem and I didn’t know how to fixed, on compiling runtime > module, it need > > a monolite to compile it, but I think there is not a supported version for > aix, where can I get the

Re: [Mono-dev] release 4.4? 4.2.4?

2016-06-14 Thread Timotheus Pokorra
Hello Seif, > for that. I just updated now, and got some updates, but not 4.4.0, mono > is now at 4.2.4. What is going on here? Is 4.4 coming out soon? what is > new in 4.2.4? As far as I have heard on https://gitter.im/mono/mono, the "old Jenkins master was basically dying". In the process of a

Re: [Mono-dev] release 4.4? 4.2.4?

2016-06-14 Thread Timotheus Pokorra
> He said the 4.4 release for Linux will be ready when it is finished. > The release information is here: > https://releases.xamarin.com/stable-release-cycle-7/ I have built now the Mono 4.4.0.182 release for mono-opt, which can be installed on older Linux distributions as well. I also have

Re: [Mono-dev] WebRequest time out error

2016-01-30 Thread Timotheus Pokorra
> It failed immediately with Time Out error. The code is crashing on the line: > `HttpWebResponse response = (HttpWebResponse)request.GetResponse();` > > What is causing this to happen and how can I fix it? This reminds me of some issue I had some years ago. But I could not reproduce it anymore

Re: [Mono-dev] Diagnosing "Invalid IL code"

2016-05-12 Thread Timotheus Pokorra
Hello Gary, On 12 May 2016 at 06:52, Gary Briggs wrote: > I have some code that, when compiled with monodevelop [latest in Ubuntu > 15.10], throws an invalid IL code exception when run with mono. This same > code, when compiled with VS2015, does not throw said exception when