[Mono-bugs] [Bug 74071][Min] New - ./configure stops at libgc due to libtool.m4 and ltmain.sh version difference

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 14:37:47 -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 harningt@gmail.com.

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

--- shadow/74071	2005-03-24 14:37:47.000000000 -0500
+++ shadow/74071.tmp.17287	2005-03-24 14:37:47.000000000 -0500
@@ -0,0 +1,61 @@
+Bug#: 74071
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Gentoo x86_64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: harningt@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ./configure stops at libgc due to libtool.m4 and ltmain.sh version difference
+
+Description of Problem:
+ When running the ./configure script, I run into a stopper that requires me
+to manually hack one of the files in order for the script to continue.
+This is from the mono-1-1-5 svn tag, it's also occurred with the head
+branch at many stages, but once I fix the file, it never stops me again at
+a checkout+build point.
+
+Steps to reproduce the problem:
+1. svn co svn://svn.myrealbox.com/source/tags/mono-1-1-5
+2. In mono, ./autogen.sh
+
+Actual Results:
+ ./configure fails for libgc when checking the libtool.m4 and ltmain.sh
+versions.  ltmain.s = 1.4.2, libtool.m4 = 1.5.10. 
+
+Expected Results:
+ The makefiles and configuration to be generated.
+
+Note: a simple edit of ltmain.sh to change its version to 1.5.10 enables
+the Makefiles to be made.
+Tail of output:
+---------------------------------
+checking for strip... strip
+checking for correct ltmain.sh version... no
+
+*** Gentoo sanity check failed! ***
+*** libtool.m4 and ltmain.sh have a version mismatch! ***
+*** (libtool.m4 = 1.5.10, ltmain.sh = 1.4.2) ***
+
+Please run:
+
+  libtoolize --copy --force
+
+if appropriate, please contact the maintainer of this
+package (or your distribution) for help.
+
+configure: error: /bin/sh './configure' failed for libgc
+
+
+How often does this happen? 
+
+
+Additional Information: