[Mono-list] Re: Building rpms on FC4: typo in spec file?

Wade Berrier wberrier at novell.com
Mon Oct 3 15:25:39 EDT 2005


Good catch, thanks!

Wade

On Mon, 2005-10-03 at 20:02 +0100, Richard Dawe wrote:
> Hello.
> 
> In the spec file posted in the message 
> <http://lists.ximian.com/pipermail/mono-list/2005-September/028616.html>, 
> I think there is a typo:
> 
> CFLAGS="-O2 " ./configure --prefix=/usr --libdir=/usr/lib64 
> --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/info 
> --localstatedir=/var  --with-preview=yes --with-signaltstack=no
> 
>      ;;
> 
> "--with-signaltstack=no" should be "--with-sigaltstack=no" (note the 
> lack of an "n").
> 
> FWIW, I haven't managed to build mono on Fedora Core 4 yet. It seems to 
> terminate with the error below. I haven't investigated it yet.
> 
> /usr/bin/make all-local
> make[8]: Entering directory 
> `/home/rich/src/RPM/BUILD/mono-1.1.9.1/mcs/class/Mono.GetOptions'
> MONO_PATH="../../class/lib/default:$MONO_PATH" 
> /home/rich/src/RPM/BUILD/mono-1.1.9.1/runtime/mono-wrapper 
> ./../class/lib/default/mcs.exe   -d:NET_1_1 -d:ONLY_1_1 -debug 
> /noconfig /r:System.dll  -target:library 
> -out:../../class/lib/default/Mono.GetOptions.dll 
> @Mono.GetOptions.dll.sources
> MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" 
> /home/rich/src/RPM/BUILD/mono-1.1.9.1/runtime/mono-wrapper 
> ./../class/lib/net_1_1_bootstrap/sn.exe -q -R 
> ./../class/lib/default/Mono.GetOptions.dll ../../class/mono.snk
> 
> ** ERROR **: file handles.c: line 546 (_wapi_lookup_handle): assertion 
> failed: (shared_handle_data->type == type)
> aborting...
> 
> Bye, Rich =]
> 



More information about the Mono-list mailing list