Bug#711003: marked as done (choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword loses precision)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 06:48:08 +
with message-id e1umeqm-0002x5...@franck.debian.org
and subject line Bug#711003: fixed in choreonoid 1.1.0+dfsg-4
has caused the Debian Bug report #711003,
regarding choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword 
loses precision
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.)


-- 
711003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: choreonoid
Version: 1.1.0+dfsg-3
Severity: serious
Justification: fails to build from source

Builds of choreonoid on 64-bit non-x86 architectures such as ia64 have
been failing:

  
/«BUILDDIR»/choreonoid-1.1.0+dfsg/src/Collision/Opcode/OPC_AABBTree.cpp:295:31: 
error: cast from 'Opcode::AABBTreeNode*' to 'udword {aka unsigned int}' loses 
precision [-fpermissive]
  
/«BUILDDIR»/choreonoid-1.1.0+dfsg/src/Collision/Opcode/OPC_AABBTree.cpp:309:18: 
error: cast from 'Opcode::AABBTreeNode*' to 'udword {aka unsigned int}' loses 
precision [-fpermissive]

These errors appear to stem from OPC_AABBTree.h's definition of
EXWORD, which doesn't acknowledge such architectures:

  #ifdef __x86_64
  #define EXWORD uqword
  #else
  #define EXWORD udword
  #endif

Please try substituting uintptr_t, from stdint.h, and check for
other affected code.

Thanks!
---End Message---
---BeginMessage---
Source: choreonoid
Source-Version: 1.1.0+dfsg-4

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

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

