Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-09-03 Thread Marcel Hellwig
On 02.09.2013 14:20, Mikkel Kruse Johnsen wrote: Hi Here is the SPEC (SRC) file i'm using: http://yum.linet.dk/opensource/fedora-19-x86_64/SRPMS/mono-3.2.0-1.fc19.src.rpm http://yum.linet.dk/opensource/fedora-19-x86_64/SRPMS/ Hope that will help. Works very fine. Have you ever thought of

Re: [Mono-dev] Error Building Mono RPM for Fedora (Mark Lintner)

2013-09-03 Thread Marcel Hellwig
mailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Error Building Mono RPM for Fedora Message-ID: 7658ff2e8fa2224bac0a9358c48de830375...@ord2mbx05d.mex05.mlsrvr.com mailto:7658ff2e8fa2224bac0a9358c48de830375...@ord2mbx05d.mex05.mlsrvr.com Content-Type: text/plain; charset=us-ascii

Re: [Mono-dev] Error Building Mono RPM for Fedora (Mark Lintner)

2013-09-02 Thread Mikkel Kruse Johnsen
Subject: Re: [Mono-dev] Error Building Mono RPM for Fedora Message-ID: 7658ff2e8fa2224bac0a9358c48de830375...@ord2mbx05d.mex05.mlsrvr.com Content-Type: text/plain; charset=us-ascii I believe that there are bugs in the makefiles way down where sgen gets built, specifically the way softlinks

Re: [Mono-dev] Error Building Mono RPM for Fedora (Mark Lintner)

2013-09-02 Thread mlgo
Why are you putting my name in parenthesis in the subject line of this post? -- View this message in context: http://mono.1490590.n4.nabble.com/Re-Error-Building-Mono-RPM-for-Fedora-Mark-Lintner-tp4660739p4660743.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-09-01 Thread Mark Lintner
...@lists.ximian.com [mono-devel-list-boun...@lists.ximian.com] on behalf of Marcel Hellwig [k...@cookiesoft.de] Sent: Saturday, August 31, 2013 5:12 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Error Building Mono RPM for Fedora On 31.08.2013 01:47, Mark Lintner wrote: if you put

Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-08-31 Thread Marcel Hellwig
On 31.08.2013 01:47, Mark Lintner wrote: if you put this at the top of the spec file it should get you past that problem. %global debug_package %{nil} Don't know if there is any difference between %global and %define, both works for me. It looks like you don't have the build environment set

[Mono-dev] Error Building Mono RPM for Fedora

2013-08-30 Thread Chris Tacke
I'm trying to build an RPM for the latest Mono source (3.3) and just not having much luck. I was able to pull the source, configure, make, and make dist. I hacked the mono-core.spec to get past features not supported in Fedora. I created the required rpmbuild folders and copied over the spec

Re: [Mono-dev] Error Building Mono RPM for Fedora

2013-08-30 Thread Mark Lintner
if you put this at the top of the spec file it should get you past that problem. %global debug_package %{nil} It looks like you don't have the build environment set up in your home directory mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} echo '%_topdir %(echo $HOME)/rpmbuild'