[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#101570: gcc-3.0_3.0.ds9-1(unstable):



Ryan Murray writes:
 > Package: gcc-3.0
 > Version: 3.0.ds9-1
 > Severity: serious
 > 
 > There was an error while trying to autobuild your package:
 > 
 > > Automatic build of gcc-3.0_3.0.ds9-1 on resume.rfc822.org by sbuild/mips 1.158
 > > Build started at 20010620-0013
 > 
 > [...]
 > 
 > > configure: error: libffi has not been ported to mips-mips-linux-gnu.

needed "only" for gcj. please disable java in debian/rules.defs for
mips (and mipsel).

--- rules.defs~ Wed Jun 20 09:20:09 2001
+++ rules.defs  Wed Jun 20 09:21:01 2001
@@ -93,7 +93,7 @@
 # Java --------------------
 # java converted for V3 C++ ABI for some archs
 with_java := yes
-ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),hppa m68k powerpc arm))
+ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),arm hppa m68k mips mipselpowerpc))
   with_java := disabled for architecure $(DEB_HOST_ARCH)
 endif
 ifneq ($(GCC_TARGET),)



Reply to: