Processed: severity of 553570 is important

2009-11-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 553570 important
Bug #553570 [gpc-doc] gpc-doc: usr-share-doc-symlink-to-foreign-package 
gpc-4.1-doc
Severity set to 'important' from 'serious'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#548842: Apt alignment trap.

2009-11-04 Thread Martin Guy
A patch has turned up for glibc-2.9. I'm trying it on eglibc-2.10...
See http://sourceware.org/ml/crossgcc/2009-11/msg8.html

--- glibc-ports-2.9/sysdeps/arm/dl-machine.h.orig   2009-11-03
22:03:57.0 +0100
+++ glibc-ports-2.9/sysdeps/arm/dl-machine.h2009-11-03 22:11:45.0 
+0100
@@ -568,13 +568,22 @@
 }
 # endif

+union arm_unaligned_data {
+  Elf32_Addr l_addr;
+} __attribute__ ((packed));
+
 auto inline void
 __attribute__ ((always_inline))
 elf_machine_rel_relative (Elf32_Addr l_addr, const Elf32_Rel *reloc,
  void *const reloc_addr_arg)
 {
-  Elf32_Addr *const reloc_addr = reloc_addr_arg;
-  *reloc_addr += l_addr;
+  if (((long)reloc_addr_arg) & 0x3) {
+union arm_unaligned_data *const lpdata = reloc_addr_arg;
+lpdata->l_addr += l_addr;
+  } else {
+Elf32_Addr *const reloc_addr = reloc_addr_arg;
+*reloc_addr += l_addr;
+  }
 }

 # ifndef RTLD_BOOTSTRAP



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



Processed: Re: java-gcj-compat-dev: usr-share-doc-symlink-without-dependency java-gcj-compat-headless

2009-11-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 554205 important
Bug #554205 [java-gcj-compat-dev] java-gcj-compat-dev: 
usr-share-doc-symlink-without-dependency java-gcj-compat-headless
Severity set to 'important' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#554205: java-gcj-compat-dev: usr-share-doc-symlink-without-dependency java-gcj-compat-headless

2009-11-04 Thread Steve Langasek
severity 554205 important
thanks

java-gcj-compat-dev Depends: java-gcj-compat (= 1.0.80-5.1) [...]
java-gcj-compat Depends: java-gcj-compat-headless (= 1.0.80-5.1) [...]

So there's no policy violation here, only a harmless indirection.

Leaving the bug open, since a lintian override will need to be added to the
package in the next upload, per the recent announcement regarding lintian
enforcement at archive accept time.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Results for 4.3.4 (Debian 4.3.4-6) testsuite on alpha-unknown-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Native configuration is alpha-unknown-linux-gnu

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes1763
=== libstdc++ tests ===


Running target unix
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for 
excess errors)

=== libstdc++ Summary ===

# of expected passes4946
# of unexpected successes   1
# of expected failures  59
# of unsupported tests  326
Target: alpha-linux-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 

=== g++ tests ===


Running target unix

=== g++ Summary ===

# of expected passes17643
# of expected failures  92
# of unsupported tests  143
/build/buildd-gcc-4.3_4.3.4-6-alpha-Rv3zdg/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix

=== gcc Summary ===

# of expected passes46674
# of expected failures  92
# of untested testcases 35
# of unsupported tests  366
/build/buildd-gcc-4.3_4.3.4-6-alpha-Rv3zdg/gcc-4.3-4.3.4/build/gcc/xgcc  
version 4.3.4 (Debian 4.3.4-6) 

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes25484
# of expected failures  3
# of unsupported tests  20
/build/buildd-gcc-4.3_4.3.4-6-alpha-Rv3zdg/gcc-4.3-4.3.4/build/gcc/testsuite/gfortran/../../gfortran
  version 4.3.4 (Debian 4.3.4-6) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes423
# of expected failures  23
# of unresolved testcases   3
# of unsupported tests  13
/build/buildd-gcc-4.3_4.3.4-6-alpha-Rv3zdg/gcc-4.3-4.3.4/build/gcc/testsuite/obj-c++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1830
# of expected failures  7
# of unsupported tests  25
/build/buildd-gcc-4.3_4.3.4-6-alpha-Rv3zdg/gcc-4.3-4.3.4/build/gcc/xgcc  
version 4.3.4 (Debian 4.3.4-6) 


Compiler version: 4.3.4 (Debian 4.3.4-6) 
Platform: alpha-unknown-linux-gnu
configure flags: -v --with-pkgversion='Debian 4.3.4-6' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--enable-multiarch --enable-linker-build-id --with-system-zlib 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr 
--disable-libssp --with-long-double-128 --enable-checking=release 
--build=alpha-linux-gnu --host=alpha-linux-gnu --target=alpha-linux-gnu
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   
Description
+++--=-==
ii  binutils 2.20-1The GNU 
assembler, linker and binary utilities
ii  libc6.1  2.10.1-1  GNU C 
Library: Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20091101.

pr30740:
  PR ada/30740: Do not optimize X*(2**Y) in a modular context

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

gcc-build-id:
  Link with --build-id when the linker supports it

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la and needed thread flags
  and libraries.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnip

Results for 4.3.4 (Debian 4.3.4-6) testsuite on x86_64-pc-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Target: x86_64-linux-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 
Native configuration is x86_64-pc-linux-gnu

=== g++ tests ===


Running target unix

=== g++ Summary for unix ===

# of expected passes17695
# of expected failures  92
# of unsupported tests  123

Running target unix/-fstack-protector

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17695
# of expected failures  92
# of unsupported tests  123

Running target unix/-m32

=== g++ Summary for unix/-m32 ===

# of expected passes17794
# of expected failures  92
# of unsupported tests  89

=== g++ Summary ===

# of expected passes53184
# of expected failures  276
# of unsupported tests  335
/build/buildd-gcc-4.3_4.3.4-6-amd64-pzT8p6/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix

=== gcc Summary for unix ===

