[Debian GNUstep maintainers] Bug#324105: gnustep-base: FTBFS (ppc64): Please support the ppc64 architecture

Andreas Jochens aj at andaco.de
Sat Aug 20 08:50:34 UTC 2005


Package: gnustep-base
Version: 1.10.3-1
Severity: wishlist
Tags: patch

The attached patch adds ppc64 to FFCALL_ARCHS in debian/rules.

Additionally, there is an ICE with the current version of gcc-4.0
on all architectures:

gcc mframe.m -c \
      -MMD -MP -DGNUSTEP_INSTALL_PREFIX=/usr/lib/GNUstep/System -DGNUSTEP_LOCAL_ROOT=/usr/local/lib/GNUstep/Local -DGNUSTEP_NETWORK_ROOT=/usr/local/lib/GNUstep/Network -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -Wall -Wcast-align -DGNUSTEP-DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -DGSDIAGNOSE -fno-strict-aliasing -fgnu-runtime -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I./. -I. -I/usr/include/libxml2 -I/root/GNUstep/Library/Headers -I/usr/local/lib/GNUstep/Local/Library/Headers -I/usr/local/lib/GNUstep/Network/Library/Headers -I/usr/lib/GNUstep/System/Library/Headers \
       -o shared_obj/mframe.o
mframe.m: In function 'mframe_decode_return':
mframe.m:1579: warning: pointer targets in passing argument 2 of 'NSGetSizeAndAlignment' differ in signedness
mframe.m:1711: internal compiler error: in assign_stack_temp_for_type, at function.c:605
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[3]: *** [shared_obj/mframe.o] Error 1

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnustep-base-1.10.3/debian/rules ./debian/rules
--- ../tmp-orig/gnustep-base-1.10.3/debian/rules	2005-08-20 06:58:35.000000000 +0000
+++ ./debian/rules	2005-08-19 15:55:06.000000000 +0000
@@ -58,7 +58,7 @@
 # -----------------------------------------------------------------------------
 # FFI lib settings
 
-FFCALL_ARCHS	= alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc kfreebsd-i386 knetbsd-i386
+FFCALL_ARCHS	= alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 knetbsd-i386
 FFI_ARCHS	=
 
 ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),$(FFI_ARCHS)))




More information about the pkg-GNUstep-maintainers mailing list