Processed: your mail

2012-07-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 680897 wishlist Bug #680897 [ppl] ppl: New upstream release available Severity set to 'wishlist' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 680897: http://bugs.debian.org/cgi-bin/bugrep

Bug#680898: build-depends on gcc-4.5/g++-4.6; build-conflicts against obsolete gcc version on x86

2012-07-08 Thread Philipp Kern
Package: starpu-contrib Version: 1.0.1-2 Severity: important Hi, starpu-contrib build-depends on gcc-4.5/g++-4.5 which should go away (see [0]). It also build-conflicts against gcc-4.6/g++-4.6, which are not the default compilers of x86 in wheezy anymore. Kind regards Philipp Kern [0] http://bu

Bug#669479: Time to upload fix for #669479

2012-07-08 Thread Artur Rona
Hello Gregor, unfortunately, my latest fix is not correct. We cannot just drop libncurses5-dev from Build-Depends cause hurd-i386 and mips don't need it. So I'd like straightforward add next library to B-D: libncursesw5-dev. However, if ppl gets missing library, then next FTBFS happens. I've

Bug#680897: ppl: New upstream release available

2012-07-08 Thread Artur Rona
Package: ppl Version: 0.11.2-6 Dear maintainers, there is a new upstream release. Please consider upgrading your package. News since current 0.11.2: -- NEWS for version 1.0 (released on June 28, 2012) -

Bug#680896: ppl: FTBFS: /bin/bash: ./installdox: No such file or directory

2012-07-08 Thread Artur Rona
Package: ppl Version: 0.11.2-6 Severity: serious Hello, there is FTBFS on i386 and amd64 founded. Relevant part: dpkg-deb: building package `libppl-swi' in `../libppl-swi_0.11.2-6.1_amd64.deb'. export save_size=1 ; /usr/bin/make -C doc user-configured make[1]: Entering directory `/tmp/bui

isl_0.10-3_amd64.changes ACCEPTED into unstable

2012-07-08 Thread Debian FTP Masters
Accepted: isl_0.10-3.debian.tar.gz to main/i/isl/isl_0.10-3.debian.tar.gz isl_0.10-3.dsc to main/i/isl/isl_0.10-3.dsc libisl-dbg_0.10-3_amd64.deb to main/i/isl/libisl-dbg_0.10-3_amd64.deb libisl-dev_0.10-3_amd64.deb to main/i/isl/libisl-dev_0.10-3_amd64.deb libisl10_0.10-3_amd64.deb to

cloog_0.17.0-3_amd64.changes ACCEPTED into unstable

2012-07-08 Thread Debian FTP Masters
Accepted: cloog-isl_0.17.0-3_amd64.deb to main/c/cloog/cloog-isl_0.17.0-3_amd64.deb cloog_0.17.0-3.diff.gz to main/c/cloog/cloog_0.17.0-3.diff.gz cloog_0.17.0-3.dsc to main/c/cloog/cloog_0.17.0-3.dsc libcloog-isl-dev_0.17.0-3_amd64.deb to main/c/cloog/libcloog-isl-dev_0.17.0-3_amd64.deb

Processing of isl_0.10-3_amd64.changes

2012-07-08 Thread Debian FTP Masters
isl_0.10-3_amd64.changes uploaded successfully to localhost along with the files: isl_0.10-3.dsc isl_0.10-3.debian.tar.gz libisl-dev_0.10-3_amd64.deb libisl-dbg_0.10-3_amd64.deb libisl10_0.10-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -

Processing of cloog_0.17.0-3_amd64.changes

2012-07-08 Thread Debian FTP Masters
cloog_0.17.0-3_amd64.changes uploaded successfully to localhost along with the files: cloog_0.17.0-3.dsc cloog_0.17.0-3.diff.gz libcloog-isl-dev_0.17.0-3_amd64.deb libcloog-isl3_0.17.0-3_amd64.deb cloog-isl_0.17.0-3_amd64.deb Greetings, Your Debian queue daemon (running on host

Results for 4.7.1 (Debian 4.7.1-3) testsuite on mips-unknown-linux-gnu

2012-07-08 Thread Matthias Klose
LAST_UPDATED: Tue Jul 3 12:01:09 UTC 2012 (revision 189219) Target: mips-linux-gnu gcc version 4.7.1 (Debian 4.7.1-3) Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix UNRESOLVED: attribute_plugin.c compilation, -I. -I/build/buildd-gcc-4.7_4

Bug#680348: gcc-4.6: ICE on mips when compiling aiccu

2012-07-08 Thread Touko Korpela
Matthias Klose wrote: > On 05.07.2012 11:03, Axel Beckert wrote: > > Package: gcc-4.6 > > Severity: normal > > Affects: aiccu > > > > Dear Maintainer, > > > > gcc-4.6 failed to compile aiccu on mips (but not mipsel) with the > > following error message: > > > > ../common/tun.c:69:1: internal com

Bug#680776: gcc-4.7: does not use aligned load

2012-07-08 Thread Ondrej Bilka
Package: gcc-4.7 Version: 4.7.1-2 Severity: normal Tags: upstream Gcc uses unaligned load instruction movdqu even if aligned load movdqa was requested and data are aligned. An example follows #include __m128i x(char *s){ __m128i sz,z,mvec; s-=((unsigned long) s)%16; sz=_mm_load_si128(s);