# of expected passes50112
# of expected failures  169
# of untested testcases 35
# of unsupported tests  388

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)

=== gcc Summary for unix/-fstack-protector ===

# of expected passes50111
# of unexpected failures1
# of expected failures  169
# of untested testcases 35
# of unsupported tests  388

Running target unix/-m32

=== gcc Summary for unix/-m32 ===

# of expected passes50262
# of expected failures  170
# of untested testcases 35
# of unsupported tests  271

=== gcc Summary ===

# of expected passes150485
# of unexpected failures1
# of expected failures  508
# of untested testcases 105
# of unsupported tests  1047
/build/buildd-gcc-4.3_4.3.4-6-amd64-pzT8p6/gcc-4.3-4.3.4/build/gcc/xgcc  
version 4.3.4 (Debian 4.3.4-6) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes25524
# of expected failures  3
# of unsupported tests  18

Running target unix/-fstack-protector

=== gfortran Summary for unix/-fstack-protector ===

# of expected passes25524
# of expected failures  3
# of unsupported tests  18

Running target unix/-m32

=== gfortran Summary for unix/-m32 ===

# of expected passes25526
# of expected failures  3
# of unsupported tests  16

=== gfortran Summary ===

# of expected passes76574
# of expected failures  9
# of unsupported tests  52
/build/buildd-gcc-4.3_4.3.4-6-amd64-pzT8p6/gcc-4.3-4.3.4/build/gcc/testsuite/gfortran/../../gfortran
  version 4.3.4 (Debian 4.3.4-6) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes423
# of expected failures  23
# of unresolved testcases   3
# of unsupported tests  13
/build/buildd-gcc-4.3_4.3.4-6-amd64-pzT8p6/gcc-4.3-4.3.4/build/gcc/testsuite/obj-c++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1832
# of expected failures  7
# of unsupported tests  24
/build/buildd-gcc-4.3_4.3.4-6-amd64-pzT8p6/gcc-4.3-4.3.4/build/gcc/xgcc  
version 4.3.4 (Debian 4.3.4-6) 

=== libgomp tests ===


Running target unix

=== libgomp Summary for unix ===

# of expected passes1763

Running target unix/-fstack-protector

=== libgomp Summary for unix/-fstack-protector ===

# of expected passes1763

Running target unix/-m32

=== libgomp Summary for unix/-m32 ===

# of expected passes1763

=== libgomp Summary ===

# of expected passes5289
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

=== libmudflap Summary for unix ===

# of expected passes1844
#

Results for 4.3.4 (Debian 4.3.4-6) testsuite on x86_64-pc-kfreebsd-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Target: x86_64-kfreebsd-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 
Native configuration is x86_64-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix

=== g++ Summary for unix ===

# of expected passes17681
# of expected failures  92
# of unsupported tests  131

Running target unix/-fstack-protector

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17681
# of expected failures  92
# of unsupported tests  131

Running target unix/-m32

=== g++ Summary for unix/-m32 ===

# of expected passes17766
# of expected failures  92
# of unsupported tests  103

=== g++ Summary ===

# of expected passes53128
# of expected failures  276
# of unsupported tests  365
/build/buildd-gcc-4.3_4.3.4-6-kfreebsd-amd64-Mi38Zq/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

=== gcc Summary for unix ===

# of expected passes49164
# of unexpected failures14
# of expected failures  169
# of untested testcases 35
# of unsupported tests  420

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
WARNING: program timed out.
WARNING: program timed out.
FAIL: gcc.dg/c99-intconst-1.c (test for excess errors)
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

=== gcc Summary for unix/-fstack-protector ===

# of expected passes49162
# of unexpected failures16
# of expected failures  169
# of untested testcases 35
# of unsupported tests  420

Running target unix/-m32
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison
FAIL: gcc.misc-tests/linkage.c link

=== gcc Summary for unix/-m32 ===

# of expected passes49306
# of unexpected failures15
# of expected failures  170
# of untested testcases 35
# of unsupported tests  305

=== gcc Summary ===

# of expected passes147632
# of unexpected failures45
# of expected failures  508
# of untested testcases 105
# of unsupported tests  1145
/build/buildd-gcc-4.3_4.3.4-6-kfreebsd-amd64-Mi38Zq/gcc-4.3-4.3.4/build/gcc/xgcc
  version 4.3.4 (Debian 4.3.4-6) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes25524
# of expected failures  

Results for 4.3.4 (Debian 4.3.4-6) testsuite on powerpc-unknown-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Target: powerpc-linux-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/torture/pr38565.C  -O0  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O1  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O2  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O3 -fomit-frame-pointer  (test for excess 
errors)
FAIL: g++.dg/torture/pr38565.C  -O3 -g  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -Os  (test for excess errors)

=== g++ Summary for unix ===

# of expected passes17784
# of unexpected failures6
# of expected failures  92
# of unsupported tests  122

Running target unix/-fstack-protector
FAIL: g++.dg/torture/pr38565.C  -O0  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O1  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O2  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -O3 -fomit-frame-pointer  (test for excess 
errors)
FAIL: g++.dg/torture/pr38565.C  -O3 -g  (test for excess errors)
FAIL: g++.dg/torture/pr38565.C  -Os  (test for excess errors)

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17784
# of unexpected failures6
# of expected failures  92
# of unsupported tests  122

Running target unix/-m64

=== g++ Summary for unix/-m64 ===

# of expected passes17752
# of expected failures  92
# of unsupported tests  125

=== g++ Summary ===

# of expected passes53320
# of unexpected failures12
# of expected failures  276
# of unsupported tests  369
/build/buildd-gcc-4.3_4.3.4-6-powerpc-5PgkTU/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized "nasty_local" 0

=== gcc Summary for unix ===

# of expected passes49680
# of unexpected failures1
# of expected failures  175
# of untested testcases 35
# of unsupported tests  398

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized "nasty_local" 0

=== gcc Summary for unix/-fstack-protector ===

# of expected passes49679
# of unexpected failures3
# of expected failures  175
# of untested testcases 35
# of unsupported tests  398

Running target unix/-m64

=== gcc Summary for unix/-m64 ===

# of expected passes49515
# of expected failures  176
# of untested testcases 35
# of unsupported tests  470

=== gcc Summary ===

# of expected passes148874
# of unexpected failures4
# of expected failures  526
# of untested testcases 105
# of unsupported tests  1266
/build/buildd-gcc-4.3_4.3.4-6-powerpc-5PgkTU/gcc-4.3-4.3.4/build/gcc/xgcc  
version 4.3.4 (Debian 4.3.4-6) 

=== gfortran tests ===


Running target unix
XPASS: gfortran.dg/nint_2.f90  -O0  execution test
XPASS: gfortran.dg/nint_2.f90  -O1  execution test
XPASS: gfortran.dg/nint_2.f90  -O2  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -g  execution test
XPASS: gfortran.dg/nint_2.f90  -Os  execution test

=== gfortran Summary for unix ===

# of expected passes24953
# of unexpected successes   8
# of expected failures  27
# of unsupported tests  37

Running target unix/-fstack-protector
XPASS: gfortran.dg/nint_2.f90  -O0  execution test
XPASS: gfortran.dg/nint_2.f90  -O1  execution test
XPASS: gfortran.dg/nint_2.f90  -O2  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
XPASS: gfortran.dg/nint_2.f90  -O3 -g  execution test
XPASS: gfortran.dg/nint_2.f90  -Os  execution test

=== gfortran Summary for unix/-fstack-protector ===

# of expected passes24953
# of unexpected successes   8
# of expected failures  27
# of unsupported tests  37

Running target unix/-m64
XPASS: gfortran.dg/nint_2.f90  -O0  e

Results for 4.3.4 (Debian 4.3.4-6) testsuite on i486-pc-kfreebsd-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Target: i486-kfreebsd-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 
Native configuration is i486-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix

=== g++ Summary for unix ===

# of expected passes17765
# of expected failures  92
# of unsupported tests  103

Running target unix/-fstack-protector

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17765
# of expected failures  92
# of unsupported tests  103

=== g++ Summary ===

# of expected passes35530
# of expected failures  184
# of unsupported tests  206
/build/buildd-gcc-4.3_4.3.4-6-kfreebsd-i386-9DphJ9/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

=== gcc Summary for unix ===

# of expected passes49302
# of unexpected failures14
# of expected failures  170
# of untested testcases 35
# of unsupported tests  307

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.dg/binary-constants-1.c (test for excess errors)
WARNING: program timed out.
FAIL: gcc.dg/c99-intconst-1.c (test for excess errors)
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

=== gcc Summary for unix/-fstack-protector ===

# of expected passes49299
# of unexpected failures18
# of expected failures  170
# of untested testcases 35
# of unsupported tests  307

=== gcc Summary ===

# of expected passes98601
# of unexpected failures32
# of expected failures  340
# of untested testcases 70
# of unsupported tests  614
/build/buildd-gcc-4.3_4.3.4-6-kfreebsd-i386-9DphJ9/gcc-4.3-4.3.4/build/gcc/xgcc 
 version 4.3.4 (Debian 4.3.4-6) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes25510
# of expected failures  3
# of unsupported tests  24

Running target unix/-fstack-protector

=== gfortran Summary for unix/-fstack-protector ===

# of expected passes25510
# of expected failures  3
# of unsupported tests  24

=== gfortran Summary ===

# of expected passes51020
# of expected failures  6
# of unsupported tests  48
/build/buildd-gcc-4.3_4.3.4-6-kfreebsd-i386-9DphJ9/gcc-4.3-4.3.4/build/gcc/testsuite/gfortran/../../gfortran
  version 4.3.4 (Debian 4.3.4-6) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary for unix ===

# of expected passes437
# of expected failures  9
# of unresolved testcases   3
# of unsupported tests  13

Running target unix/-fstack-protector
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: ob

Results for 4.3.4 (Debian 4.3.4-6) testsuite on sparc-unknown-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Mon Nov  2 00:19:31 UTC 2009 (revision 153796)

Target: sparc-linux-gnu
gcc version 4.3.4 (Debian 4.3.4-6) 
Native configuration is sparc-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/opt/anchor1.C execution test

=== g++ Summary for unix ===

# of expected passes17688
# of unexpected failures1
# of expected failures  92
# of unsupported tests  139

Running target unix/-fstack-protector
FAIL: g++.dg/opt/anchor1.C execution test

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17688
# of unexpected failures1
# of expected failures  92
# of unsupported tests  139

Running target unix/-m64
FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile,  (internal 
compiler error)
FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_y_tst.o compile,  (internal 
compiler error)
UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 
cp_compat_x_tst.o-cp_compat_y_tst.o link 
UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 
cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/opt/anchor1.C execution test

=== g++ Summary for unix/-m64 ===

# of expected passes17652
# of unexpected failures3
# of expected failures  92
# of unresolved testcases   2
# of unsupported tests  141

=== g++ Summary ===

# of expected passes53028
# of unexpected failures5
# of expected failures  276
# of unresolved testcases   2
# of unsupported tests  419
/build/buildd-gcc-4.3_4.3.4-6-sparc-sDv3OF/gcc-4.3-4.3.4/build/gcc/testsuite/g++/../../g++
  version 4.3.4 (Debian 4.3.4-6) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 1
FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-iv-6.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-multitypes-5.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/vect-multitypes-6.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "OUTER LOOP 
VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "zero step in outer 
loop." 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "OUTER LOOP 
VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "zero step in outer 
loop." 1
FAIL: gcc.dg/vect/vect-vfa-slp.c scan-tree-dump-times vect "vectorized 1 loops" 
1
FAIL: gcc.dg/vect/slp-15.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 2
FAIL: gcc.dg/vect/slp-25.c scan-tree-dump-times vect "Alignment of access 
forced using peeling" 2
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorized 3 loops" 1
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 3
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 0 
loops" 2
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/no-vfa-vect-depend-1.c scan-tree-dump-times vect "vectorized 
1 loops" 1

