Re: Package FTBFS on multiple architectures due to apparent bugs in gcc - how to proceed?

2008-06-03 Thread Aurelien Jarno
On Sun, Jun 01, 2008 at 11:33:54AM -0400, Zack Weinberg wrote:
> I maintain a package (monotone) that fails to build from source on
> alpha, arm, and ia64 with symptoms that suggest compiler bugs to me.
> On arm it's clear-cut: cc1plus segfaults.  On ia64, there are

The problem was that monotone was tried on a buildd with very low RAM.
It has been rebuilt successfully rebuilt on another buildd. I have just
changed the configuration of the buildd so that it doesn't happen again.

Cheers,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483906: Adding amd64 -> i486 cross compiler

2008-06-03 Thread Hector Oron
Hello Arthur,

> Why do we need cross-compilers between biarched archs ? ``gcc -m32'' on amd64
> and ``gcc -m64'' on i386 are fine. Also, please rebase your patch on current 
> SVN.

It looked like somebody was using those kind of compilers
https://bugs.launchpad.net/ubuntu/+source/gcc-4.1/+bug/121834
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466422

Why don't fix that bug? Maybe is a useless toolchain, but it should
behave as the other builds. Also, now i'm building on a amd64 machine,
but what about powerpc host builds? That could fix powerpc -> i386
toolchain as well.

I send you a rebased patches for gcc-4.1 and gcc-4.2 svn code (it
looked like somebody already added powerpc lines), but it'd be better
for me to sent current sources diffs for now long.

Cheers ;-)

-- 
 Héctor Orón
diff -urN gcc-4.1/debian/rules.d/binary-libstdcxx-cross.mk gcc-4.1.cross/debian/rules.d/binary-libstdcxx-cross.mk
--- gcc-4.1/debian/rules.d/binary-libstdcxx-cross.mk	2008-06-03 09:14:25.0 +
+++ gcc-4.1.cross/debian/rules.d/binary-libstdcxx-cross.mk	2008-06-03 09:43:35.0 +
@@ -18,6 +18,9 @@
   ifeq ($(DEB_TARGET_GNU_TYPE),powerpc-linux-gnu)
 AUX_DEB_TARGET_GNU_TYPE := powerpc64-linux-gnu
   endif
+  ifeq ($(DEB_TARGET_GNU_TYPE),i486-linux-gnu)
+AUX_DEB_TARGET_GNU_TYPE := x86_64-linux-gnu
+  endif
 endif
 
 libstdc_ext = -$(BASE_VERSION)
diff -urN gcc-4.2/debian/rules.d/binary-libstdcxx-cross.mk gcc-4.2.cross/debian/rules.d/binary-libstdcxx-cross.mk
--- gcc-4.2/debian/rules.d/binary-libstdcxx-cross.mk	2008-06-03 09:14:41.0 +
+++ gcc-4.2.cross/debian/rules.d/binary-libstdcxx-cross.mk	2008-06-03 09:42:06.0 +
@@ -18,6 +18,9 @@
   ifeq ($(DEB_TARGET_GNU_TYPE),powerpc-linux-gnu)
 AUX_DEB_TARGET_GNU_TYPE := powerpc64-linux-gnu
   endif
+  ifeq ($(DEB_TARGET_GNU_TYPE),i486-linux-gnu)
+AUX_DEB_TARGET_GNU_TYPE := x86_64-linux-gnu
+  endif
 endif
 
 libstdc_ext = -$(BASE_VERSION)


Please allow gnat-4.3 into testing (RoM)

2008-06-03 Thread Ludovic Brenta
gnat-4.3 is 9 of 10 days old today and therefore will become eligible for
testing tomorrow. Please unblock it so it can migrate to testing. This will
allow asis and a couple other package to migate, too. I am not planning any
further uploads of this package, unless of course something critical comes up.

Thanks

-- 
Ludovic Brenta (maintainer of gnat-4.*).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483906: Adding amd64 -> i486 cross compiler

2008-06-03 Thread Hector Oron
> maybe you just want to use $(biarch_cpu)-$(DEB_TARGET_GNU_SYSTEM)
> instead of having a conditional for every architecture?

Up to you.. i'm afraid of breaking stuff, those patches are already tested.


-- 
 Héctor Orón



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483906: Adding amd64 -> i486 cross compiler

2008-06-03 Thread Matthias Klose
Hector Oron writes:
> Hello Arthur,
> 
> > Why do we need cross-compilers between biarched archs ? ``gcc -m32'' on 
> > amd64
> > and ``gcc -m64'' on i386 are fine. Also, please rebase your patch on 
> > current SVN.
> 
> It looked like somebody was using those kind of compilers
> https://bugs.launchpad.net/ubuntu/+source/gcc-4.1/+bug/121834
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466422
> 
> Why don't fix that bug? Maybe is a useless toolchain, but it should
> behave as the other builds. Also, now i'm building on a amd64 machine,
> but what about powerpc host builds? That could fix powerpc -> i386
> toolchain as well.
> 
> I send you a rebased patches for gcc-4.1 and gcc-4.2 svn code (it
> looked like somebody already added powerpc lines), but it'd be better
> for me to sent current sources diffs for now long.

maybe you just want to use $(biarch_cpu)-$(DEB_TARGET_GNU_SYSTEM)
instead of having a conditional for every architecture?

  Matthias




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Please allow gnat-4.3 into testing (RoM)

2008-06-03 Thread Adeodato Simó
* Ludovic Brenta [Tue, 03 Jun 2008 13:17:08 +0200]:

