Possible problems in your Debian packages

2008-07-15 Thread DDPOMail robot
=== gcj-4.2:
= No migration to testing for 29 days.
  See 

=== gdc-4.2:
= 1 bug(s) that should be fixed for the next Debian release:
- #482519 
  gdc-4.2: FTBFS: Unsatisfiable build-dependency: gcc-4.2-source(inst 4.2.4-1 ! 
<< wanted 4.2.4)

=== gnat-4.1:
= 1 bug(s) that should be fixed for the next Debian release:
- #471614 
  gnat-4.1: FTBFS: b~gnatfind.adb:(.text+0x225): undefined reference to 
`xr_tabls___elabs'
= No migration to testing for 269 days.
  See 

=== Packages with a new upstream version according to DEHS:
  gdc-4.1  4.1.2  (Debian: 0.25-20080616-4.1.2-23)
  gdc-4.2  4.2.4  (Debian: 0.25-4.2.3-1)
  gpc-4.1  4.1.2  (Debian: 2.1-4.1.2-22)

 interesting stuff probably ends here 
This is an automated mail. These mails are sent two times per month.
For more information about these mails, refer to
http://wiki.debian.org/qa.debian.org/DdpoByMail

We are sorry if this mail was useless for you. If you think it was
avoidable (that we can detect easily that the problems weren't
actually problems), please reply to it and let us know.

If you don't want to receive this type of mail any more, you can reply
to this mail and use one of the following commands at the beginning of
the mail:
- only1permonth 
You will only receive this mail once per month, not twice.
- unsubscribe 
You will no longer receive any mail for any package. If you received
this email because you are subscribed to packages on the PTS, this
won't remove your PTS subscription.
- ignore  
You will no longer receive information about that package in those
mails. So if that package is the only one with problems, you won't
receive anything.
- ignore  
You will no longer receive information about this bug.

All commands are manually processed, but you will receive
confirmation. The commands are just here so that we know precisely
what you want.

A more detailed status of your packages is available from the DDPO.
See: 
http://qa.debian.org/[EMAIL PROTECTED]

Don't hesitate to reply to this mail if you have questions. The wiki
page will be updated with useful information.
-- 
DDPOMail, run by Lucas Nussbaum


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



Bug#481455: marked as done (firefox complains about missing std c++ library after system upgrade)

2008-07-15 Thread Debian Bug Tracking System

Your message dated Tue, 15 Jul 2008 19:18:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#481455: firefox complains about missing std c++ 
library after system upgrade
has caused the Debian Bug report #481455,
regarding firefox complains about missing std c++ library after system upgrade
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.)


-- 
481455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481455
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libstdc++5
Version: 1:3.3.6-15

The regular system upgrade removes the C++ stdt library which is need 
by firefox.

[EMAIL PROTECTED] ~ > /opt/firefox/firefox
/opt/firefox/firefox-bin: error while loading shared libraries: libstdc++.so.5: 
cannot open shared object file: No such file or directory

I suggest _not_ to remove libraries which are needed by applications in 
Linux userland.
This is Debian GNU/Linux  lenny/sid w/ kernel  2.6.24-1-686 #1 SMP .
-- 
Volker Jahns, [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
not a bug; the package is still available.

Volker Jahns writes:
> Package: libstdc++5
> Version: 1:3.3.6-15
> 
> The regular system upgrade removes the C++ stdt library which is need 
> by firefox.
> 
> [EMAIL PROTECTED] ~ > /opt/firefox/firefox
> /opt/firefox/firefox-bin: error while loading shared libraries: 
> libstdc++.so.5: cannot open shared object file: No such file or directory
> 
> I suggest _not_ to remove libraries which are needed by applications in 
> Linux userland.
> This is Debian GNU/Linux  lenny/sid w/ kernel  2.6.24-1-686 #1 SMP .

--- End Message ---


Bug#452114: marked as done (gcc-4.2: Incorrect results with abs())

2008-07-15 Thread Debian Bug Tracking System

Your message dated Tue, 15 Jul 2008 19:29:59 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Incorrect results with abs()
has caused the Debian Bug report #452114,
regarding gcc-4.2: Incorrect results with abs()
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.)


-- 
452114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452114
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcc-4.2
Version: 4.2.2-3
Severity: important

At least gcc-4.2 and gcc-4.1 but probably also earlier versions are affected
by a bug discussed on the linux-kernel list [1].

The following test program will result in "OMG,-10==10 in linux!" when
compiled with both gcc-4.1 and gcc-4.2.

int main( void )
{
  int i=2;
  if( -10*abs (i-1) == 10*abs(i-1) )
printf ("OMG,-10==10 in linux!\n");
  else
printf ("nothing special here\n") ;

  return 0 ;
}

[1] http://lkml.org/lkml/2007/11/19/493

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

Kernel: Linux 2.6.24-rc3 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.2 depends on:
ii  binutils2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii  cpp-4.2 4.2.2-3  The GNU C preprocessor
ii  gcc-4.2-base4.2.2-3  The GNU Compiler Collection (base 
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.2-3GCC support library
ii  libgomp14.2.2-3  GCC OpenMP (GOMP) support library

Versions of packages gcc-4.2 recommends:
ii  libc6-dev 2.6.1-6GNU C Library: Development Librari

-- no debconf information


--- End Message ---
--- Begin Message ---

--- End Message ---


Processed: Re: Incorrect results with abs()

2008-07-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 452114 + wontfix
Bug#452114: gcc-4.2: Incorrect results with abs()
Tags were: patch
Tags added: wontfix

> 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-3.3_3.3.6ds1-18_i386.changes

2008-07-15 Thread Archive Administrator
gcc-3.3_3.3.6ds1-18_i386.changes uploaded successfully to localhost
along with the files:
  gcc-3.3_3.3.6ds1-18.dsc
  gcc-3.3_3.3.6ds1-18.diff.gz
  libstdc++5_3.3.6-18_i386.deb

Greetings,

Your Debian queue daemon


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



gcc-3.3_3.3.6ds1-18_i386.changes ACCEPTED

2008-07-15 Thread Debian Installer

Accepted:
gcc-3.3_3.3.6ds1-18.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6ds1-18.diff.gz
gcc-3.3_3.3.6ds1-18.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6ds1-18.dsc
libstdc++5_3.3.6-18_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb


Override entries for your package:
gcc-3.3_3.3.6ds1-18.dsc - source devel
libstdc++5_3.3.6-18_i386.deb - optional libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 472984 


Thank you for your contribution to Debian.


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



Bug#472984: marked as done (gcc-3.3: Depends on Tcl/Tk 8.3 which is subject to removal)

2008-07-15 Thread Debian Bug Tracking System

Your message dated Tue, 15 Jul 2008 19:47:21 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#472984: fixed in gcc-3.3 1:3.3.6ds1-18
has caused the Debian Bug report #472984,
regarding gcc-3.3: Depends on Tcl/Tk 8.3 which is subject to removal
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.)


-- 
472984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472984
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Source: gcc-3.3
Severity: important

Hi!

Your package currently build-depend on expect-tcl8.3 which in turn
depends on tcl8.3.

Debian Tcl/Tk packaging team is about to remove tcl8.3 (and tk8.3)
from Debian because it's really outdated (more than five years) and
imposes unnecessary burden to Debian Security Team [1].

Please, replace expect-tcl8.3 build-dependency by expect
build-dependency. If it leads to a regression, report it. It's better
to fix Tcl/Tk 8.4 than to keep Tcl/Tk 8.3 around.

[1] http://wiki.debian.org/Teams/DebianTclTk/Announce
-- 
Sergei Golovan


--- End Message ---
--- Begin Message ---
Source: gcc-3.3
Source-Version: 1:3.3.6ds1-18

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

gcc-3.3_3.3.6ds1-18.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6ds1-18.diff.gz
gcc-3.3_3.3.6ds1-18.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6ds1-18.dsc
libstdc++5_3.3.6-18_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated gcc-3.3 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, 15 Jul 2008 21:08:10 +0200
Source: gcc-3.3
Binary: libstdc++5
Architecture: source i386
Version: 1:3.3.6ds1-18
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 libstdc++5 - The GNU Standard C++ Library v3
Closes: 472984
Changes: 
 gcc-3.3 (1:3.3.6ds1-18) unstable; urgency=low
 .
   * Build libstdc++5 on powerpc again, needed by some JVM's.
   * Remove build dependency on expect-tcl8.3 (package is not built anymore
 on hppa). Closes: #472984.
Checksums-Sha1: 
 ca4f9a9c51e24b9b94bd7203ec25a78b22c27aab 1910 gcc-3.3_3.3.6ds1-18.dsc
 4c463d9dfad2c137a8e1056a144c1b8608e39cfc 328959 gcc-3.3_3.3.6ds1-18.diff.gz
 bbeb4ee8194edc49b330a4b76ec902a62bf848cf 296206 libstdc++5_3.3.6-18_i386.deb
Checksums-Sha256: 
 179086eb52e092c47f80099546d58891dd4f813b4ff6005c0cd11e3ca9702b5d 1910 
gcc-3.3_3.3.6ds1-18.dsc
 8142ce64c025ef85b6f95ee1fdaac6aa6c5b8ce57013b67ddd7fa30482db3c1b 328959 
gcc-3.3_3.3.6ds1-18.diff.gz
 af5653e84e17b0dac47c2bbc0466e10fa90e49663255c2b805d816a561a5 296206 
libstdc++5_3.3.6-18_i386.deb
Files: 
 b2c555c6b669481a75548c4d2b996001 1910 devel optional gcc-3.3_3.3.6ds1-18.dsc
 31c64f88a9f7c5b295527f78d51c6287 328959 devel optional 
gcc-3.3_3.3.6ds1-18.diff.gz
 c613e40c1c33f260d21cd4c9eed49637 296206 libs optional 
libstdc++5_3.3.6-18_i386.deb

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

iD8DBQFIfP0+StlRaw+TLJwRAlNeAKCOl44vPIdJd99oFnUHEczGGXcsWwCdHqJS
kU02TVMKrra9yE+RHx7MwZ0=
=vOFA
-END PGP SIGNATURE-


--- End Message ---