=== gcc Summary for unix ===

# of expected passes47585
# of unexpected failures18
# of expected failures  194
# of untested testcases 35
# of unsupported tests  482

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 1
FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-iv-6.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-multitypes-5.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/vect-multitypes-6.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "OUTER LOOP 
VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "zero step in outer 
loop." 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "OUTER LOOP 
VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "zero step in outer 
loop." 1
FAIL: gcc.dg/vect/vect-vfa-slp.c scan-tree-dump-times vect "vectorized 1 loops" 
1
FAIL: gcc.dg/vect/slp-15.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 2
FAIL: gcc.dg/vect/slp-25.c scan-tree-dump-times vect "Alignment of access 
forced using peeling" 2
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorized 3 loops" 1
FAIL: gcc.dg/vect/slp-3.c scan-tree-du

Results for 4.4.2 (Debian 4.4.2-2) testsuite on hppa-unknown-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840

Target: hppa-linux-gnu
gcc version 4.4.2 (Debian 4.4.2-2) 
Native configuration is hppa-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/lookup/extern-c-redecl3.C scan-assembler call[\\t ]+fork
FAIL: g++.dg/lookup/extern-c-redecl4.C scan-assembler call[\\t ]+_Z4forkv

=== g++ Summary ===

# of expected passes19373
# of unexpected failures2
# of expected failures  156
# of unsupported tests  157
/build/buildd-gcc-4.4_4.4.2-2-hppa-8BJBtb/gcc-4.4-4.4.2/build/gcc/testsuite/g++/../../g++
  version 4.4.2 (Debian 4.4.2-2) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times \\(DIE \\(.*?\\) 
DW_TAG_inlined_subroutine 6
FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times \\(DIE \\(.*?\\) 
DW_TAG_lexical_block 6
FAIL: gcc.dg/pr41345.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5

=== gcc Summary ===

# of expected passes49910
# of unexpected failures3
# of unexpected successes   1
# of expected failures  116
# of unsupported tests  538
/build/buildd-gcc-4.4_4.4.2-2-hppa-8BJBtb/gcc-4.4-4.4.2/build/gcc/xgcc  version 
4.4.2 (Debian 4.4.2-2) 

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes28845
# of expected failures  14
# of unsupported tests  263
/build/buildd-gcc-4.4_4.4.2-2-hppa-8BJBtb/gcc-4.4-4.4.2/build/gcc/testsuite/gfortran/../../gfortran
  version 4.4.2 (Debian 4.4.2-2) 

=== obj-c++ tests ===


Running target unix
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes436
# of unexpected successes   1
# of expected failures  9
# of unresolved testcases   3
# of unsupported tests  13
/build/buildd-gcc-4.4_4.4.2-2-hppa-8BJBtb/gcc-4.4-4.4.2/build/gcc/testsuite/obj-c++/../../g++
  version 4.4.2 (Debian 4.4.2-2) 

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1866
# of expected failures  15
# of unsupported tests  24
/build/buildd-gcc-4.4_4.4.2-2-hppa-8BJBtb/gcc-4.4-4.4.2/build/gcc/xgcc  version 
4.4.2 (Debian 4.4.2-2) 

=== libgomp tests ===


Running target unix
FAIL: libgomp.c/omp-loop03.c execution test
FAIL: libgomp.c++/loop-3.C  -O  execution test

=== libgomp Summary ===

# of expected passes2390
# of unexpected failures2
# of unsupported tests  7
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (rerun 8) execution test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (rerun 9) execution test
FAIL: libmudflap.cth/pass39-frag.c (rerun 9) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (rerun 14) execution test
FAIL: libmudflap.cth/pass39-frag.c (rerun 14) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (rerun 15) execution test
FAIL: libmudflap.cth/pass39-frag.c (rerun 15) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass40-frag.c execution test
FAIL: libmudflap.cth/pass40-frag.c output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass37-frag.c (-O2) (rerun 4) execution test
FAIL: libmudflap.cth/pass37-frag.c (-O2) (rerun 4) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test
FAIL: libmudflap.cth/pass40-frag.c (-O2) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass37-frag.c (-O3) (rerun 4) execution test
FAIL: libmudflap.cth/pass37-frag.c (-O3) (rerun 4) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass37-frag.c (-O3) (rerun 5) execution test
WARNING: program timed out.
FAIL: libmudflap.cth/pass40-frag.c (-O3) execution test
FAIL: libmudflap.cth/pass40-frag.c (-O3) output pattern test

=== libmudflap Summary ===

# of expected passes1870
# of unexpected failures 

Results for 4.4.2 (Debian 4.4.2-2) testsuite on powerpc-unknown-linux-gnu

2009-11-04 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840

Target: powerpc-linux-gnu
gcc version 4.4.2 (Debian 4.4.2-2) 
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
WARNING: program timed out.
FAIL: g++.dg/bprob/g++-bprob-2.C execution,-Os  -fprofile-use
FAIL: g++.dg/lookup/extern-c-redecl3.C scan-assembler call[\\t ]+fork
FAIL: g++.dg/lookup/extern-c-redecl4.C scan-assembler call[\\t ]+_Z4forkv

=== g++ Summary for unix ===

# of expected passes19509
# of unexpected failures3
# of expected failures  156
# of unsupported tests  132

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: g++.dg/bprob/g++-bprob-2.C execution,-Os  -fprofile-use
FAIL: g++.dg/lookup/extern-c-redecl3.C scan-assembler call[\\t ]+fork
FAIL: g++.dg/lookup/extern-c-redecl4.C scan-assembler call[\\t ]+_Z4forkv

=== g++ Summary for unix/-fstack-protector ===

# of expected passes19509
# of unexpected failures3
# of expected failures  156
# of unsupported tests  132

Running target unix/-m64
FAIL: g++.dg/lookup/extern-c-redecl3.C scan-assembler call[\\t ]+fork
FAIL: g++.dg/lookup/extern-c-redecl4.C scan-assembler call[\\t ]+_Z4forkv

=== g++ Summary for unix/-m64 ===

# of expected passes19476
# of unexpected failures2
# of expected failures  156
# of unsupported tests  134

=== g++ Summary ===

# of expected passes58494
# of unexpected failures8
# of expected failures  468
# of unsupported tests  398
/build/buildd-gcc-4.4_4.4.2-2-powerpc-buhJwF/gcc-4.4-4.4.2/build/gcc/testsuite/g++/../../g++
  version 4.4.2 (Debian 4.4.2-2) 

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/memmove-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/memset-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strcat-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strncat-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/921113-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/pr24135.c execution,  -Os 
FAIL: gcc.c-torture/execute/stdarg-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/stdarg-3.c execution,  -Os 
FAIL: gcc.c-torture/execute/stdarg-4.c execution,  -Os 
FAIL: gcc.c-torture/execute/va-arg-pack-1.c execution,  -Os 
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -Os 
WARNING: program timed out.
FAIL: gcc.c-torture/execute/ieee/inf-3.c execution,  -Os 
FAIL: gcc.dg/pr41345.c (test for excess errors)
FAIL: gcc.dg/torture/calleesave-sse.c  -Os  execution test
FAIL: gcc.target/powerpc/ppc64-double-1.c scan-assembler-not stfd

=== gcc Summary for unix ===

# of expected passes53131
# of unexpected failures24
# of expected failures  193
# of unsupported tests  572

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/memmove-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/mempcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/memset-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/snprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/stpcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strcat-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strcpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strncat-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/strncpy-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/vsnprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/builtins/vsprintf-chk.c execution,  -Os 
FAIL: gcc.c-torture/execute/921113-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/pr24135.c execution,  -Os 
FAIL: gcc.c-torture/exec

Processing of gcc-defaults_1.88_i386.changes

2009-11-04 Thread Archive Administrator
gcc-defaults_1.88_i386.changes uploaded successfully to localhost
along with the files:
  gcc-defaults_1.88.dsc
  gcc-defaults_1.88.tar.gz
  libgcj-common_4.4.1-1_all.deb
  cpp_4.3.4-1_i386.deb
  gcc_4.3.4-1_i386.deb
  gcc-multilib_4.3.4-1_i386.deb
  gdc_4.1.2-38_i386.deb
  g++_4.3.4-1_i386.deb
  g++-multilib_4.3.4-1_i386.deb
  gobjc_4.3.4-1_i386.deb
  gobjc-multilib_4.3.4-1_i386.deb
  gobjc++_4.3.4-1_i386.deb
  gobjc++-multilib_4.3.4-1_i386.deb
  gfortran_4.3.4-1_i386.deb
  gfortran-multilib_4.3.4-1_i386.deb
  gpc_2.1-4.1.2-38_i386.deb
  gpc-doc_2.1-4.1.2-38_i386.deb
  gcj_4.3.4-1_i386.deb
  gij_4.3.4-1_i386.deb
  libgcj-bc_4.3.4-1_i386.deb
  gcj-jre-headless_4.3.4-1_i386.deb
  gcj-jre_4.3.4-1_i386.deb
  gcj-jdk_4.3.4-1_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


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



Bug#538575: Source format "3.0 (quilt)" allowed in testing/unstable

2009-11-04 Thread Raphael Hertzog
[ Same message sent in bcc to all remaining "FTBFS with new source format" ]

Hello,

the new source format "3.0 (quilt)" is now allowed in testing/unstable and
having all packages buildable with the new format is a release goal
(http://wiki.debian.org/ReleaseGoals/NewDebFormats).

Thus it would be nice to see this bug fixed. If you want, you can directly
fix the bug by switching the package to use the new format. In order to
help you in this process, I have put some advice on the project page and
will continue to complete it with answers to your questions:
http://wiki.debian.org/Projects/DebSrc3.0#FAQ

If you need help, please tag the bug help and someone might provide you a
patch. Ask explicitely if you want a patch to convert the package to the
new source format.

The few packages that contain multiple tarballs in the .orig tarball
should (ideally) be converted to the new format by using the multiple
upstream tarball feature that it offers.

I also recommend switching to quilt if you use another patch system
since it's now the patch system that is endorsed by the dpkg maintainers.

If you have questions, please ask.

Cheers,
-- 
Raphaël Hertzog



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



Bug#531912: marked as done (libgcj-common: Pod error in dh_nativejava man page)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#531912: fixed in gcc-defaults 1.88
has caused the Debian Bug report #531912,
regarding libgcj-common: Pod error in dh_nativejava man page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgcj-common
Version: 1:4.4.0-6
Severity: minor

From the end of the output of "man dh_nativejava":

POD ERRORS
   Hey! The above document had some coding errors, which are explained
   below:

   Around line 47:
   You forgot a ’=back’ before ’=head1’
-- 
Daniel Schepler



--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-multilib_4.3.4-1_i386.deb
gobjc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc_4.3.4-1_i386.deb
gpc-doc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc-doc_2.1-4.1.2-38_i386.deb
gpc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc_2.1-4.1.2-38_i386.deb
libgcj-bc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/libgcj-bc_4.3.4-1_i386.deb
libgcj-common_4.4.1-1_all.deb
  to main/g/gcc-defaults/libgcj-common_4.4.1-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-defaults package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Nov 2009 00:50:32 +0100
Source: gcc-defaults
Binary: cpp g++ g++-multilib gobjc gobjc-multilib gobjc++ gobjc++-multilib 
gfortran gfortran-multilib libgcj-common gcj gij libgcj-bc gcj-jdk 
gcj-jre-headless gcj-jre gpc gcc gcc-multilib gpc-doc gdc gcc-spu g++-spu 
gfortran-spu
Architecture: source all i386
Version: 1.88
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Description: 
 cpp- The GNU C preprocessor (cpp)
 g++- The GNU C++ compiler
 g++-multilib - The GNU C++ compiler (multilib files)
 g++-spu- SPU cross-compiler (C++ compiler)
 gcc- The GNU C compiler
 gcc-multilib - The GNU C compiler (multilib files)
 gcc-spu- SPU cross-compiler (preprocessor and C compiler)
 gcj- The GNU Java compiler (transitional package)
 gcj-jdk- gcj and classpath development tools for Java(TM)
 gcj-jre- Java runtime environment using GIJ/classpath
 gcj-jre-headless - Java runtime environment using GIJ/classpath (headless 
version)
 gdc- The D compiler
 gfortran   - The GNU Fortran 95 compiler
 gfortran-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-spu - SPU cross-compiler (Fortran compiler

Bug#547990: marked as done (gcc-defaults: FTBFS gpc-doc on sh3 and sh4)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#547990: fixed in gcc-defaults 1.88
has caused the Debian Bug report #547990,
regarding gcc-defaults: FTBFS gpc-doc on sh3 and sh4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
547990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547990
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-defaults
Version: 1.87
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4

Hi,

gpc-doc package can not build on sh3 and sh4.
gpc is not support sh3 and sh4.
But current package is going to build gpc-doc.
I made a patch to revise to be able to build.
Would you apply it?

Best regards,
 Nobuhiro
--- gcc-defaults-1.87/debian/rules  2009-06-12 07:29:56.0 +0900
+++ gcc-defaults-1.87+sh4.1/debian/rules2009-09-23 11:01:54.0 
+0900
@@ -217,7 +217,7 @@
 
 gpc_no_archs := sh3 sh4
 ifneq (,$(filter $(DEB_HOST_ARCH),$(gpc_no_archs)))
-  no_packages += gpc
+  no_packages += gpc gpc-doc
 endif
 
 gdc_no_archs := sparc
--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-multilib_4.3.4-1_i386.deb
gobjc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc_4.3.4-1_i386.deb
gpc-doc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc-doc_2.1-4.1.2-38_i386.deb
gpc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc_2.1-4.1.2-38_i386.deb
libgcj-bc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/libgcj-bc_4.3.4-1_i386.deb
libgcj-common_4.4.1-1_all.deb
  to main/g/gcc-defaults/libgcj-common_4.4.1-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 547...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-defaults package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Nov 2009 00:50:32 +0100
Source: gcc-defaults
Binary: cpp g++ g++-multilib gobjc gobjc-multilib gobjc++ gobjc++-multilib 
gfortran gfortran-multilib libgcj-common gcj gij libgcj-bc gcj-jdk 
gcj-jre-headless gcj-jre gpc gcc gcc-multilib gpc-doc gdc gcc-spu g++-spu 
gfortran-spu
Architecture: source all i386
Version: 1.88
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Description: 
 cpp- The GNU C preprocessor (cpp)
 g++- The GNU C++ compiler
 g++-multilib - The GNU C++ compiler (multilib files)
 g++-spu- SPU cross-compiler (C++ compiler)
 gcc- The GNU C compiler
 gcc-multilib - The GNU C compiler (multilib files)
 gcc-spu- SPU cross-compiler (preprocessor and C compiler)
 gcj- The GNU Java compiler (transitional package)
 gcj-jdk- gcj and classpath de

Bug#552764: marked as done (no-copyright-file)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#552764: fixed in gcc-defaults 1.88
has caused the Debian Bug report #552764,
regarding no-copyright-file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
552764: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552764
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgcj-bc
Version: 4.3.3-9+nmu1
Severity: serious
User: lintian-ma...@debian.org
Usertags: no-copyright-file

Justification: Each binary package has to include a plain file
   /usr/share/doc/pkg/copyright

Refer to Debian Policy Manual section 12.5 (Copyright information) for details. 

,[ 12.5 Copyright information ]
| Every package must be accompanied by a verbatim copy of its copyright and
| distribution license in the file /usr/share/doc/package/copyright. This file
| must neither be compressed nor be a symbolic link.
| 
| In addition, the copyright file must say where the upstream sources (if any)
| were obtained. It should name the original authors of the package and the 
Debian
| maintainer(s) who were involved with its creation.
| 
| Packages in the contrib or non-free archive areas should state in the 
copyright
| file that the package is not part of the Debian GNU/Linux distribution and
| briefly explain why.
| 
| A copy of the file which will be installed in /usr/share/doc/package/copyright
| should be in debian/copyright in the source package.
| 
| /usr/share/doc/package may be a symbolic link to another directory in
| /usr/share/doc only if the two packages both come from the same source and the
| first package Depends on the second. These rules are important because
| copyrights must be extractable by mechanical means.
| 
| Packages distributed under the UCB BSD license, the Apache license (version
| 2.0), the Artistic license, the GNU GPL (version 2 or 3), the GNU LGPL 
(versions
| 2, 2.1, or 3), and the GNU FDL (versions 1.2 or 1.3) should refer to the
| corresponding files under /usr/share/common-licenses,[92] rather than quoting
| them in the copyright file.
| 
| You should not use the copyright file as a general README file. If your 
package
| has such a file it should be installed in /usr/share/doc/package/README or
| README.Debian or some other appropriate place.
`

manoj


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgcj-bc depends on:
ii  libgcj-common 1:4.4.0-7+nmu1 Java runtime library (common files
ii  libgcj9-0 4.3.4-4Java runtime library for use with 

libgcj-bc recommends no packages.

libgcj-bc suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-

Bug#547989: marked as done (gcc-defaults: Please update package information of sh4)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#547989: fixed in gcc-defaults 1.88
has caused the Debian Bug report #547989,
regarding gcc-defaults: Please update package information of sh4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
547989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-defaults
Version: 1.87
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4

Hi,
I am now trying to run Debian on Renesas SH(sh4) CPU.
sh4 can build and use gcj-4.4 and 4.3.
Please update package infomation of sh4.

Best regards,
 Nobuhiro
--- gcc-defaults-1.87/debian/rules  2009-09-23 11:02:22.0 +0900
+++ gcc-defaults-1.87+sh4.1/debian/rules2009-09-23 11:02:47.0 
+0900
@@ -118,7 +118,7 @@
 
 # gcj-4.4 has some regressions in the testsuite compared to 4.3
 # results on alpha are bad in both 4.3 and 4.4.
-gcj44_archs = amd64 armel hppa hurd-i386 lpia mips mipsel powerpc ppc64 
kfreebsd-amd64 kfreebsd-i386
+gcj44_archs = amd64 armel hppa hurd-i386 lpia mips mipsel powerpc ppc64 
kfreebsd-amd64 kfreebsd-i386 sh4
 gcj44_archs = hppa
 
 # CV_XXX is the complete version number, including the release, without epoch
@@ -192,8 +192,8 @@
   LIBGCJ_SONAME= 10
 endif
 
-gcj_archs = alpha amd64 armel hppa i386 ia64 lpia m68k mips mipsel powerpc 
ppc64 s390 sparc kfreebsd-amd64 kfreebsd-i386
-gcj_native_archs = alpha amd64 armel hppa i386 ia64 lpia mips mipsel powerpc 
ppc64 s390 sparc kfreebsd-amd64 kfreebsd-i386
+gcj_archs = alpha amd64 armel hppa i386 ia64 lpia m68k mips mipsel powerpc 
ppc64 s390 sparc kfreebsd-amd64 kfreebsd-i386 sh4
+gcj_native_archs = alpha amd64 armel hppa i386 ia64 lpia mips mipsel powerpc 
ppc64 s390 sparc kfreebsd-amd64 kfreebsd-i386 sh4
 multilib_archs = amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc
 
 ifneq (,$(filter $(DEB_HOST_ARCH), $(multilib_archs)))
@@ -210,7 +210,7 @@
   no_packages += gnat
 endif
 
-java_no_archs := arm sh3 sh4
+java_no_archs := arm 
 ifneq (,$(filter $(DEB_HOST_ARCH),$(java_no_archs)))
   no_packages += gcj gij libgcj-bc gcj-jre-headless gcj-jre gcj-jdk
 endif
--- gcc-defaults-1.87/debian/control2009-05-18 20:08:52.0 +0900
+++ gcc-defaults-1.87+sh4.1/debian/control  2009-09-23 09:20:33.0 
+0900
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC Maintainers 
 Uploaders: Matthias Klose , Arthur Loiret 
 Standards-Version: 3.8.1
-Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.4-base (>= 
4.4.0-0) [!arm !sh3 !sh4], gcc-4.2-base (>= 4.2.4-1), gcc-4.3-base (>= 
4.3.3-2), gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 ia64 lpia mips 
mipsel powerpc ppc64 s390 sparc kfreebsd-i386], lsb-release
+Build-Depends: m4, debhelper (>= 5), dpkg-dev (>= 1.13.9), gcj-4.4-base (>= 
4.4.0-0) [!arm], gcc-4.2-base (>= 4.2.4-1), gcc-4.3-base (>= 4.3.3-2), 
gnat-4.3-base (>= 4.3.3-2) [alpha amd64 hppa i386 ia64 lpia mips mipsel powerpc 
ppc64 s390 sparc kfreebsd-i386], lsb-release
 Build-Depends-Indep: ca-certificates, gcj-jdk | java-gcj-compat-dev, python, 
python-central
 XS-Python-Version: all
 
--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  

Bug#536192: marked as done (FTBFS: missing Build-Depends on gij)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#536192: fixed in gcc-defaults 1.88
has caused the Debian Bug report #536192,
regarding FTBFS: missing Build-Depends on gij
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
536192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-defaults
Version: 1.87
Severity: normal

Honestly, I fail to see how 'gcc-defaults' succeeded to build before.
Right now it misses 'gkeytool'.

Buildlog (in attach) is infested with

sh: gkeytool: command not found

142 times (for me).  Than

install -m644 build/cacerts debian/libgcj-common/etc/java/cacerts-gcj
install: cannot stat `build/cacerts': No such file or directory
make: *** [binary-indep] Error 1

fails the build finally.  Please, either Build-Depend on 'gij' or die if
generating 'cacerts' fails (diff in attach).


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (700, 'testing'), (700, 'stable'), (1, 'testing'), (1, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash


foo.gcc-defaults_1.87_i386.build.bz2
Description: BZip2 compressed data
--- generate-cacerts.pl.in.orig 2009-07-07 22:46:11.0 +0300
+++ generate-cacerts.pl.in  2009-07-07 22:47:23.0 +0300
@@ -93,7 +93,7 @@
 {
 system "yes | gkeyt...@gcc_suffix@ -import -alias `basename $pem_file 
.pem`".
  " -keystore cacerts -storepass '' -file $pem_file".
- " 2>&1 >/dev/null";
+ " 2>&1 >/dev/null" and die "generating cacerts failed: $?";
 unlink($pem_file);
 $certs_written_count++;
 }
--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-multilib_4.3.4-1_i386.deb
gobjc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc_4.3.4-1_i386.deb
gpc-doc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc-doc_2.1-4.1.2-38_i386.deb
gpc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc_2.1-4.1.2-38_i386.deb
libgcj-bc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/libgcj-bc_4.3.4-1_i386.deb
libgcj-common_4.4.1-1_all.deb
  to main/g/gcc-defaults/libgcj-common_4.4.1-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-defaults package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Nov 2009 00:50:32 +0100
Source: gcc-defau

Bug#553570: marked as done (gpc-doc: usr-share-doc-symlink-to-foreign-package gpc-4.1-doc)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#553570: fixed in gcc-defaults 1.88
has caused the Debian Bug report #553570,
regarding gpc-doc: usr-share-doc-symlink-to-foreign-package gpc-4.1-doc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
553570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553570
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpc-doc
Version: 5:2.1-4.1.2-37+nmu1
Severity: serious
User: lintian-ma...@debian.org
Usertags: no-standards-version-field

The source package does not have a Standards-Version control
field. Please update your package to latest Policy and set this
control field appropriately.

Refer to Debian Policy Manual section 5.6.11 (Standards-Version) for
details.

,[ 4.1. Standards conformance ]
|  Source packages should specify the most recent version number of this
|  policy document with which your package complied when it was last
|  updated.
| 
|  This information may be used to file bug reports automatically if your
|  package becomes too much out of date.
| 
|  The version is specified in the `Standards-Version' control field.
|  The format of the `Standards-Version' field is described in Section
|  5.6.11, ``Standards-Version''.
| 
|  You should regularly, and especially if your package has become out of
|  date, check for the newest Policy Manual available and update your
|  package, if necessary.  When your package complies with the new
|  standards you should update the `Standards-Version' source package
|  field and release it.
`

,[ 5.6.11. `Standards-Version' ]
|  The most recent version of the standards (the policy manual and
|  associated texts) with which the package complies.
`

A missing standards version is a violation of a Should directive in
policy, and normally would be filed as important.

Filed as serious, since a package with these files will currently get
this package rejected. See
  http://lists.debian.org/debian-devel-announce/2009/10/msg4.html
for details. This means the package has been deemed too buggy to be in
Debian.

manoj


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpc-doc depends on:
pn  gpc-4.1-doc(no description available)

gpc-doc recommends no packages.

Versions of packages gpc-doc suggests:
pn  gpc(no description available)


--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-multilib_4.3.4-1_i386.deb
gobjc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc_4.3.4-1_i386.deb
gpc-doc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc-doc_2.1-4.1.2-38_i386.deb
gpc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc_2.1-4.1.2-38_i386.deb
libgcj

Bug#511491: marked as done (java-gcj-compat-dev: postinst generated by dh_nativejava references commands with prepended path)

2009-11-04 Thread Debian Bug Tracking System
Your message dated Wed, 04 Nov 2009 19:16:18 +
with message-id 
and subject line Bug#511491: fixed in gcc-defaults 1.88
has caused the Debian Bug report #511491,
regarding java-gcj-compat-dev: postinst generated by dh_nativejava references 
commands with prepended path
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
511491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: java-gcj-compat-dev
Version: 1.0.78-2
Severity: normal

  postinst script generated by dh_nativejava calls the rebuild-gcj-db command 
with
the absolute path of the command (/usr/bin/rebuild-gcj-db). This makes lintian 
2.1.4
(from unstable) complain:
 "command-with-path-in-maintainer-script postinst:5 /usr/bin/rebuild-gcj-db"

  Indeed, it's recommanded (but not required) by Debian policy (section 6.1) to 
not
reference commands with absolute paths.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28 (SMP w/1 CPU core)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages java-gcj-compat-dev depends on:
ii  ecj-gcj 3.3.0+0728-9 standalone version of the Eclipse 
ii  gappletviewer-4.3   4.3.2-2  Standalone application to execute 
ii  gcj-4.3 4.3.2-2  The GNU compiler for Java(TM)
ii  gjdoc   0.7.9-1  documentation generation framework
ii  java-gcj-compat 1.0.78-2 Java runtime environment using GIJ
ii  python  2.5.2-3  An interactive high-level object-o
ii  python-central  0.6.8register and build utility for Pyt

Versions of packages java-gcj-compat-dev recommends:
ii  libgcj9-src   4.3.2-2libgcj java sources for use in ecl

java-gcj-compat-dev suggests no packages.

-- no debconf information


-- 
Nicolas Duboc 


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: gcc-defaults
Source-Version: 1.88

We believe that the bug you reported is fixed in the latest version of
gcc-defaults, which is due to be installed in the Debian FTP archive:

cpp_4.3.4-1_i386.deb
  to main/g/gcc-defaults/cpp_4.3.4-1_i386.deb
g++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++-multilib_4.3.4-1_i386.deb
g++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/g++_4.3.4-1_i386.deb
gcc-defaults_1.88.dsc
  to main/g/gcc-defaults/gcc-defaults_1.88.dsc
gcc-defaults_1.88.tar.gz
  to main/g/gcc-defaults/gcc-defaults_1.88.tar.gz
gcc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc-multilib_4.3.4-1_i386.deb
gcc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcc_4.3.4-1_i386.deb
gcj-jdk_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jdk_4.3.4-1_i386.deb
gcj-jre-headless_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre-headless_4.3.4-1_i386.deb
gcj-jre_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj-jre_4.3.4-1_i386.deb
gcj_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gcj_4.3.4-1_i386.deb
gdc_4.1.2-38_i386.deb
  to main/g/gcc-defaults/gdc_4.1.2-38_i386.deb
gfortran-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran-multilib_4.3.4-1_i386.deb
gfortran_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gfortran_4.3.4-1_i386.deb
gij_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gij_4.3.4-1_i386.deb
gobjc++-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++-multilib_4.3.4-1_i386.deb
gobjc++_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc++_4.3.4-1_i386.deb
gobjc-multilib_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc-multilib_4.3.4-1_i386.deb
gobjc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/gobjc_4.3.4-1_i386.deb
gpc-doc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc-doc_2.1-4.1.2-38_i386.deb
gpc_2.1-4.1.2-38_i386.deb
  to main/g/gcc-defaults/gpc_2.1-4.1.2-38_i386.deb
libgcj-bc_4.3.4-1_i386.deb
  to main/g/gcc-defaults/libgcj-bc_4.3.4-1_i386.deb
libgcj-common_4.4.1-1_all.deb
  to main/g/gcc-defaults/libgcj-common_4.4.1-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 511...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-defaults package)

(This message was genera