Bug#425011: gcc-4.1: FTBFS on m68k and arm, multiple definitions of ffi_prep_closure

2007-05-22 Thread Martin Michlmayr
* Aurelien Jarno <[EMAIL PROTECTED]> [2007-05-23 06:24]: > Martin has tested the same kind of change on arm, I have tested it on For the record, my build was successful. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Bug#425011: gcc-4.1: FTBFS on m68k and arm, multiple definitions of ffi_prep_closure

2007-05-22 Thread Aurelien Jarno
Martin Michlmayr a écrit : > * Martin Michlmayr <[EMAIL PROTECTED]> [2007-05-22 12:58]: >> sed -n '/^baseline_dir *=/s,.*= *\(.*\)\$.*$,\1,p' Makefile >> /home/tbm/build/42/3/gcc-4.2-4.2-20070516/src/libstdc++-v3/config/abi/post/ >> >> Any idea what to do about this? Giving that there's no "arm" d

Bug#425595: gcj-4.1: FTBFS: ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand

2007-05-22 Thread Matthias Klose
reassign 425595 linux-libc-dev thanks Kurt Roeckx writes: > Package: gcj-4.1 > Version: 4.1.2-8 > Severity: serious > > Hi, > > Your package is failing to build with the following error: > ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand > ../../../src/boehm-gc/os_d

Processed: Re: Bug#425595: gcj-4.1: FTBFS: ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand

2007-05-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 425595 linux-libc-dev Bug#425595: gcj-4.1: FTBFS: ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand Bug reassigned from package `gcj-4.1' to `linux-libc-dev'. > thanks Stopping processing here. Please contact me

Bug#425623: gcc-4.1: Option to warn on printf of ptrdiff_t without t size modifier

2007-05-22 Thread Josh Triplett
Package: gcc-4.1 Version: 4.1.2-7 Severity: wishlist This code: #include int main(int argc, char *argv[]) { void *a, *b; printf("%d\n", a - b); return 0; } will generate this warning on a 64-bit platform: temp.c:5: warning: format ‘%d’ expects type ‘int’, but argument 2

Bug#425011: gcc-4.1: FTBFS on m68k and arm, multiple definitions of ffi_prep_closure

2007-05-22 Thread Aurelien Jarno
Martin Michlmayr a écrit : > * Martin Michlmayr <[EMAIL PROTECTED]> [2007-05-22 12:58]: >> sed -n '/^baseline_dir *=/s,.*= *\(.*\)\$.*$,\1,p' Makefile >> /home/tbm/build/42/3/gcc-4.2-4.2-20070516/src/libstdc++-v3/config/abi/post/ >> >> Any idea what to do about this? Giving that there's no "arm" d

Bug#425595: gcj-4.1: FTBFS: ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand

2007-05-22 Thread Kurt Roeckx
Package: gcj-4.1 Version: 4.1.2-8 Severity: serious Hi, Your package is failing to build with the following error: ../../../src/boehm-gc/os_dep.c:21:28: error: operator '<=' has no left operand ../../../src/boehm-gc/os_dep.c: In function 'GC_disable_signals': ../../../src/boehm-gc/os_dep.c:560: w

Bug#425011: gcc-4.1: FTBFS on m68k and arm, multiple definitions of ffi_prep_closure

2007-05-22 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-05-22 12:58]: > sed -n '/^baseline_dir *=/s,.*= *\(.*\)\$.*$,\1,p' Makefile > /home/tbm/build/42/3/gcc-4.2-4.2-20070516/src/libstdc++-v3/config/abi/post/ > > Any idea what to do about this? Giving that there's no "arm" directory, I > suppose simply rep

Bug#425011: gcc-4.1: FTBFS on m68k and arm, multiple definitions of ffi_prep_closure

2007-05-22 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-05-21 08:55]: > Are you sure? I just tried to build gcc-4.2 and I certainly need this > patch. arm-libffi is applied which contains 'ffi_prep_closure' which > leads to a conflict, as with 4.1. After applying this patch, I get another build failure bui