> gnat-4.3 is 9 of 10 days old today and therefore will become eligible for
> testing tomorrow. Please unblock it so it can migrate to testing. This will
> allow asis and a couple other package to migate, too. I am not planning any
> further uploads of this package, unless of course something critical comes up.

Yes; I need to allow it in anyway as part of the gcc-defaults
transition.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
— Oh, George, you didn't jump into the river. How sensible of you! 
-- Mrs Banks in “Mary Poppins”


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Package FTBFS on multiple architectures due to apparent bugs in gcc - how to proceed?

2008-06-03 Thread Zack Weinberg
On Tue, Jun 3, 2008 at 4:58 AM, Aurelien Jarno <[EMAIL PROTECTED]> wrote:
> On Sun, Jun 01, 2008 at 11:33:54AM -0400, Zack Weinberg wrote:
>> I maintain a package (monotone) that fails to build from source on
>> alpha, arm, and ia64 with symptoms that suggest compiler bugs to me.
>> On arm it's clear-cut: cc1plus segfaults.  On ia64, there are
>
> The problem was that monotone was tried on a buildd with very low RAM.

I assume you mean arm only.

> It has been rebuilt successfully rebuilt on another buildd. I have just
> changed the configuration of the buildd so that it doesn't happen again.

Thanks for taking care of that.

zw


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/35659] [4.3/4.4 Regression] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64

2008-06-03 Thread sje at cup dot hp dot com


--- Comment #8 from sje at cup dot hp dot com  2008-06-03 17:59 ---
I looked at this bug and I can reproduce it using the precompiled archives from
the link.  I have not tried to get the CERN sources to create a small 'real'
test case.  I noticed that the bug does not happen on ToT and found that the
test started working correctly with version 133081.  The patch submitted in
this version is for PR 34677 which claims to be a missed optimization issue as
opposed to a codegen bug fix so I am not sure if the bug is really fixed by
that change or if that change just masks the problem like -funroll-loops does.

2008-03-10  Richard Guenther  <[EMAIL PROTECTED]>

PR tree-optimization/34677
* tree-ssa-pre.c (modify_expr_node_pool): Remove.
(poolify_tree): Likewise.
(modify_expr_template): Likewise.
(poolify_modify_stmt): Likewise.
(insert_fake_stores): Handle all component-ref style stores
in addition to INDIRECT_REF.  Also handle complex types.
Do not poolify the inserted load.
(realify_fake_stores): Do not rebuild the tree but only
make it a SSA_NAME copy.
(init_pre): Remove initialzation of modify_expr_template.
Do not allocate modify_expr_node_pool.
(fini_pre): Do not free modify_expr_node_pool.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.1-doc-non-dfsg_4.1.2.nf2-2_i386.changes ACCEPTED

2008-06-03 Thread Debian Installer

Accepted:
cpp-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/cpp-4.1-doc_4.1.2.nf2-2_all.deb
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
  to 
pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
gcc-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc_4.1.2.nf2-2_all.deb
gcj-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcj-4.1-doc_4.1.2.nf2-2_all.deb
gfortran-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gfortran-4.1-doc_4.1.2.nf2-2_all.deb
gnat-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gnat-4.1-doc_4.1.2.nf2-2_all.deb
treelang-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/treelang-4.1-doc_4.1.2.nf2-2_all.deb


Override entries for your package:
cpp-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc - optional non-free/doc
gcc-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc
gcj-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc
gfortran-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc
gnat-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc
treelang-4.1-doc_4.1.2.nf2-2_all.deb - optional non-free/doc

Announcing to [EMAIL PROTECTED]
Closing bugs: 394175 405701 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.2-doc-non-dfsg_4.2.4.nf1-2_i386.changes ACCEPTED

2008-06-03 Thread Debian Installer

Accepted:
cpp-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/cpp-4.2-doc_4.2.4.nf1-2_all.deb
gcc-4.2-doc-non-dfsg_4.2.4.nf1-2.diff.gz
  to 
pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-2.diff.gz
gcc-4.2-doc-non-dfsg_4.2.4.nf1-2.dsc
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-2.dsc
gcc-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc_4.2.4.nf1-2_all.deb
gcj-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcj-4.2-doc_4.2.4.nf1-2_all.deb
gfortran-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gfortran-4.2-doc_4.2.4.nf1-2_all.deb
gnat-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gnat-4.2-doc_4.2.4.nf1-2_all.deb
treelang-4.2-doc_4.2.4.nf1-2_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/treelang-4.2-doc_4.2.4.nf1-2_all.deb


Override entries for your package:
cpp-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc
gcc-4.2-doc-non-dfsg_4.2.4.nf1-2.dsc - optional non-free/doc
gcc-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc
gcj-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc
gfortran-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc
gnat-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc
treelang-4.2-doc_4.2.4.nf1-2_all.deb - optional non-free/doc

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#394175: marked as done (missing man page for /usr/bin/gij-4.1)

2008-06-03 Thread Debian Bug Tracking System

Your message dated Tue, 03 Jun 2008 18:54:46 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394175: fixed in gcc-4.1-doc-non-dfsg 4.1.2.nf2-2
has caused the Debian Bug report #394175,
regarding missing man page for /usr/bin/gij-4.1
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 [EMAIL PROTECTED]
immediately.)


-- 
394175: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394175
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gij-4.1
Version: 4.1.1-16
Severity: normal

Hi,

the provided binary gij-4.1 has no manpage. Perhaps the --help outpu
could be converted to a simple man page?

Regards,
  Bastian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-treasure3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gij-4.1 depends on:
ii  gcj-4.1-base 4.1.1-16The GNU Compiler Collection (gcj b
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-16  GCC support library
ii  libgcj7-04.1.1-16Java runtime library for use with 
ii  zlib1g   1:1.2.3-13  compression library - runtime

gij-4.1 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: gcc-4.1-doc-non-dfsg
Source-Version: 4.1.2.nf2-2

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

cpp-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/cpp-4.1-doc_4.1.2.nf2-2_all.deb
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
  to 
pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
gcc-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc_4.1.2.nf2-2_all.deb
gcj-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcj-4.1-doc_4.1.2.nf2-2_all.deb
gfortran-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gfortran-4.1-doc_4.1.2.nf2-2_all.deb
gnat-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gnat-4.1-doc_4.1.2.nf2-2_all.deb
treelang-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/treelang-4.1-doc_4.1.2.nf2-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko <[EMAIL PROTECTED]> (supplier of updated 
gcc-4.1-doc-non-dfsg 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2008 23:20:18 +0400
Source: gcc-4.1-doc-non-dfsg
Binary: gcc-4.1-doc cpp-4.1-doc gfortran-4.1-doc treelang-4.1-doc gnat-4.1-doc 
gcj-4.1-doc
Architecture: source all
Version: 4.1.2.nf2-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Description: 
 cpp-4.1-doc - documentation for the GNU C preprocessor (cpp)
 gcc-4.1-doc - documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-4.1-doc - documentation for the GNU Java tools (gcj, gij)
 gfortran-4.1-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-4.1-doc - documentation for the GNU Ada 95 Compiler (gnat)
 treelang-4.1-doc - documentation for the GNU Treelang
Closes: 394175 405701
Changes: 
 gcc-4.1-doc-non-dfsg (4.1.2.nf2-2) unstable; urgency=low
 .
   * Resynced against  debian gcc 4.1.2-22.
 - Had to resolve failed hunks in svn-doc-updates.dpatch.
   * Fixed doc-base sections to match doc-base policy. Thanks lintian.
   * Added java documentation package. Closes: #394175, #405701.
Checksums-Sha1: 
 d4a4467aae57c59e67dad7ba16827c2f642ff970 1253 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
 a48936cd15f3defe668a1cf51e14663cd1e5afba 29600 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
 302e44fa38d81d2365981e205e4a3c260e6ff27e 1888480 
gcc-4.1-doc_4.1.2.nf2-2_all.deb
 0271acd7539d9024ba84a2a1cbc26c2f3088f982 201812 cpp-4.1-doc_4.1.2.nf2-2_all.de

Bug#405701: marked as done (gij-wrapper-4.1(1) refers to non-existent gij(1) and gij-4.1(1))

2008-06-03 Thread Debian Bug Tracking System

Your message dated Tue, 03 Jun 2008 18:54:46 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#405701: fixed in gcc-4.1-doc-non-dfsg 4.1.2.nf2-2
has caused the Debian Bug report #405701,
regarding gij-wrapper-4.1(1) refers to non-existent gij(1) and gij-4.1(1)
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 [EMAIL PROTECTED]
immediately.)


-- 
405701: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405701
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gij-4.1
Version: 4.1.1-20
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The gij-wrapper-4.1 manpage refers to the gij(1) and gij-4.1(1)
manpages, which seem to be missing in the Debian archives. Can they be
provided (gcc-snapshot seems to provide at least a gij(1)) or is there a
reason, why they are not part of package? I didn't find anything
related in the READMEs of gij/gij-4.1.

In case of adding manpages, please be so kind to update the
update-alternatives registration.

Regards, Daniel


- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.09060920
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages gij-4.1 depends on:
ii  gcj-4.1-base 4.1.1-20The GNU Compiler Collection (gcj b
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgcj7-04.1.1-20Java runtime library for use with 
ii  zlib1g   1:1.2.3-13  compression library - runtime

gij-4.1 recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFnoWjm0bx+wiPa4wRAiSLAJ9yxkKfLh3C5Juky+fXodU62giQWQCgw3xY
r8uQIOT5qQthhVkNjmgZHXs=
=/KAH
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: gcc-4.1-doc-non-dfsg
Source-Version: 4.1.2.nf2-2

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

cpp-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/cpp-4.1-doc_4.1.2.nf2-2_all.deb
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
  to 
pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.diff.gz
gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-2.dsc
gcc-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc_4.1.2.nf2-2_all.deb
gcj-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcj-4.1-doc_4.1.2.nf2-2_all.deb
gfortran-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gfortran-4.1-doc_4.1.2.nf2-2_all.deb
gnat-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gnat-4.1-doc_4.1.2.nf2-2_all.deb
treelang-4.1-doc_4.1.2.nf2-2_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/treelang-4.1-doc_4.1.2.nf2-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko <[EMAIL PROTECTED]> (supplier of updated 
gcc-4.1-doc-non-dfsg 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2008 23:20:18 +0400
Source: gcc-4.1-doc-non-dfsg
Binary: gcc-4.1-doc cpp-4.1-doc gfortran-4.1-doc treelang-4.1-doc gnat-4.1-doc 
gcj-4.1-doc
Architecture: source all
Version: 4.1.2.nf2-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Description: 
 cpp-4.1-doc - documentation for the GNU C preprocessor (cpp)
 gcc-4.1-doc - documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-4.1-doc - documentation for the GNU Java tools (gcj, gij)
 gfortran-4.1-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-4.1-doc - documentation for the GNU Ada 95 Compiler (gnat)
 treelang-4.1-doc - documentation for the GNU Treelang
Closes: 394175 405701
Changes: 
 gcc-4.1-doc-non-dfsg (4.1.2.nf2-2) unstable; urgency=low
 .
   * 

Processed: Re: Bug#484339: gcc-doc can't be installed in Debian lenny 64 bits

2008-06-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 484339 +pending
Bug#484339: gcc-doc can't be installed in Debian lenny 64 bits
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-4.3-doc-non-dfsg_4.3.0.nf1-1_i386.changes

2008-06-03 Thread Archive Administrator
gcc-4.3-doc-non-dfsg_4.3.0.nf1-1_i386.changes uploaded successfully to localhost
along with the files:
  gcc-4.3-doc-non-dfsg_4.3.0.nf1-1.dsc
  gcc-4.3-doc-non-dfsg_4.3.0.nf1.orig.tar.gz
  gcc-4.3-doc-non-dfsg_4.3.0.nf1-1.diff.gz
  gcc-doc-base_4.3.0.nf1-1_all.deb
  gcc-4.3-doc_4.3.0.nf1-1_all.deb
  cpp-4.3-doc_4.3.0.nf1-1_all.deb
  gfortran-4.3-doc_4.3.0.nf1-1_all.deb
  gnat-4.3-doc_4.3.0.nf1-1_all.deb
  gcj-4.3-doc_4.3.0.nf1-1_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-4.1-doc-non-dfsg_4.1.2.nf2-3_i386.changes

2008-06-03 Thread Archive Administrator
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3_i386.changes uploaded successfully to localhost
along with the files:
  gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
  gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
  gcc-4.1-doc_4.1.2.nf2-3_all.deb
  cpp-4.1-doc_4.1.2.nf2-3_all.deb
  gfortran-4.1-doc_4.1.2.nf2-3_all.deb
  gnat-4.1-doc_4.1.2.nf2-3_all.deb
  gcj-4.1-doc_4.1.2.nf2-3_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-4.2-doc-non-dfsg_4.2.4.nf1-3_i386.changes

2008-06-03 Thread Archive Administrator
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3_i386.changes uploaded successfully to localhost
along with the files:
  gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
  gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
  gcc-4.2-doc_4.2.4.nf1-3_all.deb
  cpp-4.2-doc_4.2.4.nf1-3_all.deb
  gfortran-4.2-doc_4.2.4.nf1-3_all.deb
  gnat-4.2-doc_4.2.4.nf1-3_all.deb
  gcj-4.2-doc_4.2.4.nf1-3_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484339: gcc-doc can't be installed in Debian lenny 64 bits

2008-06-03 Thread CaStarCo
Package: gcc-doc
Version: ~ gcc-4.2-doc

When I try to install gcc-doc apt tells me that gcc-doc package
depends of "gcc-4.2-doc (>= 4.2.3.nf1-1)" , but this package isn't
installable.

This is what i did: (My debian is translated to spanish)

cscportatil:/home/castarco/UAB/Mètodes Numérics/Pràctica/PR5# apt-get
install gcc-doc
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios no han sido creados o han
sido movidos fuera de Incoming.

Como sólo solicito una única operación, es extremadamente posible que el
paquete simplemente no sea instalable y debería de rellenar un informe de
error contra ese paquete.
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
gcc-doc: Depende: gcc-4.2-doc (>= 4.2.3.nf1-1) pero no es instalable
E: Paquetes rotos




  I am using Debian GNU/Linux 4 Testing (Lenny), kernel 2.6.24-1-amd64
. I download the packages from the rediris mirror.


-- 
- Per la llibertat del coneixement -
- Per la llibertat de la ment... -


Bug#484340: missing copyright information in debian/copyright

2008-06-03 Thread Thomas Viehmann
Package: gcc-4.1-doc-non-dfsg, gcc-4.2-doc-non-dfsg
Severity: serious

Hi,

the debian/copyright of your packages misses the copyright notices
for the portions of the gnat docs copyrighted by AdaCore.

Kind regards

T.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.3-doc-non-dfsg_4.3.0.nf1-1_i386.changes REJECTED

2008-06-03 Thread Thomas Viehmann
Hi Nikita,

unfortunately, the AdaCore copyright is missing from
debian/copyright. (Note that the same exists in the 4.1/4.2
packages but is not a regression there, so I'll file an
RC bug instead.)

AFAICT that was the only problem.

Kind regards

T.



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484339: gcc-doc can't be installed in Debian lenny 64 bits

2008-06-03 Thread Nikita V. Youshchenko
tags 484339 +pending
thanks

> Package: gcc-doc
> Version: ~ gcc-4.2-doc
>
> When I try to install gcc-doc apt tells me that gcc-doc package
> depends of "gcc-4.2-doc (>= 4.2.3.nf1-1)" , but this package isn't
> installable.

This is because of dependency on gcc-doc-base, which is being moved from 
gcc-4.2-doc-non-dfsg to gcc-4.3-doc-non-dfsg source, and is temporary 
unavailable because of that.

Stay tuned :)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.2-doc-non-dfsg_4.2.4.nf1-3_i386.changes ACCEPTED

2008-06-03 Thread Debian Installer

Accepted:
cpp-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/cpp-4.2-doc_4.2.4.nf1-3_all.deb
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
  to 
pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
gcc-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc_4.2.4.nf1-3_all.deb
gcj-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcj-4.2-doc_4.2.4.nf1-3_all.deb
gfortran-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gfortran-4.2-doc_4.2.4.nf1-3_all.deb
gnat-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gnat-4.2-doc_4.2.4.nf1-3_all.deb


Override entries for your package:
cpp-4.2-doc_4.2.4.nf1-3_all.deb - optional non-free/doc
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc - source non-free/doc
gcc-4.2-doc_4.2.4.nf1-3_all.deb - optional non-free/doc
gcj-4.2-doc_4.2.4.nf1-3_all.deb - optional non-free/doc
gfortran-4.2-doc_4.2.4.nf1-3_all.deb - optional non-free/doc
gnat-4.2-doc_4.2.4.nf1-3_all.deb - optional non-free/doc

Announcing to [EMAIL PROTECTED]
Closing bugs: 484340 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.1-doc-non-dfsg_4.1.2.nf2-3_i386.changes ACCEPTED

2008-06-03 Thread Debian Installer

Accepted:
cpp-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/cpp-4.1-doc_4.1.2.nf2-3_all.deb
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
  to 
pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
gcc-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc_4.1.2.nf2-3_all.deb
gcj-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcj-4.1-doc_4.1.2.nf2-3_all.deb
gfortran-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gfortran-4.1-doc_4.1.2.nf2-3_all.deb
gnat-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gnat-4.1-doc_4.1.2.nf2-3_all.deb


Override entries for your package:
cpp-4.1-doc_4.1.2.nf2-3_all.deb - optional non-free/doc
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc - source non-free/doc
gcc-4.1-doc_4.1.2.nf2-3_all.deb - optional non-free/doc
gcj-4.1-doc_4.1.2.nf2-3_all.deb - optional non-free/doc
gfortran-4.1-doc_4.1.2.nf2-3_all.deb - optional non-free/doc
gnat-4.1-doc_4.1.2.nf2-3_all.deb - optional non-free/doc

Announcing to [EMAIL PROTECTED]
Closing bugs: 484340 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.3-doc-non-dfsg_4.3.0.nf1-1_i386.changes is NEW

2008-06-03 Thread Debian Installer
(new) cpp-4.3-doc_4.3.0.nf1-1_all.deb optional non-free/doc
documentation for the GNU C preprocessor (cpp)
 This package contains manual pages and documentation in info and
 html format, for the GNU C prerocessor.
 .
 This documentation is licensed under the terms of the GNU Free
 Documentation License, and contains invariant sections, so it can't be
 part of Debian main.
(new) gcc-4.3-doc-non-dfsg_4.3.0.nf1-1.diff.gz optional non-free/doc
(new) gcc-4.3-doc-non-dfsg_4.3.0.nf1-1.dsc optional non-free/doc
(new) gcc-4.3-doc-non-dfsg_4.3.0.nf1.orig.tar.gz optional non-free/doc
(new) gcc-4.3-doc_4.3.0.nf1-1_all.deb optional non-free/doc
documentation for the GNU compilers (gcc, gobjc, g++)
 This package contains manual pages and documentation in info and
 html format, for the GNU compilers.
 .
 This documentation is licensed under the terms of the GNU Free
 Documentation License, and contains invariant sections, so it can't be
 part of Debian main.
(new) gcc-doc-base_4.3.0.nf1-1_all.deb optional non-free/doc
several GNU manual pages
 This package provides gfdl.7, gpl.7, and fsf-funding.7 manual pages,
 which should be available together with gcc man pages to fit
 GNU Free Documentation License requirements.
(new) gcj-4.3-doc_4.3.0.nf1-1_all.deb optional non-free/doc
documentation for the GNU Java tools (gcj, gij)
 This package contains manual pages and documentation in info and
 html format, for the GNU Java Compiler, the GNU interpreter for Java
 bytecode, and related tools.
 .
 This documentation is licensed under the terms of the GNU Free
 Documentation License, and contains invariant sections, so it can't be
 part of Debian main.
(new) gfortran-4.3-doc_4.3.0.nf1-1_all.deb optional non-free/doc
documentation for the GNU Fortran Compiler (gfortran)
 This package contains manual pages and documentation in info and
 html format, for the GNU Fortran 95 compiler.
 .
 This documentation is licensed under the terms of the GNU Free
 Documentation License, and contains invariant sections, so it can't be
 part of Debian main.
(new) gnat-4.3-doc_4.3.0.nf1-1_all.deb optional non-free/doc
documentation for the GNU Ada 95 Compiler (gnat)
 This package contains documentation in info and html format, for
 the GNU Ada 95 compiler.
 .
 This documentation is licensed under the terms of the GNU Free
 Documentation License, and contains invariant sections, so it can't be
 part of Debian main.
Changes: gcc-4.3-doc-non-dfsg (4.3.0.nf1-1) unstable; urgency=low
 .
  * Packaged documentation files for gcc, gnat and gcj version 4.3.0.
  * Removed treelang documentation package since treelang is no longer
in Debian.
  * Mentioned AdaCore copyright on Ada documentation in debian/copyright.


Override entries for your package:

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484340: marked as done (missing copyright information in debian/copyright)

2008-06-03 Thread Debian Bug Tracking System

Your message dated Tue, 03 Jun 2008 20:47:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484340: fixed in gcc-4.2-doc-non-dfsg 4.2.4.nf1-3
has caused the Debian Bug report #484340,
regarding missing copyright information in debian/copyright
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 [EMAIL PROTECTED]
immediately.)


-- 
484340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484340
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcc-4.1-doc-non-dfsg, gcc-4.2-doc-non-dfsg
Severity: serious

Hi,

the debian/copyright of your packages misses the copyright notices
for the portions of the gnat docs copyrighted by AdaCore.

Kind regards

T.


--- End Message ---
--- Begin Message ---
Source: gcc-4.2-doc-non-dfsg
Source-Version: 4.2.4.nf1-3

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

cpp-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/cpp-4.2-doc_4.2.4.nf1-3_all.deb
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
  to 
pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
gcc-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcc-4.2-doc_4.2.4.nf1-3_all.deb
gcj-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gcj-4.2-doc_4.2.4.nf1-3_all.deb
gfortran-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gfortran-4.2-doc_4.2.4.nf1-3_all.deb
gnat-4.2-doc_4.2.4.nf1-3_all.deb
  to pool/non-free/g/gcc-4.2-doc-non-dfsg/gnat-4.2-doc_4.2.4.nf1-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko <[EMAIL PROTECTED]> (supplier of updated 
gcc-4.2-doc-non-dfsg 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue,  3 Jun 2008 23:34:45 +0400
Source: gcc-4.2-doc-non-dfsg
Binary: gcc-4.2-doc cpp-4.2-doc gfortran-4.2-doc gnat-4.2-doc gcj-4.2-doc
Architecture: source all
Version: 4.2.4.nf1-3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Description: 
 cpp-4.2-doc - documentation for the GNU C preprocessor (cpp)
 gcc-4.2-doc - documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-4.2-doc - documentation for the GNU Java tools (gcj, gij)
 gfortran-4.2-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-4.2-doc - documentation for the GNU Ada 95 Compiler (gnat)
Closes: 484340
Changes: 
 gcc-4.2-doc-non-dfsg (4.2.4.nf1-3) unstable; urgency=low
 .
   * Removed treelang documentation package since treelang is no longer in
 Debian.
   * Mentioned AdaCore copyright on Ada documentation in debian/copyright.
 Closes: #484340.
Checksums-Sha1: 
 a8fd158fc54ef4ba40e3cd4f83dbae20486373b2 1235 
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
 5aac7db6035bd2aac2116e47045d4a08d592f152 12346 
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
 393c99143be6ba660bdc37739aa46e6c7033f278 1999022 
gcc-4.2-doc_4.2.4.nf1-3_all.deb
 810364d4dac906bfad6b8fcdf9f843ffed0ce29a 201498 cpp-4.2-doc_4.2.4.nf1-3_all.deb
 fe53e67e21d9d3603203c3f63d8bcdb3ad9e0f25 241338 
gfortran-4.2-doc_4.2.4.nf1-3_all.deb
 196806ae61b4b4506c9da72a078899d3a1c25772 982882 
gnat-4.2-doc_4.2.4.nf1-3_all.deb
 6272a404ab863845aa08f641f170a3fe75962942 130956 gcj-4.2-doc_4.2.4.nf1-3_all.deb
Checksums-Sha256: 
 bc28dbe0d0cd62f5ab5b47847651e0681e519adb9105263442a849e4269003d9 1235 
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.dsc
 e75604d46d3c555448df91339ba393eb7bdc9d799453bc5ad64402861deec8bd 12346 
gcc-4.2-doc-non-dfsg_4.2.4.nf1-3.diff.gz
 0be72a85e595fb1a3f6b6d4407eed7c1895ad4f3fff5b05110dc5b7343761474 1999022 
gcc-4.2-doc_4.2.4.nf1-3_all.deb
 76a8f4d32e9c7315fd77362f4243d6d8fc8a9d5efcc7fd442ef915613a7700ac 201498 
cpp-4.2-doc_4.2.4.nf1-3_all.deb
 82b09c868c6f779f0c2f4adefce66f10c0aceafbd6c13fd5a22565b29f81ce96 241338 
gfortran-4.2-doc_4.2.4.nf1-3_all.deb
 9bab732e7f33134e82f35139c67dbc48549dbee4c6f8fba6bf7984375af4f34b 982882 
gnat-4.2-doc_4.2.4.nf1-3_all.deb
 9a81b1e364f473be0223c09da669d1ce5

Bug#484340: marked as done (missing copyright information in debian/copyright)

2008-06-03 Thread Debian Bug Tracking System

Your message dated Tue, 03 Jun 2008 20:47:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484340: fixed in gcc-4.1-doc-non-dfsg 4.1.2.nf2-3
has caused the Debian Bug report #484340,
regarding missing copyright information in debian/copyright
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 [EMAIL PROTECTED]
immediately.)


-- 
484340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484340
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcc-4.1-doc-non-dfsg, gcc-4.2-doc-non-dfsg
Severity: serious

Hi,

the debian/copyright of your packages misses the copyright notices
for the portions of the gnat docs copyrighted by AdaCore.

Kind regards

T.


--- End Message ---
--- Begin Message ---
Source: gcc-4.1-doc-non-dfsg
Source-Version: 4.1.2.nf2-3

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

cpp-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/cpp-4.1-doc_4.1.2.nf2-3_all.deb
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
  to 
pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
gcc-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcc-4.1-doc_4.1.2.nf2-3_all.deb
gcj-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gcj-4.1-doc_4.1.2.nf2-3_all.deb
gfortran-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gfortran-4.1-doc_4.1.2.nf2-3_all.deb
gnat-4.1-doc_4.1.2.nf2-3_all.deb
  to pool/non-free/g/gcc-4.1-doc-non-dfsg/gnat-4.1-doc_4.1.2.nf2-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko <[EMAIL PROTECTED]> (supplier of updated 
gcc-4.1-doc-non-dfsg 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue,  3 Jun 2008 23:27:43 +0400
Source: gcc-4.1-doc-non-dfsg
Binary: gcc-4.1-doc cpp-4.1-doc gfortran-4.1-doc gnat-4.1-doc gcj-4.1-doc
Architecture: source all
Version: 4.1.2.nf2-3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Description: 
 cpp-4.1-doc - documentation for the GNU C preprocessor (cpp)
 gcc-4.1-doc - documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-4.1-doc - documentation for the GNU Java tools (gcj, gij)
 gfortran-4.1-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-4.1-doc - documentation for the GNU Ada 95 Compiler (gnat)
Closes: 484340
Changes: 
 gcc-4.1-doc-non-dfsg (4.1.2.nf2-3) unstable; urgency=low
 .
   * Removed treelang documentation package (since treelang is no longer in
 Debian).
   * Mentioned AdaCore copyright on Ada documentation in debian/copyright.
 Closes: #484340.
Checksums-Sha1: 
 c76bae676701608dc89c4e88d0a9ea0011c6b012 1235 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
 c2525c721ef766e5a67b1da35426372382bdc6bd 29342 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
 54899d10c8de959708df8e9a3f19473b32a015c5 1888566 
gcc-4.1-doc_4.1.2.nf2-3_all.deb
 470d3f04a7e3f6aa91e9e5cecd912070ed0409b3 201908 cpp-4.1-doc_4.1.2.nf2-3_all.deb
 6cd5d8aec745392e3d39189be1321bc65cdc1633 155732 
gfortran-4.1-doc_4.1.2.nf2-3_all.deb
 6dea3f0c488a295bf5333e1bddc9394a35c99187 967084 
gnat-4.1-doc_4.1.2.nf2-3_all.deb
 6c2a28c2cdd63ae1a571d2d16a44992bd71ec7b7 117596 gcj-4.1-doc_4.1.2.nf2-3_all.deb
Checksums-Sha256: 
 7ec3ffc09462162337ecc0dcd321da6d4647d7ff6750257bda96ed23abfd5a30 1235 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.dsc
 ba44da964ddce7d0655078b025b97c90c427a98d6d1941679223c4ceaf02ca09 29342 
gcc-4.1-doc-non-dfsg_4.1.2.nf2-3.diff.gz
 06c66476f810325d799314e68b39ee610466672b0bf6f51bef956c0c632200cf 1888566 
gcc-4.1-doc_4.1.2.nf2-3_all.deb
 bfd0f324fec6001ba6a3bf06ed7fe11fb04c5ed579a5bd39ebfc465a2b09da93 201908 
cpp-4.1-doc_4.1.2.nf2-3_all.deb
 080b03f587b426c3df86ea11391ddd37d9857152b71ae213f437a7eb8f67f37f 155732 
gfortran-4.1-doc_4.1.2.nf2-3_all.deb
 07ffe35ab6815467f5017315b38b4fe68ddb39cf2cad8e9339d5b44183320af2 967084 
gnat-4.1-doc_4.1.2.nf2-3_all.deb
 9a0cb5701076733946adddbc498ed11

Processing of gcc-doc-defaults_1_i386.changes

2008-06-03 Thread Archive Administrator
gcc-doc-defaults_1_i386.changes uploaded successfully to localhost
along with the files:
  gcc-doc-defaults_1.dsc
  gcc-doc-defaults_1.tar.gz
  gcc-doc_1_i386.deb
  cpp-doc_1_i386.deb
  gfortran-doc_1_i386.deb
  gnat-doc_1_i386.deb
  gcj-doc_1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-doc-defaults_1_i386.changes is NEW

2008-06-03 Thread Debian Installer
cpp-doc_1_i386.deb
  to pool/contrib/g/gcc-doc-defaults/cpp-doc_1_i386.deb
gcc-doc-defaults_1.dsc
  to pool/contrib/g/gcc-doc-defaults/gcc-doc-defaults_1.dsc
gcc-doc-defaults_1.tar.gz
  to pool/contrib/g/gcc-doc-defaults/gcc-doc-defaults_1.tar.gz
gcc-doc_1_i386.deb
  to pool/contrib/g/gcc-doc-defaults/gcc-doc_1_i386.deb
(new) gcj-doc_1_i386.deb optional contrib/doc
documentation for the GNU Java tools (gcj, gij)
 This is the dependency package that should install documentation
 for Debian default version of GNU Java tools.
 .
 This documentation is available from non-free part of Debian archive.
gfortran-doc_1_i386.deb
  to pool/contrib/g/gcc-doc-defaults/gfortran-doc_1_i386.deb
gnat-doc_1_i386.deb
  to pool/contrib/g/gcc-doc-defaults/gnat-doc_1_i386.deb
Changes: gcc-doc-defaults (5:1) unstable; urgency=low
 .
  * Changed packaging to Architecture: any, since different architectures
may have different default gcc versions in Debian.
  * Because of the above, changed versioning scheme and increased epoch.
  * Added gcj-doc package.
  * Removed treelang-doc package.


Override entries for your package:
cpp-doc_1_i386.deb - optional contrib/doc
gcc-doc-defaults_1.dsc - source contrib/doc
gcc-doc_1_i386.deb - optional contrib/doc
gfortran-doc_1_i386.deb - optional contrib/doc
gnat-doc_1_i386.deb - optional contrib/doc

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-3.4 3.4.6ds1-7 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gcc-3.4 source package
in Debian's testing distribution has changed.

  Previous version: 3.4.6ds1-6
  Current version:  3.4.6ds1-7

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-defaults 1.72 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gcc-defaults source package
in Debian's testing distribution has changed.

  Previous version: 1.63
  Current version:  1.72

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcj-4.1 REMOVED from testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gcj-4.1 source package
in Debian's testing distribution has changed.

  Previous version: 4.1.2-16
  Current version:  (not in testing)
  Hint: 
Bug #477241: RM: gcj-4.1 -- RoM: obsolete

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcj-4.2 4.2.3-4 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gcj-4.2 source package
in Debian's testing distribution has changed.

  Previous version: 4.2.1-5
  Current version:  4.2.3-4

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcj-4.3 4.3.0-3 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gcj-4.3 source package
in Debian's testing distribution has changed.

  Previous version: 4.3.0-1
  Current version:  4.3.0-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gnat-4.3 4.3.0-6 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the gnat-4.3 source package
in Debian's testing distribution has changed.

  Previous version: 4.3.0-4
  Current version:  4.3.0-6

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



java-gcj-compat 1.0.78-1 MIGRATED to testing

2008-06-03 Thread Debian testing watch
FYI: The status of the java-gcj-compat source package
in Debian's testing distribution has changed.

  Previous version: 1.0.77-4
  Current version:  1.0.78-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-defaults_1.73_i386.changes

2008-06-03 Thread Archive Administrator
gcc-defaults_1.73_i386.changes uploaded successfully to localhost
along with the files:
  gcc-defaults_1.73.dsc
  gcc-defaults_1.73.tar.gz
  cpp_4.3.0-8_i386.deb
  gcc_4.3.0-8_i386.deb
  gcc-multilib_4.3.0-8_i386.deb
  gnat_4.3.0-8_i386.deb
  libgnatvsn-dev_4.3.0-8_i386.deb
  libgnatprj-dev_4.3.0-8_i386.deb
  gdc_4.1.2-23_i386.deb
  g++_4.3.0-8_i386.deb
  g++-multilib_4.3.0-8_i386.deb
  gobjc_4.3.0-8_i386.deb
  gobjc-multilib_4.3.0-8_i386.deb
  gobjc++_4.3.0-8_i386.deb
  gobjc++-multilib_4.3.0-8_i386.deb
  gfortran_4.3.0-8_i386.deb
  gfortran-multilib_4.3.0-8_i386.deb
  gpc_2.1-4.1.2-23_i386.deb
  gpc-doc_2.1-4.1.2-23_i386.deb
  gcj_4.3.0-8_i386.deb
  gij_4.3.0-8_i386.deb
  libgcj-bc_4.3.0-8_i386.deb
  libgcj-common_4.3.0-8_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-defaults_1.73_i386.changes ACCEPTED

2008-06-03 Thread Debian Installer

Accepted:
cpp_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/cpp_4.3.0-8_i386.deb
g++-multilib_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/g++-multilib_4.3.0-8_i386.deb
g++_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/g++_4.3.0-8_i386.deb
gcc-defaults_1.73.dsc
  to pool/main/g/gcc-defaults/gcc-defaults_1.73.dsc
gcc-defaults_1.73.tar.gz
  to pool/main/g/gcc-defaults/gcc-defaults_1.73.tar.gz
gcc-multilib_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gcc-multilib_4.3.0-8_i386.deb
gcc_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gcc_4.3.0-8_i386.deb
gcj_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gcj_4.3.0-8_i386.deb
gdc_4.1.2-23_i386.deb
  to pool/main/g/gcc-defaults/gdc_4.1.2-23_i386.deb
gfortran-multilib_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gfortran-multilib_4.3.0-8_i386.deb
gfortran_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gfortran_4.3.0-8_i386.deb
gij_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gij_4.3.0-8_i386.deb
gnat_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gnat_4.3.0-8_i386.deb
gobjc++-multilib_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gobjc++-multilib_4.3.0-8_i386.deb
gobjc++_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gobjc++_4.3.0-8_i386.deb
gobjc-multilib_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gobjc-multilib_4.3.0-8_i386.deb
gobjc_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/gobjc_4.3.0-8_i386.deb
gpc-doc_2.1-4.1.2-23_i386.deb
  to pool/main/g/gcc-defaults/gpc-doc_2.1-4.1.2-23_i386.deb
gpc_2.1-4.1.2-23_i386.deb
  to pool/main/g/gcc-defaults/gpc_2.1-4.1.2-23_i386.deb
libgcj-bc_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/libgcj-bc_4.3.0-8_i386.deb
libgcj-common_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/libgcj-common_4.3.0-8_i386.deb
libgnatprj-dev_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/libgnatprj-dev_4.3.0-8_i386.deb
libgnatvsn-dev_4.3.0-8_i386.deb
  to pool/main/g/gcc-defaults/libgnatvsn-dev_4.3.0-8_i386.deb


Override entries for your package:
cpp_4.3.0-8_i386.deb - optional interpreters
g++-multilib_4.3.0-8_i386.deb - optional devel
g++_4.3.0-8_i386.deb - optional devel
gcc-defaults_1.73.dsc - source devel
gcc-multilib_4.3.0-8_i386.deb - optional devel
gcc_4.3.0-8_i386.deb - optional devel
gcj_4.3.0-8_i386.deb - optional devel
gdc_4.1.2-23_i386.deb - optional devel
gfortran-multilib_4.3.0-8_i386.deb - optional devel
gfortran_4.3.0-8_i386.deb - optional devel
gij_4.3.0-8_i386.deb - optional devel
gnat_4.3.0-8_i386.deb - optional devel
gobjc++-multilib_4.3.0-8_i386.deb - optional devel
gobjc++_4.3.0-8_i386.deb - optional devel
gobjc-multilib_4.3.0-8_i386.deb - optional devel
gobjc_4.3.0-8_i386.deb - optional devel
gpc-doc_2.1-4.1.2-23_i386.deb - optional doc
gpc_2.1-4.1.2-23_i386.deb - optional devel
libgcj-bc_4.3.0-8_i386.deb - optional libs
libgcj-common_4.3.0-8_i386.deb - optional libs
libgnatprj-dev_4.3.0-8_i386.deb - optional libdevel
libgnatvsn-dev_4.3.0-8_i386.deb - optional libdevel

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]