[Mono-bugs] [Bug 51693][Wis] Changed - Building mono on RHEL3 results in a segfault

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 19:01:40 -0500 (EST)


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 jdy@cs.brown.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=51693

--- shadow/51693	2004-02-02 11:25:32.000000000 -0500
+++ shadow/51693.tmp.5304	2004-02-09 19:01:40.000000000 -0500
@@ -109,6 +109,40 @@
 The rh90 buildlogs will show you these errors at the end.
 
 Thanks in advance!
 
 ------- Additional Comments From vargaz@freemail.hu  2003-12-04 10:52 -------
 I get a HTTP 404 when trying to dowload the logs.
+
+------- Additional Comments From jdy@cs.brown.edu  2004-02-09 19:01 -------
+
+I get the same problem as dag:
+
+make[4]: Entering directory
+`/usr/src/redhat/BUILD/mono-0.29/libgc/include'
+make[4]: Nothing to be done for `install-exec-am'.
+/bin/sh ../mkinstalldirs /usr/include/mono/private
+mkdir -p -- /usr/include/mono/private
+mkdir: cannot create directory `/usr/include/mono': Permission denied
+make[4]: *** [install-privateincludeHEADERS] Error 1
+make[4]: Leaving directory
+`/usr/src/redhat/BUILD/mono-0.29/libgc/include'
+
+with this make install invocation:
+make prefix=/var/tmp/root-mono-0.29/usr
+exec_prefix=/var/tmp/root-mono-0.29/usr
+bindir=/var/tmp/root-mono-0.29/usr/bin
+sbindir=/var/tmp/root-mono-0.29/usr/sbin
+sysconfdir=/var/tmp/root-mono-0.29/etc
+datadir=/var/tmp/root-mono-0.29/usr/share
+includedir=/var/tmp/root-mono-0.29/usr/include
+libdir=/var/tmp/root-mono-0.29/usr/lib
+libexecdir=/var/tmp/root-mono-0.29/usr/libexec
+localstatedir=/var/tmp/root-mono-0.29/var
+sharedstatedir=/var/tmp/root-mono-0.29/usr/com
+mandir=/var/tmp/root-mono-0.29/usr/share/man
+infodir=/var/tmp/root-mono-0.29/usr/share/info install
+
+its losing track of the includedir...
+
+Joel
+