[Mono-bugs] [Bug 51469][Wis] New - Mono/MCS doesn't build on PowerPC
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 07:06:44 -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 frank.hollenbach@dit.de.
http://bugzilla.ximian.com/show_bug.cgi?id=51469
--- shadow/51469 2003-11-28 07:06:44.000000000 -0500
+++ shadow/51469.tmp.8060 2003-11-28 07:06:44.000000000 -0500
@@ -0,0 +1,79 @@
+Bug#: 51469
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: ppc 7450, altivec supported GNU/Linux
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: frank.hollenbach@dit.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono/MCS doesn't build on PowerPC
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. make
+2. make
+3. make
+
+Actual Results:
+depmode=gcc3 /bin/sh ../../depcomp \
+gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/
+usr/lib/glib-2.0/include -I../.. -DGC_LINUX_THREADS
+-DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions
+-D_FILE_OFFSET_BITS=64 -g -Wall -Wunused -Wmissing-prototypes
+-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
+-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align
+-Wwrite-strings -c `test -f 'dump.c' || echo './'`dump.c
+dump.c: In function `dump_table_param':
+dump.c:136: called object is not a function
+dump.c: In function `dump_table_class_layout':
+dump.c:270: called object is not a function
+make[3]: *** [dump.o] Fehler 1
+make[3]: Leaving directory `/var/tmp/portage/mono-0.28/work/mono-0.28/
+mono/dis'
+make[2]: *** [all-recursive] Fehler 1
+make[2]: Leaving directory `/var/tmp/portage/mono-0.28/work/mono-0.28/
+mono'
+make[1]: *** [all-recursive] Fehler 1
+make[1]: Leaving directory `/var/tmp/portage/mono-0.28/work/mono-0.28'
+make: *** [all] Fehler 2
+
+
+Expected Results:
+
+a build ;-)
+
+How often does this happen?
+
+every time,
+
+Additional Information:
+ gcc -v
+Reading specs from /usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.3/specs
+Configured with: /var/tmp/portage/gcc-3.2.3-r2/work/gcc-3.2.3/configure
+--prefix=/usr --bindir=/usr/powerpc-unknown-linux-gnu/gcc-bin/3.2
+--includedir=/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.3/include
+--datadir=/usr/share/gcc-data/powerpc-unknown-linux-gnu/3.2 --mandir=/usr/
+share/gcc-data/powerpc-unknown-linux-gnu/3.2/man --infodir=/usr/share/
+gcc-data/powerpc-unknown-linux-gnu/3.2/info --enable-shared
+--host=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu
+--with-system-zlib --enable-languages=c,c++,f77,objc,java
+--enable-threads=posix --enable-long-long --disable-checking
+--enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit
+--enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/
+gcc-lib/powerpc-unknown-linux-gnu/3.2.3/include/g++-v3
+--with-local-prefix=/usr/local --enable-shared --enable-nls
+--without-included-gettext
+Thread model: posix
+gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice)