Bug#542285: libgc_1:7.1-3(mips/experimental): FTBFS: build failure on atomic_ops.c

2009-09-16 Thread Frank Lichtenheld
On Sun, Sep 13, 2009 at 09:46:22PM +0100, Chris Lamb wrote:
> Frank Lichtenheld wrote:
> > your package failed to build from source.
> 
> Without a working mips porterbox I can make very little progress on this
> bug. Frank, are you aware of any other machines, or know the status of
> mahler?

No, I can't help you there. The experimental mips buildd itself is a
very unreliable machine and is only running sometimes when someone has
given it a good kick again.

And I have no information on the DSA mips machines other than what is
noted in LDAP.

Gruesse,
-- 
Frank Lichtenheld 
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542285: libgc_1:7.1-3(mips/experimental): FTBFS: build failure on atomic_ops.c

2009-09-13 Thread Chris Lamb
Frank Lichtenheld wrote:

> your package failed to build from source.

Without a working mips porterbox I can make very little progress on this
bug. Frank, are you aware of any other machines, or know the status of
mahler?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#542285: libgc_1:7.1-3(mips/experimental): FTBFS: build failure on atomic_ops.c

2009-08-18 Thread Frank Lichtenheld
Package: libgc
Version: 1:7.1-3
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libgc_1:7.1-3 on signy by sbuild/mips 98-farm
| Build started at 20090818-2041
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 1094kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (dsc) 
[1124B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (tar) 
[1078kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (diff) 
[15.4kB]
| Fetched 1094kB in 1s (661kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 7), quilt, autoconf
| Checking for already installed source dependencies...
[...]
| /bin/bash ./libtool --tag=CC --mode=compile mips-linux-gnu-gcc 
-DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" 
-DPACKAGE_STRING=\"gc\ 7.1\" -DPACKAGE_BUGREPORT=\"hans.bo...@hp.com\" 
-DPACKAGE_URL=\"\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" 
-DVERSION=\"7.1\" -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 
-DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 
-DATOMIC_UNCOLLECTABLE=1  -I./include   -fexceptions -I libatomic_ops/src -g 
-O2 -c -o atomic_ops.lo atomic_ops.c
|  mips-linux-gnu-gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" 
-DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" 
-DPACKAGE_BUGREPORT=\"hans.bo...@hp.com\" -DPACKAGE_URL=\"\" 
-DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" 
-DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 
-DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 
-DATOMIC_UNCOLLECTABLE=1 -I./include -fexceptions -I libatomic_ops/src -g -O2 
-c atomic_ops.c  -fPIC -DPIC -o .libs/atomic_ops.o
| atomic_ops.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'AO_locks'
| atomic_ops.c:116: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:124: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:130: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:139: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'init_lock'
| atomic_ops.c: In function 'AO_compare_and_swap_emulation':
| atomic_ops.c:144: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:144: error: (Each undeclared identifier is reported only once
| atomic_ops.c:144: error: for each function it appears in.)
| atomic_ops.c:144: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:144: error: 'AO_locks' undeclared (first use in this function)
| atomic_ops.c:150: error: 'init_lock' undeclared (first use in this function)
| atomic_ops.c: In function 'AO_compare_double_and_swap_double_emulation':
| atomic_ops.c:180: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:180: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:180: error: 'AO_locks' undeclared (first use in this function)
| atomic_ops.c:186: error: 'init_lock' undeclared (first use in this function)
| atomic_ops.c: In function 'AO_store_full_emulation':
| atomic_ops.c:215: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:215: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:215: error: 'AO_locks' undeclared (first use in this function)
| make[2]: *** [atomic_ops.lo] Error 1
| make[2]: Leaving directory `/build/buildd/libgc-7.1'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/build/buildd/libgc-7.1'
| dh_auto_build: make returned exit code 2
| make: *** [build] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090818-2108
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1:7.1-3&pkg=libgc&arch=mips

Gruesse,
-- 
Frank Lichtenheld 
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org