[Mono-bugs] [Bug 59287][Wis] New - automake cache does not work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 22:08:03 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59287
--- shadow/59287 2004-05-28 22:08:03.000000000 -0400
+++ shadow/59287.tmp.23832 2004-05-28 22:08:03.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 59287
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: automake cache does not work
+
+Right now, whenever I run autogen.sh, I get:
+
+configure: configuring in libgc
+configure: running /bin/sh './configure' --prefix=/devel/install
+'--enable-maintainer-mode' '--enable-compile-warnings'
+--disable-embed-check --with-libgc-threads=pthreads CC=gcc
+--cache-file=/home/benm/.var/automakecache --srcdir=.
+configure: loading site script /home/benm/.config/automake/config.site
+configure: loading cache /home/benm/.var/automakecache
+configure: error: `CC' was not set in the previous run
+configure: error: changes in the environment can compromise the build
+configure: error: run `make distclean' and/or `rm
+/home/benm/.var/automakecache' and start over
+configure: error: /bin/sh './configure' failed for libgc
+
+I have an automake cache set up, but it should not be failing this frequently.