Bug#548551: dancer-services: NMU diff for 1.8.0.6.3-6.1

2010-03-18 Thread jari . aalto

Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for RC bug: #548551.
See the debian/patches directory for the important fixes. Feel free to
contact if you have any questions.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

dancer-services-1.8.0.6.3/debian/init.d
dancer-services-1.8.0.6.3/debian/dirs
dancer-services-1.8.0.6.3/debian/changelog

diffstat for dancer-services_1.8.0.6.3-6 dancer-services_1.8.0.6.3-6.1

 changelog |   22 ++
 dirs  |2 +-
 init.d|   19 +++
 3 files changed, 38 insertions(+), 5 deletions(-)

diff -u dancer-services-1.8.0.6.3/debian/init.d dancer-services-1.8.0.6.3/debian/init.d
--- dancer-services-1.8.0.6.3/debian/init.d
+++ dancer-services-1.8.0.6.3/debian/init.d
@@ -2,10 +2,10 @@
 
 ### BEGIN INIT INFO
 # Provides:  dancer-services
-# Required-Start:$syslog dancer-ircd
-# Required-Stop: $syslog dancer-ircd
-# Should-Start:  $local_fs $network $named
-# Should-Stop:   $local_fs $network $named
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Should-Start:  $network $named dancer-ircd
+# Should-Stop:   $network $named dancer-ircd
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Dancer-Services daemon init.d script
@@ -21,8 +21,19 @@
 
 set -e
 
+mkrundir ()
+{
+	if [ -d /var/run/dancer-services ]; then
+	return 0
+	fi
+
+	mkdir -p /var/run/dancer-services
+	chown services:root /var/run/dancer-services
+}
+
 case $1 in
   start)
+mkrundir
 	echo Starting $DESC: 
 	start-stop-daemon --start --quiet --pidfile /var/run/dancer-services/$NAME.pid \
 		--chuid services --exec $DAEMON
diff -u dancer-services-1.8.0.6.3/debian/dirs dancer-services-1.8.0.6.3/debian/dirs
--- dancer-services-1.8.0.6.3/debian/dirs
+++ dancer-services-1.8.0.6.3/debian/dirs
@@ -7 +7 @@
-var/run/dancer-services/
+
diff -u dancer-services-1.8.0.6.3/debian/changelog dancer-services-1.8.0.6.3/debian/changelog
--- dancer-services-1.8.0.6.3/debian/changelog
+++ dancer-services-1.8.0.6.3/debian/changelog
@@ -1,3 +1,25 @@
+dancer-services (1.8.0.6.3-6.1) unstable; urgency=low
+
+  [Jari Aalto]
+  * Non-maintainer upload.
+  * debian/init.d
+- Rearrange dependencies: The script has a hard dependency on
+  dancer-ircd, yet the package only recommend dancer-ircd. Because of
+  this, the init.d dependency is best declared a soft dependency. Files
+  in /usr/ are used, so it is better to hard depend on $remote_fs not
+  $local_fs (serious; Closes: #548551). Patch Thanks to Petter
+  Reinholdtsen p...@hungry.com.
+- (Required-Start): Add $remote_fs, remove dancer-ircd.
+- (Required-Stop): Add $remote_fs, remove dancer-ircd.
+- (Should-Start): Add dancer-ircd, remove $local_fs.
+- (Should-Stop): Add dancer-ircd, remove $local_fs.
+- (mkrundir): New function. Create directory /var/run/dancer-services
+  at start action.
+  * debian/dirs:
+- Remove var/run/dancer-services (E: lintian).
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 14 Feb 2010 16:32:20 +0200
+
 dancer-services (1.8.0.6.3-6) unstable; urgency=medium
 
   * Switch to the DM-Upload-Allowed field.


Bug#573228: marked as done (Arbitrary command execution (report from full-disclosure))

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 06:32:09 +
with message-id e1ns9h7-0001ci...@ries.debian.org
and subject line Bug#573228: fixed in spamass-milter 0.3.1-9
has caused the Debian Bug report #573228,
regarding Arbitrary command execution (report from full-disclosure)
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.)


-- 
573228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: spamass-milter
Severity: grave
Tags: security

Hi Don,
The following report was posted to full-disclosure:
http://lists.grok.org.uk/pipermail/full-disclosure/2010-March/073489.html

Cheers,
Moritz

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-2-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamass-milter depends on:
ii  adduser   3.112  add and remove users and groups
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-3  GCC support library
pn  libmilter1.0.1none (no description available)
ii  libstdc++64.4.3-3The GNU Standard C++ Library v3
pn  spamc none (no description available)

Versions of packages spamass-milter recommends:
pn  sendmail | postfixnone (no description available)
ii  spamassassin  3.3.0-2Perl-based spam filter using text 

spamass-milter suggests no packages.


---End Message---
---BeginMessage---
Source: spamass-milter
Source-Version: 0.3.1-9

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

spamass-milter_0.3.1-9.diff.gz
  to main/s/spamass-milter/spamass-milter_0.3.1-9.diff.gz
spamass-milter_0.3.1-9.dsc
  to main/s/spamass-milter/spamass-milter_0.3.1-9.dsc
