Toon posts:

Mono installatie hangt vast in FreeBSD

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer al 6 uur lang mono (stable, 1.0.2) op FreeBSD-4.10-i386 te installeren, Ik heb eerst geprobeerd om van sourcecode te compilen. configure en make werken nog goed, maar bij make install blijft hij hangen bij

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 install -c -o root -g wheel -m 444 mbas.exe /usr/local/lib/mono/1.0//mbas.exe
/bin/sh ../mkinstalldirs /usr/local/lib/mono/2.0/
 install -c -o root -g wheel -m 444 gmcs.exe /usr/local/lib/mono/2.0//gmcs.exe
gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-1.0.2/runtime'
gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-1.0.2/runtime'
Making install in net_1_1
gmake[2]: Entering directory `/usr/ports/lang/mono/work/mono-1.0.2/runtime/net_1_1'
gmake[3]: Entering directory `/usr/ports/lang/mono/work/mono-1.0.2/runtime/net_1_1'
gmake[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/lib
 install -c -o root -g wheel -m 444 mscorlib.dll /usr/local/lib/mscorlib.dll
MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /gacdir /usr/local/lib /root /usr/local/lib
Package exported to: /usr/local/lib/mono/1.0/Accessibility.dll -> /usr/local/lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll
Accessibility installed into the gac (/usr/local/lib/mono/gac)


Daarna heb ik het met de ports tree van BSD# geprobeerd maar die heeft precies hetzelfde probleem. Als ik dan op CTRL+BREAK druk en mono wil runnen werkt dat wel
code:
1
2
3
4
5
6
[root@******:/home/djuri/mcs-1.0.2] # mono --version
Mono JIT compiler version 1.0.2, (C) 2002-2004 Novell, Inc and Contributors. www.go-mono.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: none


Als ik dan MCS 1.0.2 wil configuren geeft hij alleen dit:

code:
1
2
3
4
MCS module configured

     Profile selected: default
     Prefix:           /usr/local


en als ik dan make wil doen, zegt ie:

code:
1
2
3
4
*** You need a C# compiler installed to build MCS. (make sure mcs works from the command line)
*** Read INSTALL.txt for information on how to bootstrap
*** a Mono installation.
gmake: *** [platform-check] Error 1


Ik heb de installatie instructies van INSTALL.txt precies uitgevoerd. Iemand enig idee waarom het niet werkt? Ik heb al de nieuwste pkg-config en glib-2.0 geinstalleerd.

Ik heb het ook met de development versie 1.1.1 geprobeerd maar daar gebeurt hetzelfde.