[Mono-dev] Error Building Mono RPM for Fedora
Chris Tacke
ctacke at opennetcf.com
Fri Aug 30 16:33:03 UTC 2013
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 file and the tar.bz2 file from the make process.
I then tried to create the RPM in two ways:
rpmbuild -bb /opt/mono/mono-core.spec
rpmbuild -tb /opt/mono/mono-3.3.0.tar.bz2
Both end up with a failure after making what feels like a lot of progress in the build:
Extracting debug info from /root/rpmbuild/BUILDROOT/mono-core-3.3.0-0.i386/usr/lib/mono/4.5/mscorlib.dll.so
*** ERROR: No build ID note found in /root/rpmbuild/BUILDROOT/mono-core-3.3.0-0.i386/usr/lib/mono/4.5/mscorlib.dll.so
Error: Bad exit status from /var/tmp/rpm-tmp.XC64E7 (%install)
Any pointers on how to proceed from here?
-Chris
More information about the Mono-devel-list
mailing list