spamass-milter_0.3.1-9_amd64.deb
  to main/s/spamass-milter/spamass-milter_0.3.1-9_amd64.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 573...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Don Armstrong d...@debian.org (supplier of updated spamass-milter 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: RIPEMD160

Format: 1.8
Date: Wed, 11 Mar 2009 03:59:39 -0700
Source: spamass-milter
Binary: spamass-milter
Architecture: source amd64
Version: 0.3.1-9
Distribution: unstable
Urgency: high
Maintainer: Don Armstrong d...@debian.org
Changed-By: Don Armstrong d...@debian.org
Description: 
 spamass-milter - milter for filtering mail through spamassassin
Closes: 514749 515158 518552 519245 573228
Changes: 
 spamass-milter (0.3.1-9) unstable; urgency=high
 .
   * Call restorecon on the socket and pidfile directories to make SELinux
 happy (thanks to Russel Coker) (closes: #518552)
   * Document how to make inet:9...@127.0.0.1 work (closes: #519245)
   * Document that using the -x option requires being in the smmsp group
 (closes: #515158)
   * Deal with inet:999 sockets (closes: #514749)
 - handle them more sanely in the init script
 - document how to deal with them in README.Debian and
   /etc/spamass-milter/default
   * Use new popenenv function instead of open; fixes remote code exploit
 as the spamass-milter user when run using -x. (closes: #573228)
Checksums-Sha1: 
 ac4e9767bfb8cebfbcce80faf36bc1e85170774b 1022 spamass-milter_0.3.1-9.dsc
 36e29741bbe96cb6939c0d8ef38b23a97b7d12cb 35717 spamass-milter_0.3.1-9.diff.gz
 883621a265ea847260e6ebea2ee711e15ded42ec 52996 spamass-milter_0.3.1-9_amd64.deb
Checksums-Sha256: 
 fd204ada00d8a96cc5124749b323a528e20a13698c330405cb60b0e32666149a 1022 
spamass-milter_0.3.1-9.dsc
 16d8554a4bdc3b758c718e416ac8d0b2d1b24c4769944a1f2b29164ee7e01078 35717 
spamass-milter_0.3.1-9.diff.gz
 39961044e3e309e05ca6e319bdc20c5b79d1f6ea66138eff1cc373bf5d5bb2fa 52996 
spamass-milter_0.3.1-9_amd64.deb
Files: 
 02a3c8e7e5b7088c5c7ec153135c6ca4 1022 mail extra spamass-milter_0.3.1-9.dsc
 1ea0540cd53e48efa5c8f74171aa0ada 35717 

Processed: forcibly merging 563632 574200

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # duplicate
 forcemerge 563632 574200
Bug#563632: python-twisted-calendarserver: error when trying to install 
together with other python-twisted packages
Bug#574200: python-twisted-calendarserver: installation fails
Bug#563780: fails to install, trying to overwrite other packages files
Forcibly Merged 563632 563780 574200.


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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 574401

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # does not affect stable
 tags 574401 + squeeze sid
Bug #574401 [linux-2.6] udevadm trigger crashes system
Added tag(s) sid and squeeze.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 559621, tagging 559604, tagging 559597, tagging 559596, tagging 559591, tagging 558680 ...

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # does not affect stable
 tags 559621 + squeeze sid
Bug #559621 {Done: Joachim Breitner nome...@debian.org} 
[libghc6-hsql-postgresql-dev] libghc6-hsql-postgresql-dev: Please update 
dependencies for PostgreSQL 8.4 (only)
Added tag(s) sid and squeeze.
 tags 559604 + squeeze sid
Bug #559604 [osm2pgsql] osm2pgsql: Please update dependencies for PostgreSQL 
8.4 (only)
Added tag(s) sid and squeeze.
 tags 559597 + squeeze sid
Bug #559597 [postgresql-plruby] postgresql-plruby: Please build against 
PostgreSQL 8.4 (only)
Added tag(s) sid and squeeze.
 tags 559596 + squeeze sid
Bug #559596 {Done: Sandro Tosi mo...@debian.org} [postgresql-plproxy] 
postgresql-plproxy: Please build against PostgreSQL 8.4 (only)
Added tag(s) sid and squeeze.
 tags 559591 + squeeze sid
Bug #559591 [postgresql-pljava] Please build against PostgreSQL 8.4 (only)
Added tag(s) sid and squeeze.
 tags 558680 + squeeze sid
Bug #558680 {Done: Torsten Marek shlo...@debian.org} [python-sip4] Python app 
gns3 crashes after upgrading to 4.9-1
Bug #554878 {Done: Torsten Marek shlo...@debian.org} [python-sip4] 
[printer-applet] always segfaults at startup
Added tag(s) sid and squeeze.
Added tag(s) sid and squeeze.
 tags 558409 + squeeze sid
Bug #558409 [src:argus] FTBFS: ../include/argus_filter.h:228: error: 
conflicting types for 'bpf_dump'
Added tag(s) sid and squeeze.
 # reassigned without found version ...
 found 558369 190.42-3
Bug #558369 {Done: Russ Allbery r...@debian.org} [nvidia-graphics-drivers] 
nvidia-libvdpau1-driver shall conflict with nvidia-libvdpau1  190.42-3
There is no source info for the package 'nvidia-graphics-drivers' at version 
'190.42-3' with architecture ''
Unable to make a source version for version '190.42-3'
Bug Marked as found in versions 190.42-3.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574431: non-free documentation files re-added

2010-03-18 Thread Simon Josefsson
Severity: serious
Package: heimdal
Version: 1.4.0~git20100221.dfsg.1-2
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

The latest upload re-introduce the following RFCs.  Note the embedded
archive heimdal-1.3.99.tar.gz.

+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc3491.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc4013.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc4518.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/heimdal-1.3.99.tar.gz:heimdal-1.3.99/lib/wind/rfc3490.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc3962.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-gssapi-v3-guide-to-00.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc1964.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-crypto-06.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-clarifications-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-10.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-preauth-framework-05.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-08.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-05.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-30.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-sasl-kerberos5-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-2478bis-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-ocsp-for-pkinit-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-21.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-rfc1510ter-03.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-brezak-spnego-http-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-krb-tcp-expansion-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-swift-win2k-krb-referrals-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-morris-java-gssapi-update-for-csharp-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-03.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-zhu-ws-kerb-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-set-passwd-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-init-20.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-kerberos5-starttls-07.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-newman-auth-scram-10.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-kerberos-set-passwd-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-anon-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-ocsp-for-pkinit-06.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-horowitz-key-derivation-01.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc4402.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc1508.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-cross-problem-statement-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-01.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-08.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-josefsson-kerberos5-starttls-00.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-pkinit-alg-agility-00.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc2078.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-krb5-gssapi-prf-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-swift-win2k-krb-user2user-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-krb-wg-krb-dns-locate-02.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-zhu-pkinit-ecc-01.txt
+  heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/rfc2743.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-kitten-2478bis-04.txt
+  
heimdal-1.4.0~git20100221.dfsg.1/doc/standardisation/draft-ietf-sasl-gs2-11.txt
+  

Bug#574313: imagemagick fixed

2010-03-18 Thread Adam D. Barratt
Hi,

Now that the fixed imagemagick has been uploaded and built everywhere, is
there anything else stopping a new librmagick-ruby upload fixing these
bugs?

Cheers,

Adam (with his annoying people to get imagemagick sorted hat on :-)




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



Bug#571255: Re: Bug#571255: udev_151-3_amd64 failed at apt-get install

2010-03-18 Thread Fabian Greffrath

The preinst code which guaranteed lockstep upgrades of udev and kernel
packages does not work reliably anymore, apparently because apt now
tries to install the kernel and udev packages with different dpkg runs.
We need a new solution which does not require users to manually disable
the check...


IIRC the output of dpkg -l indicates that a package is about to be 
installed in the first two characters of the corresponding line.


Hope this helps...

 - Fabian



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



Bug#574269: Fixes applied upstream

2010-03-18 Thread Alexander Reinholdt
Hello!

I applied some fixes to Smb4K 0.10 so that it is again possible to mount shares 
with it. However, the user now needs to be added to /etc/sudoers (via the 
Smb4K configuration dialog) to make it work. I hope, I'll be able to release 
Smb4K 0.10.6 this weekend the latest.

Please note that with the current version of mount.cifs available in Debian 
the mount process of Smb4K will inevitably crash due to bug #574128. Until 
that one is not fixed in the package, you won't be able to mount shares.

Best regards
Alexander



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



Bug#574222: marked as done (firebird2.1-classic: package purge (after dependencies removal) fails)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 09:42:14 +
with message-id e1nscf4-0001bz...@ries.debian.org
and subject line Bug#574222: fixed in firebird2.1 2.1.3.18185-0.ds1-8
has caused the Debian Bug report #574222,
regarding firebird2.1-classic: package purge (after dependencies removal) fails
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.)


-- 
574222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firebird2.1-classic
Version: 2.1.3.18185-0.ds1-7
Severity: serious
User: debian...@lists.debian.org
Usertags: instest-20100316 instest

Hi,

While testing the installation of all packages in unstable, I ran
into the following problem:

 -- Removing all dependencies: OK
 Reading package lists...
 Building dependency tree...
 Reading state information...
 The following packages will be REMOVED:
 adduser firebird2.1-common firebird2.1-common-doc firebird2.1-server-common
 ifupdown libbsd0 libedit2 libfbembed2.1 libfile-copy-recursive-perl libicu42
 libwrap0 net-tools netbase openbsd-inetd tcpd update-inetd
 0 upgraded, 0 newly installed, 16 to remove and 0 not upgraded.
 After this operation, 30.2MB disk space will be freed.
 (Reading database ... 10376 files and directories currently installed.)
 Removing libfbembed2.1 ...
 Removing firebird2.1-server-common ...
 Removing adduser ...
 Removing firebird2.1-common ...
 Removing firebird2.1-common-doc ...
 Removing ifupdown ...
 Removing libedit2 ...
 Removing libbsd0 ...
 Removing openbsd-inetd ...
 Removing update-inetd ...
 Removing libfile-copy-recursive-perl ...
 Removing libicu42 ...
 Removing tcpd ...
 Removing libwrap0 ...
 Removing net-tools ...
 Removing netbase ...
 -- Purging package: FAILED
 (Reading database ... 10080 files and directories currently installed.)
 Removing firebird2.1-classic ...
 Purging configuration files for firebird2.1-classic ...
 dpkg: error processing firebird2.1-classic (--purge):
 subprocess installed post-removal script returned error exit status 30
 Errors were encountered while processing:
 firebird2.1-classic

The full build log is available from:
 http://people.debian.org/~lucas/logs/2010/03/16/firebird2.1-classic.log

It is reproducible by installing your package in a clean chroot, using
the debconf Noninteractive frontend, and priority: critical.

This test was carried out using about 50 AMD64 nodes of the Grid'5000
platform.  Internet was not accessible from the nodes.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: firebird2.1
Source-Version: 2.1.3.18185-0.ds1-8

We believe that the bug you reported is fixed in the latest version of
firebird2.1, which is due to be installed in the Debian FTP archive:

firebird2.1-classic_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-classic_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-common-doc_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-common-doc_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-common_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-common_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-dev_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-dev_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-doc_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-doc_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-examples_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-examples_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-server-common_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-server-common_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-super_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-super_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1_2.1.3.18185-0.ds1-8.diff.gz
  to main/f/firebird2.1/firebird2.1_2.1.3.18185-0.ds1-8.diff.gz
firebird2.1_2.1.3.18185-0.ds1-8.dsc
  to main/f/firebird2.1/firebird2.1_2.1.3.18185-0.ds1-8.dsc
libfbembed2.1_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/libfbembed2.1_2.1.3.18185-0.ds1-8_amd64.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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov d...@debian.org (supplier of updated firebird2.1 package)

(This message was generated automatically at 

Bug#574226: marked as done (firebird2.1-super: package purge (after dependencies removal) fails)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 09:42:14 +
with message-id e1nscf4-0001bc...@ries.debian.org
and subject line Bug#574226: fixed in firebird2.1 2.1.3.18185-0.ds1-8
has caused the Debian Bug report #574226,
regarding firebird2.1-super: package purge (after dependencies removal) fails
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.)


-- 
574226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firebird2.1-super
Version: 2.1.3.18185-0.ds1-7
Severity: serious
User: debian...@lists.debian.org
Usertags: instest-20100316 instest

Hi,

While testing the installation of all packages in unstable, I ran
into the following problem:

 -- Removing all dependencies: OK
 Reading package lists...
 Building dependency tree...
 Reading state information...
 The following packages will be REMOVED:
 adduser firebird2.1-common firebird2.1-common-doc firebird2.1-server-common
 firebird2.5-common firebird2.5-common-doc libbsd0 libedit2 libfbclient2
 libicu42
 0 upgraded, 0 newly installed, 10 to remove and 0 not upgraded.
 After this operation, 27.8MB disk space will be freed.
 (Reading database ... 10250 files and directories currently installed.)
 Removing firebird2.1-server-common ...
 Removing adduser ...
 Removing firebird2.1-common ...
 Removing firebird2.1-common-doc ...
 Removing libfbclient2 ...
 Removing firebird2.5-common ...
 Removing firebird2.5-common-doc ...
 Removing libedit2 ...
 Removing libbsd0 ...
 Removing libicu42 ...
 -- Purging package: FAILED
 (Reading database ... 10074 files and directories currently installed.)
 Removing firebird2.1-super ...
 Purging configuration files for firebird2.1-super ...
 dpkg: error processing firebird2.1-super (--purge):
 subprocess installed post-removal script returned error exit status 30
 Errors were encountered while processing:
 firebird2.1-super

The full build log is available from:
 http://people.debian.org/~lucas/logs/2010/03/16/firebird2.1-super.log

It is reproducible by installing your package in a clean chroot, using
the debconf Noninteractive frontend, and priority: critical.

This test was carried out using about 50 AMD64 nodes of the Grid'5000
platform.  Internet was not accessible from the nodes.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: firebird2.1
Source-Version: 2.1.3.18185-0.ds1-8

We believe that the bug you reported is fixed in the latest version of
firebird2.1, which is due to be installed in the Debian FTP archive:

firebird2.1-classic_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-classic_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-common-doc_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-common-doc_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-common_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-common_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-dev_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-dev_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-doc_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-doc_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-examples_2.1.3.18185-0.ds1-8_all.deb
  to main/f/firebird2.1/firebird2.1-examples_2.1.3.18185-0.ds1-8_all.deb
firebird2.1-server-common_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-server-common_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1-super_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/firebird2.1-super_2.1.3.18185-0.ds1-8_amd64.deb
firebird2.1_2.1.3.18185-0.ds1-8.diff.gz
  to main/f/firebird2.1/firebird2.1_2.1.3.18185-0.ds1-8.diff.gz
firebird2.1_2.1.3.18185-0.ds1-8.dsc
  to main/f/firebird2.1/firebird2.1_2.1.3.18185-0.ds1-8.dsc
libfbembed2.1_2.1.3.18185-0.ds1-8_amd64.deb
  to main/f/firebird2.1/libfbembed2.1_2.1.3.18185-0.ds1-8_amd64.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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov d...@debian.org (supplier of updated firebird2.1 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: SHA256

Format: 1.8
Date: 

Bug#568741: marked as done (ingerman: upgrade failure)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 09:51:32 +
with message-id e1nsco4-00021f...@ries.debian.org
and subject line Bug#568741: fixed in igerman98 20091006-4.1
has caused the Debian Bug report #568741,
regarding ingerman: upgrade failure
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.)


-- 
568741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ingerman
Version: 20091006-4
Severity: grave
Justification: renders package unusable

Hi,

I was upgrading my unstable system and saw the following message.

| Problems rebuilding an ispell hash file (ingerman.hash)   
   |
|   
   |
| ** Error: Could not find affix file /usr/lib/ispell/ingerman.aff  
   |
|   
   |
| This error was caused by package providing 'ingerman.hash', although it can 
be made evident during other |
| package postinst. Please complain to the maintainer of package providing 
'ingerman.hash'.|
|   
   |
| Until this problem is fixed you will not be able to use ispell with 
'ingerman.hash'. |

I don't really understand much about ispell, only that it is currently
broken. Do you need any other information?

Helmut

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

Kernel: Linux 2.6.28.7 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages ingerman depends on:
ii  cdebconf [debconf-2.0]0.146  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  dictionaries-common   1.4.0  Common utilities for spelling dict
ii  ispell3.1.20.0-7 International Ispell (an interacti

ingerman recommends no packages.

Versions of packages ingerman suggests:
pn  wngerman  none (no description available)

-- debconf information:
  shared/packages-ispell:
  ingerman/languages: deutsch (New German 8 bit), deutsch (New German -tex 
mode-)


---End Message---
---BeginMessage---
Source: igerman98
Source-Version: 20091006-4.1

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

aspell-de_20091006-4.1_all.deb
  to main/i/igerman98/aspell-de_20091006-4.1_all.deb
hunspell-de-at_20091006-4.1_all.deb
  to main/i/igerman98/hunspell-de-at_20091006-4.1_all.deb
hunspell-de-ch_20091006-4.1_all.deb
  to main/i/igerman98/hunspell-de-ch_20091006-4.1_all.deb
hunspell-de-de_20091006-4.1_all.deb
  to main/i/igerman98/hunspell-de-de_20091006-4.1_all.deb
igerman98_20091006-4.1.diff.gz
  to main/i/igerman98/igerman98_20091006-4.1.diff.gz
igerman98_20091006-4.1.dsc
  to main/i/igerman98/igerman98_20091006-4.1.dsc
ingerman_20091006-4.1_all.deb
  to main/i/igerman98/ingerman_20091006-4.1_all.deb
iswiss_20091006-4.1_all.deb
  to main/i/igerman98/iswiss_20091006-4.1_all.deb
myspell-de-at_20091006-4.1_all.deb
  to main/i/igerman98/myspell-de-at_20091006-4.1_all.deb
myspell-de-ch_20091006-4.1_all.deb
  to main/i/igerman98/myspell-de-ch_20091006-4.1_all.deb
myspell-de-de_20091006-4.1_all.deb
  to main/i/igerman98/myspell-de-de_20091006-4.1_all.deb
rmligs-german_20091006-4.1_all.deb
  to main/i/igerman98/rmligs-german_20091006-4.1_all.deb
wngerman_20091006-4.1_all.deb
  to main/i/igerman98/wngerman_20091006-4.1_all.deb
wswiss_20091006-4.1_all.deb
  to main/i/igerman98/wswiss_20091006-4.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 568...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier bubu...@debian.org (supplier of updated igerman98 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 

Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Bastian Blank
Source: qemu
Version: 0.12.3+dfsg-1
Severity: serious

The configure-stamp target depends on the phony (always fresh) target.
This makes it build anything again in the binary target.  See
https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw

Bastian

-- 
One does not thank logic.
-- Sarek, Journey to Babel, stardate 3842.4



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



Bug#573905: libbfd.a libbfd-simple.a

2010-03-18 Thread Yukiharu Yabuki
Hi, there.

I found oprofile patch in debian/patches. And It was not apply now.

I suppose you already knew binutils-dev provide /usr/lib/libbfd.a. 
And multiarch-binutils provide /usr/lib/libbfd-simple.a.

I guess applied the patch. Then while build script making exceute
file, Build script check (1)link libbfd-simple.a (2)if (1) failed
link libbfd.a.

Is my understanding correct? I guess that m4/binutils.m4 has to
be modify.

Regards.
Yukiharu

--
++++++++++++++
Yukiharu Yabuki (矢吹幸治)  I use Debian GNU/Linux
mail: yab...@netfort.gr.jp
++++++++++++++



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



Processed (with 1 errors): Please try the same while not running as root

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 570971 + path - unreproducible moreinfo
Unknown tag/s: path.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore.

Bug #570971 [ssmtp] Cannot read alternative config files anymore
Requested to add no tags; doing nothing.
Bug #570971 [ssmtp] Cannot read alternative config files anymore
Removed tag(s) unreproducible and moreinfo.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574309: marked as done (kchmviewer: FTBFS: debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 10:33:09 +
with message-id e1nsd2l-0008uv...@ries.debian.org
and subject line Bug#574309: fixed in kchmviewer 5.1-1
has caused the Debian Bug report #574309,
regarding kchmviewer: FTBFS: debian/rules:3: 
/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory
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.)


-- 
574309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: kchmviewer
Version: 4.1-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No 
 such file or directory
 dh --with quilt /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
 dh: Unknown sequence /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk 
 (choose from: binary binary-arch binary-indep build clean install patch)
 make: *** [/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/03/16/kchmviewer_4.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: kchmviewer
Source-Version: 5.1-1

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

kchmviewer_5.1-1.debian.tar.gz
  to main/k/kchmviewer/kchmviewer_5.1-1.debian.tar.gz
kchmviewer_5.1-1.dsc
  to main/k/kchmviewer/kchmviewer_5.1-1.dsc
kchmviewer_5.1-1_amd64.deb
  to main/k/kchmviewer/kchmviewer_5.1-1_amd64.deb
kchmviewer_5.1.orig.tar.gz
  to main/k/kchmviewer/kchmviewer_5.1.orig.tar.gz



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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org (supplier of 
updated kchmviewer 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: Wed, 17 Mar 2010 19:56:04 +0100
Source: kchmviewer
Binary: kchmviewer
Architecture: source amd64
Version: 5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Description: 
 kchmviewer - CHM viewer for KDE
Closes: 536201 574309
Changes: 
 kchmviewer (5.1-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ José Manuel Santamaría Lema ]
   * Switch to dpkg-source 3.0 (quilt) format.
   * Update debian/control:
 - Remove quilt from Build-Depends.
   * Refresh 01_disable_kio-msits_build.diff patch.
 .
   [ Fathi Boudra ]
   * Add 02_grammatical_error.diff patch. Thanks to Chris Leick.
 (Closes: #536201)
   * Update debian/control:
 - Bump build dependencies versions (debhelper and pkg-kde-tools).
 - Bump Standards-Version to 3.8.4 (no changes needed).
   * Update debian/copyright:
 - kchmviewer is licensed under the GPL version 3 since version 5.0.
   * Update debian/rules:
 - Enable parallel build (pass --parallel option to dh).
 - Use kde sequence addon. (Closes: #574309)
Checksums-Sha1: 
 d146d00e2fa299bef9152421fc5f0b085305617c 1316 kchmviewer_5.1-1.dsc
 465ae7864d7b2f58036043232161a86e80d35350 263934 kchmviewer_5.1.orig.tar.gz
 291457fb744fa82e92c32fdaeed67f55b1fa0564 7160 kchmviewer_5.1-1.debian.tar.gz
 037947c245d2e6f1bb510e231b1ce1b314596397 242362 kchmviewer_5.1-1_amd64.deb
Checksums-Sha256: 
 de9008223768214d21acef695c440d650632c2fa8d84bcf78c3dbdb0c6634a65 1316 

Bug#570727: xmldiff: diff for NMU version 0.6.8-4.2

2010-03-18 Thread Stefano Zacchiroli
tags 570727 + pending
thanks

Dear maintainer,

I've prepared an NMU for xmldiff (versioned as 0.6.8-4.2) and uploaded
it to DELAYED/2, according to devref §5.11.1.  The patch is by Daiki
Ueno and has been applied upstream already; see changelog for more
details.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
diff -u xmldiff-0.6.8/debian/changelog xmldiff-0.6.8/debian/changelog
--- xmldiff-0.6.8/debian/changelog
+++ xmldiff-0.6.8/debian/changelog
@@ -1,3 +1,12 @@
+xmldiff (0.6.8-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix id() calculation in extensions/maplookup.c; that fixes comparison
+errors on minimal trees (on i386). Patch by Daiki Ueno, applied
+upstream (see http://www.logilab.org/ticket/21853). (Closes: #570727)
+
+ -- Stefano Zacchiroli z...@debian.org  Thu, 18 Mar 2010 11:14:40 +0100
+
 xmldiff (0.6.8-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- xmldiff-0.6.8.orig/extensions/maplookup.c
+++ xmldiff-0.6.8/extensions/maplookup.c
@@ -40,12 +40,6 @@
 
 
 /*** functions specific to the fmes algorithm */
-#if __WORDSIZE == 64
-#define KEYSHAPE (l,l)
-#else
-#define KEYSHAPE (i,i)
-#endif
-
 static short N_ISSUE = 5 ;
 
 /* function to init objects for the next functions
@@ -162,11 +156,17 @@
 	{
 		PyObject *key ;
 		couple = PyList_GET_ITEM(_mapping, i) ;
-key = Py_BuildValue(KEYSHAPE, (size_t)node1, (size_t)PyTuple_GET_ITEM(couple, 0)) ;
+		key = PyTuple_New(2);
+		Py_INCREF(key);
+		PyTuple_SET_ITEM(key, 0, PyLong_FromVoidPtr(node1));
+		PyTuple_SET_ITEM(key, 1, PyLong_FromVoidPtr(PyTuple_GET_ITEM(couple, 0)));
 		if (PyDict_GetItem(_dict1, key) != NULL)
 		{
 			Py_DECREF(key) ;
-key = Py_BuildValue(KEYSHAPE, (size_t)node2, (size_t)PyTuple_GET_ITEM(couple, 1)) ;
+			key = PyTuple_New(2);
+			Py_INCREF(key);
+			PyTuple_SET_ITEM(key, 0, PyLong_FromVoidPtr(node2));
+			PyTuple_SET_ITEM(key, 1, PyLong_FromVoidPtr(PyTuple_GET_ITEM(couple, 1)));
 			if (PyDict_GetItem(_dict2, key) != NULL)
 			{
 seq_num += 1 ;


Bug#574420: nvidia-kernel-legacy-96xx-source: fails to build

2010-03-18 Thread Julien Cristau
On Thu, Mar 18, 2010 at 04:52:03 +0200, alex bodnaru wrote:

 Package: nvidia-kernel-legacy-96xx-source
 Version: 96.43.16-1
 Severity: grave
 Justification: renders package unusable
 
 hello friends,
 
 thank you for providing the nvidia packages.
 
 nvidia-kernel-legacy-96xx-source fails to build due to compilation errors.
 my linux headers are the current: linux-headers-2.6.32-3-686.
 
build log please.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: xmldiff: diff for NMU version 0.6.8-4.2

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 570727 + pending
Bug #570727 [xmldiff] fails when comparing minimal trees on i386
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570971: Please try the same while not running as root

2010-03-18 Thread Guido Trotter
tags 570971 + path - unreproducible moreinfo
thanks

Hi,

I think you might be trying that while running as root. What this breaks is
non-root users having each his own configuration (or more than one per user,
depending on the account)

Thanks,

Guido

(reverting the tag changes as I'm providing more info on how to reproduce it,
and the bug still contains a suggested fix)




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



Bug#574405: marked as done (libfiu: has hardwired (and hence works only with) libc.so.6)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 10:47:11 +
with message-id e1nsdfv-0001gv...@ries.debian.org
and subject line Bug#574405: fixed in libfiu 0.13-2
has caused the Debian Bug report #574405,
regarding libfiu: has hardwired (and hence works only with) libc.so.6
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.)


-- 
574405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libfiu
Version: 0.13-1
Severity: grave
Tags: sid
Justification: renders package unusable

Hi,

libfiu-0.13/preload/posix/codegen.c has a hardwired reference to libc.so.6:

_fiu_libc = dlopen(libc.so.6, RTLD_NOW);
if (_fiu_libc == NULL) {
fprintf(stderr, Error loading libc: %s\n, dlerror());
exit(1);
}

This makes the library unusable in systems with any other libc version (eg.
FTBFS of a package which Build-Depends on fiu-utils, in caballero.d.o which has
libc.so.6.1:
https://buildd.debian.org/fetch.cgi?pkg=beanstalkd;ver=1.4.4-1;arch=ia64;stamp=1268824251)

Cheers,
Serafeim

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: libfiu
Source-Version: 0.13-2

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

fiu-utils_0.13-2_amd64.deb
  to main/libf/libfiu/fiu-utils_0.13-2_amd64.deb
libfiu-dev_0.13-2_amd64.deb
  to main/libf/libfiu/libfiu-dev_0.13-2_amd64.deb
libfiu0_0.13-2_amd64.deb
  to main/libf/libfiu/libfiu0_0.13-2_amd64.deb
libfiu_0.13-2.debian.tar.gz
  to main/libf/libfiu/libfiu_0.13-2.debian.tar.gz
libfiu_0.13-2.dsc
  to main/libf/libfiu/libfiu_0.13-2.dsc
python-fiu_0.13-2_amd64.deb
  to main/libf/libfiu/python-fiu_0.13-2_amd64.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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb la...@debian.org (supplier of updated libfiu 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: Thu, 18 Mar 2010 10:41:03 +
Source: libfiu
Binary: libfiu0 fiu-utils libfiu-dev python-fiu
Architecture: source amd64
Version: 0.13-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 fiu-utils  - userspace fault injection framework (utilities)
 libfiu-dev - userspace fault injection framework (development libraries)
 libfiu0- userspace fault injection framework
 python-fiu - userspace fault injection framework (Python bindings)
Closes: 574405
Changes: 
 libfiu (0.13-2) unstable; urgency=low
 .
   * Add patch from upstream to determine location of libc.so.6 dynamically due
 to being named differently on IA64 and alpha. (Closes: #574405)
   * Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 fc592655c1ccd7329db4d3409b8e5b4e793e9e7b 1183 libfiu_0.13-2.dsc
 842b455aca5bb00fccd80af868e880080c714f8c 4482 libfiu_0.13-2.debian.tar.gz
 9f32789cff3b84804b9ce04bac6fcef813f2132f 24976 libfiu0_0.13-2_amd64.deb
 be561c31cb4eff42cbcfa71d303406b78b93e23b 9300 fiu-utils_0.13-2_amd64.deb
 66cadb16d56068a1f56afb4d1850af881631d565 21038 libfiu-dev_0.13-2_amd64.deb
 85db9ba454264364fa4c55542d1b637fff08125a 7294 python-fiu_0.13-2_amd64.deb
Checksums-Sha256: 
 c0bd0050095106ed7f9013426a7ebf08e7b115bbeb0a3b35967c41754a8a7061 1183 
libfiu_0.13-2.dsc
 b77c00772687e5ea5a62abb2c852a48e4813387cdf34796880621e68defe0cf7 4482 
libfiu_0.13-2.debian.tar.gz
 d9ea6a8e22764b951ae526d8a7abc9d6a5d95012a8555208406c17467a4ce953 24976 
libfiu0_0.13-2_amd64.deb
 17a21b9c5ceb8aa843a4ac196a04e7bcf199381a4cfb2c38c4fb12db1c288c77 9300 
fiu-utils_0.13-2_amd64.deb
 603c2b5fb8b70ab8bbd887e43a5f2e55dbe3c87a26d4df4af3f396392310796b 21038 
libfiu-dev_0.13-2_amd64.deb
 63962188c531eed211d840d6d3c2bbf9365d0cae51af934da9d4ef5eda609bb4 7294 
python-fiu_0.13-2_amd64.deb
Files: 
 fea740da62851ee19e2a2fb7313e8c7c 1183 libs optional 

Bug#574405: libfiu: has hardwired (and hence works only with) libc.so.6

2010-03-18 Thread Chris Lamb
tags 574405 + pending
thanks

Alberto Bertogli wrote:

 Tentative patch is in the branch next on my repository.
[..]

I've tested on alpha - seems to work great. Thanks for your quick
response as ever!

 PS: I'm replying to you directly because you did the same on your
 previous email. Did you forget to CC the BTS? If so, feel free to
 forward this conversation.

I did forget, but not sure how.. Well spotted. :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Processed: Re: Bug#574405: libfiu: has hardwired (and hence works only with) libc.so.6

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 574405 + pending
Bug #574405 [libfiu] libfiu: has hardwired (and hence works only with) libc.so.6
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Julien Cristau
severity 57 normal
kthxbye

On Thu, Mar 18, 2010 at 11:09:40 +0100, Bastian Blank wrote:

 Source: qemu
 Version: 0.12.3+dfsg-1
 Severity: serious
 
 The configure-stamp target depends on the phony (always fresh) target.
 This makes it build anything again in the binary target.  See
 https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw
 
While this is a bug, I don't believe serious is the correct severity.
It also doesn't actually seem to rebuild much besides the configure
stuff.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Aurelien Jarno
severity 57 normal
thanks

On Thu, Mar 18, 2010 at 11:09:40AM +0100, Bastian Blank wrote:
 Source: qemu
 Version: 0.12.3+dfsg-1
 Severity: serious
 
 The configure-stamp target depends on the phony (always fresh) target.
 This makes it build anything again in the binary target.  See
 https://buildd.debian.org/fetch.cgi?pkg=qemuarch=mipselver=0.12.3%2Bdfsg-1stamp=1268839245file=logas=raw
 

While I agree there is a problem, and that CPU time is wasted, only the
configure script is run twice. I don't see how it can be a serious
problem.

Downgrading the severity.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Processed: Re: Bug#574444: qemu - configure-stamp depends against phony patch target

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 57 normal
Bug #57 [src:qemu] qemu - configure-stamp depends against phony patch target
Severity set to 'normal' 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571110: patch for w3af-console version 1.0~rc2svn3180-1.1

2010-03-18 Thread Stefano Zacchiroli
On Tue, Mar 16, 2010 at 10:51:47PM +0700, Seksan Poltree wrote:
 Due to python2.6 have its own json implementation
 which might conflict with this package when import.
 I just simply include json-py in the extralib to avoid this.
 
 The patch is attached.

While upstream code structure seems to be already set up to use, if
available, jsonpy, including its sources in w3af is not particularly
nice. In Debian we prefer to factor out common code of external
libraries for a lot of reasons (e.g. having a single package to fix in
case of security problems).

I doubt anybody would be happy to go forward with this patch without an
explicit agreement of the maintainer, hence I'm copying him (hi,
Luciano!) to explicitly ask for his advice.  As an alternative, instead
of explicitly including jsonpy in a diff, we might consider packaging a
new SVN snapshot which seems to contain jsonpy in it already (I've no
idea of the current status of SVN trunk, though).

Cheers.

PS Luciano, this is also an offer for help, if you approve the proposed
   patch, I'd be happy to contribute an NMU of this.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#574401: udevadm trigger crashes system

2010-03-18 Thread Dave Williams
Hi,
You were correct - it's video related. I've narrowed it down to the module 
intelfb

doing 'modprobe intelfb' recreates the system crash.

I can't upgrade the kernel until i sort out an issue with root on lvm on raid 
with the initrd image that gets built automatically with the 2.6.32
stock kernel install.

for the time being i've just blacklisted the module.

Best regards
Dave Williams

- Original message -
 reassign 574401 linux-2.6
 thanks

 On Mar 17, Dave Williams d.r.williams...@cantab.net wrote:

  If 'udevadm trigger' is run once the system is booted and running
  normally it also crashes the system in the same manner (blank screen,
  hard reset required).
 Obviously a kernel bug.

  Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
 Start by upgrading your kernel.
 If it still does not work you will have to try manually loading every
 relevant driver until you can find the broken one. I bet on something
 video-related.

 --
 ciao,
 Marco




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



Bug#574321: fluxbox: FTBFS: sh: rsvg: not found

2010-03-18 Thread Adam D. Barratt
Hi,

On Thu, March 18, 2010 04:36, Paul Tagliamonte wrote:
 Howdy Lucas,

 This should be all set in the git tree. Thanks for the report!

Thanks for getting that fixed so quickly. I'd appreciate it if the fix
could be uploaded soon, as we're trying to get the imagemagick transition
finished soon.

Regards,

Adam




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



Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Eugen Dedu
Adam D. Barratt wrote:
 Package: src:opal
 Version: 3.6.6~dfsg-4
 Severity: serious
 
 Hi,
 
 opal_3.6.6~dfsg-4 fails to build on hppa (tried four times).
 
From the end of the build log:
 
 /usr/bin/make PTLIBDIR=/usr 
 OPALDIR=/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg -C 
 samples/simple
 make[1]: Entering directory 
 `/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg/samples/simple'
 g++ -g -O2 -g -Wall -O2 -O3 -DPTRACING=1 -D_REENTRANT -D_GNU_SOURCE=1 
 -fno-exceptions -I/usr/include/opal -I/usr/include/SDL   -I../../include -c 
 main.cxx -o obj_linux_hppa/main.o
 g++ obj_linux_hppa/main.o  -lopal -lpt -lpthread -lrt -lsasl2 -lldap -llber 
 -lldap_r -lssl -lcrypto -lexpat -lSDL -lodbc -lresolv -ldl -lspeexdsp   -L 
 ../../lib* -o obj_linux_hppa/simpleopal
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::Trigger()'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::OnEndRecording(PString const)'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::RecordEnd()'
 collect2: ld returned 1 exit status
 make[1]: *** [obj_linux_hppa/simpleopal] Error 1
 make[1]: Leaving directory 
 `/build/buildd-opal_3.6.6~dfsg-4-hppa-Sy4thE/opal-3.6.6~dfsg/samples/simple'
 make: *** [build/simpleopal] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 The full log is available at 
 https://buildd.debian.org/fetch.cgi?pkg=opalver=3.6.6%7Edfsg-4arch=hppastamp=1266684365file=log

This is very strange.

According to http://packages.debian.org/search?keywords=libopal3.6.6,
hppa has 3.6.6~dfsg-3 but does not have the latest 3.6.6~dfsg-4.


The PVXMLSession::Trigger() functions which give errors are found in
ptlib, but in both cases the same ptlib package was used, cf.
https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-3;arch=hppa;stamp=1255622898
and
https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-4;arch=hppa;stamp=1268343033

Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...
and
Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...


On the other hand, the changes between the two versions of opal package
are really non-intrusive, I attach to this e-mail the diff between
http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-3.diff.gz
and
http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-4.diff.gz


So I would rather expect a failure due to the compiler (4.3-4.4), which
is different:
Toolchain package versions: libc6-dev_2.9-26 linux-libc-dev_2.6.30-8
g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 binutils_2.19.91.20090927-1
libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
and
Toolchain package versions: libc6-dev_2.10.2-6 dpkg-dev_1.15.5.6
linux-libc-dev_2.6.32-9 g++-4.4_4.4.3-3 gcc-4.4_4.4.3-3
binutils_2.20.1-2 libstdc++6_4.4.3-3 libstdc++6-4.4-dev_4.4.3-3

Are you aware of such a problem on hppa architecture (the other
architectures build well, and there is no #define ...HPPA... in .cpp
files)?  Maybe this is linked to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558999 ?

-- 
Eugen
540,541c540,541
 + libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev, libcelt-dev,
 + libcapi20-dev, libavcodec-dev
---
 + libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev,
 + libcapi20-dev
543c543
 + libx264-dev
---
 + libx264-dev, libcelt-dev
553,554c553,554
 +Conflicts: libopal-2.2-ptrace, libopal-2.2-develop, libopal-2.2.0, libopal-snapshot, libopal3.3-beta1
 +Replaces: libopal-snapshot, libopal3.3-beta1
---
 +Conflicts: libopal-2.2-ptrace, libopal-2.2-develop, libopal-2.2.0, libopal3.3-beta1
 +Replaces: libopal3.3-beta1
599,600c599,600
 +Replaces: libopal-snapshot-dbg, libopal3.3-beta1-dbg
 +Conflicts: libopal-snapshot-dbg, libopal3.3-beta1-dbg
---
 +Replaces: libopal3.3-beta1-dbg
 +Conflicts: libopal3.3-beta1-dbg
647c647,661
 @@ -0,0 +1,301 @@
---
 @@ -0,0 +1,315 @@
 +opal (3.6.6~dfsg-4) unstable; urgency=low
 +
 +  [ Eugen Dedu ]
 +  * Disable celt codec, since celt is changing its API and upstream
 +source does not compile with the new 0.7.0 celt release (Closes: #556832)
 +  * Remove some conflicts with non-official snapshot packages.
 +  * Remove unuseful libavcodec-dev from Build-Depends (it does not bring
 +any new encoder and hurts non-official packages).
 +
 +  [ Mark Purcell ]
 +  * Build-Conflicts: libcelt-dev
 +
 + -- Mark Purcell m...@debian.org  Mon, 01 Feb 2010 17:30:21 +0100
 +
971c985
 @@ -0,0 +1,67 @@
---
 @@ -0,0 +1,70 @@
990a1005,1007
 +
 +# celt changes its API too fast, so upstream does not keep track with them
 +DEB_CONFIGURE_EXTRA_FLAGS := --disable-celt


Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Adam D. Barratt
[debian-hppa readers, please Cc me and the bug on replies; thanks]

On Thu, March 18, 2010 11:32, Eugen Dedu wrote:
 Adam D. Barratt wrote:
 opal_3.6.6~dfsg-4 fails to build on hppa (tried four times).

From the end of the build log:
[...]
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual
 thunk to PVXMLSession::Trigger()'
[...]
 The PVXMLSession::Trigger() functions which give errors are found in
 ptlib, but in both cases the same ptlib package was used, cf.
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-3;arch=hppa;stamp=1255622898
 and
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-4;arch=hppa;stamp=1268343033

 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...
 and
 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...


 On the other hand, the changes between the two versions of opal package
 are really non-intrusive, I attach to this e-mail the diff between
 http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-3.diff.gz
 and
 http://ftp.de.debian.org/debian/pool/main/o/opal/opal_3.6.6~dfsg-4.diff.gz


 So I would rather expect a failure due to the compiler (4.3-4.4), which
 is different:
 Toolchain package versions: libc6-dev_2.9-26 linux-libc-dev_2.6.30-8
 g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 binutils_2.19.91.20090927-1
 libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
 and
 Toolchain package versions: libc6-dev_2.10.2-6 dpkg-dev_1.15.5.6
 linux-libc-dev_2.6.32-9 g++-4.4_4.4.3-3 gcc-4.4_4.4.3-3
 binutils_2.20.1-2 libstdc++6_4.4.3-3 libstdc++6-4.4-dev_4.4.3-3

 Are you aware of such a problem on hppa architecture (the other
 architectures build well, and there is no #define ...HPPA... in .cpp
 files)?  Maybe this is linked to
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558999 ?

I'm not aware of any issues myself. I've CCed the HPPA porter list to see
if they have any ideas.

Regards,

Adam




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



Bug#574304: marked as done (akonadi-googledata: FTBFS: debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 11:47:39 +
with message-id e1nsecr-00069u...@ries.debian.org
and subject line Bug#574304: fixed in akonadi-googledata 1.0.1-2
has caused the Debian Bug report #574304,
regarding akonadi-googledata: FTBFS: debian/rules:3: 
/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory
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.)


-- 
574304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: akonadi-googledata
Version: 1.0.1-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 debian/rules:3: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No 
 such file or directory
 dh /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
 dh: Unknown sequence /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk 
 (choose from: binary binary-arch binary-indep build clean install)
 make: *** [/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/03/16/akonadi-googledata_1.0.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: akonadi-googledata
Source-Version: 1.0.1-2

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

akonadi-googledata_1.0.1-2.debian.tar.gz
  to main/a/akonadi-googledata/akonadi-googledata_1.0.1-2.debian.tar.gz
akonadi-googledata_1.0.1-2.dsc
  to main/a/akonadi-googledata/akonadi-googledata_1.0.1-2.dsc
akonadi-kde-resource-googledata_1.0.1-2_amd64.deb
  to main/a/akonadi-googledata/akonadi-kde-resource-googledata_1.0.1-2_amd64.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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra f...@debian.org (supplier of updated akonadi-googledata 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: Thu, 18 Mar 2010 11:45:46 +0100
Source: akonadi-googledata
Binary: akonadi-kde-resource-googledata
Architecture: source amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 akonadi-kde-resource-googledata - Google calendar and contacts resource for 
Akonadi
Closes: 553645 574304
Changes: 
 akonadi-googledata (1.0.1-2) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format.
   * Add 01_binutils-gold_ftbfs.diff to fix FTBFS with binutils-gold.
 (Closes: #553645)
   * Update debian/control:
 - Bump build dependencies (debhelper and pkg-kde-tools).
 - Bump Standards-Version to 3.8.4 (no changes needed).
   * Update debian/rules:
 - Enable parallel build (pass --parallel option to dh).
 - Use kde sequence addon (pass --with kde option to dh). (Closes: #574304)
Checksums-Sha1: 
 d977023dfe601c64af9e96f48e2449b0a6abb9d9 1415 akonadi-googledata_1.0.1-2.dsc
 ada6bcf374f9c32c4925eff29e12c337371e38b6 2433 
akonadi-googledata_1.0.1-2.debian.tar.gz
 22a3893d373ef4df1814da9c41144c391898203e 101334 
akonadi-kde-resource-googledata_1.0.1-2_amd64.deb
Checksums-Sha256: 
 2803cfc418fb4872c1bdc35ea742112224fbba0792274a58d04c46e00607c34d 1415 
akonadi-googledata_1.0.1-2.dsc
 a1f3d77547bfd417c828ca8192b6b1bf964648a432bdc65ad43cba3598345a92 2433 
akonadi-googledata_1.0.1-2.debian.tar.gz
 8662155d20fac4a6b83c50329f4943db9a314a805ff1a4cda20720196cdf10a4 101334 

Bug#569461: marked as done (visualboyadvance: FTBFS: sigccompat.h:35: error: expected initializer before '' token)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 11:47:58 +
with message-id e1nseck-0006dm...@ries.debian.org
and subject line Bug#569461: fixed in visualboyadvance 1.8.0-6
has caused the Debian Bug report #569461,
regarding visualboyadvance: FTBFS: sigccompat.h:35: error: expected initializer 
before '' token
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.)


-- 
569461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: visualboyadvance
Version: 1.8.0-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 x86_64-linux-gnu-g++ -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE_URL=\\ -DPACKAGE=\VisualBoyAdvance\ -DVERSION=\1.8.0\ 
 -DHAVE_LIBZ=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
 -DHAVE_MALLOC_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 
 -DHAVE_NETINET_IN_H=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 
 -DHAVE_LIBINTL_H=1 -I.  -DPKGDATADIR=\/usr/share/VisualBoyAdvance\ 
 -DLOCALEDIR=\/usr/share/locale\ -DGETTEXT_PACKAGE=\vba\  
 -I/usr/include/libpng12   -D_REENTRANT -I/usr/include/gtkmm-2.4 
 -I/usr/lib/gtkmm-2.4/include -I/usr/include/giomm-2.4 
 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 
 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 
 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 
 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include 
 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 
 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include 
 -I/usr/include/libglade-2.0 -I/usr/include/libxml2   -I/usr/include/SDL 
 -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -W -O0 -Wl,-z,defs -DBKPT_SUPPORT 
 -DBKPT_SUPPORT -DC_CORE -DPROFILING -DDEV_VERSION -MT gvba-joypadconfig.o -MD 
 -MP -MF .deps/gvba-joypadconfig.Tpo -c -o gvba-joypadconfig.o `test -f 
 'joypadconfig.cpp' || echo './'`joypadconfig.cpp
 In file included from joypadconfig.h:29,
  from joypadconfig.cpp:19:
 sigccompat.h:35: error: expected initializer before '' token
 sigccompat.h:41: error: expected initializer before '' token
 sigccompat.h:47: error: expected initializer before '' token
 joypadconfig.cpp: In constructor 
 'VBA::JoypadConfigDialog::JoypadConfigDialog(GtkDialog*, const 
 Glib::RefPtrGnome::Glade::Xml)':
 joypadconfig.cpp:167: error: 'bind' is not a member of 'SigC'
 joypadconfig.cpp:167: error: expected primary-expression before '' token
 joypadconfig.cpp:168: error: 'slot' is not a member of 'SigC'
 joypadconfig.cpp:170: error: 'slot' is not a member of 'SigC'
 joypadconfig.cpp: At global scope:
 joypadconfig.cpp:211: warning: unused parameter '_pstEvent'
 joypadconfig.cpp:220: warning: unused parameter '_pstEvent'
 make[4]: *** [gvba-joypadconfig.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/visualboyadvance_1.8.0-5_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: visualboyadvance
Source-Version: 1.8.0-6

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

visualboyadvance-gtk_1.8.0-6_amd64.deb
  to main/v/visualboyadvance/visualboyadvance-gtk_1.8.0-6_amd64.deb
visualboyadvance_1.8.0-6.diff.gz
  to main/v/visualboyadvance/visualboyadvance_1.8.0-6.diff.gz
visualboyadvance_1.8.0-6.dsc
  to 

Bug#562439: marked as done (ldap-haskell: FTBFS: make: dh_haskell: Command not found)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 08:54:26 -0300
with message-id 1268912886-sup-6...@zezinho
and subject line This bug is fixed.
has caused the Debian Bug report #562439,
regarding ldap-haskell: FTBFS: make: dh_haskell: Command not found
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.)


-- 
562439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ldap-haskell
Version: 0.6.5-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091223 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules binary
 dh_testdir
 #make test-hugs
 dh_testdir
 dh_testroot
 dh_clean -k
 dh_clean: Compatibility levels before 5 are deprecated.
 dh_installdirs -i
 dh_installdirs: Compatibility levels before 5 are deprecated.
 make: dh_haskell: Command not found
 make: *** [installdocs] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/23/ldap-haskell_0.6.5-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 0.6.6-1
-- 
marcot
http://wiki.debian.org/MarcoSilva

---End Message---


Bug#573636: diakonos fails to start

2010-03-18 Thread Evgeni Golov
Hi,
On Tue, Mar 16, 2010 at 04:14:04PM +0700, Daiki Ueno wrote:
 Evgeni Golov evg...@debian.org writes:
  *However* I'd not use dpatch at all here.
  Maintainer already has direct changes to files in his .diff.gz 
  (lib/diakonos.rb and lib/diakonos/help.rb) and I think forcing him to 
  some patch system he is not (yet) using is the wrong way *here* (don't 
  understand me wrong, I'm all for patch systems [even if I prefer quilt 
  over dpatch] but here we are not the maintainer and should adapt his 
  workflow).
 
 Yes, I used dpatch just to make it clear that the shebang change is
 Debian specific.  I have no strong opinion on whether/which patch
 systems are used here.

Yes, but the maintainer already has direct changes in his diff.gz, 
without a patch system. So I'd continue his workflow here and do it 
without a proper patch system.

  PS: if you want, i can upload the patch/NMU after you fixed the point(s) 
  above :)
 
 Thanks, but not really for now.  I also think that it would be
 definitely better for the bug to be fixed by the maintainer :-)

It is better, for sure, but well, the bug is RC (diakonos is completely 
unuseable atm) and already 6 days old.
I think I will upload a NMU to DELAYED/7 or so later today.

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.



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



Bug#574153: marked as done (python-pkg-resources: Missing file leaves it unconfigured)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 12:02:37 +
with message-id e1nseqv-0007tm...@ries.debian.org
and subject line Bug#574153: fixed in distribute 0.6.10-4
has caused the Debian Bug report #574153,
regarding python-pkg-resources: Missing file leaves it unconfigured
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.)


-- 
574153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-pkg-resources
Version: 0.6.10-3
Severity: grave
Justification: renders package unusable

While dist-upgrading:

---8---
Setting up python-pkg-resources (0.6.10-3) ...
file does not exist: /usr/lib/python3.1/dist-packages/pkg_resources.py
pycentral: pycentral pkginstall: error byte-compiling files (1)
pycentral pkginstall: error byte-compiling files (1)
dpkg: error processing python-pkg-resources (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python-setuptools:
 python-setuptools depends on python-pkg-resources (= 0.6.10-3); however:
  Package python-pkg-resources is not configured yet.
dpkg: error processing python-setuptools (--configure):
 dependency problems - leaving unconfigured
Setting up python2.6-minimal (2.6.5~rc2-2) ...
[...]
Errors were encountered while processing:
 python-pkg-resources
 python-setuptools
E: Sub-process /usr/bin/dpkg returned an error code (1)
---8---

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pkg-resources depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-central   0.6.14+nmu2 register and build utility for Pyt

python-pkg-resources recommends no packages.

Versions of packages python-pkg-resources suggests:
pn  python-distribute none (no description available)
pn  python-distribute-doc none (no description available)

-- no debconf information

GSR
 


---End Message---
---BeginMessage---
Source: distribute
Source-Version: 0.6.10-4

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

distribute_0.6.10-4.diff.gz
  to main/d/distribute/distribute_0.6.10-4.diff.gz
distribute_0.6.10-4.dsc
  to main/d/distribute/distribute_0.6.10-4.dsc
python-distribute-doc_0.6.10-4_all.deb
  to main/d/distribute/python-distribute-doc_0.6.10-4_all.deb
python-pkg-resources_0.6.10-4_all.deb
  to main/d/distribute/python-pkg-resources_0.6.10-4_all.deb
python-setuptools_0.6.10-4_all.deb
  to main/d/distribute/python-setuptools_0.6.10-4_all.deb
python3-pkg-resources_0.6.10-4_all.deb
  to main/d/distribute/python3-pkg-resources_0.6.10-4_all.deb
python3-setuptools_0.6.10-4_all.deb
  to main/d/distribute/python3-setuptools_0.6.10-4_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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose d...@debian.org (supplier of updated distribute 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: Thu, 18 Mar 2010 12:27:47 +0100
Source: distribute
Binary: python-pkg-resources python-setuptools python-distribute-doc 
python3-pkg-resources python3-setuptools
Architecture: source all
Version: 0.6.10-4
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 python-distribute-doc - Python Distutils Enhancements (based on distribute), 
documentatio
 python-pkg-resources - Package Discovery and Resource Access using 
pkg_resources
 python-setuptools - Python Distutils Enhancements (setuptools compatibility)
 python3-pkg-resources - Package Discovery and Resource Access using 
pkg_resources
 python3-setuptools - Python3 Distutils Enhancements (setuptools compatibility)
Closes: 574153
Changes: 
 distribute (0.6.10-4) unstable; 

Processed: limit source to shadow, tagging 562221, tagging 574082, tagging 531341

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
 #
 #  * New upstream release:
 #- Fix formatting of the login.defs.5 manpage. Closes: #542804
 #- Updated Czech translation. Closes: #548407
 #- Updated Vietnamese translation. Closes: #548065
 #- Remove patches applied upstream:
 #  + debian/patches/008_su_no_sanitize_env
 #- Updated patches:
 #  + debian/patches/523_su_arguments_are_no_more_concatenated_by_default
 #- Added support for dates already specified as a number of days since
 #  Epoch in useradd, usermod and chage. Closes: #562221
 #  * debian/login.pam: return back to mostly requisite for the pam_securetty
 #PAM module, but ignore PAM_USER_UNKNOWN. This will avoid root from
 #entering a password, and will also avoid user enumeration attacks.
 #Mis-typed root login are not protected, only root can be blamed for
 #mis-typing and entering a password on an insecure line. Users willing to
 #protect against mis-typed root login can use requisite, but will be
 #vulnerable to user enumeration attacks on insecure lines, and should use
 #pam 1.1.0-4 at least. Closes: #574082, #531341
 #
 limit source shadow
Limiting to bugs with field 'source' containing at least one of 'shadow'
Limit currently set to 'source':'shadow'

 tags 562221 + pending
Bug #562221 [passwd] manpages of passwd and usermod report wrong instructions 
about locking accounts
Added tag(s) pending.
 tags 574082 + pending
Bug #574082 [login] Please go back to requisite for pam_securetty in login.pam
Added tag(s) pending.
 tags 531341 + pending
Bug #531341 [login] prints login incorrect without asking for password when 
entering an invalid login
Added tag(s) pending.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 554878 + printer-applet
Bug #554878 {Done: Torsten Marek shlo...@debian.org} [python-sip4] 
[printer-applet] always segfaults at startup
Bug #558680 {Done: Torsten Marek shlo...@debian.org} [python-sip4] Python app 
gns3 crashes after upgrading to 4.9-1
Added indication that 554878 affects printer-applet
Added indication that 558680 affects printer-applet
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574318: marked as done (gtk-qt-engine: FTBFS: debian/rules:5: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 12:02:56 +
with message-id e1nsere-0007xi...@ries.debian.org
and subject line Bug#574318: fixed in gtk-qt-engine 1:1.1+svn5-4
has caused the Debian Bug report #574318,
regarding gtk-qt-engine: FTBFS: debian/rules:5: 
/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No such file or directory
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.)


-- 
574318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gtk-qt-engine
Version: 1:1.1+svn5-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 debian/rules:5: /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk: No 
 such file or directory
 dh --with quilt --buildsystem=cmake 
 /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
 dh: Unknown sequence /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk 
 (choose from: binary binary-arch binary-indep build clean install patch)
 make: *** [/usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/03/16/gtk-qt-engine_1:1.1+svn5-3_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: gtk-qt-engine
Source-Version: 1:1.1+svn5-4

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

gtk-qt-engine_1.1+svn5-4.debian.tar.gz
  to main/g/gtk-qt-engine/gtk-qt-engine_1.1+svn5-4.debian.tar.gz
gtk-qt-engine_1.1+svn5-4.dsc
  to main/g/gtk-qt-engine/gtk-qt-engine_1.1+svn5-4.dsc
gtk-qt-engine_1.1+svn5-4_amd64.deb
  to main/g/gtk-qt-engine/gtk-qt-engine_1.1+svn5-4_amd64.deb
kde-config-gtk-style_1.1+svn5-4_amd64.deb
  to main/g/gtk-qt-engine/kde-config-gtk-style_1.1+svn5-4_amd64.deb
system-config-gtk-kde_1.1+svn5-4_all.deb
  to main/g/gtk-qt-engine/system-config-gtk-kde_1.1+svn5-4_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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud did...@raboud.com (supplier of updated gtk-qt-engine 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: Thu, 18 Mar 2010 12:02:18 +0100
Source: gtk-qt-engine
Binary: gtk-qt-engine kde-config-gtk-style system-config-gtk-kde
Architecture: source amd64 all
Version: 1:1.1+svn5-4
Distribution: unstable
Urgency: low
Maintainer: Didier Raboud did...@raboud.com
Changed-By: Didier Raboud did...@raboud.com
Description: 
 gtk-qt-engine - theme engine using Qt 4 for GTK+ 2.x
 kde-config-gtk-style - KDE configuration module for GTK+ 2.x style selection
 system-config-gtk-kde - KDE configuration module for GTK+ 2.x (transitional 
dummy package
Closes: 574318
Changes: 
 gtk-qt-engine (1:1.1+svn5-4) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format.
 - Remove README.source
 - Remove quilt build dependency.
   * Update debian/rules:
 - Remove quilt addon.
 - Use kde sequence addon (Closes: #574318).
 - Enable parallel build (pass --paralle option to dh).
   * Update debian/control:
 - Bump build dependencies (debhelper and pkg-kde-tools).
 - Bump Standards to 3.8.4 (no changes needed).
Checksums-Sha1: 
 ee73759ae9186498ebcc90bc96d414f041d4435a 1616 gtk-qt-engine_1.1+svn5-4.dsc
 72592c7f694e93847f4a716c2388f1614b2f171c 10164 
gtk-qt-engine_1.1+svn5-4.debian.tar.gz
 0d37a8496e178a70db54e940bf4c2752f1844a12 58858 
gtk-qt-engine_1.1+svn5-4_amd64.deb
 82d29b06096a87a1976a0aee64b1f94e8b84c07d 

Processed: still there

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unarchive 562582
Bug #562582 {Done: gregor herrmann gre...@debian.org} [squidtaild] fails to 
install, trying to overwrite other packages files
Bug #553204 {Done: gregor herrmann gre...@debian.org} [squidtaild] 
libconfigreader-simple-perl: conflict with squidtaild
Unarchived Bug 562582
Unarchived Bug 553204
 reopen 562582
Bug #562582 {Done: gregor herrmann gre...@debian.org} [squidtaild] fails to 
install, trying to overwrite other packages files
Bug #553204 {Done: gregor herrmann gre...@debian.org} [squidtaild] 
libconfigreader-simple-perl: conflict with squidtaild
 found 562582 2.1a6-5.4
Bug #562582 [squidtaild] fails to install, trying to overwrite other packages 
files
Bug #553204 [squidtaild] libconfigreader-simple-perl: conflict with squidtaild
Bug Marked as found in versions squidtaild/2.1a6-5.4.
Bug Marked as found in versions squidtaild/2.1a6-5.4.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: found 574418 in 1.5-1

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 574418 1.5-1
Bug #574418 [barnowl] barnowl: CVE-2010-0793 buffer overflow
Bug Marked as found in versions barnowl/1.5-1.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Carlos O'Donell
On Thu, Mar 18, 2010 at 7:47 AM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual
 thunk to PVXMLSession::Trigger()'

What does this error mean?

 [...]
 The PVXMLSession::Trigger() functions which give errors are found in
 ptlib, but in both cases the same ptlib package was used, cf.
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-3;arch=hppa;stamp=1255622898
 and
 https://buildd.debian.org/fetch.cgi?pkg=opal;ver=3.6.6~dfsg-4;arch=hppa;stamp=1268343033

 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...
 and
 Unpacking libpt2.6.5 (from .../libpt2.6.5_2.6.5-1_hppa.deb) ...

You could try running with LD_DEBUG=1 which will generate a trace of
all the dynamic loader actions for the working and non-working cases,
and compare how the symbols are being resolved?

This is useful for example if your dynamic libraries are being built
incorrectly by libtool, which has been the cause of other failures
I've seen in the past.

 So I would rather expect a failure due to the compiler (4.3-4.4), which
 is different:
 Toolchain package versions: libc6-dev_2.9-26 linux-libc-dev_2.6.30-8
 g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 binutils_2.19.91.20090927-1
 libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
 and
 Toolchain package versions: libc6-dev_2.10.2-6 dpkg-dev_1.15.5.6
 linux-libc-dev_2.6.32-9 g++-4.4_4.4.3-3 gcc-4.4_4.4.3-3
 binutils_2.20.1-2 libstdc++6_4.4.3-3 libstdc++6-4.4-dev_4.4.3-3

Yes, 4.3 is different from 4.4, I have CC'd John David Anglin our GCC
expert to see if he is aware of any known issues.

 Are you aware of such a problem on hppa architecture (the other
 architectures build well, and there is no #define ...HPPA... in .cpp
 files)?  Maybe this is linked to
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558999 ?

No, I would expect the linker to detect this problem (as it does in
the case of the bug example).

 I'm not aware of any issues myself. I've CCed the HPPA porter list to see
 if they have any ideas.

I'm not aware of any issues associated with the compiler.

Cheers,
Carlos.



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



Bug#562582: still there

2010-03-18 Thread Holger Levsen
Hi Gregor,

On Donnerstag, 18. März 2010, gregor herrmann wrote:
 If I understand it correctly, libconfigreader-simple-perl gets
 installed while the _old_ squidtaild is still there / before the
 _new_ squidtaild gets installed. Which is no real surprise as it's a
 dependency.

Yes.

 Looks like we need a Replaces: squidtaild ( 0:2.1a6-5.4) in
 libconfigreader-simple-perl to be able to overwrite the file on
 upgrades. Right?

Yes, sounds good.

 gregor, who will look closer in the evening

Thanks already!


cheers,
Holger



signature.asc
Description: This is a digitally signed message part.


Bug#562582: still there

2010-03-18 Thread gregor herrmann
On Thu, 18 Mar 2010 13:25:19 +0100, Holger Levsen wrote:

 as you can see, this problem is still there when upgrading from lenny, thus 
 reopening... 

Uh. That bug again.
Thanks for spotting this.

Let's have a look: 

   Unpacking libconfigreader-simple-perl (from 
 .../libconfigreader-simple-perl_1.28-1_all.deb) ...
   dpkg: error processing 
 /var/cache/apt/archives/libconfigreader-simple-perl_1.28-1_all.deb (--unpack):
trying to overwrite '/usr/share/perl5/ConfigReader/Simple.pm', which is 
 also in package squidtaild 0:2.1a6-5.3

If I understand it correctly, libconfigreader-simple-perl gets
installed while the _old_ squidtaild is still there / before the
_new_ squidtaild gets installed. Which is no real surprise as it's a
dependency.

Looks like we need a Replaces: squidtaild ( 0:2.1a6-5.4) in
libconfigreader-simple-perl to be able to overwrite the file on
upgrades. Right?

Cheers,
gregor, who will look closer in the evening
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-Rome wasn't burned in a day.  



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



Bug#574473: nvidia-kernel-legacy-173xx-source: kernel module build failure

2010-03-18 Thread kernel module build failure
Package: nvidia-kernel-legacy-173xx-source
Version: 173.14.25-1
Severity: grave
Tags: sid
Justification: renders package unusable

module-assistan gives an error when trying to build on kernel 2.6.32-1-686:
modass output:  http://debian.pastebin.com/F989PLT6  as it turns out it's a
conftest.h issue and this version below works fine:
http://frickelplatz.de/debian/dists/sid/non-free/binary-i386/kernel/nvidia-
kernel-legacy-173xx-source_173.14.25-1_i386.deb


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-1-686 (SMP w/1 CPU core)
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 nvidia-kernel-legacy-173xx-source depends on:
ii  debhelper 7.4.15 helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-7 An utility for Directing compilati
ii  sed   4.2.1-6The GNU sed stream editor

Versions of packages nvidia-kernel-legacy-173xx-source recommends:
ii  devscripts   2.10.61 scripts to make the life of a Debi
ii  kernel-package   12.033  A utility for building Linux kerne
ii  module-assistant 0.11.3  tool to make module package creati
ii  nvidia-glx-legacy-173xx  173.14.25-1 NVIDIA binary Xorg driver

nvidia-kernel-legacy-173xx-source suggests no packages.

-- no debconf information



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



Bug#574139: python-lamson: missing dependencies

2010-03-18 Thread David Watson
On Wed, 2010-03-17 at 23:53 +0200, Teemu Hukkanen wrote:
 David Watson da...@bashton.com writes:
 
  On Tue, 2010-03-16 at 18:07 +0200, Teemu Hukkanen wrote:
  Package: python-lamson
  Version: 1.0pre2-1
  Justification: renders package unusable
  Severity: grave
  
  The package needs to depend on two additional packages: python-chardet
  and python-dns.
  
  I'm offering to do a NMU in order to get this into squeeze.
 
  Thanks Teemu,
 
  I would rather see the version of lamson updated to the latest release
  (1.0pre11) than see this version in squeeze.  I have some time this
  weekend to deal with this, but as always any help would be appreciated.
 
 A debian diff for 1.0pre11, with the dependency problems fixed, is
 attached.
 
 If you don't have the time to work on this over the weekend, my offer to
 do a NMU still stands.
 
 Thanks.

Thanks Teemu,

I actually found the time yesterday to prepare the package and will be
finishing testing it after work today.

-- 
David Watson




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



Bug#574480: xserver-xorg-video-glamo: Fails to install with unmet dependencies

2010-03-18 Thread Aaron Sells
Package: xserver-xorg-video-glamo
Severity: grave
Justification: renders package unusable


Attempting to install xserver-xorg-video-glamo on my Freerunner results in the 
following:

The following packages have unmet dependencies:
  xserver-xorg-video-glamo: Depends: libdrm-glamo1 but it is not going to be 
installed
E: Broken packages

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv4tl)

Kernel: Linux 2.6.29-GTA02_oma-andy-mokodev
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-glamo depends on:
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
pn  libdrm-glamo1  none(no description available)
ii  libdrm22.4.18-3  Userspace interface to kernel DRM 
ii  xserver-xorg-core  2:1.7.5.902-1 Xorg X server - core server

xserver-xorg-video-glamo recommends no packages.

xserver-xorg-video-glamo suggests no packages.



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



Bug#574321: fluxbox: FTBFS: sh: rsvg: not found

2010-03-18 Thread Paul Tagliamonte
I hear you, it will be uploaded soon :)

Thanks again for reporting that!

-Paul

On Thu, Mar 18, 2010 at 7:28 AM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 Hi,

 On Thu, March 18, 2010 04:36, Paul Tagliamonte wrote:
 Howdy Lucas,

 This should be all set in the git tree. Thanks for the report!

 Thanks for getting that fixed so quickly. I'd appreciate it if the fix
 could be uploaded soon, as we're trying to get the imagemagick transition
 finished soon.

 Regards,

 Adam





-- 
#define sizeof(x) rand()
:wq



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



Bug#573905: libbfd. libbfd-simple.a

2010-03-18 Thread Yukiharu YABUKI
Tags: patch

Hi, there

This patch applied once then I built oprofile package.
It look fine.

Please check this patch.

I am ready to upload nmu package.

Regards
Yukiharu.


bug537744.patch
Description: Binary data


Bug#573905: libbfd. libbfd-simple.a

2010-03-18 Thread Roberto C . Sánchez
On Thu, Mar 18, 2010 at 09:49:40PM +0700, Yukiharu YABUKI wrote:
 Tags: patch
 
 Hi, there
 
 This patch applied once then I built oprofile package.
 It look fine.
 
 Please check this patch.
 
 I am ready to upload nmu package.
 
Please do not.  Please read the whole log for #537744 and then also for
#558412.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#573905: libbfd. libbfd-simple.a

2010-03-18 Thread Andrew Lee
Roberto C. Sánchez wrote:
 Please do not.  Please read the whole log for #537744 and then also for
 #558412.

I think this is just a mistake as he uploaded a wrong patch file on his
filesystem. He is going to upload the correct one as he mentioned earlier.

Cheers for debian wine from mini-DebCamp 2010 Thailand,

-Andrew



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



Bug#573905: libbfd. libbfd-simple.a

2010-03-18 Thread Andrew Lee
Roberto C. Sánchez wrote:
 Please do not.  Please read the whole log for #537744 and then also for
 #558412.

I think this is just a mistake as he uploaded a wrong patch file on his
filesystem. He is going to upload the correct one as he mentioned earlier.

Cheers for debian wine from mini-DebCamp 2010 Thailand,

-Andrew



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



Bug#558409: marked as done (FTBFS: ../include/argus_filter.h:228: error: conflicting types for 'bpf_dump')

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 16:19:55 +0100
with message-id 20100318151955.ga5...@jwilk.net
and subject line Re: Bug#558409: Patch to fix all l10n issues of argus
has caused the Debian Bug report #558409,
regarding FTBFS: ../include/argus_filter.h:228: error: conflicting types for 
'bpf_dump'
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.)


-- 
558409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558409
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: argus-server
Version: 1:2.0.6.fixes.1
Severity: serious
Justification: no longer builds from source

Hello,

Your package failed to build from source[1] in a clean sid chroot. Here 
is relevant part of the build log:



/usr/bin/make
make[1]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1'
### Making in /tmp/buildd/argus-2.0.6.fixes.1/common
make[2]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1/common'
gcc -O2 -Wall -g -O2 -I. -I../include -I/usr/include/pcap  -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_TCP_WRAPPER=1 -DHAVE_STRING_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 -DCONFIG_X86_BSWAP=1 
-DSTDC_HEADERS=1  -DARGUS_SYSLOG=1 -c ./argus_parse.c
In file included from ./argus_parse.c:120:
../include/argus_filter.h:228: error: conflicting types for 'bpf_dump'
/usr/include/pcap/pcap.h:342: error: previous declaration of 'bpf_dump' was here
make[2]: *** [argus_parse.o] Error 1
make[2]: Leaving directory `/tmp/buildd/argus-2.0.6.fixes.1/common'
### Done with /tmp/buildd/argus-2.0.6.fixes.1/common
### Making in /tmp/buildd/argus-2.0.6.fixes.1/server
make[2]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1/server'
gcc -O2 -Wall -g -O2 -I. -I/usr/include/pcap  -I../include  -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_TCP_WRAPPER=1 -DHAVE_STRING_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 -DCONFIG_X86_BSWAP=1 
-DSTDC_HEADERS=1  -c ./argus.c
In file included from ./ArgusOutput.h:83,
 from ./argus.c:58:
../include/argus_filter.h:228: error: conflicting types for 'bpf_dump'
/usr/include/pcap/pcap.h:342: error: previous declaration of 'bpf_dump' was here
make[2]: *** [argus.o] Error 1
make[2]: Leaving directory `/tmp/buildd/argus-2.0.6.fixes.1/server'
### Done with /tmp/buildd/argus-2.0.6.fixes.1/server
make[1]: Leaving directory `/tmp/buildd/argus-2.0.6.fixes.1'
 fakeroot debian/rules binary
dh_installdirs
dh_installdirs: Compatibility levels before 5 are deprecated.
test -e debian/control
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1'
### Making in /tmp/buildd/argus-2.0.6.fixes.1/common
make[2]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1/common'
gcc -O2 -Wall -g -O2 -I. -I../include -I/usr/include/pcap  -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_TCP_WRAPPER=1 -DHAVE_STRING_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 -DCONFIG_X86_BSWAP=1 
-DSTDC_HEADERS=1  -DARGUS_SYSLOG=1 -c ./argus_parse.c
In file included from ./argus_parse.c:120:
../include/argus_filter.h:228: error: conflicting types for 'bpf_dump'
/usr/include/pcap/pcap.h:342: error: previous declaration of 'bpf_dump' was here
make[2]: *** [argus_parse.o] Error 1
make[2]: Leaving directory `/tmp/buildd/argus-2.0.6.fixes.1/common'
### Done with /tmp/buildd/argus-2.0.6.fixes.1/common
### Making in /tmp/buildd/argus-2.0.6.fixes.1/server
make[2]: Entering directory `/tmp/buildd/argus-2.0.6.fixes.1/server'
gcc -O2 -Wall -g -O2 -I. -I/usr/include/pcap  -I../include  -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 

Bug#573905: e:libbfd. libbfd-simple.a

2010-03-18 Thread Yukiharu YABUKI
Tags: 573905 + patch

Sorry guys.

I attached wrong patch.
This patch is correct.


static-libbfd-v2.patch
Description: Binary data


Bug#574420: fails to build

2010-03-18 Thread root
Package: nvidia-kernel-legacy-96xx-source
Version: 96.43.16-1
Severity: normal


i can confirm that building these modules against current 2.6.32-trunk
headers is impossible

see attached log from module-assistant

fgmasdr
IOhannes


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvidia-kernel-legacy-96xx-source depends on:
ii  debhelper 7.4.15 helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-7 An utility for Directing compilati
ii  sed   4.2.1-6The GNU sed stream editor

Versions of packages nvidia-kernel-legacy-96xx-source recommends:
ii  devscripts2.10.61scripts to make the life of a Debi
ii  kernel-package12.033 A utility for building Linux kerne
pn  nvidia-glx-legacy-96xxnone (no description available)

nvidia-kernel-legacy-96xx-source suggests no packages.

-- no debconf information
Extracting the package tarball, /usr/src/nvidia-kernel-legacy-96xx.tar.bz2, 
please wait...
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.32-trunk-686/build 
KVERREL=2.6.32-trunk-686 clean
make[1]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
rm -rf *.o *.ko .depend .*.flags .*.d .*.cmd *.mod.c .tmp_versions
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.32-trunk-686/build 
KVERREL=2.6.32-trunk-686 clean
make[2]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
rm -rf *.o *.ko .depend .*.flags .*.d .*.cmd *.mod.c .tmp_versions
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
dh_clean
/usr/bin/make -w -f debian/rules configure
make[2]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/control.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/control
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/dirs.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/dirs
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/override.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/override
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/control.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/control
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/dirs.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/dirs
sed 's/#KVERS#/2.6.32-trunk-686/g' debian/override.template  
/usr/src/modules/nvidia-kernel-legacy-96xx/debian/override
dh_testroot
dh_prep
# Build the modules
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.32-trunk-686/build 
KVERREL=2.6.32-trunk-686
make[2]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-96xx'
make -C /lib/modules/2.6.32-trunk-686/build  M=`/bin/pwd` modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
  CC [M]  /usr/src/modules/nvidia-kernel-legacy-96xx/nv.o
In file included from /usr/src/modules/nvidia-kernel-legacy-96xx/nv-linux.h:16,
 from /usr/src/modules/nvidia-kernel-legacy-96xx/nv.c:14:
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:2:5: warning: 
LINUX_VERSION_CODE is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:2:26: warning: 
KERNEL_VERSION is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:2:40: error: missing 
binary operator before token (
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:15:5: warning: 
LINUX_VERSION_CODE is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:15:27: warning: 
KERNEL_VERSION is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:15:41: error: missing 
binary operator before token (
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:25:5: warning: 
LINUX_VERSION_CODE is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:25:27: warning: 
KERNEL_VERSION is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:25:41: error: missing 
binary operator before token (
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:35:5: warning: 
LINUX_VERSION_CODE is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:35:27: warning: 
KERNEL_VERSION is not defined
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:35:41: error: missing 
binary operator before token (
/usr/src/modules/nvidia-kernel-legacy-96xx/conftest.h:42:5: warning: 
LINUX_VERSION_CODE is not defined

Bug#574297: marked as done (djview4: FTBFS: sh: rsvg: not found)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 15:37:48 +
with message-id e1nshna-00021c...@ries.debian.org
and subject line Bug#574297: fixed in djview4 4.5-6
has caused the Debian Bug report #574297,
regarding djview4: FTBFS: sh: rsvg: not found
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.)


-- 
574297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: djview4
Version: 4.5-5
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-djview4_4.5-5-amd64-g56td1/djview4-4.5'
 convert -geometry 32x32 -depth 8 -background none desktopfiles/djview.svg 
 debian/djvulibre-djview4.xpm
 sh: rsvg: not found
 convert: delegate failed `rsvg %i %o' @ 
 error/delegate.c/InvokeDelegate/1061.
 convert: unable to open image `/tmp/magick-XXZykLwB': 
 gick-6.6.0/modules-Q16/coders/svg.la @ error/blob.c/OpenBlob/2489.
 convert: unable to open file `/tmp/magick-XXZykLwB':  @ 
 error/constitute.c/ReadImage/572.
 convert: missing an image filename `debian/djvulibre-djview4.xpm' @ 
 error/convert.c/ConvertImageCommand/2940.
 make[1]: *** [debian/djvulibre-djview4.xpm] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/03/16/djview4_4.5-5_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: djview4
Source-Version: 4.5-6

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

djview4_4.5-6.diff.gz
  to main/d/djview4/djview4_4.5-6.diff.gz
djview4_4.5-6.dsc
  to main/d/djview4/djview4_4.5-6.dsc
djview4_4.5-6_i386.deb
  to main/d/djview4/djview4_4.5-6_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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter b...@debian.org (supplier of updated djview4 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: Thu, 18 Mar 2010 14:51:54 +
Source: djview4
Binary: djview4
Architecture: source i386
Version: 4.5-6
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 djview4- Viewer for the DjVu image format
Closes: 574297
Changes: 
 djview4 (4.5-6) unstable; urgency=low
 .
   * source depend (debian/control) on librsvg2-bin binary used by new
 imagemagick, and work around failure of direct conversion by convert via
 step-by-step manual convertion in debian/rules (closes: #574297)
   * automatically clean generated bitmaps in debian/ (debian/clean)
Checksums-Sha1: 
 b0fed5c8f785ddb1f52c24919b2685eb804a5bd0 1417 djview4_4.5-6.dsc
 02d51f9becb489049c31e862cb42f4aa4396aa30 127861 djview4_4.5-6.diff.gz
 da7f3348c3fceef7cf0c86ceeef73443e307628a 660368 djview4_4.5-6_i386.deb
Checksums-Sha256: 
 ffd8b3484b0a005a1ddf1c7f907b1cdc04c396d5731dc5a5cdb6cf9c587ae9d4 1417 
djview4_4.5-6.dsc
 6219fca0b04bc2cc85fd2db0592bb5cd298a0285afcdc5e0b725ede077ca7184 127861 
djview4_4.5-6.diff.gz
 7854895bee085b57acc6f84975c1906fea52691958736d4a01498101beda048c 660368 
djview4_4.5-6_i386.deb
Files: 
 916813a14c8e1e7195bbf466247fb3c6 1417 web optional djview4_4.5-6.dsc
 c75ded7944420f7be877fa1fb96a7bc9 127861 web optional djview4_4.5-6.diff.gz
 347df18ebf210b18e9551d28dd0bd8b7 660368 graphics optional 
djview4_4.5-6_i386.deb

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

iEYEARECAAYFAkuiQcIACgkQLz4Gnv7CP7JD8ACeNSWCZ8HTaNlGrnVz9dMMzHQW

Bug#569788: Bug #569788: gthumb no longer displays[...]

2010-03-18 Thread Marcos Marado
FYI, upstream says this issue is now fixed.

-- 
Marcos Marado



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



Bug#565801: src:firebird2.5: FTBFS on kfreebsd-amd64

2010-03-18 Thread Damyan Ivanov
Hi Petr,

I have some movement to report.

-=| Petr Salinger, Tue, Feb 02, 2010 at 07:46:44PM +0100 |=-

 firebird2.5 2.5.0.25784~ReleaseCandidate1.ds2-6 behaved the same:
../gen/firebird/bin/gbak_static -MODE read_only -R
../builds/misc/help.gbak ../gen/firebird/help/help.fdb
make[3]: *** [../gen/firebird/help/help.fdb] Segmentation fault
(core dumped)

 ˙˙ and built fine on asdfasdf.debian.net. Is it possible to get the
 core dump? Maybe looking into it can sched some light.

 Yes and no.

 Line 472 is call to dbb_functions(*p)

 #3  0x005248b6 in Database (this=0x843d5fe28, p=0x843d52020) at  
 ../src/jrd/../jrd/../jrd/Database.h:472

Thanks for looking!

The next upstream release candidate now reliably fails on 
kfreebsf/amd64 (and builds fine on /i386). The stacktrace is (obtained 
on asdfasdf.d.n):
==
(gdb) run -MODE read_only -R ../builds/misc/help.gbak 
../gen/firebird/help/help.fdb
Starting program: 
/home/dmn/firebird2.5-2.5.0.25920~ReleaseCandidate2.ds2/gen/firebird/bin/gbak_static
 -MODE read_only -R ../builds/misc/help.gbak ../gen/firebird/help/help.fdb

Program received signal ?, Unknown signal.
0x0008019347d7 in __pthread_sigsuspend () from /lib/libpthread.so.0
(gdb) bt
#0  0x0008019347d7 in __pthread_sigsuspend () from /lib/libpthread.so.0
#1  0x000801933668 in __pthread_wait_for_restart_signal ()
   from /lib/libpthread.so.0
#2  0x0008019346e0 in pthread_create@@GLIBC_2.3 ()
   from /lib/libpthread.so.0
#3  0x0063d1a8 in ThreadStart::start (
routine=0x462a72 shutdownThread, arg=0x0, 
priority_arg=value optimized out, thd_id=0x800a456a0)
at ../src/jrd/ThreadStart.cpp:171
#4  0x0063d29d in gds__thread_start (entrypoint=0x7fffa4d0, 
arg=0x1f, priority=0, thd_id=0x94016030) at ../src/jrd/ThreadStart.cpp:73
#5  0x00454ad6 in CtrlCHandler (this=0x7fffa940, primary=0x0)
at ../src/jrd/why.cpp:1004
#6  GlobalPtr (this=0x7fffa940, primary=0x0)
at ../src/jrd/../common/classes/init.h:127
#7  YEntry (this=0x7fffa940, primary=0x0) at ../src/jrd/why.cpp:1036
#8  0x004610d7 in isc_attach_database (
user_status=value optimized out, file_length=0, file_name=0x0, 
public_handle=0x0, dpb_length=24624, dpb=0x0) at ../src/jrd/why.cpp:1373
#9  0x0042f083 in open_files (uSvc=0x800a457a8)
at ../src/burp/burp.cpp:1905
#10 gbak (uSvc=0x800a457a8) at ../src/burp/burp.cpp:1062
#11 0x004320c2 in main (argc=value optimized out, 
---Type return to continue, or q return to quit---
argv=value optimized out) at ../src/burp/burpMain.cpp:47
=

I posted this to upstream devel list[1] and they responded:

[1] 
http://sourceforge.net/mailarchive/forum.php?thread_name=20100309131707.GF3666%40ktnx.netforum_name=firebird-devel

 At the first glance this looks like broken kFreebsd/amd64. This is 
 the first thread, started by us (it happens is yValve in 
 CtrlCHandler, in ctor of static instance of this class). Started 
 thread does nothing except wait for posix semaphore. How did Unknown 
 signal arriave here - absolutely no idea.
 
 PS. On freebsd/amd64 I have successfull build.

How likely does it seem to you that the problem is in threading stuff 
on kfreebsd/amd64? Maybe they are right, or maybe my patches[2] adding 
support to kfreebsd are not quite right.

[2] 
http://git.debian.org/?p=pkg-firebird/2.5.git;a=tree;f=debian/patches;hb=HEAD
fix-kfreebsd_hurd-detection, freebsd_targets, 
install_freebsd_as_linux, maybe also optional_posix_fadv

Thank you for your (and anyone else's) help on this! The bug is quite 
important for the release as the reverse dependencies include such 
things as php5 and qt4-x11 :|


signature.asc
Description: Digital signature


Bug#574139: marked as done (python-lamson: missing dependencies)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 15:53:54 +
with message-id e1nsi2k-0003od...@ries.debian.org
and subject line Bug#574139: fixed in python-lamson 1.0pre11-1
has caused the Debian Bug report #574139,
regarding python-lamson: missing dependencies
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.)


-- 
574139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-lamson
Version: 1.0pre2-1
Justification: renders package unusable
Severity: grave

The package needs to depend on two additional packages: python-chardet
and python-dns.

I'm offering to do a NMU in order to get this into squeeze.

Here are the respective tracebacks:

Traceback (most recent call last):
  File /usr/bin/lamson, line 3, in module
from lamson import args, commands
  File /usr/lib/pymodules/python2.5/lamson/commands.py, line 28, in module
from lamson import server, args, utils, mail, routing, queue, encoding
  File /usr/lib/pymodules/python2.5/lamson/server.py, line 11, in module
from lamson import queue, mail, routing
  File /usr/lib/pymodules/python2.5/lamson/queue.py, line 9, in module
from lamson import mail
  File /usr/lib/pymodules/python2.5/lamson/mail.py, line 15, in module
from lamson import encoding, bounce
  File /usr/lib/pymodules/python2.5/lamson/encoding.py, line 70, in module
import chardet
ImportError: No module named chardet

Traceback (most recent call last):
  File /usr/bin/lamson, line 6, in module
args.parse_and_run_command(sys.argv[1:], commands, default_command=help)
  File /usr/lib/pymodules/python2.5/lamson/args.py, line 304, in 
parse_and_run_command
command_module(mod, command, options)
  File /usr/lib/pymodules/python2.5/lamson/args.py, line 230, in 
command_module
return function(**options)
  File /usr/lib/pymodules/python2.5/lamson/commands.py, line 97, in 
sendmail_command
relay.deliver(msg)
  File /usr/lib/pymodules/python2.5/lamson/server.py, line 53, in deliver
hostname = self.resolve_relay_host(recipient)
  File /usr/lib/pymodules/python2.5/lamson/server.py, line 62, in 
resolve_relay_host
import DNS
ImportError: No module named DNS

Thanks.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-lamson depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-daemon 1.5.2-2library for making a Unix daemon p
ii  python-lockfile   0.8-1  file locking library for Python
ii  python-mock   0.6.0-1Mocking and Testing Library

python-lamson recommends no packages.

python-lamson suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: python-lamson
Source-Version: 1.0pre11-1

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

python-lamson_1.0pre11-1.diff.gz
  to main/p/python-lamson/python-lamson_1.0pre11-1.diff.gz
python-lamson_1.0pre11-1.dsc
  to main/p/python-lamson/python-lamson_1.0pre11-1.dsc
python-lamson_1.0pre11-1_all.deb
  to main/p/python-lamson/python-lamson_1.0pre11-1_all.deb
python-lamson_1.0pre11.orig.tar.gz
  to main/p/python-lamson/python-lamson_1.0pre11.orig.tar.gz



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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Watson da...@kutoken.com (supplier of updated python-lamson 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: Wed, 17 Mar 2010 11:55:11 +
Source: python-lamson
Binary: python-lamson
Architecture: source all
Version: 1.0pre11-1
Distribution: unstable
Urgency: low
Maintainer: David Watson da...@kutoken.com
Changed-By: David Watson da...@kutoken.com
Description: 
 python-lamson - A pure Python SMTP server
Closes: 574139
Changes: 
 python-lamson (1.0pre11-1) unstable; urgency=low
 .
   [ David 

Bug#573905: e:libbfd. libbfd-simple.a

2010-03-18 Thread Roberto C . Sánchez
On Thu, Mar 18, 2010 at 10:25:08PM +0700, Yukiharu YABUKI wrote:
 Tags: 573905 + patch
 
 Sorry guys.
 
 I attached wrong patch.
 This patch is correct.

This looks much better.  Thanks very much for looking at this and taking
care of it, as I have been too swamped to really solve this.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Processed: Re: grub-pc: boot failure after upgrade to 1.98

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 554790 574350
Bug#554790: use /dev/disk/by-uuid (or similiar) for grub-pc/install_devices
Bug#574350: grub-pc: boot failure after upgrade to 1.98
Bug#558312: error: grub_gettext not found
Bug#558748: upgrades should run grub-install as a safe default
Bug#561766: grub2: 1.98~20091210-1 still has issues with the symbol 
grub_printf_ not found
Bug#564928: Newer grub fails with missing symbols at boot time
Bug#565210: grub-pc: Reboot after entering GRUB
Bug#567230: grub-pc: more flexible installation paths
Bug#567582: boot failure: the symbol 'grub_env_find' not found
Merged 554790 558312 558748 561766 564928 565210 567230 567582 574350.

 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574350: grub-pc: boot failure after upgrade to 1.98

2010-03-18 Thread Colin Watson
merge 554790 574350
thanks

On Wed, Mar 17, 2010 at 10:34:14AM -0400, Andres Cimmarusti wrote:
 When I upgraded today to grub 1.98-1 (on two different laptops), I noticed 
 the following message (apt):
 
 /usr/sbin/grub-setup: error: no mapping exists for `hd0'
 
 Upon restarting the system grub2 went it rescue mode after failing to boot 
 and showing me this message:
 
 error: the symbol 'grub_env_find' not found

This is the same as the cluster of bugs described in #554790.  I intend
to get this fixed soon, although in some cases it will result in a
debconf question on upgrade when we can't automatically work out the
right answer reliably.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



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



Processed: Re: Bug#573712: gem: FTBFS on armel (assembler erorrs)

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 573712 + patch
Bug #573712 [src:gem] gem: FTBFS on armel (assembler erorrs)
Added tag(s) patch.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573712: gem: FTBFS on armel (assembler erorrs)

2010-03-18 Thread Adam D. Barratt
tag 573712 + patch
thanks

On Tue, March 16, 2010 23:44, Martin Guy wrote:
 On 3/16/10, Adam D. Barratt a...@adam-barratt.org.uk wrote:
   gem fails to build on armel with assembler errors. From the build
 log:
  
   g++ -c-I/usr/include/lqt -fopenmp -I/usr/include/ImageMagick
 -I/usr/include/lqt   -I/usr/include/avifile-0.7
 -I/usr/include/FTGL -I/usr/include/freetype2   -I..
 -I/usr/include/FTGL -I/usr/include/freetype2  -g -O2 -fPIC
 -freg-struct-return -O3 -falign-loops=32 -falign-functions=32
 -falign-jumps=32 -funroll-loops -ffast-math -g -O2 glew.cpp -o
 ../Objects/glew.o
   /tmp/ccGNAhDI.s: Assembler messages:
   /tmp/ccGNAhDI.s:1194: Error: bad immediate value for offset (4148)
   /tmp/ccGNAhDI.s:27942: Error: bad immediate value for offset (4112)

 Try dropping the apparently pointlessly picky options =32?

Thanks for the suggestion.  The attached patch makes the package build on
armel again, but I have no way of testing the result.

Regards,

Adam

gem-armel.diff
Description: Binary data


Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread John David Anglin
On Thu, 18 Mar 2010, Carlos O'Donell wrote:

 On Thu, Mar 18, 2010 at 7:47 AM, Adam D. Barratt
 a...@adam-barratt.org.uk wrote:
  ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual
  thunk to PVXMLSession::Trigger()'
 
 What does this error mean?

The symbol was not found by ld.  I see in the bug report log:

g++ obj_linux_hppa/main.o  -lopal -lpt -lpthread -lrt -lsasl2 -lldap -llber 
-lldap_r -lssl -lcrypto -lexpat -lSDL -lodbc -lresolv -ldl -lspeexdsp   -L 
../../lib* -o obj_linux_hppa/simpleopal
../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
PVXMLSession::Trigger()'
../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
PVXMLSession::OnEndRecording(PString const)'
../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
PVXMLSession::RecordEnd()'
collect2: ld returned 1 exit status
make[1]: *** [obj_linux_hppa/simpleopal] Error 1

Check that that the library that is supposed to provide these symbols (libpt?)
provides them.

You can see more info about link by adding -Wl,-v -Wl,-debug to the above g++
command.

Regarding the tool change differences between 4.3 and 4.4, there is no
difference in the handling of thunks in the hppa backend.  So, any
differences that you see are due to changes to the main GCC code, etc.
It may be the references are not present in the 4.3 compiled code.

Dave
-- 
J. David Anglin  dave.ang...@nrc-cnrc.gc.ca
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)



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



Bug#569788: Bug #569788: gthumb no longer displays[...]

2010-03-18 Thread David Paleino
On Thursday 18 March 2010 16:41:44, Marcos Marado wrote:
 FYI, upstream says this issue is now fixed.

I tested the patch made by upstream, and it doesn't seem to work yet (at least 
with gThumb). However, I haven't yet had the time to produce a proper 
bugreport and reopen that bug.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 |
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: This is a digitally signed message part.


Bug#574473: dulicate_bug

2010-03-18 Thread Oto Magaldadze
I guess it's duplicate of this -
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574476




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



Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference to `non-virtual thunk to PVXMLSession::Trigger()'

2010-03-18 Thread Eugen Dedu
John David Anglin wrote:
 On Thu, 18 Mar 2010, Carlos O'Donell wrote:
 
 On Thu, Mar 18, 2010 at 7:47 AM, Adam D. Barratt
 a...@adam-barratt.org.uk wrote:
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual
 thunk to PVXMLSession::Trigger()'
 What does this error mean?
 
 The symbol was not found by ld.  I see in the bug report log:
 
 g++ obj_linux_hppa/main.o  -lopal -lpt -lpthread -lrt -lsasl2 -lldap -llber 
 -lldap_r -lssl -lcrypto -lexpat -lSDL -lodbc -lresolv -ldl -lspeexdsp   -L 
 ../../lib* -o obj_linux_hppa/simpleopal
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::Trigger()'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::OnEndRecording(PString const)'
 ../../lib_linux_hppa/libopal.so: undefined reference to `non-virtual thunk to 
 PVXMLSession::RecordEnd()'
 collect2: ld returned 1 exit status
 make[1]: *** [obj_linux_hppa/simpleopal] Error 1
 
 Check that that the library that is supposed to provide these symbols (libpt?)
 provides them.

Well, the library providing these symbols, libpt, is the same
(libpt2.6.5_2.6.5-1_hppa.deb) for opal-3 package, which built
successfully, and opal-4 package, which fails, as written in the
previous e-mail.

Moreover, I have downloaded the package from
http://packages.debian.org/squeeze/hppa/libpt2.6.5/download and
extracted the lib.  IIUC, that function is there indeed (the first is on
my amd64 machine, the second is hppa extracted file):

snoopy:~$ nm -D /usr/lib/libpt.so.2.6-beta7 |grep Trigger
0020d850 T _ZN12PVXMLSession7TriggerEv
0020d840 T _ZThn1096_N12PVXMLSession7TriggerEv
snoopy:~$ nm -D libpt.so.2.6.5 |grep Trigger
001abb74 T _ZN12PVXMLSession7TriggerEv
001abb6c T _ZThn1152_N12PVXMLSession7TriggerEv
snoopy:~$

 You can see more info about link by adding -Wl,-v -Wl,-debug to the above g++
 command.
 
 Regarding the tool change differences between 4.3 and 4.4, there is no
 difference in the handling of thunks in the hppa backend.  So, any
 differences that you see are due to changes to the main GCC code, etc.
 It may be the references are not present in the 4.3 compiled code.

That would have lead to failure for opal-3 package too.

Cheers,
-- 
Eugen



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



Processed: [bts-link] source package librmagick-ruby

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package librmagick-ruby
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #573620 (http://bugs.debian.org/573620)
 #  * http://rubyforge.org/tracker/?aid=27963
 #  * remote status changed: (?) - Closed
 #  * closed upstream
 tags 573620 + fixed-upstream
Bug #573620 [librmagick-ruby] librmagick-ruby: FTBFS  - system(make) failed 
(RuntimeError)
Added tag(s) fixed-upstream.
 usertags 573620 + status-Closed
Bug#573620: librmagick-ruby: FTBFS  - system(make) failed (RuntimeError)
There were no usertags set.
Usertags are now: status-Closed.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 557781, tagging 557778, fixed 562582 in 2.1a6-5.4

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # does not affect stable
 tags 557781 + squeeze sid
Bug #557781 {Done: Matthias Klose d...@debian.org} [python-twisted-core] 
apt-proxy: lacks dep on zope.interface
Added tag(s) sid and squeeze.
 tags 557778 + squeeze sid
Bug #557778 {Done: Vincent Fourmond fourm...@debian.org} [librmagick-ruby1.8] 
Should be less strict checking imagemagick version at run-time
Added tag(s) sid and squeeze.
 # badly formated -done mail
 fixed 562582 2.1a6-5.4
Bug #562582 [squidtaild] fails to install, trying to overwrite other packages 
files
Bug #553204 [squidtaild] libconfigreader-simple-perl: conflict with squidtaild
Bug Marked as fixed in versions squidtaild/2.1a6-5.4.
Bug Marked as fixed in versions squidtaild/2.1a6-5.4.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 555274

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # does not affect stable
 tags 555274 + squeeze sid
Bug #555274 {Done: Sandro Tosi mo...@debian.org} [plone3] plone3: 
CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities
Added tag(s) sid and squeeze.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571803: [php-openid] Compatibility problems with PHP 5.3 (mod_php)

2010-03-18 Thread Jan Hauke Rahm
On Mon, Mar 01, 2010 at 02:24:16PM +0100, Jan Hauke Rahm wrote:
  There are some patches available. The project is looking close to
  dead. I think it would be unfortunate if php-openid was removed, but
  something needs to be done.
 
 I alread contacted upstream about the future of php-openid. Hopefully I
 get an answer soon, otherwise I might patch php-openid up to work with
 php5.3 and then think about removing it (after squeeze obviously).

For the record, there are patches and upstream incorporated them. I
don't know yet when to expect a new release but in case it's too late,
I'll package a git snapshot or similar.

Hauke


signature.asc
Description: Digital signature


Bug#540716: marked as done (Needs to be actively maintained or removed)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:21:56 +0100
with message-id 8b2d7b4d1003181021r381c5c1fxcda2b54735069...@mail.gmail.com
and subject line Package removed from Debian unstable
has caused the Debian Bug report #540716,
regarding Needs to be actively maintained or removed
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.)


-- 
540716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: egroupware
Severity: serious

Egroupware has had its share of security issues in the past and is
difficult to fix/test by the Security Team w/o maintainer support.

Unless it finds an adopter before the Squeeze release, it should
rather be removed.

Cheers,
Moritz

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages egroupware depends on:
pn  egroupware-addressbooknone (no description available)
pn  egroupware-bookmarks  none (no description available)
pn  egroupware-calendar   none (no description available)
pn  egroupware-core   none (no description available)
pn  egroupware-developer-toolsnone (no description available)
pn  egroupware-emailadmin none (no description available)
pn  egroupware-etemplate  none (no description available)
pn  egroupware-felamimail none (no description available)
pn  egroupware-filemanagernone (no description available)
pn  egroupware-infolognone (no description available)
pn  egroupware-manual none (no description available)
pn  egroupware-mydms  none (no description available)
pn  egroupware-news-admin none (no description available)
pn  egroupware-phpbrain   none (no description available)
pn  egroupware-phpsysinfo none (no description available)
pn  egroupware-polls  none (no description available)
pn  egroupware-projectmanager none (no description available)
pn  egroupware-registration   none (no description available)
pn  egroupware-resources  none (no description available)
pn  egroupware-sambaadmin none (no description available)
pn  egroupware-sitemgrnone (no description available)
pn  egroupware-timesheet  none (no description available)
pn  egroupware-trackernone (no description available)
pn  egroupware-wiki   none (no description available)

egroupware recommends no packages.

egroupware suggests no packages.


---End Message---
---BeginMessage---
Version: 1.6.002+dfsg-1+rm

Package removed from Debian unstable: http://bugs.debian.org/574186

(only closing some RC bugs and the wnpp one)

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

---End Message---


Bug#554455: marked as done (/usr/share/egroupware/etemplate/doc: egroupware etemplate/doc directory not correctly detected)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:21:56 +0100
with message-id 8b2d7b4d1003181021r381c5c1fxcda2b54735069...@mail.gmail.com
and subject line Package removed from Debian unstable
has caused the Debian Bug report #554455,
regarding /usr/share/egroupware/etemplate/doc: egroupware etemplate/doc  
directory not correctly detected
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.)


-- 
554455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554455
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: egroupware-etemplate
Version: 1.6.002+dfsg-1
Severity: grave
File: /usr/share/egroupware/etemplate/doc
Justification: renders package unusable

There is a symbolic link from /usr/share/egroupware/etemplate/doc to
/usr/share/doc/egroupware-etemplate but it is not well detected by
egroupware and
it claims that the directory does not exists.

This has already been reported by someone else to Ubuntu on it's bug 429254:
https://bugs.launchpad.net/ubuntu/+source/egroupware/+bug/429254

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (102, 'unstable'), (101,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages egroupware-etemplate depends on:
ii  egroupware-core   1.6.002+dfsg-1 web-based groupware suite -
core m

egroupware-etemplate recommends no packages.

egroupware-etemplate suggests no packages.

-- no debconf information


Jaime Alberto Silva Colorado
Ingeniero Eléctricista
Socio / Representante Legal
SG Automatización Ltda.
Pereira \ Risaralda \ Colombia
http://www.sgautomatizacion.com
---End Message---
---BeginMessage---
Version: 1.6.002+dfsg-1+rm

Package removed from Debian unstable: http://bugs.debian.org/574186

(only closing some RC bugs and the wnpp one)

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

---End Message---


Bug#504283: marked as done (CVE-2007-3215: phpmailer issue (embedded code-copy))

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:21:56 +0100
with message-id 8b2d7b4d1003181021r381c5c1fxcda2b54735069...@mail.gmail.com
and subject line Package removed from Debian unstable
has caused the Debian Bug report #504283,
regarding CVE-2007-3215: phpmailer issue (embedded code-copy)
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.)


-- 
504283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: phpgroupware
Severity: grave
Tags: security, patch
Justification: user security hole

Hi Peter,
the following CVE (Common Vulnerabilities  Exposures) id was
published for egroupware-core.

CVE-2007-3215[0]:
| PHPMailer 1.7, when configured to use sendmail, allows remote
| attackers to execute arbitrary shell commands via shell metacharacters
| in the SendmailSend function in class.phpmailer.php.

You'll find a patch for the issue here[1]. However, it would be nice,
if you could depend against the libphp-phpmailer package, instead
of shipping a copy of the code.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215
http://security-tracker.debian.net/tracker/CVE-2007-3215
[1] http://klecker.debian.org/~white/libphp-phpmailer/class.phpmailer.php.patch


---End Message---
---BeginMessage---
Version: 1.6.002+dfsg-1+rm

Package removed from Debian unstable: http://bugs.debian.org/574186

(only closing some RC bugs and the wnpp one)

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

---End Message---


Processed: tagging 571803

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 571803 + upstream fixed-upstream confirmed
Bug #571803 [php-openid] [php-openid] Compatibility problems with PHP 5.3 
(mod_php)
Added tag(s) upstream, confirmed, and fixed-upstream.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 570847 by 567528
Bug #570847 [frescobaldi] frescobaldi 1.0.2-1 cannot be installed with current 
python-kde4 (4:4.3.4-1)
Was not blocked by any bugs.
Added blocking bug(s) of 570847: 568408 and 567528

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 574368

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 574368 + pending
Bug #574368 [linux-2.6] FTBFS on alpha and hppa
Ignoring request to alter tags of bug #574368 to the same tags previously set

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573975: marked as done (xpad: Build-depends on obsolete libmagickcore2-extra)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 17:46:30 +
with message-id e1nsjni-0006fl...@ries.debian.org
and subject line Bug#573975: fixed in xpad 4.0-3
has caused the Debian Bug report #573975,
regarding xpad: Build-depends on obsolete libmagickcore2-extra
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.)


-- 
573975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xpad
Version: 4.0-2
Severity: serious

Hi,

xpad explicitly build-depends on libmagickcore2-extra, which no longer
exists after the recent imagemagick upload to unstable; it's been replaced
by libmagickcore3-extra.

Please check and update your build-dependency.

Regards,

Adam



---End Message---
---BeginMessage---
Source: xpad
Source-Version: 4.0-3

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

xpad_4.0-3.diff.gz
  to main/x/xpad/xpad_4.0-3.diff.gz
xpad_4.0-3.dsc
  to main/x/xpad/xpad_4.0-3.dsc
xpad_4.0-3_amd64.deb
  to main/x/xpad/xpad_4.0-3_amd64.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 573...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bart Martens ba...@debian.org (supplier of updated xpad 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: SHA256

Format: 1.8
Date: Thu, 18 Mar 2010 18:01:31 +0100
Source: xpad
Binary: xpad
Architecture: source amd64
Version: 4.0-3
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 xpad   - sticky note application for X
Closes: 573975
Changes: 
 xpad (4.0-3) unstable; urgency=low
 .
   * Build-Depends: libmagickcore-extra.  Fixes FTBFS.  Closes: #573975.
Checksums-Sha1: 
 8a512dbb043cec90e0570786a53bb889f9079543 1677 xpad_4.0-3.dsc
 ca73ee80b0fb380ea226a1e408cf8f4ffac7679b 5226 xpad_4.0-3.diff.gz
 79d04fcb964560759039063fa42454d031d67f3c 103062 xpad_4.0-3_amd64.deb
Checksums-Sha256: 
 cf37c50d9ec25db6b476215697b3ce05519abab6bfbe280ada21426d17ec4d27 1677 
xpad_4.0-3.dsc
 8b51518d3000ba49e9817e75812eca4df62d4ebf88c0fc03e83744c49c76ddc7 5226 
xpad_4.0-3.diff.gz
 c953961615bcbddf161280c8a8bf70458a6dce511d1f15990c912bf5294e736d 103062 
xpad_4.0-3_amd64.deb
Files: 
 744aa039589fa5cc680e0497176d2abc 1677 x11 optional xpad_4.0-3.dsc
 bb9a0e14105ee002b108580f279d 5226 x11 optional xpad_4.0-3.diff.gz
 a8ffcaa62723d6b47f63ef7a940f3159 103062 x11 optional xpad_4.0-3_amd64.deb

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

iQIcBAEBCAAGBQJLomChAAoJEDNV9NY7WCHMiDgP/jQLOQ4KiP1WL1SVaUuT3l1H
fMeEegSkNxHgzHtHR+scjAal5n3S1NYQhZwDVX8E8OQEkf9w4t8Tp2g18NCwg2Fc
0VuoktN46ZUvk/R2wiJNBtc5QCvHak3DqnuTbt38EkVNiGZ6CbQnMYAUs8zUIjQz
CBk8odg0aK2EMW03mI+p3SBFP1RYlvkFjo65KeyOI/0DJryZpKKzEnigNN+l4XgM
5rMLxZoPchafj+i+nUscKrnbJo9ESt+B5NkgM6+TBeLy0Aj+ppjeMRvGX9pI8HDF
KRXwoCVMvEZhjQpipvvCFz2Z8Be7mv0iAI1irOXuoUHNrgYGJT7Nl8G43OH+qEKJ
L+gpdp5FDVxLlf+C6O5zXfhEGoyBD9SbroIEdbCBXP2ZGlyjcwS7foBwoeU29o91
SrtCGHWSDRwScPT5+ddnVQ6xEKBX9MzvtH0kVcXmH373bNB0JEDpNGvgCNNxY4SR
ZMHPyO2b1sEf8KtAH1veIknolTB12PtWxC48uzrVJsnjKguV24A3McRBq+59Depk
YgV9JU0VtG3iq78vV8IDAyNRn8WysQr0By7XK6LqBbjOWs9g3sLDGRK4NcYKZaUh
ahDpZ8gvrhWyVqxuxCoCNPhK6Q8gFB/21Ao59zIgrxDWuMkhMHE255czpoRQwV4m
XXrbBAo/D/rtGWdu/VN1
=oJ/f
-END PGP SIGNATURE-


---End Message---


Bug#574418: barnowl: CVE-2010-0793 buffer overflow

2010-03-18 Thread Sam Hartman
Thanks for the note.
Obviously I'll upload new packages.

I'm suspecting that this probably can't be used to execute arbitrary
code in unstable and testing because barnowl there is built with
fortify_source and stack protector.  However stable is too old for that.

--Sam



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



Processed: Bug in libconfigreader-simple-perl fixed in revision 54486

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 562582 + pending
Bug #562582 [squidtaild] fails to install, trying to overwrite other packages 
files
Bug #553204 [squidtaild] libconfigreader-simple-perl: conflict with squidtaild
Added tag(s) pending.
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562582: still there

2010-03-18 Thread gregor herrmann
On Thu, 18 Mar 2010 13:55:44 +0100, Holger Levsen wrote:

  Looks like we need a Replaces: squidtaild ( 0:2.1a6-5.4) in
  libconfigreader-simple-perl to be able to overwrite the file on
  upgrades. Right?
 Yes, sounds good.

Thanks for helping me to think this through :)
 
  gregor, who will look closer in the evening
 Thanks already!

After fighting with piuparts for some time I managed to do an upgrade
test against a locally built libconfigreader-simple-perl with the
Replaces:, and it works!

1m60.0s DEBUG: Starting command: ['chroot', '/tmp/tmpYz9bo4', 'apt-get', '-yf', 
'dist-upgrade']
2m1.8s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following NEW packages will be installed:
libconfigreader-simple-perl
  The following packages will be upgraded:
squidtaild
  1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 15.9kB/33.2kB of archives.
  After this operation, 73.7kB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
libconfigreader-simple-perl squidtaild
  Authentication warning overridden.
  Get:1 http://ftp.at.debian.org squeeze/main squidtaild 2.1a6-5.4 [15.9kB]
  Fetched 15.9kB in 0s (214kB/s)
  Selecting previously deselected package libconfigreader-simple-perl.
  (Reading database ... 17602 files and directories currently installed.)
  Unpacking libconfigreader-simple-perl (from 
.../libconfigreader-simple-perl_1.28-2_all.deb) ...
  Replacing files in old package squidtaild ...
  Preparing to replace squidtaild 2.1a6-5.3 (using 
.../squidtaild_2.1a6-5.4_all.deb) ...
  Unpacking replacement squidtaild ...
  Setting up libconfigreader-simple-perl (1.28-2) ...
  Setting up squidtaild (2.1a6-5.4) ...

Cheers,
gregor, who will upload libconfigreader-simple-perl soon

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Paco De Lucia, Al Di Meola, John Mc Laughlin: Azzurra


signature.asc
Description: Digital signature


Bug#562582: Bug in libconfigreader-simple-perl fixed in revision 54486

2010-03-18 Thread pkg-perl-maintainers
tag 562582 + pending
thanks

Some bugs are closed in revision 54486
by Gregor Herrmann (gregoa)

Commit message:

debian/control: add Replaces: squidtaild ( 0:2.1a6-5.4) to make the
upgrade possible; thanks to Holger Levsen for the bug report
(closes: #562582).



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



Bug#572384: opal_3.6.6~dfsg-4/hppa FTBFS: undefined reference

2010-03-18 Thread John David Anglin
 Moreover, I have downloaded the package from
 http://packages.debian.org/squeeze/hppa/libpt2.6.5/download and
 extracted the lib.  IIUC, that function is there indeed (the first is on
 my amd64 machine, the second is hppa extracted file):
 
 snoopy:~$ nm -D /usr/lib/libpt.so.2.6-beta7 |grep Trigger
 0020d850 T _ZN12PVXMLSession7TriggerEv
 0020d840 T _ZThn1096_N12PVXMLSession7TriggerEv
 snoopy:~$ nm -D libpt.so.2.6.5 |grep Trigger
 001abb74 T _ZN12PVXMLSession7TriggerEv
 001abb6c T _ZThn1152_N12PVXMLSession7TriggerEv
 snoopy:~$

The latter symbol is the symbol of interest.  Would you run the link
command with --trace-symbol=_ZThn1152_N12PVXMLSession7TriggerEv to find
the name of the linked file which references the symbol.

It may be the link order is bad.

Dave
-- 
J. David Anglin  dave.ang...@nrc-cnrc.gc.ca
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)



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



Processed: Re: Bug#574512: monotone: mtn sync fails with 'fatal' error message

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 574512 grave
Bug #574512 [monotone] monotone: mtn sync fails with 'fatal' error message
Severity set to 'grave' from 'important'

 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572021: marked as done (openmpi-checkpoint: orte-checkpoint is not installed by package, ompi-checkpoint is a link to it)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:22:24 +
with message-id e1nskms-0001dp...@ries.debian.org
and subject line Bug#572021: fixed in openmpi 1.4.1-2
has caused the Debian Bug report #572021,
regarding openmpi-checkpoint: orte-checkpoint is not installed by package, 
ompi-checkpoint is a link to it
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.)


-- 
572021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openmpi-checkpoint
Version: 1.4.1-1
Severity: grave
Justification: renders package unusable


/usr/bin/ompi-checkpoint is a symlink to orte-checkpoint, but orte-checkpoint
isn't installed by this package.

Likewise, ompi-restart is a symlink to orte-restart, but orte-restart isn't
installed by this package either.

Those two binaries are essential to OpenMPI checkpointing and their absence
renders the package unusable.

My suggested fix is to add /usr/bin/orte-checkpoint and /usr/bin/orte-restart
to the list of files that are installed by this package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages openmpi-checkpoint depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcr00.8.2-9Libraries to Checkpoint and Restar
ii  libopenmpi1.3 1.4.1-1high performance message passing l
ii  openmpi-bin   1.4.1-1high performance message passing l

openmpi-checkpoint recommends no packages.

openmpi-checkpoint suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: openmpi
Source-Version: 1.4.1-2

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

libopenmpi-dbg_1.4.1-2_amd64.deb
  to main/o/openmpi/libopenmpi-dbg_1.4.1-2_amd64.deb
libopenmpi-dev_1.4.1-2_amd64.deb
  to main/o/openmpi/libopenmpi-dev_1.4.1-2_amd64.deb
libopenmpi1.3_1.4.1-2_amd64.deb
  to main/o/openmpi/libopenmpi1.3_1.4.1-2_amd64.deb
openmpi-bin_1.4.1-2_amd64.deb
  to main/o/openmpi/openmpi-bin_1.4.1-2_amd64.deb
openmpi-checkpoint_1.4.1-2_amd64.deb
  to main/o/openmpi/openmpi-checkpoint_1.4.1-2_amd64.deb
openmpi-common_1.4.1-2_all.deb
  to main/o/openmpi/openmpi-common_1.4.1-2_all.deb
openmpi-doc_1.4.1-2_all.deb
  to main/o/openmpi/openmpi-doc_1.4.1-2_all.deb
openmpi_1.4.1-2.diff.gz
  to main/o/openmpi/openmpi_1.4.1-2.diff.gz
openmpi_1.4.1-2.dsc
  to main/o/openmpi/openmpi_1.4.1-2.dsc



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 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manuel Prinz man...@debian.org (supplier of updated openmpi 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: Thu, 18 Mar 2010 17:57:30 +0100
Source: openmpi
Binary: openmpi-bin libopenmpi-dev libopenmpi1.3 openmpi-common openmpi-doc 
libopenmpi-dbg openmpi-checkpoint
Architecture: source amd64 all
Version: 1.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Open MPI Maintainers 
pkg-openmpi-maintain...@lists.alioth.debian.org
Changed-By: Manuel Prinz man...@debian.org
Description: 
 libopenmpi-dbg - high performance message passing library -- debug library
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1.3 - high performance message passing library -- shared library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-checkpoint - high performance message passing library -- checkpoint 
support
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Closes: 552397 572021 572229
Changes: 
 openmpi (1.4.1-2) unstable; urgency=low
 .
   * Fixed build issues on HURD. Thanks to Pino Toscano for the patch!
 Closes: #552397.
   * Recreate autotools stuff during build. Added autoconf, automake,
 libtool and libltdl-dev to 

Bug#562582: still there

2010-03-18 Thread Holger Levsen
Hey Gregor,

On Donnerstag, 18. März 2010, gregor herrmann wrote:
 Thanks for helping me to think this through :)

Thank you for thinking this through! :-)

 After fighting with piuparts for some time I managed to do an upgrade
 test against a locally built libconfigreader-simple-perl with the
 Replaces:, and it works!
 Cheers,
 gregor, who will upload libconfigreader-simple-perl soon


cheers indeed,
Holger



signature.asc
Description: This is a digitally signed message part.


Bug#553204: marked as done (libconfigreader-simple-perl: conflict with squidtaild)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:32:34 +
with message-id e1nskwi-0002qj...@ries.debian.org
and subject line Bug#562582: fixed in libconfigreader-simple-perl 1.28-2
has caused the Debian Bug report #562582,
regarding libconfigreader-simple-perl: conflict with squidtaild
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.)


-- 
562582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libconfigreader-simple-perl
Version: 1.28-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Selecting previously deselected package libconfigreader-simple-perl.
(Reading database ... 1641205 files and directories currently installed.)
Unpacking libconfigreader-simple-perl (from 
.../libconfigreader-simple-perl_1.28-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libconfigreader-simple-perl_1.28-1_all.deb (--unpack):
 trying to overwrite '/usr/share/perl5/ConfigReader/Simple.pm', which is also 
in package squidtaild 0:2.1a6-5.3


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-grml (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

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

iEYEARECAAYFAkrpv90ACgkQ2/alund99IcLvACgwZN1kcsl66IidcuU1c+PWqjw
ndUAoILfwkb0nAqB3VEQCfRp8+zM6BUj
=bzYT
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: libconfigreader-simple-perl
Source-Version: 1.28-2

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

libconfigreader-simple-perl_1.28-2.diff.gz
  to 
main/libc/libconfigreader-simple-perl/libconfigreader-simple-perl_1.28-2.diff.gz
libconfigreader-simple-perl_1.28-2.dsc
  to 
main/libc/libconfigreader-simple-perl/libconfigreader-simple-perl_1.28-2.dsc
libconfigreader-simple-perl_1.28-2_all.deb
  to 
main/libc/libconfigreader-simple-perl/libconfigreader-simple-perl_1.28-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 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated 
libconfigreader-simple-perl 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: SHA256

Format: 1.8
Date: Thu, 18 Mar 2010 19:14:02 +0100
Source: libconfigreader-simple-perl
Binary: libconfigreader-simple-perl
Architecture: source all
Version: 1.28-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libconfigreader-simple-perl - simple configuration file parser
Closes: 562582
Changes: 
 libconfigreader-simple-perl (1.28-2) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ gregor herrmann ]
   * debian/control: add Conflicts/Replaces: squidtaild ( 0:2.1a6-5.4) to
 make the upgrade possible; thanks to Holger Levsen for the bug report
 (closes: #562582).
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
   * debian/copyright: refresh formatting.
Checksums-Sha1: 
 b3147314d57b24108e455f55c1e260a76a9a6cda 2217 
libconfigreader-simple-perl_1.28-2.dsc
 de2941320fb2b7ed551a60068e19065c72d9ff0b 1658 
libconfigreader-simple-perl_1.28-2.diff.gz
 f8c61371b145d72f397a08a1d3e80fa3a6412b7d 17384 
libconfigreader-simple-perl_1.28-2_all.deb
Checksums-Sha256: 
 a7458091887affc0ffce5bbd52a122ae2d163e2fd324241d7b076cde401dc66f 2217 
libconfigreader-simple-perl_1.28-2.dsc
 acc6e92cccfaabdbf74433fe4d1664fc4c8305e0896595fab56ed14020be9a71 1658 
libconfigreader-simple-perl_1.28-2.diff.gz
 10c3c78f7db34f88348728bdbc65931a424a8aa36388fb956c7fbbb84f82c76f 17384 
libconfigreader-simple-perl_1.28-2_all.deb
Files: 
 5808bbcb5750376010814417a026be8c 2217 perl optional 
libconfigreader-simple-perl_1.28-2.dsc
 

Processed: tagging 555491

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 555491 + squeeze sid
Bug #555491 {Done: Christoph Egger deb...@christoph-egger.org} [ghextris] 
ghextris: fails to start on i386
Added tag(s) sid and squeeze.
 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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573620: marked as done (librmagick-ruby: FTBFS - system(make) failed (RuntimeError))

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:47:31 +
with message-id e1nskkl-0003h0...@ries.debian.org
and subject line Bug#573620: fixed in librmagick-ruby 2.13.0-2
has caused the Debian Bug report #573620,
regarding librmagick-ruby: FTBFS  - system(make) failed (RuntimeError)
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.)


-- 
573620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: librmagick-ruby
Version: 2.13.0-1
Severity: serious

Hi,

Having been binNMUed as part of the imagemagick transition,
librmagick-ruby FTBFS on amd64, i386 and powerpc (all of the
architectures on which it's been tried so far).

From the amd64 build log:

rmpixel.c: In function 'Pixel_from_hsla':
rmpixel.c:534: error: 'MagickLibSubversion' undeclared (first use in this 
function)
rmpixel.c:534: error: (Each undeclared identifier is reported only once
rmpixel.c:534: error: for each function it appears in.)
rmpixel.c:534: warning: left-hand operand of comma expression has no effect
rmpixel.c:534: warning: value computed is not used
rmpixel.c:534: warning: left-hand operand of comma expression has no effect
make[1]: *** [rmpixel.o] Error 1
make[1]: Leaving directory 
`/build/buildd-librmagick-ruby_2.13.0-1+b1-amd64-HTFvJQ/librmagick-ruby-2.13.0/ext/RMagick'
debian-setup.rb:656:in `command': system(make) failed (RuntimeError)
from debian-setup.rb:665:in `make'
from debian-setup.rb:1259:in `setup_dir_ext'
from debian-setup.rb:1533:in `__send__'
from debian-setup.rb:1533:in `traverse'
from debian-setup.rb:1550:in `dive_into'
from debian-setup.rb:1531:in `traverse'
from debian-setup.rb:1535:in `traverse'
from debian-setup.rb:1534:in `each'
from debian-setup.rb:1534:in `traverse'
from debian-setup.rb:1550:in `dive_into'
from debian-setup.rb:1531:in `traverse'
from debian-setup.rb:1525:in `exec_task_traverse'
from debian-setup.rb:1520:in `each'
from debian-setup.rb:1520:in `exec_task_traverse'
from debian-setup.rb:1247:in `exec_setup'
from debian-setup.rb:997:in `exec_setup'
from debian-setup.rb:827:in `__send__'
from debian-setup.rb:827:in `invoke'
from debian-setup.rb:774:in `invoke'
from debian-setup.rb:1579
make: *** [install/librmagick-ruby1.8] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error 
exit status 2

Full build log available from 
https://buildd.debian.org/fetch.cgi?pkg=librmagick-rubyarch=amd64ver=2.13.0-1%2Bb1stamp=1268433144file=logas=raw

Regards,

Adam


---End Message---
---BeginMessage---
Source: librmagick-ruby
Source-Version: 2.13.0-2

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

librmagick-ruby-doc_2.13.0-2_all.deb
  to main/libr/librmagick-ruby/librmagick-ruby-doc_2.13.0-2_all.deb
librmagick-ruby1.8_2.13.0-2_amd64.deb
  to main/libr/librmagick-ruby/librmagick-ruby1.8_2.13.0-2_amd64.deb
librmagick-ruby_2.13.0-2.debian.tar.gz
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-2.debian.tar.gz
librmagick-ruby_2.13.0-2.dsc
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-2.dsc
librmagick-ruby_2.13.0-2_all.deb
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-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 573...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond fourm...@debian.org (supplier of updated librmagick-ruby 
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: Thu, 18 Mar 2010 18:50:52 +0100
Source: librmagick-ruby
Binary: librmagick-ruby librmagick-ruby1.8 librmagick-ruby-doc
Architecture: source all amd64
Version: 2.13.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 librmagick-ruby - ImageMagick API for Ruby
 librmagick-ruby-doc - ImageMagick API for Ruby (documentation)
 librmagick-ruby1.8 - ImageMagick API for Ruby 1.8
Closes: 

Bug#574313: marked as done (librmagick-ruby: FTBFS: rmpixel.c:534: error: 'MagickLibSubversion' undeclared (first use in this function))

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 18:47:31 +
with message-id e1nskkl-0003h6...@ries.debian.org
and subject line Bug#574313: fixed in librmagick-ruby 2.13.0-2
has caused the Debian Bug report #574313,
regarding librmagick-ruby: FTBFS: rmpixel.c:534: error: 'MagickLibSubversion' 
undeclared (first use in this function)
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.)


-- 
574313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: librmagick-ruby
Version: 2.13.0-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 cc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux 
 -I/build/user-librmagick-ruby_2.13.0-1-amd64-z6Nqkm/librmagick-ruby-2.13.0/ext/RMagick
  -DRUBY_EXTCONF_H=\extconf.h\  -I/usr/include/ImageMagick -fPIC -g -O2 -g 
 -Wall -O2 -I/usr/include/ImageMagick -fopenmp  -c rmpixel.c
 rmpixel.c: In function 'Pixel_from_hsla':
 rmpixel.c:534: error: 'MagickLibSubversion' undeclared (first use in this 
 function)
 rmpixel.c:534: error: (Each undeclared identifier is reported only once
 rmpixel.c:534: error: for each function it appears in.)
 rmpixel.c:534: warning: left-hand operand of comma expression has no effect
 rmpixel.c:534: warning: value computed is not used
 rmpixel.c:534: warning: left-hand operand of comma expression has no effect
 make[1]: *** [rmpixel.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/03/16/librmagick-ruby_2.13.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: librmagick-ruby
Source-Version: 2.13.0-2

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

librmagick-ruby-doc_2.13.0-2_all.deb
  to main/libr/librmagick-ruby/librmagick-ruby-doc_2.13.0-2_all.deb
librmagick-ruby1.8_2.13.0-2_amd64.deb
  to main/libr/librmagick-ruby/librmagick-ruby1.8_2.13.0-2_amd64.deb
librmagick-ruby_2.13.0-2.debian.tar.gz
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-2.debian.tar.gz
librmagick-ruby_2.13.0-2.dsc
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-2.dsc
librmagick-ruby_2.13.0-2_all.deb
  to main/libr/librmagick-ruby/librmagick-ruby_2.13.0-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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond fourm...@debian.org (supplier of updated librmagick-ruby 
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: Thu, 18 Mar 2010 18:50:52 +0100
Source: librmagick-ruby
Binary: librmagick-ruby librmagick-ruby1.8 librmagick-ruby-doc
Architecture: source all amd64
Version: 2.13.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 librmagick-ruby - ImageMagick API for Ruby
 librmagick-ruby-doc - ImageMagick API for Ruby (documentation)
 librmagick-ruby1.8 - ImageMagick API for Ruby 1.8
Closes: 573620 574313
Changes: 
 librmagick-ruby (2.13.0-2) unstable; urgency=low
 .
   * Pull debian/patches/fix-missing-MagickLibSubversion.diff from
 upstream's git repository to fix missing symbols in the newer image
 magick libraries (closes: 573620, 574313)
   * Reflect versioned depencencies as a consequence
   * Switch to source format 3.0 (quilt)
 - drop dependency on quilt
   * Now conforming to standards 3.8.4
   * Build-depends on libmagickcore-dev (= 7:6.6.0.4-2~) to avoid the 

Bug#565801: src:firebird2.5: FTBFS on kfreebsd-amd64

2010-03-18 Thread Petr Salinger
Hello.

 Hi Petr,
( I read debian-bsd, so no need to CC me explicitly,)

 Program received signal ?, Unknown signal.
 0x0008019347d7 in __pthread_sigsuspend () from /lib/libpthread.so.0
...
 I posted this to upstream devel list[1] and they responded:
  At the first glance this looks like broken kFreebsd/amd64.

Yes, the failure is in our side, we still have to teach gdb somehow, 
that thread handling is the same as in linuxthreads (pre-NPTL) implementation,
see #550361. Unfortunately it requires deep knowledge of gdb, which no-one 
porter have :-(

 How likely does it seem to you that the problem is in threading stuff 
 on kfreebsd/amd64? 

We have problem in threaded gdb support, but it does not seems
we have general problem with threads. The implementation is the same
on both kfreebsd-i386 and kfreebsd-amd64.

Take a look on my ktrace:

 45835 gbak_static CALL  flock(0xa,LOCK_UN)
 45835 gbak_static RET   flock 0
 45835 gbak_static CALL  close(0xa)

It seems normal - unlock file and close file

 45835 gbak_static CALL  close(0xa)
 45835 gbak_static RET   close -1 errno 9 Bad file descriptor

And this is strange - close again the same file, which have been closed two 
syscalls above ?

Do you have idea about differences between firebird2.1 (builds fine) and 
firebird2.5 (FTBFS) ?

Petr



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



Bug#571110: patch for w3af-console version 1.0~rc2svn3180-1.1

2010-03-18 Thread Luciano Bello
El Jue 18 Mar 2010, Stefano Zacchiroli escribió:
 PS Luciano, this is also an offer for help, if you approve the proposed
    patch, I'd be happy to contribute an NMU of this.

After few tests, I notice that w3af is not working for 2.6 anyway (few deps are 
not for 2.6). So I'm working in a package that use 2.5 exclusively. I will try 
to upload this new version before next Monday.

Thanks a lot for all your help, 

luciano



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



Bug#574516: ltspfs: USB stick did not mount on server

2010-03-18 Thread Petter Reinholdtsen

Package:  ltspfs
Version:  0.6-1
Severity: grave
User: debian-...@lists.debian.org
UserTags: debian-edu

When testing LTSP using Debian Edu based on Squeeze, inserting a USB
stick on the thin client do not result in anything being mounted on
the server, and no popup showed in KDE.

I expected at least the old behavour from lenny, where the stick was
mounted in /media/, but would prefer a popup in KDE as well.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ltspfs depends on:
ii  fuse-utils2.8.1-1.2  Filesystem in USErspace (utilities
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libfuse2  2.8.1-1.2  Filesystem in USErspace library
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  python2.5.4-9An interactive high-level object-o

ltspfs recommends no packages.

ltspfs suggests no packages.

-- no debconf information



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



Processed: tagging as pending bugs that are closed by packages in NEW

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Thu Mar 18 19:03:08 UTC 2010
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: imageshack-uploader
 tags 574345 + pending
Bug #574345 [wnpp] ITP: imageshack-uploader -- a image and video upload utility 
for the  Imageshack hosting service
Added tag(s) pending.
 # Source package in NEW: eclipse
 tags 574271 + pending
Bug #574271 [eclipse] eclipse: doesn't start
Added tag(s) pending.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563786: fails to install due to incorrect dependencies in init.d LSB header

2010-03-18 Thread Petter Reinholdtsen
Hi.  Any progress with this upload/sponsoring?  Would be nice to have
this issue fixed in testing soon. :)

Happy hacking,
-- 
Petter Reinholdtsen



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



Processed (with 1 errors): missing conflicts/replace kmymoney

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 573475 573488
Bug#573475: Tries to overwrite x-kmymoney.xml file at install
Bug#573488: kmymoney2-common and kmymoney-common: error when trying to install 
together
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #573475 has `kmymoney2';
 #573488 has `kmymoney-common,kmymoney2-common'

 tag 573475 + pending
Bug #573475 [kmymoney2] Tries to overwrite x-kmymoney.xml file at install
Added tag(s) pending.
 tag 573488 + pending
Bug #573488 [kmymoney-common,kmymoney2-common] kmymoney2-common and 
kmymoney-common: error when trying to install together
Added tag(s) pending.

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Crashes on opening encryption settings

2010-03-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 563992 570626
Bug#563992: [kmymoney2] Crashes when opening file created by kmymoney 1.0.2
Bug#570626: KMyMoney2: Crashes on opening encryption settings
Forcibly Merged 563992 570626.

 tag 563992 + pending
Bug #563992 [kmymoney2] [kmymoney2] Crashes when opening file created by 
kmymoney 1.0.2
Bug #570626 [kmymoney2] KMyMoney2: Crashes on opening encryption settings
Added tag(s) pending.
Added tag(s) pending.
 tag 570626 + pending
Bug #570626 [kmymoney2] KMyMoney2: Crashes on opening encryption settings
Bug #563992 [kmymoney2] [kmymoney2] Crashes when opening file created by 
kmymoney 1.0.2
Ignoring request to alter tags of bug #570626 to the same tags previously set
Ignoring request to alter tags of bug #563992 to the same tags previously set

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-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563992: [kmymoney2] Crashes when opening file created by kmymoney 1.0.2

2010-03-18 Thread Fathi Boudra
Hi,

 There is a problem in version 3.95 if you are using KDE 4.4. If so,
 you should run the latest SVN, where this was reportedly fixed.

is it fixed in 3.96.1 ? if no, could you let us know which svn
revision fixed the issue ?
The reporter uses KDE 4.3.4.

Cheers,

Fathi



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



Bug#573972: marked as done (pyxplot: Depends on obsolete libmagickcore2-extra)

2010-03-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Mar 2010 19:32:32 +
with message-id e1nslsk-0007fy...@ries.debian.org
and subject line Bug#573972: fixed in pyxplot 0.7.1+1-2
has caused the Debian Bug report #573972,
regarding pyxplot: Depends on obsolete libmagickcore2-extra
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.)


-- 
573972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pyxplot
Version: 0.7.1+1-1
Severity: serious

Hi,

pyxplot explicitly depends on libmagickcore2-extra, which no longer exists
after the recent imagemagick upload to unstable; it's been replaced by
libmagickcore3-extra.

Please check and update your build-dependency.

Regards,

Adam



---End Message---
---BeginMessage---
Source: pyxplot
Source-Version: 0.7.1+1-2

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

pyxplot_0.7.1+1-2.diff.gz
  to main/p/pyxplot/pyxplot_0.7.1+1-2.diff.gz
pyxplot_0.7.1+1-2.dsc
  to main/p/pyxplot/pyxplot_0.7.1+1-2.dsc
pyxplot_0.7.1+1-2_all.deb
  to main/p/pyxplot/pyxplot_0.7.1+1-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 573...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart Prescott stuart+deb...@nanonanonano.net (supplier of updated pyxplot 
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: Wed, 17 Mar 2010 18:55:42 +
Source: pyxplot
Binary: pyxplot
Architecture: source all
Version: 0.7.1+1-2
Distribution: unstable
Urgency: low
Maintainer: Stuart Prescott stuart+deb...@nanonanonano.net
Changed-By: Stuart Prescott stuart+deb...@nanonanonano.net
Description: 
 pyxplot- data plotting program producing publication-quality output
Closes: 573972 574308
Changes: 
 pyxplot (0.7.1+1-2) unstable; urgency=low
 .
   * Change build-dep to use libmagickcore-extra as part of the imagemagick
 transition (Closes: #573972, #574308).
   * Bump standards version to 3.8.4 (no changes required).
Checksums-Sha1: 
 ceb92df0305d91c5f6230e562c44c5dfc2faa852 1271 pyxplot_0.7.1+1-2.dsc
 e082d21911b7d771247fed2b158a18fc23c5beb8 14170 pyxplot_0.7.1+1-2.diff.gz
 54584a4f2044108379a0f17e3184dcb530f37a72 2861404 pyxplot_0.7.1+1-2_all.deb
Checksums-Sha256: 
 920a92daafceb0e8986d7c74c43c0cd35b4417a6fac5d662d5df7869ed39bbc9 1271 
pyxplot_0.7.1+1-2.dsc
 f6aa2f826c418338a186cde0437b24489cc7971e6b59cca940bd78118102ac27 14170 
pyxplot_0.7.1+1-2.diff.gz
 82ff5f8f4bd3119b6b5201321d4d1d54670d6ef1790ef038e592a8680eeec958 2861404 
pyxplot_0.7.1+1-2_all.deb
Files: 
 4f98ba0518a6b0849c170e1c1d489d2f 1271 math optional pyxplot_0.7.1+1-2.dsc
 5164bdb4c79f7a7e534f2f472c41082d 14170 math optional pyxplot_0.7.1+1-2.diff.gz
 d75b9029983edcb5a36d2c144cb3d559 2861404 math optional 
pyxplot_0.7.1+1-2_all.deb

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

iEYEARECAAYFAkuifjEACgkQx/UhwSKygso2ZwCfXCfVzsERDYZs5JKhf5PMLMf/
uE8AoMFXle9OZOo6qSoZS9Uqi4bpCB68
=RgLs
-END PGP SIGNATURE-


---End Message---


  1   2   >