Bug#480776: cacao_0.99~rc5-1(sparc/experimental): FTBFS: C compiler cannot create executables

2008-06-03 Thread Michael Koch
On Mon, May 12, 2008 at 02:09:10AM +0200, Frank Lichtenheld wrote:
> Package: cacao
> Version: 0.99~rc5-1
> Severity: serious
> 
> Hi,
> 
> your package failed to build from source.
> 
> The reason seems to be that configure tries to compile an executable
> with -m64 which fails since gcc-multilib isn't installed. I have no
> idea _why_ it tries that, though.

The problem is that upstream supports cacao only on sparc64 but Debian's
sparc userland is 32 bit. I will disable cacao on sparc with next
upload.


Cheers,
Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480776: cacao_0.99~rc5-1(sparc/experimental): FTBFS: C compiler cannot create executables

2008-05-11 Thread Frank Lichtenheld
Package: cacao
Version: 0.99~rc5-1
Severity: serious

Hi,

your package failed to build from source.

The reason seems to be that configure tries to compile an executable
with -m64 which fails since gcc-multilib isn't installed. I have no
idea _why_ it tries that, though.

config.log is attached.

| Automatic build of cacao_0.99~rc5-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20080512-0001
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 3599kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc5-1 (dsc) 
[1338B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc5-1 (tar) 
[3588kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc5-1 (diff) 
[9145B]
| Fetched 3599kB in 0s (3969kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5), cdbs (>= 0.4.17), default-jdk-builddep, 
classpath (>= 2:0.96.1), classpath-common (>= 2:0.96.1), zlib1g-dev, 
libltdl3-dev, zip
| Checking for already installed source dependencies...
[...]
| cd . && CC="cc" CXX="g++" CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g 
-Wall -O2" CPPFLAGS="" LDFLAGS="" JAVAC="/usr/lib/jvm/default-java/bin/javac" 
LDFLAGS=" -Wl,-z,defs" /build/buildd/cacao-0.99~rc5/./configure 
--build=sparc-linux-gnu --prefix=/usr --includedir="\${prefix}/include" 
--mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" 
--sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/cacao" 
--disable-maintainer-mode --disable-dependency-tracking --srcdir=.  
--with-classpath-prefix=/usr --with-classpath-includedir=/usr/include/classpath 
--disable-disassembler --libdir=/usr/lib/cacao 
--with-jni_h=/usr/include/classpath --with-jni_md_h=/usr/include/classpath 
| checking build system type... sparc-unknown-linux-gnu
| checking host system type... sparc-unknown-linux-gnu
| checking for a BSD-compatible install... /usr/bin/install -c
| checking whether build environment is sane... yes
| checking for gawk... no
| checking for mawk... mawk
| checking whether make sets $(MAKE)... yes
| checking whether to enable maintainer-specific portions of Makefiles... no
| checking for gcc... cc
| checking for C compiler default output file name... 
| configure: error: C compiler cannot create executables
| See `config.log' for more details.
| make: *** [config.status] Error 77
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080512-0006
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=0.99~rc5-1&pkg=cacao&arch=sparc

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cacao configure 0.99rc5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ /build/buildd/cacao-0.99~rc5/./configure --build=sparc-linux-gnu 
--prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=${prefix}/lib/cacao --disable-maintainer-mode 
--disable-dependency-tracking --srcdir=. --with-classpath-prefix=/usr 
--with-classpath-includedir=/usr/include/classpath --disable-disassembler 
--libdir=/usr/lib/cacao --with-jni_h=/usr/include/classpath 
--with-jni_md_h=/usr/include/classpath

## - ##
## Platform. ##
## - ##

hostname = njoerd
uname -m = sparc
uname -r = 2.6.18-6-sparc64-smp
uname -s = Linux
uname -v = #1 SMP Tue Feb 12 22:37:04 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games


## --- ##
## Core tests. ##
## --- ##

configure:2167: checking build system type
configure:2185: result: sparc-unknown-linux-gnu
configure:2207: checking host system type
configure:: result: sparc-unknown-linux-gnu
configure:2259: checking for a BSD-compatible install
configure:2315: result: /usr/bin/install -c
configure:2326: checking whether build environment is sane
configure:2369: result: yes
configure:2434: checking for gawk
configure:2464: result: no
configure:2434: checking for mawk
configure:2450: found /usr/bin/mawk
configure:2461: result: mawk
configure:2472: checking whether make sets $(MAKE)