Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76425 --- shadow/76425 2005-10-13 00:12:37.000000000 -0400 +++ shadow/76425.tmp.31805 2005-10-13 00:12:37.000000000 -0400 @@ -0,0 +1,106 @@ +Bug#: 76425 +Product: Mono: Runtime +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: Mandriva 10.2 Linux +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono 1.1.9.2 will not compile - gac directories could not be created + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +Cannot build from source + +Steps to reproduce the problem: +1. Updated mono & mcs using svn +2. Performed: make uninstall +3. Performed: ./configure in mono-1.1.9.2 directory +4. Performed: make PROFILE="atomic" +5. Performed: make install + +Actual Results: +Received the following messages at a point in make install: + +make[7]: Leaving directory `/home/src2/mono-1.1.9.2/mcs/class/corlib' +make[6]: Leaving directory `/home/src2/mono-1.1.9.2/mcs/class/corlib' +make[6]: Entering directory `/home/src2/mono-1.1.9.2/mcs/class/System' +make install-local +make[7]: Entering directory `/home/src2/mono-1.1.9.2/mcs/class/System' +MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /usr/src/mono- +1.1.9.2/runtime/mono- +wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/ +default/System.dll /f /root /usr/local/lib /package 1.0 + +** (../../class/lib/net_1_1_bootstrap/gacutil.exe:23530): WARNING **: +cant resolve internal call to "System.IO.MonoIO::GetFileSystemEntries +(string,string,int,int,System.IO.MonoIOError&)" (tested without signature +also) + +Your mono runtime and class libraries are out of sync. +The out of sync library is: /home/src2/mono- +1.1.9.2/mcs/class/lib/net_1_1_bootstrap/mscorlib.dll + +When you update one from cvs you need to update, compile and install +the other too. +Do not report this as a bug unless you're sure you have updated correctly: +you probably have a broken mono install. +If you see other errors or faults after this message they are probably +related +and you need to fix your mono install first. + +** (../../class/lib/net_1_1_bootstrap/gacutil.exe:23530): WARNING **: +cant resolve internal call to "System.IO.MonoIO::GetFileSystemEntries +(string,string,int,int,System.IO.MonoIOError&)" (tested without signature +also) + +Your mono runtime and class libraries are out of sync. +The out of sync library is: /home/src2/mono- +1.1.9.2/mcs/class/lib/net_1_1_bootstrap/mscorlib.dll + +When you update one from cvs you need to update, compile and install +the other too. +Do not report this as a bug unless you're sure you have updated correctly: +you probably have a broken mono install. +If you see other errors or faults after this message they are probably +related +and you need to fix your mono install first. +Failure adding assembly to the cache: gac directories could not be +created, possibly permission issues. +make[7]: *** [install-local] Error 1 +make[7]: Leaving directory `/home/src2/mono-1.1.9.2/mcs/class/System' +make[6]: *** [do-install] Error 2 +make[6]: Leaving directory `/home/src2/mono-1.1.9.2/mcs/class/System' +make[5]: *** [install-recursive] Error 1 +make[5]: Leaving directory `/home/src2/mono-1.1.9.2/mcs/class' +make[4]: *** [install-recursive] Error 1 +make[4]: Leaving directory `/home/src2/mono-1.1.9.2/mcs' +make[3]: *** [profile-do--default--install] Error 2 +make[3]: Leaving directory `/home/src2/mono-1.1.9.2/mcs' +make[2]: *** [profiles-do--install] Error 2 +make[2]: Leaving directory `/home/src2/mono-1.1.9.2/mcs' +make[1]: *** [install-exec] Error 1 +make[1]: Leaving directory `/home/src2/mono-1.1.9.2/runtime' +make: *** [install-recursive] Error 1 +!root:/usr/src/mono-1.1.9.2> + + +Expected Results: +Mono should be installed + + +How often does this happen? +Every time installation procedures are followed + +Additional Information: +Same result happens with or without using "atomic" option. SVN was used +at 17:00 on 10/12/05. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
