Re: GCC-4.5 as the default for (at least some) architectures

2011-03-01 Thread Konstantinos Margaritis
On 2 March 2011 03:34, Matthias Klose wrote: > I'll make gcc-4.5 the default for (at least some) architectures within the > next > two weeks before more transitions start. GCC-4.5 is already used as the > default > compiler for almost any other distribution, so there shouldn't be many > surprise

GCC-4.5 as the default for (at least some) architectures

2011-03-01 Thread Matthias Klose
I'll make gcc-4.5 the default for (at least some) architectures within the next two weeks before more transitions start. GCC-4.5 is already used as the default compiler for almost any other distribution, so there shouldn't be many surprises on at least the common architectures. About 50% of the b

Re: there is /usr/lib64 symlink but no /usr/local/lib64

2011-03-01 Thread Jonathan Nieder
user debian-pol...@packages.debian.org severity 613143 wishlist usertags 613143 + normative discussion quit Hi Matthias, Aurelien, Santiago, Tollef Fog Heen wrote: > Suggested change: > > --- /proc/self/fd/13 2011-02-13 09:12:50.142239544 +0100 > +++ policy.sgml 2011-02-13 09:12:01.565231

Results for 4.6.0 20110226 (experimental) [trunk revision 170512] (Debian 20110226-1) testsuite on arm-unknown-linux-gnueabi

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sat Feb 26 02:58:38 UTC 2011 (revision 170512) Native configuration is arm-unknown-linux-gnueabi === libgomp tests === Running target unix FAIL: libgomp.c++/ctor-3.C -O0 execution test FAIL: libgomp.c++/ctor-3.C -O1 execution test FAIL: libgomp.c++/ctor-3.C -O

Results for 4.4.5 (Debian 4.4.5-13) testsuite on s390-ibm-linux-gnu

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 27 21:33:50 UTC 2011 (revision 170549) Target: s390-linux-gnu gcc version 4.4.5 (Debian 4.4.5-13) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes

Results for 4.4.5 (Debian 4.4.5-13) testsuite on x86_64-pc-kfreebsd-gnu

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 27 21:33:50 UTC 2011 (revision 170549) Target: x86_64-kfreebsd-gnu gcc version 4.4.5 (Debian 4.4.5-13) Native configuration is x86_64-pc-kfreebsd-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes

Results for 4.4.5 (Debian 4.4.5-13) testsuite on ia64-unknown-linux-gnu

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 27 21:33:50 UTC 2011 (revision 170549) Target: ia64-linux-gnu gcc version 4.4.5 (Debian 4.4.5-13) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes189

Results for 4.4.5 (Debian 4.4.5-13) testsuite on arm-unknown-linux-gnueabi

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 27 21:33:50 UTC 2011 (revision 170549) Native configuration is arm-unknown-linux-gnueabi === libgomp tests === Running target unix FAIL: libgomp.c/lock-1.c execution test WARNING: program timed out. FAIL: libgomp.fortran/strassen.f90 -O execution test

Results for 4.4.5 (Debian 4.4.5-13) testsuite on alpha-unknown-linux-gnu

2011-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 27 21:33:50 UTC 2011 (revision 170549) Native configuration is alpha-unknown-linux-gnu === libgomp tests === Running target unix === libgomp Summary === # of expected passes2524 === libstdc++ tests === Running

Bug#615826: gcc-4.6: FTBFS on kfreebsd-*: os_dep.c:20:30: fatal error: linux/version.h: No such file or directory

2011-03-01 Thread Petr Salinger
applied, however this reverts somehow the change in the kfreebsd-gnu patch. In the gcc-4.5 this part in kfreebsd-gnu patch have been: - x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;; + x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;

Bug#615826: gcc-4.6: FTBFS on kfreebsd-*:

2011-03-01 Thread Matthias Klose
On 28.02.2011 22:29, Petr Salinger wrote: > > The failure on kfreebsd-i386 is a different one: > > make[4]: *** [check-recursive] Error 1 > make[4]: Target `check' not remade because of errors. > make[4]: Leaving directory > `/build/buildd-gcc-4.6_4.6-20110227-1-kfreebsd-i386-oLsZOn/gcc-4.6-4.6-2

Bug#615826: gcc-4.6: FTBFS on kfreebsd-*: os_dep.c:20:30: fatal error: linux/version.h: No such file or directory

2011-03-01 Thread Matthias Klose
On 28.02.2011 14:32, Petr Salinger wrote: > The failure on kfreebsd-amd64 seems be due to incomplete config.gcc > after recent cleanup. > > The config.gcc for kfreebsd-i386 does not have this problem, > but the build log is not shown on buildd.d.o. > > Petr > > > --- src/gcc/config.gcc > +++ sr