Debian distribution maintenance software
pp.
Thomas Moulard thomas.moul...@gmail.com (supplier of updated choreonoid 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 May 2013 17:18:35 +0900
Source: choreonoid
Binary: choreonoid-data choreonoid libcnoid1 libcnoid-dev choreonoid-dbg 
choreonoid-plugins-base choreonoid-doc
Architecture: source all amd64
Version: 1.1.0+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Thomas Moulard thomas.moul...@gmail.com
Changed-By: Thomas Moulard thomas.moul...@gmail.com
Description: 
 choreonoid - Integrated robotics GUI environment
 choreonoid-data - Integrated robotics GUI environment - shared data
 choreonoid-dbg - Choreonoid debugging symbols
 choreonoid-doc - Integrated robotics GUI environment - documentation
 choreonoid-plugins-base - Integrated robotics GUI environment - core plug-ins
 libcnoid-dev - Integrated robotics GUI environment - development files
 libcnoid1  - Integrated robotics GUI environment - shared library
Closes: 708991 711003
Changes: 
 choreonoid (1.1.0+dfsg-4) unstable; urgency=low
 .
   * Add patch to use Boost Filesystem v3 to fix compilation on Ubuntu.
   * Add patch to fix opcode portability issue (Closes: #711003).
   * Update symbols for non-amd64 architectures (Closes: #708991).
   * debian/changelog: Refer to git.debian.org in Vcs-* fields.
Checksums-Sha1: 
 6cf5547fe79a0bece121b3a6971ce476886a56ab 2448 choreonoid_1.1.0+dfsg-4.dsc
 3542452f423b8eb128ef970d8272cbb66160ae29 96353 
choreonoid_1.1.0+dfsg-4.debian.tar.gz
 141a3f52f2029d753cbbc4bd26e1485d4919c650 266930 
choreonoid-data_1.1.0+dfsg-4_all.deb
 97b5f58e22fc0e74bfb5843930b68d0f7efa159c 54886 
choreonoid_1.1.0+dfsg-4_amd64.deb
 4f4a1703575af0c172c97ea07ed506cc70911721 1330630 
libcnoid1_1.1.0+dfsg-4_amd64.deb
 3d3c1d891d0f72e42ea8fa6ccc980a9e17220039 82434 
libcnoid-dev_1.1.0+dfsg-4_amd64.deb
 ece70d366466d1fec67f6080b6f34c0dd405f6cb 35196482 
choreonoid-dbg_1.1.0+dfsg-4_amd64.deb
 1dddfe09abc50882c494e0a0f2231367bbaecfcc 677426 
choreonoid-plugins-base_1.1.0+dfsg-4_amd64.deb
 7e6fdeb6c9a940bc1fa183e04d3b36ca59e40f0c 1005322 
choreonoid-doc_1.1.0+dfsg-4_all.deb
Checksums-Sha256: 
 46efd66ba059b2bcb31309eecd3f10cd54a58e3362ca9eebf6799cc159a63166 2448 
choreonoid_1.1.0+dfsg-4.dsc
 cc6c9b4c11be55d068d01db984f76d4e5ac65f48779b886d5f9cd3a393575cad 96353 
choreonoid_1.1.0+dfsg-4.debian.tar.gz
 3e0a07e28cd2b327593f16d90e5378dfc96a5390d1bed1802b9c1483ac9fafcc 266930 
choreonoid-data_1.1.0+dfsg-4_all.deb
 

Bug#708991: marked as done (choreonoid: FTBFS on non-amd64: symbols not quite as expected)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 06:48:08 +
with message-id e1umeqm-0002wx...@franck.debian.org
and subject line Bug#708991: fixed in choreonoid 1.1.0+dfsg-4
has caused the Debian Bug report #708991,
regarding choreonoid: FTBFS on non-amd64: symbols not quite as expected
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.)


-- 
708991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: choreonoid
Version: 1.1.0+dfsg-1
Severity: serious
Justification: fails to build from source

Builds of choreonoid for architectures other than amd64 and
kfreebsd-amd64 have been failing because libcnoid1.symbols doesn't
quite match the libraries' actual contents, as detailed at
https://buildd.debian.org/status/package.php?p=choreonoidsuite=sid

Could you please account for these architecture-dependent differences?

Thanks!
---End Message---
---BeginMessage---
Source: choreonoid
Source-Version: 1.1.0+dfsg-4

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

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

Debian distribution maintenance software
pp.
Thomas Moulard thomas.moul...@gmail.com (supplier of updated choreonoid 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 May 2013 17:18:35 +0900
Source: choreonoid
Binary: choreonoid-data choreonoid libcnoid1 libcnoid-dev choreonoid-dbg 
choreonoid-plugins-base choreonoid-doc
Architecture: source all amd64
Version: 1.1.0+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Thomas Moulard thomas.moul...@gmail.com
Changed-By: Thomas Moulard thomas.moul...@gmail.com
Description: 
 choreonoid - Integrated robotics GUI environment
 choreonoid-data - Integrated robotics GUI environment - shared data
 choreonoid-dbg - Choreonoid debugging symbols
 choreonoid-doc - Integrated robotics GUI environment - documentation
 choreonoid-plugins-base - Integrated robotics GUI environment - core plug-ins
 libcnoid-dev - Integrated robotics GUI environment - development files
 libcnoid1  - Integrated robotics GUI environment - shared library
Closes: 708991 711003
Changes: 
 choreonoid (1.1.0+dfsg-4) unstable; urgency=low
 .
   * Add patch to use Boost Filesystem v3 to fix compilation on Ubuntu.
   * Add patch to fix opcode portability issue (Closes: #711003).
   * Update symbols for non-amd64 architectures (Closes: #708991).
   * debian/changelog: Refer to git.debian.org in Vcs-* fields.
Checksums-Sha1: 
 6cf5547fe79a0bece121b3a6971ce476886a56ab 2448 choreonoid_1.1.0+dfsg-4.dsc
 3542452f423b8eb128ef970d8272cbb66160ae29 96353 
choreonoid_1.1.0+dfsg-4.debian.tar.gz
 141a3f52f2029d753cbbc4bd26e1485d4919c650 266930 
choreonoid-data_1.1.0+dfsg-4_all.deb
 97b5f58e22fc0e74bfb5843930b68d0f7efa159c 54886 
choreonoid_1.1.0+dfsg-4_amd64.deb
 4f4a1703575af0c172c97ea07ed506cc70911721 1330630 
libcnoid1_1.1.0+dfsg-4_amd64.deb
 3d3c1d891d0f72e42ea8fa6ccc980a9e17220039 82434 
libcnoid-dev_1.1.0+dfsg-4_amd64.deb
 ece70d366466d1fec67f6080b6f34c0dd405f6cb 35196482 
choreonoid-dbg_1.1.0+dfsg-4_amd64.deb
 1dddfe09abc50882c494e0a0f2231367bbaecfcc 677426 
choreonoid-plugins-base_1.1.0+dfsg-4_amd64.deb
 7e6fdeb6c9a940bc1fa183e04d3b36ca59e40f0c 1005322 
choreonoid-doc_1.1.0+dfsg-4_all.deb
Checksums-Sha256: 
 46efd66ba059b2bcb31309eecd3f10cd54a58e3362ca9eebf6799cc159a63166 2448 
choreonoid_1.1.0+dfsg-4.dsc
 cc6c9b4c11be55d068d01db984f76d4e5ac65f48779b886d5f9cd3a393575cad 96353 
choreonoid_1.1.0+dfsg-4.debian.tar.gz
 3e0a07e28cd2b327593f16d90e5378dfc96a5390d1bed1802b9c1483ac9fafcc 266930 
choreonoid-data_1.1.0+dfsg-4_all.deb
 ca27da933904edb4564900a5a44a147ec8992c8f03ffa26c6c6b4504f9855e78 54886 
choreonoid_1.1.0+dfsg-4_amd64.deb
 327f8a8f0d7f68ff5f832e52b6191fb74648ad900327701b945642ac8828b2bd 1330630 
libcnoid1_1.1.0+dfsg-4_amd64.deb
 cdaacbf2d7022c3fe67a7927aa19a4a30787c5cf1ddcf0626d79a2f7e1da9aa9 82434 
libcnoid-dev_1.1.0+dfsg-4_amd64.deb
 454516419068258083d96ca21a4aa06335d22c06f4d10f638452d11b254fb976 35196482 
choreonoid-dbg_1.1.0+dfsg-4_amd64.deb
 

Bug#711928: marked as done (python3-guestfs: Does not include all package dependencies)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 07:03:31 +
with message-id e1umf5f-000862...@franck.debian.org
and subject line Bug#711928: fixed in libguestfs 1:1.20.8-2
has caused the Debian Bug report #711928,
regarding python3-guestfs: Does not include all package 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.)


-- 
711928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python3-guestfs
Version: 1.20.8-1
Severity: serious
Tags: patch
Justification: Policy 3.5

Due to an error in debian/rules, python3-guestfs doesn't actually have any
python3 dependency.  Please see the attached patch.
diff -Nru libguestfs-1.20.8/debian/changelog libguestfs-1.20.8/debian/changelog
--- libguestfs-1.20.8/debian/changelog	2013-06-03 14:01:46.0 -0400
+++ libguestfs-1.20.8/debian/changelog	2013-06-11 02:11:28.0 -0400
@@ -1,3 +1,9 @@
+libguestfs (1:1.20.8-1.1) UNRELEASED; urgency=low
+
+  * Fix dh_python3 call to generate correct dependencies for python3-guestfs
+
+ -- Scott Kitterman sc...@kitterman.com  Tue, 11 Jun 2013 02:09:49 -0400
+
 libguestfs (1:1.20.8-1) unstable; urgency=high
 
   * New upstream version.
diff -Nru libguestfs-1.20.8/debian/rules libguestfs-1.20.8/debian/rules
--- libguestfs-1.20.8/debian/rules	2013-06-03 13:49:16.0 -0400
+++ libguestfs-1.20.8/debian/rules	2013-06-11 02:10:57.0 -0400
@@ -149,7 +149,7 @@
 # Workaround for python3-defaults  3.2~b2-1
 # (do not rename .so files outside dist-packages directory)
 override_dh_python3:
-	dh_python3 -p python-guestfs
+	dh_python3 -p python3-guestfs
 override_dh_python2:
 	dh_python2 -p python-guestfs -V 2.6-
 
---End Message---
---BeginMessage---
Source: libguestfs
Source-Version: 1:1.20.8-2

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

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

Debian distribution maintenance software
pp.
Hilko Bengen ben...@debian.org (supplier of updated libguestfs 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 00:05:39 +0200
Source: libguestfs
Binary: guestfish guestfsd libguestfs-dev libguestfs0 guestmount 
libguestfs-tools libguestfs0-dbg python-guestfs python3-guestfs libguestfs-perl 
libguestfs-ocaml libguestfs-ocaml-dev erlang-guestfs libguestfs-java 
ruby-guestfs libguestfs-gobject-1.0-0 libguestfs-gobject-dev gir1.2-guestfs-1.0 
lua-guestfs
Architecture: source amd64
Version: 1:1.20.8-2
Distribution: unstable
Urgency: high
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 erlang-guestfs - guest disk image management system - Erlang bindings
 gir1.2-guestfs-1.0 - guest disk image management system - GObject 
introspection files
 guestfish  - guest disk image management system - file system shell
 guestfsd   - Daemon to access to guest virtual machine through virtio serial
 guestmount - guest disk image management system - FUSE mount utility
 libguestfs-dev - guest disk image management system - development headers
 libguestfs-gobject-1.0-0 - guest disk image management system - GObject 
bindings
 libguestfs-gobject-dev - guest disk image management system - GObject 
development headers
 libguestfs-java - guest disk image management system - Java bindings
 libguestfs-ocaml - guest disk image management system - OCaml bindings
 libguestfs-ocaml-dev - guest disk image management system - OCaml development 
files
 libguestfs-perl - guest disk image management system - Perl bindings
 libguestfs-tools - guest disk image management system - tools
 libguestfs0 - guest disk image management system - shared library
 libguestfs0-dbg - guest disk image management system - debug symbols
 lua-guestfs - guest disk image management system - Lua bindings
 python-guestfs - guest disk image management system - Python bindings
 python3-guestfs - guest disk image management system - Python 3 bindings
 ruby-guestfs - guest disk image management system - Ruby bindings
Closes: 711928
Changes: 
 libguestfs (1:1.20.8-2) unstable; 

Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Schrober
On Wednesday 30 May 2012 09:40:56 you wrote:
 twied tw...@gmx.net (30/05/2012):
  Dear Maintainer,
  package weston (0.85.0-1) is currently uninstallable due to a depend
  (=0.85.0-1) on libwayland0. This depend should read (=0.85.0-2) or (=
  0.85.0-1).
  
  The package also fails to build from source, some libpng12 vs.
  libpng15 issues. See
  https://buildd.debian.org/status/package.php?p=westonsuite=experimental
 
 Yep,
 
 thanks for the heads-up on IRC by the way. Since binNMUs dramatically
 failed due to yet another libpng mess, I'm pondering just uploading
 weston to unstable instead, but I'd have to see which toy apps to enable
 and how. That might take some days as it's low priority on my todo list.

The weston situation in Debian is extreme frustrating. Neither the version in 
sid is installable/buildable but also the version in git FTBFS.

  GEN  screenshooter-protocol.c
make[3]: *** No rule to make target `text-cursor-position-server-protocol.h', 
needed by `all'.  Stop.
make[3]: Leaving directory `/tmp/buildd/weston-1.0.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/weston-1.0.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/weston-1.0.5'
dh_auto_build: make -j1 returned exit code 2

I've just imported weston 1.1.1 using

git-import-orig --upstream-branch=upstream-unstable --debian-branch=debian-
unstable ../weston_1.1.1.orig.tar.gz

But now the libunwind-dev in Debian is missing the .pc file. And cairo is 
missing the -egl stuff again


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



Processed: block

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 675138 by 711854
Bug #675138 [weston] weston: not installable, fails to build from source
675138 was not blocked by any bugs.
675138 was not blocking any bugs.
Added blocking bug(s) of 675138: 711854
 block 675138 by 712022
Bug #675138 [weston] weston: not installable, fails to build from source
675138 was blocked by: 711854
675138 was not blocking any bugs.
Added blocking bug(s) of 675138: 712022
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Cyril Brulebois
Schrober franzschro...@yahoo.de (12/06/2013):
  thanks for the heads-up on IRC by the way. Since binNMUs dramatically
  failed due to yet another libpng mess, I'm pondering just uploading
  weston to unstable instead, but I'd have to see which toy apps to enable
  and how. That might take some days as it's low priority on my todo list.
 
 The weston situation in Debian is extreme frustrating. […]

JFTR, a bunch of iterations were needed to get all of libdrm, wayland,
and mesa to build in experimental. weston will come after those.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#705682: Fix ready

2013-06-12 Thread Vasudev Kamath
On Tue, Jun 11, 2013 at 6:22 PM, Axel Beckert a...@debian.org wrote:
 You may have noticed that I filed an RFP for editorconfig-el. I may
 package that myself, but I'm not yet sure, so I started with an RFP.

 I actually stumbled over this bug (#705682) because I stumbled over
 upstream's .editorconfig in one of my packages. I then wondered if
 there's support for Emacs, which resulted in my editorconfig-el RFP.
 Then I looked what's already there and then I found #705682 because
 editorconfig was only available on amd64 so far and I wanted to play
 with it on i386...

Ah nice.. I was trying to put the plugin into MELPA or ELPA so I can
use it in my emacs configuration and forked the original repo on
github yesterday :-)


 I though suspect tat I'll mostly will be a user of the plugin for
 Emacs and not for the command-line tools, so if I join in any
 editorconfig packaging it'll likely be the editorconfig-el package.

Thanks because I wanted to try out the emacs plugin for long time.


--

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


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



Processed: jessie

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 711584 + sid jessie
Bug #711584 [libjavascriptcoregtk-3.0-0] gnome-control-center: *** Error in 
`gnome-control-center': free(): invalid pointer: 0x7f6e3619c000 ***
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Schrober
On Wednesday 12 June 2013 10:44:10 Cyril Brulebois wrote:
 Schrober franzschro...@yahoo.de (12/06/2013):
   thanks for the heads-up on IRC by the way. Since binNMUs dramatically
   failed due to yet another libpng mess, I'm pondering just uploading
   weston to unstable instead, but I'd have to see which toy apps to enable
   and how. That might take some days as it's low priority on my todo list.
  
  The weston situation in Debian is extreme frustrating. […]
 
 JFTR, a bunch of iterations were needed to get all of libdrm, wayland,
 and mesa to build in experimental. weston will come after those.

Just before a misunderstanding happens here: I didn't criticise the people 
behind all the stuff. I am extreme happy that there are some encouraged people 
which try to get this stuff working.

It is just the situation that currently each step taken by me ended with my 
toe stubbed on another edge. It all started with me trying to fix some 
programs which don't work as expected under wayland and I still aren't at the 
point were I could reproduce the problem because I failed miserably to get the 
test environment to work at all.
-- 
Franz Schrober


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



Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Emilio Pozuelo Monfort
On 12/06/13 10:58, Schrober wrote:
 On Wednesday 12 June 2013 10:44:10 Cyril Brulebois wrote:
 Schrober franzschro...@yahoo.de (12/06/2013):
 thanks for the heads-up on IRC by the way. Since binNMUs dramatically
 failed due to yet another libpng mess, I'm pondering just uploading
 weston to unstable instead, but I'd have to see which toy apps to enable
 and how. That might take some days as it's low priority on my todo list.

 The weston situation in Debian is extreme frustrating. […]

 JFTR, a bunch of iterations were needed to get all of libdrm, wayland,
 and mesa to build in experimental. weston will come after those.
 
 Just before a misunderstanding happens here: I didn't criticise the people 
 behind all the stuff. I am extreme happy that there are some encouraged 
 people 
 which try to get this stuff working.
 
 It is just the situation that currently each step taken by me ended with my 
 toe stubbed on another edge. It all started with me trying to fix some 
 programs which don't work as expected under wayland and I still aren't at the 
 point were I could reproduce the problem because I failed miserably to get 
 the 
 test environment to work at all.

I had weston and all the stack (libdrm, mesa, wayland, cairo, pixman, gtk+,
clutter...) built from git and working fairly well (I have a script in case
you're interested). Now that things in Debian are up to date except for weston,
you can probably build just weston though. libunwind is missing the .pcs in the
Debian packages indeed (I reported that bug) but you can --disable-unwind in
weston (I think a patch to autodetect if libunwind is present has been just
committed to git). As for cairo, it was disabled temporarily because of
multi-arch. I'll look at enabling it back again later today.

As for weston in Debian, I'm too busy lately but I want to get it updated. But
let's get cairo fixed first, then we can take care of weston.

Cheers,
Emilio


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



Bug#711791: (no subject)

2013-06-12 Thread Florian Apolloner
Hi Mike,

you might wanna try upgrading again to 2.02.98-3 -- this fixed it for me.

Cheers,
Florian



signature.asc
Description: OpenPGP digital signature


Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Schrober
On Wednesday 12 June 2013 11:22:09 Emilio Pozuelo Monfort wrote:
[...]
 I had weston and all the stack (libdrm, mesa, wayland, cairo, pixman, gtk+,
 clutter...) built from git and working fairly well (I have a script in case
 you're interested).

Yes, I would be extreme interested in the build script. Thanks for your work
-- 
Franz Schrober


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



Bug#675138: weston: not installable, fails to build from source

2013-06-12 Thread Emilio Pozuelo Monfort
On 12/06/13 11:33, Schrober wrote:
 On Wednesday 12 June 2013 11:22:09 Emilio Pozuelo Monfort wrote:
 [...]
 I had weston and all the stack (libdrm, mesa, wayland, cairo, pixman, gtk+,
 clutter...) built from git and working fairly well (I have a script in case
 you're interested).
 
 Yes, I would be extreme interested in the build script. Thanks for your work
 

Sure, attached. It's highly based on the wayland build instructions. It's pretty
simple, it will just update the repos and build the whole stack. It doesn't
clone the git repos (I didn't add that as I already had the repos cloned by the
time I wrote it). You can probably skip (i.e. comment) some modules now that
they are up to date in Debian, but it doesn't hurt to build them either. The
flags may need some tweaking, I haven't ran the script for quite a while.

You can find other similar scripts (probably more complete) if you look around
or ask in #wayland. E.g. there's one in
http://www.chaosreigns.com/code/buildtest/. Feel free to use whichever you want.

Cheers,
Emilio


update-wayland-stack.sh
Description: application/shellscript


Processed: untag

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 711163 - sid jessie
Bug #711163 [srtp] srtp: CVE-2013-2139
Removed tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#710650: xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or director

2013-06-12 Thread Michael Tokarev
08.06.2013 12:01, Mike McClurg wrote:
 Thanks, I'll take a look at this.

I know right to nothing about this whole xen/ocaml thing.

I attempted to rebuild it locally, and found out that
it is actually _xen_ bits which are wrong, apparently:

$ strings /usr/lib/ocaml/xenlight/xenlight.cmxa
-Wl,-rpath-link=/home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xl/../../../../tools/blktap2/control
-Wl,-rpath-link=/home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xl/../../../../tools/xenstore
-Wl,-rpath-link=/home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xl/../../../../tools/libxc
/home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xl/../../../../tools/libxl/libxenlight.so

(which comes from libxen-ocaml-dev).  Apparently when
building xen, runtime paths weren't recorded properly.

i386 port (32bit) also has the same issue:

$ strings /usr/lib/ocaml/xenlight/xenlight.cmxa
-Wl,-rpath-link=/build/buildd-xen_4.2.1-2-i386-yflrOB/xen-4.2.1/debian/build/build-utils_i386/tools/ocaml/libs/xl/../../../../tools/blktap2/control
-Wl,-rpath-link=/build/buildd-xen_4.2.1-2-i386-yflrOB/xen-4.2.1/debian/build/build-utils_i386/tools/ocaml/libs/xl/../../../../tools/xenstore
-Wl,-rpath-link=/build/buildd-xen_4.2.1-2-i386-yflrOB/xen-4.2.1/debian/build/build-utils_i386/tools/ocaml/libs/xl/../../../../tools/libxc
/build/buildd-xen_4.2.1-2-i386-yflrOB/xen-4.2.1/debian/build/build-utils_i386/tools/ocaml/libs/xl/../../../../tools/libxl/libxenlight.so

(both are of version 4.2.1-2).

Note also that xen-api FTBFS with xen 4.2 due to another reason,
as shown on buildd page at:
 https://buildd.debian.org/status/package.php?p=xen-api
It looks like it needs some (minimal) forward-porting to the
more recent xen API, namely xc_domain_restore():

 xenguest_stubs.c:552:10: warning: passing argument 8 of 'xc_domain_restore' 
makes pointer from integer without a cast [enabled by default]
 In file included from xenguest_stubs.c:23:0:
 /usr/include/xenguest.h:119:5: note: expected 'long unsigned int *' but 
argument is of type 'int'
 xenguest_stubs.c:552:10: error: too few arguments to function 
'xc_domain_restore'
 In file included from xenguest_stubs.c:23:0:
 /usr/include/xenguest.h:119:5: note: declared here

Thanks!

/mjt


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



Bug#711107: gtk+3.0: FTBFS on ia64 and mips

2013-06-12 Thread Emilio Pozuelo Monfort
tags 711107 + help
thanks

Hi,

On 04/06/13 20:45, Adam D. Barratt wrote:
 Source: gtk+3.0
 Version: 3.8.2-1
 Severity: serious
 Tags: jessie sid
 
 Hi,
 
 gtk+3.0 FTBFS on ia64 and mips with test errors. From the ia64 build
 log:
 
 TEST: children... (pid=30825)
 process 30825: D-Bus library appears to be incorrectly set up; failed to read 
 machine uuid: Failed to open /etc/machine-id: No such file or directory
 See the manual page for dbus-uuidgen to correct this issue.
   /scrolledwindow/child-count: OK
   /child/add-remove/GtkScrolledWindow: OK
   /child/add-remove/GtkBox:OK
   /child/add-remove/GtkPaned:  OK
   /child/add-remove/GtkGrid:   OK
   /child/add-remove/GtkEventBox:   OK
   /child/add-remove/GtkWindow: OK
   /child/add-remove/GtkAssistant:  OK
   /child/add-remove/GtkFrame:  OK
   /child/add-remove/GtkExpander:   OK
   /child/add-remove/GtkTable:  OK
   /child/add-remove/GtkTextView:   OK
   /child/add-remove/GtkTreeView:   OK
   /child/add-remove/GtkNotebook:   OK
 **
 ERROR:/build/buildd-gtk+3.0_3.8.2-1-ia64-B1rOQa/gtk+3.0-3.8.2/./tests/a11y/children.c:201:test_add_remove:
  assertion failed: (parent_data[j].parent == NULL)
   /child/add-remove/GtkEntry:  FAIL
 GTester: last random seed: R02Sae645f89bea2b5a42d0ff294fe8decbd
 (pid=30845)
 process 30845: D-Bus library appears to be incorrectly set up; failed to read 
 machine uuid: Failed to open /etc/machine-id: No such file or directory
 See the manual page for dbus-uuidgen to correct this issue.
 FAIL: children

I built gtk+3.0 in a mips and an ia64 porterboxes and reproduced the failures
(note they are different failures, the one above is for ia64). I had a look at
the source and couldn't find anything obviously wrong. Those tests pass on every
other architecture. Note that the tests run under Xvfb (see the Makefile). I
could reproduce the tests by running make check or by running xvfb-run
./children (or the mips failing test). I wanted to make sure this wasn't a
problem with xvfb by running this with a real display, but apparently X
forwarding is disabled on the buildds.

Help here is appreciated. I would suggest to first try these tests in a real
display to rule out Xvfb issues.

Thanks,
Emilio


-- 
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#711107: gtk+3.0: FTBFS on ia64 and mips

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 711107 + help
Bug #711107 [src:gtk+3.0] gtk+3.0: FTBFS on ia64 and mips
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#712038: Missing copyright information

2013-06-12 Thread Mathieu Malaterre
Package: orthanc
Version: 0.4.0-1
Severity: serious
File: orthanc
Tags: upstream

Neither d/copyright nor upstream COPYING seems to inform that source contains 
code lifted from another project:

$ grep BSD OrthancServer/FromDcmtkBridge.cpp
 * Mathieu Malaterre (under a BSD license).


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



Bug#710611: marked as done (calligra: FTBFS: wpimport.cc:39:30: fatal error: libwpd/WPXStream.h: No such file or directory)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 14:31:55 +0200
with message-id 201306121431.55789.david.sephi...@gmail.com
and subject line Re: Bug#710611: calligra: FTBFS: wpimport.cc:39:30: fatal 
error: libwpd/WPXStream.h: No such file or directory
has caused the Debian Bug report #710611,
regarding calligra: FTBFS: wpimport.cc:39:30: fatal error: libwpd/WPXStream.h: 
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.)


-- 
710611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: calligra
Version: 1:2.4.4-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130529 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[3]: Entering directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
 /usr/bin/cmake -E cmake_progress_report 
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 
 [ 94%] Building CXX object 
 filters/words/wordperfect/import/CMakeFiles/wpimport.dir/wpimport_automoc.o
 cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/filters/words/wordperfect/import  
 /usr/bin/c++   -DCAN_USE_MARBLE -DCAN_USE_QTWEBKIT -DDISABLE_NEPOMUK_LEGACY 
 -DHAVE_SETMARBLEWIDGET -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=22 
 -DKDE_DEPRECATED_WARNINGS -DMAKE_WPIMPORT_LIB -DQT3_SUPPORT 
 -DQT3_SUPPORT_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DSHOULD_BUILD_RDF 
 -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
 -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
 -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
 -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
 -Werror=return-type -fvisibility-inlines-hidden -fexceptions 
 -UQT_NO_EXCEPTIONS -DNDEBUG -DQT_NO_DEBUG -fPIC 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/filters/words/wordperfect/import 
 -I/«PKGBUILDDIR»/filters/words/wordperfect/import -I/«PKGBUILDDIR» 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR»/interfaces 
 -I/«PKGBUILDDIR»/filters/words/libexport -I/«PKGBUILDDIR»/libs/kotext 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/libs/kotext 
 -I/«PKGBUILDDIR»/libs/kotext/changetracker 
 -I/«PKGBUILDDIR»/libs/kotext/styles -I/«PKGBUILDDIR»/libs/kotext/opendocument 
 -I/«PKGBUILDDIR»/libs/flake -I/«PKGBUILDDIR»/libs/odf 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/libs/odf -I/«PKGBUILDDIR»/libs/koplugin 
 -I/«PKGBUILDDIR»/libs/pigment -I/«PKGBUILDDIR»/libs/pigment/compositeops 
 -I/«PKGBUILDDIR»/libs/pigment/resources -I/«PKGBUILDDIR»/libs/kundo2 
 -I/«PKGBUILDDIR»/libs/flake/commands -I/«PKGBUILDDIR»/libs/flake/tools 
 -I/«PKGBUILDDIR»/libs/flake/svg 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/libs/flake -I/«PKGBUILDDIR»/libs/main 
 -I/«PKGBUILDDIR»/libs/textlayout -I/«PKGBUILDDIR»/libs/widgets 
 -I/«PKGBUILDDIR»/libs/main/rdf -I/«PKGBUILDDIR»/libs/main/config 
 -I/usr/include/KDE -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
 -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
 -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
 -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
 -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
 -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork 
 -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner 
 -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus 
 -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
 -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include/marble 
 -I/usr/include/libwpd-0.9-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o 
 CMakeFiles/wpimport.dir/wpimport_automoc.o -c 
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/filters/words/wordperfect/import/wpimport_automoc.cpp
 /usr/bin/cmake -E cmake_progress_report 
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 
 [ 94%] Building CXX object 
 filters/words/wordperfect/import/CMakeFiles/wpimport.dir/wpimport.o
 cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/filters/words/wordperfect/import  
 /usr/bin/c++   -DCAN_USE_MARBLE -DCAN_USE_QTWEBKIT -DDISABLE_NEPOMUK_LEGACY 
 -DHAVE_SETMARBLEWIDGET -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=22 
 -DKDE_DEPRECATED_WARNINGS -DMAKE_WPIMPORT_LIB -DQT3_SUPPORT 
 -DQT3_SUPPORT_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DSHOULD_BUILD_RDF 
 -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat 

Processed: bts

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 submitter 341228 Daniel Baumann m...@daniel-baumann.ch
Bug #341228 [mazeofgalious] mazeofgalious: patent infringement
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 'Daniel 
Baumann dan...@debian.org'
 submitter 363822 Daniel Baumann m...@daniel-baumann.ch
Bug #363822 [icedove] mozilla-thunderbird: Thunderbird uses wrong preference 
directory
Bug #363811 [icedove] mozilla-thunderbird: Naming inconsitencies for program 
and profile directory
Bug #440876 [icedove] icedove: please rename ~/.mozilla-thunderbird to 
~/.mozilla/thunderbird
Bug #572282 [icedove] please use correct dotfile location
Bug #580988 [icedove] move ~/.icedove to ~/.mozilla/thunderbird
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 'Daniel 
Baumann dan...@debian.org'
 submitter 374643 Daniel Baumann m...@daniel-baumann.ch
Bug #374643 [wnpp] O: htdig -- web search and indexing system
Bug #375733 [wnpp] O: htdig -- web search and indexing system
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 'Daniel 
Baumann dan...@debian.org'
 submitter 475114 Daniel Baumann m...@daniel-baumann.ch
Bug #475114 [cloop-src] cloop-src: Please rename to cloop-source
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 483880 Daniel Baumann m...@daniel-baumann.ch
Bug #483880 [mr] mr: partial checkout
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 494763 Daniel Baumann m...@daniel-baumann.ch
Bug #494763 [lft] lft: New upstream (3.1)
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 497471 Daniel Baumann m...@daniel-baumann.ch
Bug #497471 [cdimage.debian.org] sarge images have syslinux binaries without 
source
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 507706 Daniel Baumann m...@daniel-baumann.ch
Bug #507706 [cdimage.debian.org] Missing sources for d-i components/kernel of 
etch-n-half images
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 513296 Daniel Baumann m...@daniel-baumann.ch
Bug #513296 [debian-science] debian-science: Please add science-all meta-package
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 54 Daniel Baumann m...@daniel-baumann.ch
Bug #54 [markdown] ikiwki: Crops links after certain length
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 537180 Daniel Baumann m...@daniel-baumann.ch
Bug #537180 [console-data] console-data: Please rename sg to ch for consistency
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 537656 Daniel Baumann m...@daniel-baumann.ch
Bug #537656 [di-netboot-assistant] Please update tftp server root directory
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 540583 Daniel Baumann m...@daniel-baumann.ch
Bug #540583 [wnpp] ITA: apachetop -- Realtime Apache monitoring tool
Bug #541377 [wnpp] ITA: apachetop -- Realtime Apache monitoring tool
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 540591 Daniel Baumann m...@daniel-baumann.ch
Bug #540591 [wnpp] O: sweep -- Audio editor and live playback tool
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 540593 Daniel Baumann m...@daniel-baumann.ch
Bug #540593 [wnpp] O: xenwatch -- Virtualization utilities, mostly for Xen
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 541210 Daniel Baumann m...@daniel-baumann.ch
Bug #541210 [devscripts] [debchange] Please allow adding new entries to the 
beginning of the changelog
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 543847 Daniel Baumann m...@daniel-baumann.ch
Bug #543847 [wnpp] O: libcdaudio -- library for CDDA playback control
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 'Daniel 
Baumann dan...@debian.org'
 submitter 543880 Daniel Baumann m...@daniel-baumann.ch
Bug #543880 [wnpp] O: pyneighborhood -- PyGTK2 SAMBA browser
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 543925 Daniel Baumann m...@daniel-baumann.ch
Bug #543925 [wnpp] O: opencryptoki -- PKCS#11 implementation for Linux (daemon)
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 'Daniel 
Baumann dan...@debian.org'
 submitter 544600 Daniel Baumann m...@daniel-baumann.ch
Bug #544600 [kde-l10n] iceweasel-l10n should use same l10n package names as 
kde-l10n
Changed Bug submitter to 'Daniel Baumann m...@daniel-baumann.ch' from 
'dan...@debian.org'
 submitter 544603 Daniel 

Bug#710920: [Pkg-kde-extras] Bug#710920: Bug#710920: amarok: GREPME MySQLe query failed! (2000) on init

2013-06-12 Thread Modestas Vainius

Hello,

2013.06.11 11:38, Olivier Aubert rašė:

Should this bug really be marked as fixed? This renders it quite
difficult to find through the standard Debian BTS. I had the issue, and
my first reflex is to check the BTS - I did not find any info about it
so I turned to google, which luckily gave me the #710920 reference.

It is marked as a duplicate of #710877, which is displayed by the BTS
but with a less specific subject, so it is harder to pinpoint. Could
there be a possibility of enhancing the visibility of #710920 at least
as long as the faulty package is still in testing?


amarok 2.7.1 has just migrated to testing so the problem is no longer 
relevant. I do agree, however, that BTS quite hides bugs which are only 
relavant to testing but it is as it is.



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



Bug#712049: lvm2 - udev monitor sync stuff is still racey

2013-06-12 Thread Bastian Blank
Package: lvm2
Version: 2.02.98-3
Severity: serious

The udev sync stuff is still racey.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 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 lvm2 depends on:
ii  dmsetup   2:1.02.74-7
ii  initscripts   2.88dsf-41
ii  libc6 2.17-3
ii  libdevmapper-event1.02.1  2:1.02.74-7
ii  libdevmapper1.02.12:1.02.74-7
ii  libreadline5  5.2+dfsg-2
ii  libudev0  175-7.2
ii  lsb-base  4.1+Debian11

lvm2 recommends no packages.

lvm2 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#711107: gtk+3.0: FTBFS on ia64 and mips

2013-06-12 Thread Patrick Baggett
Hi Emilio,

I have an ia64 box with local graphics adapter and working X server. Pardon
the newbie question -- do I use apt-get to pull the source and then build
it using make test or some other procedure?

Patrick


On Wed, Jun 12, 2013 at 6:45 AM, Emilio Pozuelo Monfort po...@debian.orgwrote:

 tags 711107 + help
 thanks

 Hi,

 On 04/06/13 20:45, Adam D. Barratt wrote:
  Source: gtk+3.0
  Version: 3.8.2-1
  Severity: serious
  Tags: jessie sid
 
  Hi,
 
  gtk+3.0 FTBFS on ia64 and mips with test errors. From the ia64 build
  log:
 
  TEST: children... (pid=30825)
  process 30825: D-Bus library appears to be incorrectly set up; failed to
 read machine uuid: Failed to open /etc/machine-id: No such file or
 directory
  See the manual page for dbus-uuidgen to correct this issue.
/scrolledwindow/child-count: OK
/child/add-remove/GtkScrolledWindow: OK
/child/add-remove/GtkBox:OK
/child/add-remove/GtkPaned:  OK
/child/add-remove/GtkGrid:   OK
/child/add-remove/GtkEventBox:   OK
/child/add-remove/GtkWindow: OK
/child/add-remove/GtkAssistant:  OK
/child/add-remove/GtkFrame:  OK
/child/add-remove/GtkExpander:   OK
/child/add-remove/GtkTable:  OK
/child/add-remove/GtkTextView:   OK
/child/add-remove/GtkTreeView:   OK
/child/add-remove/GtkNotebook:   OK
  **
 
 ERROR:/build/buildd-gtk+3.0_3.8.2-1-ia64-B1rOQa/gtk+3.0-3.8.2/./tests/a11y/children.c:201:test_add_remove:
 assertion failed: (parent_data[j].parent == NULL)
/child/add-remove/GtkEntry:
  FAIL
  GTester: last random seed: R02Sae645f89bea2b5a42d0ff294fe8decbd
  (pid=30845)
  process 30845: D-Bus library appears to be incorrectly set up; failed to
 read machine uuid: Failed to open /etc/machine-id: No such file or
 directory
  See the manual page for dbus-uuidgen to correct this issue.
  FAIL: children

 I built gtk+3.0 in a mips and an ia64 porterboxes and reproduced the
 failures
 (note they are different failures, the one above is for ia64). I had a
 look at
 the source and couldn't find anything obviously wrong. Those tests pass on
 every
 other architecture. Note that the tests run under Xvfb (see the Makefile).
 I
 could reproduce the tests by running make check or by running xvfb-run
 ./children (or the mips failing test). I wanted to make sure this wasn't a
 problem with xvfb by running this with a real display, but apparently X
 forwarding is disabled on the buildds.

 Help here is appreciated. I would suggest to first try these tests in a
 real
 display to rule out Xvfb issues.

 Thanks,
 Emilio


 --
 To UNSUBSCRIBE, email to debian-ia64-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/51b85f4b.90...@debian.org




Bug#711107: gtk+3.0: FTBFS on ia64 and mips

2013-06-12 Thread Emilio Pozuelo Monfort
On 12/06/13 16:48, Patrick Baggett wrote:
 Hi Emilio,
 
 I have an ia64 box with local graphics adapter and working X server. Pardon
 the newbie question -- do I use apt-get to pull the source and then build
 it using make test or some other procedure?

That's great! Something like this should work:

apt-get update
apt-get source gtk+3.0
apt-get build-dep gtk+3.0
cd gtk+3.0-3.8.2
dpkg-buildpackage -us -uc

At some point the build will fail (when running the tests). Then do:

cd debian/build/shared/tests/a11y

./children

And see if the test passes. And

xvfb-run ./children

And see if it fails.

Thanks!
Emilio


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



Bug#710646: marked as done (listaller: FTBFS: runapp.c:26:36: fatal error: listaller-glib/manager.h: No such file or directory)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 15:19:20 +
with message-id e1ummpu-ir...@franck.debian.org
and subject line Bug#710646: fixed in listaller 0.5.5-3
has caused the Debian Bug report #710646,
regarding listaller: FTBFS: runapp.c:26:36: fatal error: 
listaller-glib/manager.h: 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.)


-- 
710646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: listaller
Version: 0.5.5-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130529 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[3]: Entering directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
 /usr/bin/cmake -E cmake_progress_report 
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 78
 [ 29%] Building C object tools/runapp/CMakeFiles/runapp.dir/runapp.c.o
 cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/tools/runapp  /usr/bin/cc  
 -DCMAKE_INSTALL_LIBDIR= -DCMAKE_INSTALL_PREFIX=\\/usr\\ 
 -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -g 
 -I/«PKGBUILDDIR»/tools/runapp -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gee-1.0 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu 
 -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src--include config.h -o 
 CMakeFiles/runapp.dir/runapp.c.o   -c 
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/tools/runapp/runapp.c
 /«PKGBUILDDIR»/obj-x86_64-linux-gnu/tools/runapp/runapp.c:26:36: fatal error: 
 listaller-glib/manager.h: No such file or directory
 compilation terminated.
 make[3]: *** [tools/runapp/CMakeFiles/runapp.dir/runapp.c.o] Error 1

The full build log is available from:
   http://deiv.vzpla.net/logs/2013/05/29/listaller_0.5.5-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: listaller
Source-Version: 0.5.5-3

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

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

Debian distribution maintenance software
pp.
Matthias Klumpp m...@debian.org (supplier of updated listaller 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 16:28:52 +0200
Source: listaller
Binary: listaller liblistaller-glib0 liblistaller-glib-dev listaller-devtools 
listaller-libuild
Architecture: source amd64
Version: 0.5.5-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klumpp matth...@tenstral.net
Changed-By: Matthias Klumpp m...@debian.org
Description: 
 liblistaller-glib-dev - 3rd-party application installer (development files)
 liblistaller-glib0 - 3rd-party application installer (shared library)
 listaller  - 3rd-party application installer
 listaller-devtools - 3rd-party application installer packaging tools
 listaller-libuild - Listaller libuild facilities
Closes: 710646
Changes: 
 listaller (0.5.5-3) unstable; urgency=low
 .
   * Fix FTBFS with recent Vala versions (Closes: #710646)
   * Compile against newer libarchive
Checksums-Sha1: 
 0ce42d5fd14988c61fd23e844c8a0784b77ca3c8 2410 listaller_0.5.5-3.dsc
 cf24465e4f93a215bedf5b9c31f4cdedbae5f90d 11291 listaller_0.5.5-3.debian.tar.gz
 8cf5b5916bb41b2e416eb2cb8db821ec8594199e 62838 listaller_0.5.5-3_amd64.deb
 4ae2e137313edee20f07be0c4c1b1df32738ba4d 157106 
liblistaller-glib0_0.5.5-3_amd64.deb
 23f76d8ec10847f085ba712a49e496180c65e676 11878 
liblistaller-glib-dev_0.5.5-3_amd64.deb
 c60f509189e0ce67f07ecf44d9ce7dc81bb552c7 208270 
listaller-devtools_0.5.5-3_amd64.deb
 b5215b13755bc6db4bcbe559600615d8b7ab8c18 54668 
listaller-libuild_0.5.5-3_amd64.deb
Checksums-Sha256: 

Processed: alsa-lib now FTBFS in vanilla pbuilder chroot

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 709900 - unreproducible
Bug #709900 [src:alsa-lib] alsa-lib: FTBFS with binutils 2.23.2 from 
experimental: Undefined reference to symbol 'sin'
Removed tag(s) unreproducible.
 severity 709900 serious
Bug #709900 [src:alsa-lib] alsa-lib: FTBFS with binutils 2.23.2 from 
experimental: Undefined reference to symbol 'sin'
Severity set to 'serious' from 'minor'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
709900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: esound now FTBFS in a vanilla pbuilder chroot

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 711536 serious
Bug #711536 [src:esound] esound: FTBFS with binutils from experimental
Severity set to 'serious' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#707522: marked as done (twitter-bootstrap: FTBFS: make[2]: node: Command not found)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 16:33:21 +
with message-id e1umnz7-0008sn...@franck.debian.org
and subject line Bug#707522: fixed in twitter-bootstrap 2.0.2+dfsg-3
has caused the Debian Bug report #707522,
regarding twitter-bootstrap: FTBFS: make[2]: node: 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.)


-- 
707522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: twitter-bootstrap
Version: 2.0.2+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 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[2]: Entering directory `/«BUILDDIR»/twitter-bootstrap-2.0.2+dfsg'
 rm -rf bootstrap
 mkdir -p bootstrap/img
 mkdir -p bootstrap/css
 mkdir -p bootstrap/js
 cp img/* bootstrap/img/
 lessc ./less/bootstrap.less  bootstrap/css/bootstrap.css
 lessc --compress ./less/bootstrap.less  bootstrap/css/bootstrap.min.css
 lessc ./less/responsive.less  bootstrap/css/bootstrap-responsive.css
 lessc --compress ./less/responsive.less  
 bootstrap/css/bootstrap-responsive.min.css
 cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js 
 js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js 
 js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js 
 js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js  
 bootstrap/js/bootstrap.js
 uglifyjs -nc bootstrap/js/bootstrap.js  bootstrap/js/bootstrap.min.tmp.js
 echo /**\n* Bootstrap.js by @fat  @mdo\n* Copyright 2012 Twitter, Inc.\n* 
 http://www.apache.org/licenses/LICENSE-2.0.txt\n*/;  
 bootstrap/js/copyright.js
 cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js  
 bootstrap/js/bootstrap.min.js
 rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
 rm -f docs/assets/bootstrap.zip
 zip -r docs/assets/bootstrap.zip bootstrap
   adding: bootstrap/ (stored 0%)
   adding: bootstrap/js/ (stored 0%)
   adding: bootstrap/js/bootstrap.min.js (deflated 74%)
   adding: bootstrap/js/bootstrap.js (deflated 82%)
   adding: bootstrap/css/ (stored 0%)
   adding: bootstrap/css/bootstrap-responsive.min.css (deflated 77%)
   adding: bootstrap/css/bootstrap-responsive.css (deflated 80%)
   adding: bootstrap/css/bootstrap.min.css (deflated 84%)
   adding: bootstrap/css/bootstrap.css (deflated 85%)
   adding: bootstrap/img/ (stored 0%)
   adding: bootstrap/img/glyphicons-halflings.png (deflated 4%)
   adding: bootstrap/img/glyphicons-halflings-white.png (deflated 4%)
 lessc ./less/bootstrap.less  ./docs/assets/css/bootstrap.css
 lessc ./less/responsive.less  ./docs/assets/css/bootstrap-responsive.css
 node docs/build
 make[2]: node: Command not found
 make[2]: *** [docs] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2013/05/09/twitter-bootstrap_2.0.2+dfsg-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: twitter-bootstrap
Source-Version: 2.0.2+dfsg-3

We believe that the bug you reported is fixed in the latest version of
twitter-bootstrap, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Markus Koschany a...@gambaru.de (supplier of updated twitter-bootstrap 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Jun 2013 23:09:56 +0200
Source: twitter-bootstrap
Binary: libjs-twitter-bootstrap libjs-twitter-bootstrap-docs
Architecture: source all
Version: 2.0.2+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description: 
 

Bug#701359: marked as done (slurm-llnl: ftbfs with GCC-4.8)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 17:00:17 +
with message-id e1umopb-0006l3...@franck.debian.org
and subject line Bug#701359: fixed in slurm-llnl 2.5.7-1
has caused the Debian Bug report #701359,
regarding slurm-llnl: ftbfs with GCC-4.8
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.)


-- 
701359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701359
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:slurm-llnl
Version: 2.3.4-2
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  jobacct_common.c:141:33: error: dereferencing pointer to incomplete type

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/slurm-llnl_2.3.4-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT uid.lo -MD -MP -MF 
.deps/uid.Tpo -c uid.c  -fPIC -DPIC -o .libs/uid.o
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT uid.lo -MD -MP -MF 
.deps/uid.Tpo -c uid.c -o uid.o /dev/null 21
mv -f .deps/uid.Tpo .deps/uid.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../..  
-DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ -D_FORTIFY_SOURCE=2  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -pthread -fno-gcse -MT util-net.lo -MD -MP -MF .deps/util-net.Tpo -c -o 
util-net.lo util-net.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT util-net.lo -MD -MP -MF 
.deps/util-net.Tpo -c util-net.c  -fPIC -DPIC -o .libs/util-net.o
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT util-net.lo -MD -MP -MF 
.deps/util-net.Tpo -c util-net.c -o util-net.o /dev/null 21
mv -f .deps/util-net.Tpo .deps/util-net.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../..  
-DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ -D_FORTIFY_SOURCE=2  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -pthread -fno-gcse -MT slurm_auth.lo -MD -MP -MF .deps/slurm_auth.Tpo -c 
-o slurm_auth.lo slurm_auth.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT slurm_auth.lo -MD -MP -MF 
.deps/slurm_auth.Tpo -c slurm_auth.c  -fPIC -DPIC -o .libs/slurm_auth.o
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. 
-I../../slurm -I../.. -DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -pthread -fno-gcse -MT slurm_auth.lo -MD -MP -MF 
.deps/slurm_auth.Tpo -c slurm_auth.c -o slurm_auth.o /dev/null 21
mv -f .deps/slurm_auth.Tpo .deps/slurm_auth.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I../.. -I../../slurm -I../..  
-DGRES_CONFIG_FILE=\/etc/slurm-llnl/gres.conf\ -D_FORTIFY_SOURCE=2  -g -O2 

Bug#711591: [pkg-horde] Bug#711591: php-horde: fails to install: post-installation script returned error exit status 1

2013-06-12 Thread Mathieu Parent
2013/6/8 Andreas Beckmann a...@debian.org:
 Package: php-horde
 Version: 5.1.0+debian0-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts

 Hi,

Hello,
 during a test with piuparts I noticed your package failed to install.
Thanks for your report

 As
 per definition of the release team this makes the package too buggy for
 a release, thus the severity.

I couldn't reproduce the error. It seems that there were some previous errors:

 From the attached log (scroll to the bottom...):

   Unpacking php-horde (from .../php-horde_5.1.0+debian0-1_all.deb) ...
   Setting up php-horde (5.1.0+debian0-1) ...
   dpkg: error processing php-horde (--configure):
subprocess installed post-installation script returned error exit status 1
   Errors were encountered while processing:
php-horde


 cheers,

 Andreas

 ___
 pkg-horde-hackers mailing list
 pkg-horde-hack...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-horde-hackers



--
Mathieu


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



Bug#712073: libvirt-bin: uninstallable on kfreebsd due to hard-coded libnetcf1 dependency

2013-06-12 Thread Adam D. Barratt
Package: libvirt-bin
Version: 1.0.5-3
Severity: serious

Hi,

libvirt-bin is uninstallable on kfreebsd-*, as the libnetcf1 package
does not exist on those architectures.

Regards,

Adam


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



Processed: Re: [pkg-horde] Bug#711591: php-horde: fails to install: post-installation script returned error exit status 1

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 711591 + unreproducible + moreinfo
Bug #711591 [php-horde] php-horde: fails to install: post-installation script 
returned error exit status 1
Added tag(s) unreproducible.
Bug #711591 [php-horde] php-horde: fails to install: post-installation script 
returned error exit status 1
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#711591: [pkg-horde] Bug#711591: php-horde: fails to install: post-installation script returned error exit status 1

2013-06-12 Thread Mathieu Parent
tag 711591 + unreproducible + moreinfo
thanks

(message sent too fast)

2013/6/12 Mathieu Parent math.par...@gmail.com:
 2013/6/8 Andreas Beckmann a...@debian.org:
 Package: php-horde
 Version: 5.1.0+debian0-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts

 Hi,

 Hello,
 during a test with piuparts I noticed your package failed to install.
 Thanks for your report

 As
 per definition of the release team this makes the package too buggy for
 a release, thus the severity.

 I couldn't reproduce the error. It seems that there were some previous errors:

  Selecting previously unselected package piuparts-depends-dummy.
  (Reading database ... 6631 files and directories currently installed.)
  Unpacking piuparts-depends-dummy (from tmp/piuparts-depends-dummy.deb) ...
  dpkg: dependency problems prevent configuration of piuparts-depends-dummy:
   piuparts-depends-dummy depends on php5-cli (= 5.3.0); however:
Package php5-cli is not installed.
   piuparts-depends-dummy depends on php-pear (= 1.7.0); however:
Package php-pear is not installed.
   piuparts-depends-dummy depends on php-horde-alarm (= 2.0.0); however:
Package php-horde-alarm is not installed.
   piuparts-depends-dummy depends on php-horde-alarm ( 3.0.0~alpha1); however:
Package php-horde-alarm is not installed.
   piuparts-depends-dummy depends on php-horde-argv (= 2.0.0); however:
Package php-horde-argv is not installed.
   piuparts-depends-dummy depends on php-horde-argv ( 3.0.0~alpha1); however:
Package php-horde-argv is not installed.
   piuparts-depends-dummy depends on php-horde-auth (= 2.0.0); however:
Package php-horde-auth is not installed.
   piuparts-depends-dummy depends on php-horde-auth ( 3.0.0~alpha1); however:
Package php-horde-auth is not installed.
   piuparts-depends-dummy depends on php-ho
  dpkg: error processing piuparts-depends-dummy (--install):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   piuparts-depends-dummy

 From the attached log (scroll to the bottom...):

   Unpacking php-horde (from .../php-horde_5.1.0+debian0-1_all.deb) ...
   Setting up php-horde (5.1.0+debian0-1) ...
   dpkg: error processing php-horde (--configure):
subprocess installed post-installation script returned error exit status 1
   Errors were encountered while processing:
php-horde

Can you provide more info how to reproduce it?

--
Mathieu


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



Bug#695900: marked as done (php-horde-wicked: not installable in sid, depends on old php-horde)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 19:03:01 +
with message-id e1umqjx-00062u...@franck.debian.org
and subject line Bug#695900: fixed in php-horde-wicked 2.0.0~beta1-1
has caused the Debian Bug report #695900,
regarding php-horde-wicked: not installable in sid, depends on old php-horde
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.)


-- 
695900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: php-horde-wicked
Version: 1.0.2-2
Severity: serious
User: trei...@debian.org
Usertags: edos-outdated

Hi,

php-horde-wicked depends on an old version of php-horde:

Depends: ..., php-horde (= 4.0.0), php-horde ( 5.0.0~alpha1), ...

However, php-horde in sid is at 5.0.2+debian0-2. This makes this package
not installable in sid.

Cheers -Ralf.
---End Message---
---BeginMessage---
Source: php-horde-wicked
Source-Version: 2.0.0~beta1-1

We believe that the bug you reported is fixed in the latest version of
php-horde-wicked, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Mathieu Parent sath...@debian.org (supplier of updated php-horde-wicked 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 20:51:13 +0200
Source: php-horde-wicked
Binary: php-horde-wicked
Architecture: source all
Version: 2.0.0~beta1-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-wicked - ${phppear:summary}
Closes: 695900
Changes: 
 php-horde-wicked (2.0.0~beta1-1) unstable; urgency=low
 .
   * New upstream version 2.0.0~beta1
   * H5 version (Closes: #695900)
Checksums-Sha1: 
 4ad3efea7f39175751f72b424b2280b0b345cc55 1446 
php-horde-wicked_2.0.0~beta1-1.dsc
 07c8e995be5983f7c9c41b2a5ea5f6bce8825eda 552043 
php-horde-wicked_2.0.0~beta1.orig.tar.gz
 34c434928ecb2aad709337caddf40114f42fb89e 2251 
php-horde-wicked_2.0.0~beta1-1.debian.tar.gz
 10ebb9b337956650cdfb2791d9ac6a4bd0ea4ea4 593036 
php-horde-wicked_2.0.0~beta1-1_all.deb
Checksums-Sha256: 
 dce425209d68d86e2814afdf65f924c85b715834481ad84b99da2078925af1f8 1446 
php-horde-wicked_2.0.0~beta1-1.dsc
 000d8f2b1538cab0777a0c27216661fd01a2a183abefc2eee350b7c9d562f342 552043 
php-horde-wicked_2.0.0~beta1.orig.tar.gz
 621e0d46c1b20aa33ac9f2eece4a09b221d556812f5a9ab75498a0cb6ffdc31e 2251 
php-horde-wicked_2.0.0~beta1-1.debian.tar.gz
 2f0a91e60b6cf42cb2245d56dea3650bb7b87c3b08b9bf8a351b81ddec277d9c 593036 
php-horde-wicked_2.0.0~beta1-1_all.deb
Files: 
 e763f9d83256b1cf39eeb8c7acbe70dd 1446 php extra 
php-horde-wicked_2.0.0~beta1-1.dsc
 f672dd26c8538cd937d8577256339dcb 552043 php extra 
php-horde-wicked_2.0.0~beta1.orig.tar.gz
 031d752b396d702f0e7b05ff6f80e29d 2251 php extra 
php-horde-wicked_2.0.0~beta1-1.debian.tar.gz
 38c641ca8e3bb690f9d91fd08aa5e8c1 593036 php extra 
php-horde-wicked_2.0.0~beta1-1_all.deb

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

iEYEARECAAYFAlG4w1MACgkQOW2jYf5fHX/kVQCeJOx63BH7W0oMvwNMJxCB+VkU
uaoAoJCWJ8G0fZEPxOl65Qa/++cwR0AR
=C/7Z
-END PGP SIGNATUREEnd Message---


Bug#711536: marked as done (esound: FTBFS with binutils from experimental)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 19:33:09 +
with message-id e1umqn7-0005dj...@franck.debian.org
and subject line Bug#711536: fixed in esound 0.2.41-11
has caused the Debian Bug report #711536,
regarding esound: FTBFS with binutils from experimental
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.)


-- 
711536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: esound
Version: 0.2.41-10
Severity: important

From my pbuilder build log, using a chroot with binutils upgraded to version
2.23.52.20130522-1 (as well as experimental versions of make, gcc-defaults,
etc.):

...
/bin/bash ./libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall   -Wall  
-Wl,-z,relro -o esd esd.o clients.o filter.o mix.o players.o proto.o samples.o  
-lwrap libesd.la -laudiofile   -lasound  -laudiofile  
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -Wall -Wl,-z -Wl,relro -o .libs/esd esd.o 
clients.o filter.o mix.o players.o proto.o samples.o  -lwrap ./.libs/libesd.so 
-lasound -laudiofile 
/usr/bin/ld: esd.o: undefined reference to symbol 'sinf@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command 
line
collect2: error: ld returned 1 exit status
make[3]: *** [esd] Error 1
make[3]: Leaving directory `/tmp/buildd/esound-0.2.41'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/esound-0.2.41'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/esound-0.2.41'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler
---End Message---
---BeginMessage---
Source: esound
Source-Version: 0.2.41-11

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

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

Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort po...@debian.org (supplier of updated esound 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 21:17:42 +0200
Source: esound
Binary: esound-common libesd0 libesd0-dev
Architecture: source all amd64
Version: 0.2.41-11
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 esound-common - Enlightened Sound Daemon - Common files
 libesd0- Enlightened Sound Daemon - Shared libraries
 libesd0-dev - Enlightened Sound Daemon - Development files
Closes: 711536
Changes: 
 esound (0.2.41-11) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Remove incorrect m-a: same stanza for libesd0-dev.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/05_libm.patch:
 + New patch stolen from Fedora; fix build with new binutils
   by explicitly linking to libm. Closes: #711536.
   * debian/control.in,
 debian/rules:
 + Add dh-autoreconf magic.
   * debian/patches/03_hurd.patch:
 + Stop patching configure now that we run autoreconf.
   * debian/control.in:
 + Bump debhelper build dependency as we're using compat 9.
 + Bump Standards-Version to 3.9.4, no changes needed.
Checksums-Sha1: 
 dab7e3e560ae48cb5cf0730c9a6f38d863385d04 1500 esound_0.2.41-11.dsc
 b13c173243d534989c2dbeed35653c2caea7e575 14821 esound_0.2.41-11.debian.tar.gz
 84b25d6f1606eadc1b4e7f4677a2c912c5e5c7ab 45358 esound-common_0.2.41-11_all.deb
 1bc1ec88fc7da4e63f55cb8b05d6a74a8d5d3953 16964 libesd0_0.2.41-11_amd64.deb
 f360360d42fb67e3d49830abfa733ef08e8255f4 24574 libesd0-dev_0.2.41-11_amd64.deb
Checksums-Sha256: 
 6273dad92411096cf45c886a5a8d64cae1468943929538bf08956619afee2d25 1500 
esound_0.2.41-11.dsc
 ee58996030afd56592a0b0a75120cbc6bfc97e11db56a365b90ca53c4928c529 14821 
esound_0.2.41-11.debian.tar.gz
 62bc8808cef0d01fe5cf3b4a1d9283a37200b75a1843434c4fee14d9bc58cfcc 45358 
esound-common_0.2.41-11_all.deb
 152d531f7781108427073f8ad54819c82fec574dd819182af3d8c02bfeb269aa 16964 
libesd0_0.2.41-11_amd64.deb
 

Bug#711221: heimdal: FTBFS: texinfo errors

2013-06-12 Thread Daniel Schepler
On Thursday, June 06, 2013 09:02:04 AM Brian May wrote:


I think both these files are fixed upstream:


https://github.com/heimdal/heimdal/commit/1846c7a35d1091d3b6140c56b
efd7fee0a91dcbb[1]

https://github.com/heimdal/heimdal/commit/0e0351776a48a69ec704085e
554a0653d8179452[2]



However I haven't uploaded a fixed version in Debian because I still can't 
get hx509.texi to build under sid.

Here's a patch with which I'm able to build the package.
-- 
Daniel Schepler




[1] 
https://github.com/heimdal/heimdal/commit/1846c7a35d1091d3b6140c56b
efd7fee0a91dcbb
[2] 
https://github.com/heimdal/heimdal/commit/0e0351776a48a69ec704085e
554a0653d8179452
diff -urN heimdal-1.6~git20120403+dfsg1.old/doc/hx509.texi heimdal-1.6~git20120403+dfsg1/doc/hx509.texi
--- heimdal-1.6~git20120403+dfsg1.old/doc/hx509.texi	2012-05-03 15:39:09.0 +
+++ heimdal-1.6~git20120403+dfsg1/doc/hx509.texi	2013-06-12 19:23:31.342744883 +
@@ -34,9 +34,20 @@
 @subtitle 2008
 @author Love Hörnquist Åstrand
 
+@iftex
 @def@copynext{@vskip 20pt plus 1fil}
 @def@copyrightstart{}
 @def@copyrightend{}
+@end iftex
+@ifinfo
+@macro copynext
+@end macro
+@macro copyrightstart
+@end macro
+@macro copyrightend
+@end macro
+@end ifinfo
+
 @page
 @copyrightstart
 Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
@@ -183,6 +194,13 @@
 * CMS signing and encryption::
 * Certificate matching::
 * Software PKCS 11 module::
+* Creating a CA certificate::
+* Issuing certificates::
+* Issuing CRLs::
+* Application requirements::
+* CMS background::
+* Matching syntax::
+* How to use the PKCS11 module::
 
 @detailmenu
  --- The Detailed Node Listing ---
diff -urN heimdal-1.6~git20120403+dfsg1.old/doc/whatis.texi heimdal-1.6~git20120403+dfsg1/doc/whatis.texi
--- heimdal-1.6~git20120403+dfsg1.old/doc/whatis.texi	2012-05-03 15:39:10.0 +
+++ heimdal-1.6~git20120403+dfsg1/doc/whatis.texi	2013-06-12 19:12:32.130262662 +
@@ -35,10 +35,10 @@
 @end macro
 @end ifinfo
 
-@tex
+@iftex
 @def@xsub#1{$_{#1}$}
 @global@let@sub=@xsub
-@end tex
+@end iftex
 
 @ifhtml
 @macro sub{arg}


Processed: tagging 706644

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 706644 + pending
Bug #706644 [tpp] untrusted input file might be harmful
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
706644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: pytools update

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 707310 + pending
Bug #707310 [src:pytools] pytools: FTBFS: python3.3: not found
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
707310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#706644: untrusted input file might be harmful

2013-06-12 Thread Axel Beckert
Hi,

it's too late for Wheezy, but I still have to object:

John Paul Adrian Glaubitz wrote on 02-May-2013:
 The package has been orphaned in Debian since 2007

Wrong. At the time you wrote this mail it was orphaned for mere 10
days. See http://bugs.debian.org/706041 -- only the last upload was
from 2007.

 and abandoned by upstream at the same time since the upstream
 developer and Debian maintainer are the same person.

Wrong, too. There are two upstream developers and only one abandoned
the project. The last upstream commit was just 13 days before you
wrote this mail. See https://github.com/akrennmair/tpp/commit/050b5712

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Processed: Now serious

2013-06-12 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 serious
Bug #707201 [libvirt-bin] Unable to initialize /machine cgroup: Invalid argument
Severity set to 'serious' from 'important'

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


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



Bug#711926: pyopencl: FTBFS during binNMU

2013-06-12 Thread Tomasz Rybak
I assume binNMU was part of the Python3.3 transition, unrelated to
Boost 1.53 transition?

Does it mean that I do not need to add python3.3 to Build-dependencies?
I've added it to all my packages (pytools - #707310, pycuda, pyopencl)
but have not yet uploaded anything.

Dnia 2013-06-11, wto o godzinie 00:11 -0400, Scott Kitterman pisze:
 Package: pyopencl
 Version: 2012.1-1
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
[ cut ]
dh_sphinxdoc -a
 dh_sphinxdoc: Sphinx documentation not found
 make: *** [binary-arch] Error 2
 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
 status 2

PyOpenCL needs binary module (pyopencl) to be present when building
Sphinx documentation because it imports some OpenCL constants into
documentation. I've added make -C docs (with PYTHONPATH pointing
to newly-build module) to override_dh_auto_build to deal with it.
As it seems to be a problem now, is there a better way to do it?

-- 
Tomasz Rybak  GPG/PGP key ID: 2AD5 9860
Fingerprint A481 824E 7DD3 9C0E C40A  488E C654 FB33 2AD5 9860
http://member.acm.org/~tomaszrybak



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


Bug#711926: pyopencl: FTBFS during binNMU

2013-06-12 Thread Scott Kitterman
On Wednesday, June 12, 2013 10:56:42 PM Tomasz Rybak wrote:
 I assume binNMU was part of the Python3.3 transition, unrelated to
 Boost 1.53 transition?

Yes.

 Does it mean that I do not need to add python3.3 to Build-dependencies?
 I've added it to all my packages (pytools - #707310, pycuda, pyopencl)
 but have not yet uploaded anything.

For pyopencl you already build-dep on python3-all-dev, which will pull in 
python3.3 packages.  No need to change anything for that.

 Dnia 2013-06-11, wto o godzinie 00:11 -0400, Scott Kitterman pisze:
  Package: pyopencl
  Version: 2012.1-1
  Severity: serious
  Justification: fails to build from source (but built successfully in the
  past)
 [ cut ]
 
 dh_sphinxdoc -a
  
  dh_sphinxdoc: Sphinx documentation not found
  make: *** [binary-arch] Error 2
  dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error
  exit status 2
 PyOpenCL needs binary module (pyopencl) to be present when building
 Sphinx documentation because it imports some OpenCL constants into
 documentation. I've added make -C docs (with PYTHONPATH pointing
 to newly-build module) to override_dh_auto_build to deal with it.
 As it seems to be a problem now, is there a better way to do it?

This error was in debian/rules binary-arch.  You should only be trying to 
build the docs in debian/rules binary-indep.  I think that is the solution you 
should be after, but I don't have specific advice since I've not had to do that 
with the dh short form rules, just the older debhelper long form rules where 
everything is explicit.

Scott K

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


Bug#676703: marked as done (Uses deprecated HAL)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 21:19:27 +
with message-id e1umsrz-0006pc...@franck.debian.org
and subject line Bug#676703: fixed in pcsc-cyberjack 3.99.5final.sp03-2
has caused the Debian Bug report #676703,
regarding Uses deprecated HAL
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.)


-- 
676703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pcsc-cyberjack
Version: 3.99.5final.sp03-1
Severity: important
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

HAL has been deprecated and declared dead upstream so we want to
get rid of it in Debian [1].

pcsc-cyberjack has a build dependency on libhal-dev.
Please consider porting pcsc-cyberjack to newer interfaces like upower,
udisks or libudev or disabling HAL support, so this (build) dependency
can be dropped.

Regards,
Michael

[1] http://wiki.debian.org/HALRemoval



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

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


---End Message---
---BeginMessage---
Source: pcsc-cyberjack
Source-Version: 3.99.5final.sp03-2

We believe that the bug you reported is fixed in the latest version of
pcsc-cyberjack, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Reinhard Tartler siret...@tauware.de (supplier of updated pcsc-cyberjack 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 19:32:06 +0200
Source: pcsc-cyberjack
Binary: libifd-cyberjack6 fxcyberjack
Architecture: source i386
Version: 3.99.5final.sp03-2
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler siret...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 fxcyberjack - Graphical diagnostics and maintenance tool for Reiner SCT Cyberja
 libifd-cyberjack6 - REINER SCT cyberJack USB chipcard reader user space driver
Closes: 676703
Changes: 
 pcsc-cyberjack (3.99.5final.sp03-2) unstable; urgency=low
 .
   [ Frank Neuber ]
   * Add support for CyberJack Go
 .
   [ Reinhard Tartler ]
   * Drop hal dependency (Closes: #676703)
   * version number of next upload
   * Revert upstream changes taken from the upstream repository. They will
 be included on the next proper upstream release.
Checksums-Sha1: 
 da55046a0ae891b8e56bac5a8c04f5487d743de3 1556 
pcsc-cyberjack_3.99.5final.sp03-2.dsc
 fc4a6ebdbd8ee6e28ec417e89548563c8b30039a 1485952 
pcsc-cyberjack_3.99.5final.sp03.orig.tar.gz
 6458418e72b90132f069ec29d9e84a1f1a684edc 6104 
pcsc-cyberjack_3.99.5final.sp03-2.debian.tar.gz
 085f19a74e331256ed22c0be6172516f9f7d829b 287266 
libifd-cyberjack6_3.99.5final.sp03-2_i386.deb
 42de2b4ad8a8c43b40ec4166a78c8c3f2b0d0788 130618 
fxcyberjack_3.99.5final.sp03-2_i386.deb
Checksums-Sha256: 
 5efef2559cfd9b4ab43699512d8f2fd09dd5da70e924aded029c2ff22c0e2021 1556 
pcsc-cyberjack_3.99.5final.sp03-2.dsc
 fa5324d8a270d50aec20345cb57362f684ddadd3a50dbd0773ee13d2d87bc0a9 1485952 
pcsc-cyberjack_3.99.5final.sp03.orig.tar.gz
 4b8aa82171d8116d5565501aa3a2e81b8be21d0502870f04e73b4f672efeefc4 6104 
pcsc-cyberjack_3.99.5final.sp03-2.debian.tar.gz
 e376865158202e4dde07881c5fd34f5b58f5df8ecc9e22d62ccde084747c20ca 287266 
libifd-cyberjack6_3.99.5final.sp03-2_i386.deb
 41dac0802d44ba7b5f86dd0057e156e3e40307e86f8afc78a9a58ee3af934f32 130618 
fxcyberjack_3.99.5final.sp03-2_i386.deb
Files: 
 5e7717c1e876c9939d4fd1efea2518a5 1556 misc optional 
pcsc-cyberjack_3.99.5final.sp03-2.dsc
 fdbd506ed755d20e16ae7fdb6c2fe9bf 1485952 misc optional 
pcsc-cyberjack_3.99.5final.sp03.orig.tar.gz
 f10e361ac3754bb9969778a85e1ebde5 6104 misc optional 
pcsc-cyberjack_3.99.5final.sp03-2.debian.tar.gz
 121a39a524303d2d68852c7bf8ee53f2 287266 misc optional 
libifd-cyberjack6_3.99.5final.sp03-2_i386.deb
 ec569d8541d5d3afc2b9ebcfc217d998 130618 misc optional 
fxcyberjack_3.99.5final.sp03-2_i386.deb

-BEGIN PGP 

Bug#701244: marked as done (aspectc++: ftbfs with GCC-4.8)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 21:18:56 +
with message-id e1umsru-0006d0...@franck.debian.org
and subject line Bug#701244: fixed in libquicktime 2:1.2.4-4
has caused the Debian Bug report #701244,
regarding aspectc++: ftbfs with GCC-4.8
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.)


-- 
701244: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701244
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:aspectc++
Version: 1:1.1+svn20120529-2
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  cstdlib:179: error: invalid declaration near token `abs'

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/aspectc++_1.1+svn20120529-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
 ^
lemon.c:2111:17: note: 'ps.firstrule' was declared here
   struct pstate ps;
 ^
Generating ac++ config file...
Generating parser from cpp/PreExprParser.lem...
Generating parser from cpp/PreParser.lem...

Copying sources not to weave...
---
Weaving aspects into PrePrintVisitor.cc...
Weaving aspects into PreFileIncluder.cc...
Weaving PUMA for TARGET=linux-release
  Weaver = 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/AspectC++/bin/linux-release/ac++
  -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CCExprResolveCC.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CCExprResolveH.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CExprResolveCC.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CExprResolveH.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/SyntaxState.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/SyntaxBuilder.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/LookAhead.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CBuilderExtension.ah
 -a /b
 
uild/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CLookAhead.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CSemBinding.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CCBuilderExtension.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CCLookAhead.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/CCSemBinding.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinIfExists.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinImportHandler.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinMacros.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinAsm.ah
 -a /buil
 
d/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinDeclSpecs.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinMemberExplSpec.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinTypeKeywords.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinFriend.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/WinKeywords.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/ExtAC.ah
 -a 
/build/aspectc++-ZoFJcB/aspectc++-1.1+svn20120529/Puma.copy/gen-release/step1/aspects/Puma/ExtACBuilderH.ah
 -a 

Processed: severity of 712084 is serious

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 712084 serious
Bug #712084 [python-autopep8] python-autopep8: Should have versioned dependency 
on pep8
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
712084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#706644: marked as done (untrusted input file might be harmful)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 21:19:59 +
with message-id e1umssv-0006al...@franck.debian.org
and subject line Bug#706644: fixed in tpp 1.3.1-3
has caused the Debian Bug report #706644,
regarding untrusted input file might be harmful
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.)


-- 
706644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tpp
Version: 1.3.1-2
Severity: grave
Tags: security

Please feel free to downgrade the bug report or remove the
security tag. It's just my point of view.

Opening an untrusted input file may be harmful, because tpp
supports an exec command, which can do bad things, e.g.
sending your private SSL or GnuPG files or removing your home
directory without any warning or confirmation. The manual page
does not mention this shell-style behaviour. It is probably
unexpected of an presentation program, even a geeky one.
---End Message---
---BeginMessage---
Source: tpp
Source-Version: 1.3.1-3

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

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

Debian distribution maintenance software
pp.
Axel Beckert a...@debian.org (supplier of updated tpp 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 22:18:56 +0200
Source: tpp
Binary: tpp
Architecture: source all
Version: 1.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert a...@debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 tpp- text presentation program
Closes: 669595 671530 671540 705965 706041 706644
Changes: 
 tpp (1.3.1-3) unstable; urgency=low
 .
   [ Jari Aalto ]
   * Switch from dpatch to source format 3.0 (quilt). (Closes: #669595)
 + Remove dpatch traces from debian/rules and remove dpatch
   build-dependency
   * Bump debhelper compatibility to 9
 + Update versioned debhelper build-dependency
   * Use dh_prep instead of dh_clean -k
   * Fix the following lintian warnings:
 + copyright-refers-to-symlink-license
 + debhelper-but-no-misc-depends
 + debian-rules-missing-recommended-target
   * Add watch file
 .
   [ Axel Beckert ]
   * Adopt the package (Closes: #706041)
   * Cherry-pick afb57d9 (make key events work on ruby 1.9) from upstream
 (Closes: #671530)
   * Add patch to make parsing of --exec optional (Closes: #706644)
   * Update homepage to point to GitHub
   * Fix patch header
   * Update watch file to also check release tags at GitHub
   * Revamp debian/rules:
 + No more clean up stamp files manually (dh_clean does that now)
 + Remove redundant dh_installchangelogs parameter
 + Don't compress any .tpp example file
 + Replace dh_installexamples parameter with debian/examples
 + Switch to a dh7 style debian/rules file
 + Switch to gem2deb based packaging (Closes: #671540)
   Thanks to Per Andersson!
   * Suggest texlive-latex-extra instead of transitional package texpower
   * Bump Standards-Version to 3.9.4 (no further changes necessary)
   * Recode examples to UTF-8 at build time (Closes: #705965)
 + Add build-dependency on recode
   * Add Vcs-* headers
   * Apply wrap-and-sort
Checksums-Sha1: 
 e5d61832ad10d7faecf737c4f853f55c278aeda7 1190 tpp_1.3.1-3.dsc
 03b4e2809bd06bb8030d2da48396037dd3229b29 7323 tpp_1.3.1-3.debian.tar.gz
 f7afb16bad1ab8957f5b9f4b725a6604ad36835d 38594 tpp_1.3.1-3_all.deb
Checksums-Sha256: 
 bcf3f0fdec124984958ac26482acd299ae756288d6d528ba15d96b4de56bd955 1190 
tpp_1.3.1-3.dsc
 42f916c1784e7725c86e2de7bcbc59a2203bb23567653ff7e0f5e0e70039dff6 7323 
tpp_1.3.1-3.debian.tar.gz
 1fdb8c4de74d30c50e3b624f826e7ba53c0182e5ffd489c4975777e19c8e8f58 38594 
tpp_1.3.1-3_all.deb
Files: 
 90767e3b8159d4b80bf46d585c99d762 1190 graphics optional tpp_1.3.1-3.dsc
 c19e051daf1dc1bbc14dcf6f82431b85 7323 graphics optional 
tpp_1.3.1-3.debian.tar.gz
 3431ac4f73e3f81095d9d88cc03d3af3 38594 graphics optional tpp_1.3.1-3_all.deb

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


Bug#712084: marked as done (python-autopep8: Should have versioned dependency on pep8)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jun 2013 21:18:08 +
with message-id e1umsqi-0005sj...@franck.debian.org
and subject line Bug#712084: fixed in autopep8 0.9.1-2
has caused the Debian Bug report #712084,
regarding python-autopep8: Should have versioned dependency on pep8
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.)


-- 
712084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-autopep8
Version: 0.9.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear Maintainer,

autopep8 is currently broken in unstable because it requires pep8 = 1.4.5 but 
unstable only has 1.4.4 at the moment.
It would be better if you would make the dependency on pep8 versioned as it is 
defined in requirements.txt, i.e.:

Depends: pep8 (= 1.4.5), ...

The traceback when running autopep8:

» autopep8 --help
Traceback (most recent call last):
  File /usr/bin/autopep8, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2809, in 
module
parse_requirements(__requires__), Environment()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 594, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pep8=1.4.5

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

Kernel: Linux 3.9-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-autopep8 depends on:
ii  pep81.4.4-1
ii  python  2.7.3-10

python-autopep8 recommends no packages.

python-autopep8 suggests no packages.

- -- no debconf information

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

iQIcBAEBAgAGBQJRuNCKAAoJEGlMre9Rx7W2RewP/26ZbBoOI9N5/fbsXleEG69l
gfd1m3k+w1BfQJbOjSsx04bMDjhgbQH3O0/dmHiScCYBDhnVJWxWLnwmGm/afmCH
Ll8Sg9s9N110iWSb/PRm8t+d/+OtxyW3S7G8WVOkZKLzVykxml0OyWk5XEH07Snf
LE+eEcho1I9RVuSfZuNvLKgAAxmN0EzM2IaD4PDAepEajwe1pLSpXhuSA1An35br
q31uR8fCdulwepEklbb/rGcz1/u5d9ifCC/un4NXKwPdpCEEqyuZ7na8fMHqsH34
Ldo5Tla5SGtUKs9ZCwQWOlOJuSNOpNRwn6RLXg175MO6kEM2/g8WFxiYBnjX2OIy
8dbT7A3gR1tU0siNT8GXifumyoT8lAuARW6wdOJKUc7J9cHcQAOEQkcXnU9oPBd8
yzuiks/LMWK2gwZZgWwedHOV5UFVfc0rbXyDfdIzp7fQ/6mv73Lr0UHDpeZOMM0r
RF02tLoCpfoMXUldFBOL2Cmr131nOdvztMnVqJuC0HI8DSBJLpdJSeSd+6UOPu8+
8v1qtE/J567kjOkPDp4Rb6AF0S1lzLpDwyZ7anzCsp1CF/7//MGT602EwEYFoPLn
tp5jxFi2JFziwjgZBNMuvpcJRXEI2HeFynDlmfJbiiW8mEnmWPh02KE1LmBf5Nx0
vqG19FSOJ5n7VZdSxUyx
=cKFw
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: autopep8
Source-Version: 0.9.1-2

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

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

Debian distribution maintenance software
pp.
Micah Anderson mi...@debian.org (supplier of updated autopep8 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 12 Jun 2013 16:46:32 -0400
Source: autopep8
Binary: python-autopep8
Architecture: source all
Version: 0.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Micah Anderson mi...@debian.org
Changed-By: Micah Anderson mi...@debian.org
Description: 
 python-autopep8 - tool that automatically formats Python code to conform to 
PEP 8
Closes: 711960 712084
Changes: 
 autopep8 (0.9.1-2) unstable; urgency=low
 .
   * Update package short description to be correct (Closes: #711960)
   * Set version depends on pep8 (Closes: #712084)
Checksums-Sha1: 
 937f846e2da2920cd7f1220f24e575aadb6e17c7 1875 autopep8_0.9.1-2.dsc
 18fdbd7d53cbd31bae7305487fb239a9c890a57a 1967 autopep8_0.9.1-2.debian.tar.gz
 5592e6c77ed73b289a3b637619ff553d1cd9c2ec 30616 python-autopep8_0.9.1-2_all.deb
Checksums-Sha256: 
 8bf5c48c57b665034ae3f87422701fdcd0a1a5cc0312f4c34c9214b08baaeed0 1875 
autopep8_0.9.1-2.dsc
 368c671374a1f919f6e34f51c3094aa4c7f47d0dc2a9e8fbb995bfd03d5af536 1967 
autopep8_0.9.1-2.debian.tar.gz
 6a20f4e178247c7dfa2fe0f40a8e97e2834ca192f695e3d8633e4387e6a8887b 

Bug#712092: pdf2djvu: segfaults on mips*

2013-06-12 Thread Jakub Wilk

Package: pdf2djvu
Version: 0.7.16-1
User: debian-m...@lists.debian.org
Usertags: mips mipsel
Severity: grave
Justification: renders package unusable

pdf2djvu doesn't work at all on mips and mipsel: it segfaults 
immediately, even when run without arguments.


This is causing FTBFS:
https://buildd.debian.org/status/fetch.php?pkg=pdf2djvuarch=mipsver=0.7.17-1stamp=1370906702
https://buildd.debian.org/status/fetch.php?pkg=pdf2djvuarch=mipselver=0.7.17-1stamp=1370908425

I haven't figured out what is the root cause of this, but if you build 
it without -Wl,-z,now, the problem goes away.


--
Jakub Wilk


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



Processed: severity of 692884 is serious

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # git 1.8 has reached unstable, making guilt uninstallable
 severity 692884 serious
Bug #692884 [guilt] guilt conflicts with git 1.8
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
692884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: closing 711177

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 711177 3.0.11-1
Bug #711177 [phpbb3] phpbb3: postinst uses /usr/share/doc content (Policy 
12.3): /usr/share/doc/phpbb3/examples/apache2.conf
Marked as fixed in versions phpbb3/3.0.11-1.
Bug #711177 [phpbb3] phpbb3: postinst uses /usr/share/doc content (Policy 
12.3): /usr/share/doc/phpbb3/examples/apache2.conf
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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#708991: choreonoid: FTBFS on non-amd64: symbols not quite as expected

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 708991 1.1.0+dfsg-4
Bug #708991 {Done: Thomas Moulard thomas.moul...@gmail.com} [src:choreonoid] 
choreonoid: FTBFS on non-amd64: symbols not quite as expected
Marked as found in versions choreonoid/1.1.0+dfsg-4; no longer marked as fixed 
in versions choreonoid/1.1.0+dfsg-4 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#708991: choreonoid: FTBFS on non-amd64: symbols not quite as expected

2013-06-12 Thread Aaron M. Ucko
found 708991 1.1.0+dfsg-4
thanks

Thomas Moulard thomas.moul...@gmail.com writes:

 I also had to write a patch to port choreonoid to Boost Filesystem v3 so
 that the package compiles on Ubuntu. I hope this won't disturb the symbols
 file.

Alas, it did.

 Thanks for following this issue.

No problem.  Sorry to keep bugging you.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu


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



Bug#711003: choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword loses precision

2013-06-12 Thread Aaron M. Ucko
found 711003 1.1.0+dfsg-4
thanks

Thomas Moulard thomas.moul...@gmail.com writes:

 On Tue, Jun 4, 2013 at 7:32 AM, Aaron M. Ucko u...@debian.org wrote:
 Please try substituting uintptr_t, from stdint.h, and check for
 other affected code.

 Thanks!

 Thanks for reporting this.
 I pushed a fix in 8e1955fb6e7905efc1230a6f30564d7fd53d35c0.

 http://anonscm.debian.org/gitweb/?p=debian-science/packages/choreonoid.git;a=blob;f=debian/patches/0007-Fix-cast-from-pointer-to-udword-losing-precision.patch;h=a9f90f03060b95b88acbd6ccbf7cda0eb9e1b81c;hb=8e1955fb6e7905efc1230a6f30564d7fd53d35c0

Thanks, but it looks like you'll need to include stdint.h explicitly,
at least on some architectures.  Could you please do so?

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu


-- 
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#711003: choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword loses precision

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 711003 1.1.0+dfsg-4
Bug #711003 {Done: Thomas Moulard thomas.moul...@gmail.com} [src:choreonoid] 
choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword loses precision
Marked as found in versions choreonoid/1.1.0+dfsg-4; no longer marked as fixed 
in versions choreonoid/1.1.0+dfsg-4 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#708164: nginx proxy_pass buffer overflow (CVE-2013-2070)

2013-06-12 Thread steven hay
I understand if this patch may not be 100% correct, but if I read the 
references correctly, the error is more of theoretical than practical concern 
since this particular compiler optimization is not likely to be implemented in 
the GNU compiler. Do we really think that GNU would include an optimization 
that broke 95% of the bounds checking implementations existing in the wild?

Processed: severity of 711791 is important

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 711791 important
Bug #711791 {Done: Bastian Blank wa...@debian.org} [lvm2] lvm2: Breaks 
systemd boot
Severity set to 'important' from 'critical'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#712105: foomatic-filters: foomatic-rip fails when using bjc250gs driver

2013-06-12 Thread Tom Maneiro
Package: foomatic-filters
Version: 4.0.17-1
Severity: grave
Justification: renders package unusable

I have a good old Canon BJC-250 printer that I've been using for years on my
Linux stations. Currently it's plugged to an old Pentium box (since it's
parport) running Wheezy which acts as a print server. The printer had worked
flawlessly with older distros/CUPS/foomatic versions, and I'm using the
bjc250gs drivers as it is the fastest driver for it (and it allows to tune some
printer-specific features).

However, since having moved all my systems to Wheezy (i386 and amd64, all clean
installs), the bjc250gs driver is unusable for me, since it always causes
foomatic-rip to end abruptly, and therefore nothing is sent to the printer. I
had enabled debugging messages on CUPS, but found nothing interesting except
for this:

D [12/Jun/2013:20:40:42 -04-30] [Job 57] Options from the PPD file:
D [12/Jun/2013:20:40:42 -04-30] [Job 57]
D [12/Jun/2013:20:40:42 -04-30] [Job 57]

D [12/Jun/2013:20:40:42 -04-30] [Job 57]
D [12/Jun/2013:20:40:42 -04-30] [Job 57] File: STDIN
D [12/Jun/2013:20:40:42 -04-30] [Job 57]
D [12/Jun/2013:20:40:42 -04-30] [Job 57]

D [12/Jun/2013:20:40:42 -04-30] [Job 57]
D [12/Jun/2013:20:40:42 -04-30] [Job 57] Filetype: PDF
D [12/Jun/2013:20:40:42 -04-30] [Job 57] Storing temporary files in
/var/spool/cups/tmp
D [12/Jun/2013:20:40:43 -04-30] [Job 57] File contains 1 pages
D [12/Jun/2013:20:40:43 -04-30] [Job 57] Starting renderer with command: gs
-dFirstPage=1  -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOINTERPOLATE
-sDEVICE=bjccmyk -sPrinterType=BJC-250 -dDEVICEWIDTHPOINTS=612
-dDEVICEHEIGHTPOINTS=792 -r180x180 -sFeeder=Auto -sQuality=Normal
-dInverse=false -dSmooth=false -dCompress=true -dComposeK=false
-dLimitCheck=false -dPaperRed=255 -dPaperGreen=255 -dPaperBlue=255
-dRedGamma=1.0 -dGreenGamma=1.0 -dBlueGamma=1.0 -dGamma=1.0 -dRandom=15
-sOutputFile=-   /var/spool/cups/tmp/foomatic-WeJjFP
D [12/Jun/2013:20:40:43 -04-30] [Job 57] Starting process kid3 (generation 1)
D [12/Jun/2013:20:40:43 -04-30] [Job 57] Starting process kid4 (generation 2)
D [12/Jun/2013:20:40:43 -04-30] [Job 57] Starting process renderer
(generation 2)
D [12/Jun/2013:20:40:43 -04-30] [Job 57] JCL: 2345X@PJL
D [12/Jun/2013:20:40:43 -04-30] [Job 57] job data
D [12/Jun/2013:20:40:43 -04-30] [Job 57]
D [12/Jun/2013:20:40:43 -04-30] [Job 57] renderer received signal 11
D [12/Jun/2013:20:40:43 -04-30] [Job 57] Kid3 exit status: 1
D [12/Jun/2013:20:40:43 -04-30] PID 10226 (/usr/lib/cups/filter/foomatic-rip)
stopped with status 9.

It happens on ALL of my Wheezy installs (ranging from that old Pentium MMX-225
box all the way up to a Sandy Bridge i5 laptop). My only workaround is to use
the Gutenprint driver, which not only is slower, but harder to set up and
getting good print quality from that one is not exactly straightforward, unlike
with bjc250gs.

Trying to find documentation or useful resources online with foomatic-related
errors it's like a shot in the dark, because there is nothing clear, just
dozens and dozens of users with the same error, but on different printer/driver
combinations, none of those apply to my case.



-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages foomatic-filters depends on:
ii  bash   4.2+dfsg-0.1
ii  debconf [debconf-2.0]  1.5.49
ii  libc6  2.13-38
ii  libdbus-1-31.6.8-1
ii  ucf3.0025+nmu3

Versions of packages foomatic-filters recommends:
ii  colord  0.1.21-1
ii  cups1.5.3-5
ii  cups-bsd [lpr]  1.5.3-5
ii  cups-client 1.5.3-5
ii  foomatic-db-engine  4.0.8-3
ii  ghostscript 9.05~dfsg-6.3
ii  poppler-utils   0.18.4-6

foomatic-filters suggests no packages.

-- debconf information:
  foomatic-filters/ps_accounting: true
  foomatic-filters/custom_textfilter:
  foomatic-filters/title:
  foomatic-filters/config_parsed: true
  foomatic-filters/spooler: cups
  foomatic-filters/textfilter: Automagic
  foomatic-filters/filter_debug: false


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



Bug#711316: [Pkg-phototools-devel] Bug#711316: Bug#711316: Bug#711316: darktable: CVE-2013-2126: double free

2013-06-12 Thread David Bremner
David Bremner brem...@debian.org writes:

 Darktable upstream just cherry picked that to their current release
 branches. I don't know yet if the same patch applies to the version in
 wheezy.

And indeed it does not apply. I _think_ this is good news, as my reading
of upstream git is that the embedded libraw is version 0.13..  The
output from git log -- src/external/LibRaw is at the end of this message.

Since the vulnerability is only claimed to be in 0.14 and 0.15, this
sounds like no stable update is needed for this bug.

--

commit f5ebf087163eaf85dc93c6db730d635732085150
Author: John Sheu john.sheu+darkta...@gmail.com
Date:   Wed Mar 28 21:03:47 2012 +1300

temporary fix for compile warnings while waiting for new libraw.

commit 9ad61751c0c5294cdc864d8e1ace6ce8edb3d3d1
Author: johannes hanika hana...@gmail.com
Date:   Sat Mar 10 12:36:43 2012 +1300

Revert updated libraw to 0.14.5

seems it doesn't read the camera white balance anymore for dng files.
This reverts commit 6287dc7a4e64cbb5c8624f23571531395a1b6342.

Conflicts:

src/external/LibRaw/internal/dcraw_common.cpp

commit af6aa6ba2b30a9dd669f5bf10ad1743bd7a125ab
Author: James C. McPherson j...@jmcp.homeunix.com
Date:   Wed Mar 7 07:51:01 2012 +1000

Update build.sh to provide easier build experience for Solaris 11 Add 
unistd.h and XOPEN_SOURCE=600 where necessary for Solaris 11

commit 6287dc7a4e64cbb5c8624f23571531395a1b6342
Author: johannes hanika hana...@gmail.com
Date:   Sun Mar 4 22:15:48 2012 +1300

updated libraw to 0.14.5

commit 223dbde60e79f1c65ecf23b307fb032f177c25c3
Author: Ammon Riley ammon.ri...@gmail.com
Date:   Thu Feb 23 21:51:17 2012 -0800

Added include for strncasecmp on OSX

commit 6b9fff147ddbfa411dab066835533b3f69fb9b79
Author: Edward Herr edward.h...@amphigory.org
Date:   Sun Jan 22 15:16:10 2012 +0100

Add support for Panasonic DMC-GX1

commit 29456890c1dbbcab599472164eab9472b5108b5d
Author: Henrik Andersson hea...@users.sourceforge.net
Date:   Tue Sep 20 22:19:33 2011 +0200

Update LibRaw to latest stable 0.13.8.

commit 47c45d349984db24248d6e2e128838dfd5410f65
Author: Henrik Andersson hea...@users.sourceforge.net
Date:   Tue Sep 20 22:07:02 2011 +0200

Reveresed the LibRaw upgrade to 0.14 beta, lets redo with latest
stable version.

commit e065e85a555c0f121770f6ccacf41d29b2a4
Author: Henrik Andersson hea...@users.sourceforge.net
Date:   Mon Sep 19 22:14:04 2011 +0200

2 files lost from previous commit :)

commit f0bd87bbb79382843981aa745e686b22d5d1dea0
Author: Henrik Andersson hea...@users.sourceforge.net
Date:   Mon Sep 19 21:53:05 2011 +0200

Updated libraw to 0.14b2 fixes the problem of reading
of wb color multilpiers from Sony NEX-5 raw images.

commit db50fb99e0dff272555f6e6d8b2eaf6499e14992
Author: Henrik Andersson hea...@users.sourceforge.net
Date:   Sun Jul 24 19:13:03 2011 +0200

Moved LibRaw and rawspeed into external and update buildfiles..


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



Bug#708164: nginx proxy_pass buffer overflow (CVE-2013-2070)

2013-06-12 Thread steven hay
I believe I may have found a way around inspecting the compiled code
for this check.  The GNU compiler has the following option:

-fwrapv
 This option instructs the compiler to assume that signed arithmetic 
overflow of
addition, subtraction and multiplication wraps around using twos-complement 

representation. This flag enables some optimizations and disables others. This 

option is enabled by default for the Java front-end, as required by the Java 

language specification.

 
I believe if this option is enabled for the nginx build, the correct 
optimizations will 
be disabled, and the overflow check will serve its intended purpose for all
twos-complement arithmetic platforms (e.g. x86, and probably all other relevant
architectures).


wintermute...@yahoo.com

Bug#689802: marked as done (openmsx-catapult: needs updating for openmsx 0.9)

2013-06-12 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jun 2013 03:20:25 +
with message-id e1umy5j-0001oq...@franck.debian.org
and subject line Bug#689802: fixed in openmsx-catapult 0.9.1-1
has caused the Debian Bug report #689802,
regarding openmsx-catapult: needs updating for openmsx  0.9
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.)


-- 
689802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689802
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openmsx-catapult
Version: 0.8.2-1
Severity: grave
Tags: sid
Justification: renders package unusable
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in sid:

Package: openmsx-catapult
Version: 0.8.2-1
Depends: [...]
 openmsx (= 0.8.2), openmsx ( 0.8.3)

but sid has

Package: openmsx
Version: 0.9.1-1


Cheers,

Andreas
---End Message---
---BeginMessage---
Source: openmsx-catapult
Source-Version: 0.9.1-1

We believe that the bug you reported is fixed in the latest version of
openmsx-catapult, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Bas Wijnen wij...@debian.org (supplier of updated openmsx-catapult 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jun 2013 23:00:29 -0400
Source: openmsx-catapult
Binary: openmsx-catapult
Architecture: source i386
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen wij...@debian.org
Changed-By: Bas Wijnen wij...@debian.org
Description: 
 openmsx-catapult - GUI for openMSX
Closes: 689802
Changes: 
 openmsx-catapult (0.9.1-1) unstable; urgency=low
 .
   * New upstream release.  (Closes: 689802)
   * Upgrade standards version to 3.9.4. (No changes needed)
   * Use DEP-5 format for copyright.
Checksums-Sha1: 
 6b4b03ce94a1e513bc753a836acb8c55521fcc01 1182 openmsx-catapult_0.9.1-1.dsc
 3fd2a2294168edf1a9c4782d5c68dfd74594ed9b 1284353 
openmsx-catapult_0.9.1.orig.tar.gz
 47b5ef760610be514b9b203818f0b5a211876371 7385 
openmsx-catapult_0.9.1-1.debian.tar.gz
 3f4fae7bf05289c7dbd78398b76a0810b2e9c9a5 315250 
openmsx-catapult_0.9.1-1_i386.deb
Checksums-Sha256: 
 1aa094b5a5669638cfa33a685a16b78e0292acabf96592b7a135b3aaa027d802 1182 
openmsx-catapult_0.9.1-1.dsc
 856e46c6246e941f397d963b43bae44a942772c6b9a98a90f28f6286812ad9f5 1284353 
openmsx-catapult_0.9.1.orig.tar.gz
 2a669baad18dcf784c04fd596aa597c42001920ecf4c0f222ff873b4bc2bdeb8 7385 
openmsx-catapult_0.9.1-1.debian.tar.gz
 4290f5e4833f3adea86fc761db3ff81a7f639a814e5ff8974bcdbad15e8c 315250 
openmsx-catapult_0.9.1-1_i386.deb
Files: 
 bac26fcd846e3d37a71654be2f516549 1182 otherosfs optional 
openmsx-catapult_0.9.1-1.dsc
 39741454167994df253a5eda45688fc9 1284353 otherosfs optional 
openmsx-catapult_0.9.1.orig.tar.gz
 125ebe54db61348d45925dd8dfca589a 7385 otherosfs optional 
openmsx-catapult_0.9.1-1.debian.tar.gz
 341d4dcaa8faf19ea0c05be3f87e7cc7 315250 otherosfs optional 
openmsx-catapult_0.9.1-1_i386.deb

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

iEYEARECAAYFAlG5Ni8ACgkQFShl+2J8z5UiKACdEkMx1mainLpT9rCJrGPiUKRj
GA0An0EZEs89EDb06h2EKNTgGreFzix7
=MdkB
-END PGP SIGNATUREEnd Message---


Bug#711172: phpBB bugs fixed in revision r687

2013-06-12 Thread www-data
# Fixed in r687 by taffit
tag 711172 + pending
thanks

These bugs are fixed in revision 687 by taffit
Log message:
Fix chown in cache, closes: #711172


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



Processed: phpBB bugs fixed in revision r687

2013-06-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Fixed in r687 by taffit
 tag 711172 + pending
Bug #711172 [phpbb3] phpbb3: creates world writable 
/var/cache/phpbb3/cache/phpbb3/data_hooks.php
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#712108: vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0)

2013-06-12 Thread Shaddy Baddah

Package: virtualbox-guest-dkms
Version: 4.2.10-dfsg-1
Severity: grave

After promotion of this package from sid to unstable, I am now seeing 
these errors for vboxsf module:


[ 9637.902883] vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0)
[ 9637.902930] vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0)
[ 9637.902947] vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0)
[ 9637.902971] vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0)

I cannot mount shared folders.

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

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-guest-dkms depends on:
ii  dkms2.2.0.3-1.2
ii  dpkg1.16.10
ii  virtualbox-guest-utils  4.2.10-dfsg-1

virtualbox-guest-dkms recommends no packages.

virtualbox-guest-dkms 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#712004: /usr/lib/apache2/modules/mod_dav_svn.so: undefined symbol: ap_log_perror_

2013-06-12 Thread Salvatore Bonaccorso
Hi Vincent

On Wed, Jun 12, 2013 at 01:27:22AM +0200, Vincent Lefevre wrote:
 Package: libapache2-svn
 Version: 1.7.9-1+nmu2
 Severity: grave
 Justification: renders package unusable
 
 After libapache2-svn upgrade to 1.7.9-1+nmu2, apache no longer starts
 if the dav_svn module is enabled:
 
 # /etc/init.d/apache2 start
 [] Starting web server: apache2apache2: Syntax error on line 244 of 
 /etc/apache2/apache2.conf: Syntax error on line 2 of 
 /etc/apache2/mods-enabled/dav_svn.load: Cannot load 
 /usr/lib/apache2/modules/mod_dav_svn.so into server: 
 /usr/lib/apache2/modules/mod_dav_svn.so: undefined symbol: ap_log_perror_
 Action 'start' failed.
 The Apache error log may have more information.
  failed!
 
 A workaround is to disable dav_svn, but this means that libapache2-svn
 becomes unusable.

I'm not the maintainer but have done the most recent NMU.
libapache2-svn in unstable is now uninstallable, there is the apache2
transition to 2.4 ongoing and subversion does need the adjustments for
it, see #666794.

Regards,
Salvatore


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



Bug#711003: choreonoid: FTBFS on 64-bit non-x86: cast from pointer to udword loses precision

2013-06-12 Thread Thomas Moulard
On Thu, Jun 13, 2013 at 8:03 AM, Aaron M. Ucko a...@alum.mit.edu wrote:
 found 711003 1.1.0+dfsg-4
 thanks

 Thomas Moulard thomas.moul...@gmail.com writes:

 On Tue, Jun 4, 2013 at 7:32 AM, Aaron M. Ucko u...@debian.org wrote:
 Please try substituting uintptr_t, from stdint.h, and check for
 other affected code.

 Thanks!

 Thanks for reporting this.
 I pushed a fix in 8e1955fb6e7905efc1230a6f30564d7fd53d35c0.

 http://anonscm.debian.org/gitweb/?p=debian-science/packages/choreonoid.git;a=blob;f=debian/patches/0007-Fix-cast-from-pointer-to-udword-losing-precision.patch;h=a9f90f03060b95b88acbd6ccbf7cda0eb9e1b81c;hb=8e1955fb6e7905efc1230a6f30564d7fd53d35c0

 Thanks, but it looks like you'll need to include stdint.h explicitly,
 at least on some architectures.  Could you please do so?

Actually it is already the case but opcode is doing including headers
while being in a namespace...
I patched my patch here. I hope the next upload will fix this issue:

http://anonscm.debian.org/gitweb/?p=debian-science/packages/choreonoid.git;a=blob;f=debian/patches/0007-Fix-cast-from-pointer-to-udword-losing-precision.patch;h=565bb496a4f27091144b9b833d98fc227a415fd5;hb=5fd3792f16699c34a02b07009bce4cba0a373e41

-- 
Thomas Moulard(ムラー トマ)


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



Bug#712112: pymongo: python3 content in python binaries results in incorrect dependencies

2013-06-12 Thread Scott Kitterman
Package: pymongo
Version: 2.5.2-1
Severity: serious
Justification: Policy 3.5

From the debc output for pymongo after a local rebuild:

$ debc pymongo_2.5.2-1_i386.changes |grep 32mu
-rw-r--r-- root/root 13776 2013-06-13 01:14 
./usr/lib/python3/dist-packages/pymongo/_cmessage.cpython-32mu.so
-rw-r--r-- root/root 38528 2013-06-13 01:14 
./usr/lib/python3/dist-packages/bson/_cbson.cpython-32mu.so

These files (as well as the python3.3 files) are in python-pymongo-ext andi
python-bson-ext.

These should be moved to new python3-pymongo-ext and python3-bson-ext binaries
and have proper python3 dependencies.  They can also then depend properly on
the python3-pymongo and python3-bson packages.


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