[Mono-bugs] [Bug 60500][Nor] New - Beta3 fails to build on alpha

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Jun 2004 14:36:43 -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 blade@debian.org.

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

--- shadow/60500	2004-06-21 14:36:43.000000000 -0400
+++ shadow/60500.tmp.9267	2004-06-21 14:36:43.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 60500
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Debian Sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: blade@debian.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Beta3 fails to build on alpha
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Beta3 does not build on Alpha linux any more (Recent Debian Sid) while 0.31
+did.
+
+You can compare the build logs on:
+
+http://buildd.debian.org/fetch.php?&pkg=mono&ver=0.31-2&arch=alpha&stamp=1082069484&file=log&as=raw
+vs.
+http://buildd.debian.org/fetch.php?&pkg=mono&ver=0.96-1&arch=alpha&stamp=1087707266&file=log&as=raw
+
+In 0.31, everything was detected as expected while in Beta3, it begins to
+make trouble here:
+
+> configure: WARNING: "mono has not been ported to
+alphaev67-unknown-linux-gnu: some things may not work."
+> configure: creating ./config.status
+
+and finaly breaks here:
+
+> make[5]: *** No rule to make target `/libmonoarch-.la', needed by
+`libmonoarch.la'.  Stop.
+> make[5]: Leaving directory `/build/buildd/mono-0.96/mono/arch'
+
+IMO indicating that Alpha was removed from the list of supported
+architectures, but why?