Bug#756406: tiptop: FTBFS on MIPS

2014-07-30 Thread Tomasz Buchert
On 30/07/14 13:39, YunQiang Su wrote:
 Control: severity -1 serious
 
 I tested your patch on mips64el, it works.
 
 syscall: Invalid argument
 Could not perform syscall.
 Don't know why...
 
 This bug is serious as it is ftbfs for released port.
 
 -- 
 YunQiang Su
 


Hi Guys,
we are going to release new version with failing
archs masked out. Upstream has been informed about
problems.

Cheers,
Tomasz


-- 
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 735227 is serious

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 735227 serious
Bug #735227 [activemq] [activemq] Non sourced jquery
Severity set to 'serious' from 'minor'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
735227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735227
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#753227: marked as done (liblinear: FTBFS: dpkg-gensymbols error)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 06:33:54 +
with message-id e1xcnsu-00076j...@franck.debian.org
and subject line Bug#753227: fixed in liblinear 1.8+dfsg-3
has caused the Debian Bug report #753227,
regarding liblinear: FTBFS: dpkg-gensymbols error
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.)


-- 
753227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: liblinear
Version: 1.8+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140628 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory '/«BUILDDIR»/liblinear-1.8+dfsg'
 dpkg --compare-versions 1.17.10 ge 1.15.6 || \
   rm -f debian/liblinear1.symbols
 dh_makeshlibs
 dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
 file: see diff output below
 dpkg-gensymbols: warning: debian/liblinear1/DEBIAN/symbols doesn't match 
 completely debian/liblinear1.symbols
 --- debian/liblinear1.symbols (liblinear1_1.8+dfsg-2_amd64)
 +++ dpkg-gensymbolsOc5nu1 2014-06-28 22:21:33.144147157 +
 @@ -18,7 +18,7 @@
   destroy_param@Base 1.6
   free_and_destroy_model@Base 1.6
   free_model_content@Base 1.6
 - (c++)function::~function()@Base 1.6
 +#MISSING: 1.8+dfsg-2# (c++)function::~function()@Base 1.6
   get_labels@Base 1.6
   get_nr_class@Base 1.6
   get_nr_feature@Base 1.6
 dh_makeshlibs: failing due to earlier errors
 debian/rules:37: recipe for target 'override_dh_makeshlibs' failed
 make[1]: *** [override_dh_makeshlibs] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/28/liblinear_1.8+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: liblinear
Source-Version: 1.8+dfsg-3

We believe that the bug you reported is fixed in the latest version of
liblinear, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Kastner deb...@kvr.at (supplier of updated liblinear 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, 26 Jul 2014 23:11:03 +0200
Source: liblinear
Binary: liblinear-dev liblinear1 liblinear-dbg liblinear-tools python-liblinear
Architecture: source amd64
Version: 1.8+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Christian Kastner deb...@kvr.at
Changed-By: Christian Kastner deb...@kvr.at
Description:
 liblinear-dbg - Debugging symbols for LIBLINEAR
 liblinear-dev - Development libraries and header files for LIBLINEAR
 liblinear-tools - Standalone applications for LIBLINEAR
 liblinear1 - Library for Large Linear Classification
 python-liblinear - Python bindings for LIBLINEAR
Closes: 753227
Changes:
 liblinear (1.8+dfsg-3) unstable; urgency=low
 .
   * debian/symbols:
 - Declare an empty virtual destructor as optional symbol; gcc-4.9 no longer
   generates it. Fixes a FTBFS. Closes: #753227
   * debian/control:
 - Add Multi-Arch fields to packages where necessary
 - Add Pre-Depends for package liblinear1
   * debian/rules:
 - Install to multi-arch destinations using DEB_HOST_MULTIARCH
   * debian/*.install:
 - Update paths as a consequence of the new install target and
   multi-arch-ification
   * debian/patches (updated):
 - 0001-Properly-build-shared-and-static-libraries-programs
   Add an install target to upstream's Makefile, with configurable
   destinations for libraries and executables
Checksums-Sha1:
 5c05a03fda7e4f31c1a1623a6f982f6313877b63 2183 liblinear_1.8+dfsg-3.dsc
 e69f7bb27270adc16cb90c0cab948da078595bdb 10968 
liblinear_1.8+dfsg-3.debian.tar.xz
 

Bug#756469: libfuntools-dev and libbsd-dev: error when trying to install together

2014-07-30 Thread Ralf Treinen
Package: libbsd-dev,libfuntools-dev
Version: libbsd-dev/0.7.0-1
Version: libfuntools-dev/1.4.4+dfsg-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-07-30
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package libbsd0:amd64.
(Reading database ... 10858 files and directories currently installed.)
Preparing to unpack .../libbsd0_0.7.0-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.7.0-1) ...
Selecting previously unselected package libwcstools0:amd64.
Preparing to unpack .../libwcstools0_3.8.7-2_amd64.deb ...
Unpacking libwcstools0:amd64 (3.8.7-2) ...
Selecting previously unselected package libfuntools1:amd64.
Preparing to unpack .../libfuntools1_1.4.4+dfsg-1_amd64.deb ...
Unpacking libfuntools1:amd64 (1.4.4+dfsg-1) ...
Selecting previously unselected package libbsd-dev:amd64.
Preparing to unpack .../libbsd-dev_0.7.0-1_amd64.deb ...
Unpacking libbsd-dev:amd64 (0.7.0-1) ...
Selecting previously unselected package libwcstools-dev.
Preparing to unpack .../libwcstools-dev_3.8.7-2_amd64.deb ...
Unpacking libwcstools-dev (3.8.7-2) ...
Selecting previously unselected package libfuntools-dev.
Preparing to unpack .../libfuntools-dev_1.4.4+dfsg-1_amd64.deb ...
Unpacking libfuntools-dev (1.4.4+dfsg-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libfuntools-dev_1.4.4+dfsg-1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man3/funopen.3.gz', which is also in 
package libbsd-dev:amd64 0.7.0-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libfuntools-dev_1.4.4+dfsg-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/share/man/man3/funopen.3.gz

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


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



Bug#752350: marked as done (nfqueue-bindings: hardcodes /usr/lib/perl5)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 07:34:23 +
with message-id e1xcop1-0006tg...@franck.debian.org
and subject line Bug#752350: fixed in nfqueue-bindings 0.5-1
has caused the Debian Bug report #752350,
regarding nfqueue-bindings: hardcodes /usr/lib/perl5
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.)


-- 
752350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: nfqueue-bindings
Version: 0.4-6
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

Starting with version 5.20.0 (currently in experimental), the Debian
perl package is changing the vendorarch library path (currently
/usr/lib/perl5) to include the multiarch triplet and the perl version. See
#748380 for details.

For this to work, packages containing binary perl modules need to migrate
from using the hardcoded /usr/lib/perl5 directory to the value of the
$Config{vendorarch} variable, as defined in the 'Config' module.

This package builds successfully with perl_5.20.0-1 from experimental,
but still installs the Perl files into /usr/lib/perl5 so they won't be
on the Perl search path anymore.

Please ask on the debian-perl list if you want help with this.

drwxr-xr-x root/root 0 2014-06-17 02:27 ./usr/lib/perl5/
-rw-r--r-- root/root 72592 2014-06-17 02:27 ./usr/lib/perl5/libnfqueue.so
-rw-r--r-- root/root  4704 2014-06-17 02:27 ./usr/lib/perl5/nfqueue.pm

-- 
Niko Tyni   nt...@debian.org
---End Message---
---BeginMessage---
Source: nfqueue-bindings
Source-Version: 0.5-1

We believe that the bug you reported is fixed in the latest version of
nfqueue-bindings, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Chifflier pol...@debian.org (supplier of updated nfqueue-bindings 
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, 30 Jul 2014 09:20:10 +0200
Source: nfqueue-bindings
Binary: libnfqueue-perl python-nfqueue nfqueue-bindings-perl 
nfqueue-bindings-python
Architecture: source amd64
Version: 0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description:
 libnfqueue-perl - Perl bindings for nfqueue
 nfqueue-bindings-perl - Perl bindings for nfqueue
 nfqueue-bindings-python - Python bindings for nfqueue
 python-nfqueue - Python bindings for nfqueue
Closes: 752350
Changes:
 nfqueue-bindings (0.5-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.5
   * Remove watch file, URL changed, and new site is using self-signed https
 certificate
   * Remove 10-fix-ftbfs-uint32.patch and 20-FindPerlLib.patch, merged upstream
   * Bump Standards Version to 3.9.5
   * Fix hardcodes /usr/lib/perl5 (Closes: #752350)
 Make debian/libnfqueue-perl.install executable and use $Config{vendorarch}
 to determine target directory.
 Thanks to Gregor Herrmann for the patch.
Checksums-Sha1:
 437610ca56c947a09d679cf353d58fa86cc382f5 1762 nfqueue-bindings_0.5-1.dsc
 fc66d21c823a642f577d8e1400dab26572858c33 20496 nfqueue-bindings_0.5.orig.tar.xz
 45df8db91ee5ba7851684c21a30b22dde7b39c79 4572 
nfqueue-bindings_0.5-1.debian.tar.xz
 fafc780fe8b0ee9bdf0fa1d3068d09c458595f55 25830 libnfqueue-perl_0.5-1_amd64.deb
 5ba6d240e9bae71e71e108e690dfa2973b036366 24482 python-nfqueue_0.5-1_amd64.deb
 cadc2273bd49ad57052ab1b40bb7cb86a1188f04 3350 
nfqueue-bindings-perl_0.5-1_amd64.deb
 71f7d29adc3e4a3458529315e6b69d90b16f8902 3354 
nfqueue-bindings-python_0.5-1_amd64.deb
Checksums-Sha256:
 39d0de862a3f453c9c9caf01d62ca25351d99f4418f97af6f011a1c7e476b226 1762 
nfqueue-bindings_0.5-1.dsc
 ebb1ef46681a79d346b6df51bec902316d09ad057abf4a719d276fb694b7ac9b 20496 
nfqueue-bindings_0.5.orig.tar.xz
 47c5b8073c9f5b249a3289294820178d41a4917cfb1fa7aa4d718bb4f998ea18 4572 
nfqueue-bindings_0.5-1.debian.tar.xz
 3de25d915f0df9f62930f415eb900dba83f4f1f219923a60637c3ffb7bf36e2d 25830 
libnfqueue-perl_0.5-1_amd64.deb
 e903a7157617b6cd563745cd4780a2db1766c2f2207b02123dd456e617f236ef 24482 

Bug#756406: marked as done (tiptop: FTBFS on MIPS)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 07:49:16 +
with message-id e1xcodq-00080b...@franck.debian.org
and subject line Bug#756406: fixed in tiptop 2.2-2
has caused the Debian Bug report #756406,
regarding tiptop: FTBFS on MIPS
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.)


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

I am going to upload a patch fixing this bug.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: mips (mips64)

Kernel: Linux 3.14-1-5kc-malta
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: tiptop
Source-Version: 2.2-2

We believe that the bug you reported is fixed in the latest version of
tiptop, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tomasz Buchert tomasz.buch...@inria.fr (supplier of updated tiptop 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, 30 Jul 2014 09:36:37 +0200
Source: tiptop
Binary: tiptop
Architecture: source amd64
Version: 2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Tomasz Buchert tomasz.buch...@inria.fr
Changed-By: Tomasz Buchert tomasz.buch...@inria.fr
Description:
 tiptop - performance monitoring tool for Linux
Closes: 756406
Changes:
 tiptop (2.2-2) unstable; urgency=medium
 .
   * Don't build on archs that are not supported (Closes: #756406)
Checksums-Sha1:
 f34b62261b5f7d74bde2a0f6d98e0dd3d313bf85 1904 tiptop_2.2-2.dsc
 3ea1b06b62d9cb4ec231e2df5ee2b0181b8701cb 4156 tiptop_2.2-2.debian.tar.xz
 11985a2091168426239c10744a4b4c81fe1fa499 41062 tiptop_2.2-2_amd64.deb
Checksums-Sha256:
 2c2783c8d5b060c825de9e5c039336582bdaa885389777530b93f470a2dde27a 1904 
tiptop_2.2-2.dsc
 d11d10b3a51f46881c5a1cde6f81878f71f3b026529515d9b3cdca129c18885b 4156 
tiptop_2.2-2.debian.tar.xz
 fd5871683abe7526fe823beffed8105b1d6706fe9cf96f8bbd6aebc4499fa358 41062 
tiptop_2.2-2_amd64.deb
Files:
 6e437608e90d70c592ca86f67124beab 41062 utils optional tiptop_2.2-2_amd64.deb
 669fe142cee5401139b50521337feec7 1904 utils optional tiptop_2.2-2.dsc
 0b0bbe76f35872e442d04d8a1548532e 4156 utils optional tiptop_2.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT2KGVAAoJEJ+5JicksX0pyl0QAMt91pNbNw5P6tss02Uy+gP0
HV0LiqQVB7bUYYD5DRHNTvzRkfo+lhU2u6BzHieETu1y+tJ33ujqWmETMB1q9K4l
3dL1TXxSexyqoPFhgrhD3cl8fiBPEfcK55YEBrZIWvR3kcLmN2UeW9pP1bOmvykM
FPK45WGGdQ36nCJgAtjiBTb9pzeoXzsaoAxAPfgGrmkNx7RBtos1+znUbUZuuR6l
9VZkn99A4lvdFyaDseRGIAmZc5WNGmYxLsyEZpkQ+HFmeUf5lV3IWJPFZh/PHrcV
fuZDfYPw7BPxFOHFUB6VrpuhZT7R/k1LxGsAsa4fl8I9526QF9LWWjLz0s0M9l6N
cRCP/mRTjJfT1W3PaWQ4dNbKFqbC1fiCgYYi646TWoV6dCJhiJMVj1QVTa39gZov
B3NG7ypGfKr3fdP2ovCiLiYaaiePPEziFfWEi7+aNFvA6L0kH1PMZLJm27p4kCT2
V34T4HuOemzpIT6DIkI6VgzxsX1kUZTfEo1xuXIbOADZ9IGvbxFZ9X7YZfEoq4M1
Ed0bOJLv8af2OYO8tY28PfHkFdOdGdkMPh3cn33jiFTvvFq63RqwKa3AHk9QyZ2d
/RGUBt8SkJwfWA4siyGScqpwjXfBqs0CdJ3bMH0xQLE3HL+jc5clpz9aGe4rSG0J
8dWTgqHDG7VBdQm7x2hc
=yC+p
-END PGP SIGNATUREEnd Message---


Bug#752468: Perl 5.20 transition imminent

2014-07-30 Thread Emilio Pozuelo Monfort
On 28/07/14 22:37, Damyan Ivanov wrote:
 Control: severity -1 serious
 
 Perl 5.20 is planned to hit unstable around the 12th of August, at which
 point your package will become unbuildable and/or uninstallable.
 
 We plan to start doing NMUs to DELAYED/5 of all the packages which have
 a patch attached on or about 2nd of August, but a maintainer upload
 would be warmly appreciated.

Unfortunately I can't upload atm. Please feel free to NMU, no need to go through
the delayed queue.

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: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 clone 747804 -1
Bug #747804 [src:spotlighter] spotlighter: FTBFS: error: Test for GTK3+ failed
Bug 747804 cloned as bug 756476
 retitle -1 gtk-3.0.m4 doesn't work as header files in
Bug #756476 [src:spotlighter] spotlighter: FTBFS: error: Test for GTK3+ failed
Changed Bug title to 'gtk-3.0.m4 doesn't work as header files in' from 
'spotlighter: FTBFS: error: Test for GTK3+ failed'

-- 
747804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747804
756476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756476
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#747804: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-07-30 Thread YunQiang Su
Control: clone 747804 -1
Control: retitle -1 gtk-3.0.m4 doesn't work as header files in
/usr/include/gtk-3.0
Control: reassign -1 libgtk-3-dev

I think this problem is caused by libgtk-3-dev.
File /usr/share/aclocal/gtk-3.0.m4, it doesn't work,
as the header files of gtk+3 is in /usr/include/gtk-3.0

And I will nmu spotlighter to not use gtk-3.0.m4.

-- 
YunQiang Su


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



Processed: reassign 756476

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 756476 libgtk-3-dev
Bug #756476 [src:spotlighter] gtk-3.0.m4 doesn't work as header files in
Bug reassigned from package 'src:spotlighter' to 'libgtk-3-dev'.
No longer marked as found in versions spotlighter/0.3-1.
Ignoring request to alter fixed versions of bug #756476 to the same values 
previously set
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
756476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756476
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#756476: Bug#747804: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-07-30 Thread Emilio Pozuelo Monfort
On 30/07/14 10:10, YunQiang Su wrote:
 Control: clone 747804 -1
 Control: retitle -1 gtk-3.0.m4 doesn't work as header files in
 /usr/include/gtk-3.0
 Control: reassign -1 libgtk-3-dev
 
 I think this problem is caused by libgtk-3-dev.
 File /usr/share/aclocal/gtk-3.0.m4, it doesn't work,
 as the header files of gtk+3 is in /usr/include/gtk-3.0

/usr/share/aclocal/gtk-3.0.m4 uses pkg-config to determine the necessary CFLAGS,
e.g. -I/usr/include/gtk-3.0.

Can you explain how gtk-3.0.m4 is not working?

Emilio


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



Bug#756476: Bug#747804: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-07-30 Thread YunQiang Su
On Wed, Jul 30, 2014 at 4:37 PM, Emilio Pozuelo Monfort
po...@debian.org wrote:
 On 30/07/14 10:10, YunQiang Su wrote:
 Control: clone 747804 -1
 Control: retitle -1 gtk-3.0.m4 doesn't work as header files in
 /usr/include/gtk-3.0
 Control: reassign -1 libgtk-3-dev

 I think this problem is caused by libgtk-3-dev.
 File /usr/share/aclocal/gtk-3.0.m4, it doesn't work,
 as the header files of gtk+3 is in /usr/include/gtk-3.0

 /usr/share/aclocal/gtk-3.0.m4 uses pkg-config to determine the necessary 
 CFLAGS,
 e.g. -I/usr/include/gtk-3.0.

 Can you explain how gtk-3.0.m4 is not working?

You can try to build spotlighter. It uses AM_PATH_GTK_3_0, while
cannot find gtk/gtk.h.


 Emilio



-- 
YunQiang Su


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



Bug#754294: Kernel release

2014-07-30 Thread Andy Hawkins
Hi,

Do any of the recent 'official' kernels have the fix for this bug? I've
applied all the latest security updates, but I'm still seeing a similar
issue whereby I have to reduce the MTU on all my internal PCs to 1492 to
get decent throughput.

Thanks

Andy


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



Bug#747804: spotlighter: FTBFS: error: Test for GTK3+ failed

2014-07-30 Thread YunQiang Su
On Wed, Jul 30, 2014 at 4:10 PM, YunQiang Su wzss...@gmail.com wrote:
 Control: clone 747804 -1
 Control: retitle -1 gtk-3.0.m4 doesn't work as header files in
 /usr/include/gtk-3.0
 Control: reassign -1 libgtk-3-dev

 I think this problem is caused by libgtk-3-dev.
 File /usr/share/aclocal/gtk-3.0.m4, it doesn't work,
 as the header files of gtk+3 is in /usr/include/gtk-3.0

 And I will nmu spotlighter to not use gtk-3.0.m4.

I NMUed spotlighter to delay 5 days.
If any doubt, please cut it or ask to do so.


 --
 YunQiang Su



-- 
YunQiang Su


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



Bug#756485: acpid: Unable to upgrade/downgrade

2014-07-30 Thread Jan Huijsmans
Package: acpid
Version: 1:2.0.22-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Upgrade to this version resulted in the inability to stop package

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

1. AFter first upgrade (previous version to this one) moved /etc/sysctl.d
directory, so upgrade would continue. From this version to next (or previous)
failes completely as acpid won't stop. (or at least stop script exits with 
error)

2. manually remove status of acpid from /var/lib/dpkg/status

   * What was the outcome of this action?

1. Unable to upgrade package.

2. Was able to install -3 version of package

   * What outcome did you expect instead?

Upgrade to succeed from -2 to -3 version.

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.ISO8859-15, LC_CTYPE=en_US.ISO8859-15 (charmap=ISO-8859-15) 
(ignored: LC_ALL set to en_US.ISO8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages acpid depends on:
ii  kmod  18-1
ii  libc6 2.19-7
ii  lsb-base  4.1+Debian13

Versions of packages acpid recommends:
pn  acpi-support-base  none

acpid 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#751860: xchat-gnome: Channel views scoll back on activity when they are not in the foreground

2014-07-30 Thread Damyan Ivanov
Control: severity -1 normal

-=| Sam Morris, 17.06.2014 10:50:31 +0100 |=-
 Source: xchat-gnome
 Version: 1:0.30.0~git20131003.d20b8d-2
 Severity: serious
 Justification: renders package unusable
 
 1. Join #one and #two
 2. On #one, cause enough activity to fill the window and require
scrolling; make sure the view of #one is scrolled to the bottom
 3. Set the focus to #two
 4. With another client, speak on #one
 5. Set the focus to #one
 6. The channel should be scrolled to the bottom so that the new activity
is visible; but instead, the view is scrolled back some way;
additional user input is required to scroll to the bottom before the
new activity is visible

I don't think the above makes the package unusable. The main functions 
still work. Adjusting severity.


-- dam


-- 
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#751860: xchat-gnome: Channel views scoll back on activity when they are not in the foreground

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 normal
Bug #751860 [src:xchat-gnome] xchat-gnome: Channel views scoll back on activity 
when they are not in the foreground
Severity set to 'normal' from 'serious'

-- 
751860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751860
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#752468: xchat-gnome: diff for NMU version 1:0.30.0~git20131003.d20b8d-2.1

2014-07-30 Thread Damyan Ivanov
Dear maintainer,

I've prepared an NMU for xchat-gnome (versioned as 
1:0.30.0~git20131003.d20b8d-2.1). The diff
is attached to this message.

Regards.
diff -Nru xchat-gnome-0.30.0~git20131003.d20b8d/debian/changelog xchat-gnome-0.30.0~git20131003.d20b8d/debian/changelog
--- xchat-gnome-0.30.0~git20131003.d20b8d/debian/changelog	2013-10-26 23:14:26.0 +0300
+++ xchat-gnome-0.30.0~git20131003.d20b8d/debian/changelog	2014-07-30 12:03:32.0 +0300
@@ -1,3 +1,12 @@
+xchat-gnome (1:0.30.0~git20131003.d20b8d-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer's permission
+  * add a patch to link perl-testing program with libperl, keeping perl
+binding when built with perl 5.20
+Closes: #752468
+
+ -- Damyan Ivanov d...@debian.org  Wed, 30 Jul 2014 09:03:29 +
+
 xchat-gnome (1:0.30.0~git20131003.d20b8d-2) unstable; urgency=low
 
   * 01_finish_gtk3_port.patch: new patch. Imported from BZ#677043, 
diff -Nru xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/perl5.20.patch xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/perl5.20.patch
--- xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/perl5.20.patch	1970-01-01 02:00:00.0 +0200
+++ xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/perl5.20.patch	2014-07-30 11:19:00.0 +0300
@@ -0,0 +1,19 @@
+Description: configure.ac: fix perl header test for perl 5.20
+ The PL_memory_wrap and Perl_croak_nocontext symbols are now in libperl so a
+ test program needs to link with it.
+ Adding $($PERL -MExtUtils::Embed -e ldopts) to the compiler command line does
+ just that.
+Author: Damyan Ivanov d...@debian.org
+Bug-Debian: http://bugs.debian.org/752468
+
+--- a/configure.ac
 b/configure.ac
+@@ -164,7 +164,7 @@ fi
+ 
+ if test x$have_perl != xno; then
+ 	AC_MSG_CHECKING(for Perl header files)
+-	PERL_HEADER_TEST=`PT=perltest.c ; echo #include EXTERN.h  $PT;  echo #include perl.h  $PT;  echo #include XSUB.h  $PT ;  echo int main() { return 0; }  $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1/dev/null 21; echo $?; rm -f $PT $PT.out 1/dev/null 21`
++	PERL_HEADER_TEST=`PT=perltest.c ; echo #include EXTERN.h  $PT;  echo #include perl.h  $PT;  echo #include XSUB.h  $PT ;  echo int main() { return 0; }  $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) $($PERL -MExtUtils::Embed -e ldopts) 1/dev/null 21; echo $?; rm -f $PT $PT.out 1/dev/null 21`
+ 
+ 	if test x$PERL_HEADER_TEST = x0 ; then
+ 		PERL_CFLAGS=`$PERL -MExtUtils::Embed -e ccopts`
diff -Nru xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/series xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/series
--- xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/series	2013-10-26 23:12:11.0 +0300
+++ xchat-gnome-0.30.0~git20131003.d20b8d/debian/patches/series	2014-07-30 11:09:19.0 +0300
@@ -4,3 +4,4 @@
 04_no_spellcheck.patch
 120-fix-clipboard-segfault.patch
 define_functions_fix_build.patch
+perl5.20.patch


Bug#752468: marked as done (xchat-gnome: perl autoconf probe needs changes for Perl 5.20)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 09:25:30 +
with message-id e1xcq8y-0004po...@franck.debian.org
and subject line Bug#752468: fixed in xchat-gnome 
1:0.30.0~git20131003.d20b8d-2.1
has caused the Debian Bug report #752468,
regarding xchat-gnome: perl autoconf probe needs changes for Perl 5.20
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.)


-- 
752468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752468
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xchat-gnome
Version: 1:0.30.0~git20131003.d20b8d-2 
Severity: important
Tags: patch
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

This package silently drops its libperl linkage when built
with perl_5.20.0-1 from experimental:

  checking whether Perl support is requested... autodetect
  checking for perl... /usr/bin/perl
  configure: WARNING: Perl headers not found, disabling perl support

This is because the probe in configure.ac now needs to either
link with libperl or #define PERL_NO_INLINE_FUNCTIONS.
See #752354.

I'm attaching Damyan Ivanov's patch from #752354, which
uses the first approach.
-- 
Niko Tyni   nt...@debian.org
Description: configure.ac: fix perl header test for perl 5.20
 The PL_memory_wrap and Perl_croak_nocontext symbols are now in libperl so a
 test program needs to link with it.
 Adding $($PERL -MExtUtils::Embed -e ldopts) to the compiler command line does
 just that.
Author: Damyan Ivanov d...@debian.org
Bug-Debian: http://bugs.debian.org/752354

--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ fi
 
 if test x$have_perl != xno; then
 	AC_MSG_CHECKING(for Perl header files)
-	PERL_HEADER_TEST=`PT=perltest.c ; echo #include EXTERN.h  $PT;  echo #include perl.h  $PT;  echo #include XSUB.h  $PT ;  echo int main() { return 0; }  $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1/dev/null 21; echo $?; rm -f $PT $PT.out 1/dev/null 21`
+	PERL_HEADER_TEST=`PT=perltest.c ; echo #include EXTERN.h  $PT;  echo #include perl.h  $PT;  echo #include XSUB.h  $PT ;  echo int main() { return 0; }  $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) $($PERL -MExtUtils::Embed -e ldopts) 1/dev/null 21; echo $?; rm -f $PT $PT.out 1/dev/null 21`
 
 	if test x$PERL_HEADER_TEST = x0 ; then
 		PERL_CFLAGS=`$PERL -MExtUtils::Embed -e ccopts`
---End Message---
---BeginMessage---
Source: xchat-gnome
Source-Version: 1:0.30.0~git20131003.d20b8d-2.1

We believe that the bug you reported is fixed in the latest version of
xchat-gnome, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov d...@debian.org (supplier of updated xchat-gnome 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, 30 Jul 2014 09:03:29 +
Source: xchat-gnome
Binary: xchat-gnome xchat-gnome-common
Architecture: source all amd64
Version: 1:0.30.0~git20131003.d20b8d-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 xchat-gnome - simple and featureful IRC client for GNOME
 xchat-gnome-common - data files for XChat-GNOME
Closes: 752468
Changes:
 xchat-gnome (1:0.30.0~git20131003.d20b8d-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload with maintainer's permission
   * add a patch to link perl-testing program with libperl, keeping perl
 binding when built with perl 5.20
 Closes: #752468
Checksums-Sha1:
 c744e24d5a49ae6dc533b88a5417f8b1942505f0 2509 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.dsc
 2be3185fdde8ea1ba4f3685fa9af3f2d714a9bb6 16940 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.debian.tar.xz
 217d4c1a90436c38eeb5ad358ed707ae9efa 1329390 
xchat-gnome-common_0.30.0~git20131003.d20b8d-2.1_all.deb
 d012f83779a767b413664be7881a45395015aff8 270800 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1_amd64.deb
Checksums-Sha256:
 a4364700acd01f733b8cedab49b1934ad81a0ae423c430dd5bfb65a146bc32f9 2509 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.dsc
 61a5cdc57296591913b465a6595292d40199b0221174a8cbdf88a64c563769e7 

Bug#756382: marked as done (libembperl-perl: FTBFS: #236 EmbperlObject/epobase.htm test failure: Error in Line 8)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 09:24:13 +
with message-id e1xcq7j-0004gq...@franck.debian.org
and subject line Bug#756382: fixed in libembperl-perl 2.5.0-2
has caused the Debian Bug report #756382,
regarding libembperl-perl: FTBFS: #236 EmbperlObject/epobase.htm test failure: 
Error in Line 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.)


-- 
756382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libembperl-perl
Version: 2.5.0-1
Severity: serious
Tags: patch

This package fails to build on current sid/amd64:

  Testing mod_perl mode...
  [...]
  #235 EmbperlObject/errdoc/epoerrdoc2.htm...ok
  #236 EmbperlObject/epobase.htm...
  Error in Line 8
  Is: /p
  Should: /BODY/HTML
  Input:  test/html/EmbperlObject/epobase.htm
  Output: test/tmp/out.htm
  Compared to:test/cmp/epobase.htm
  Log:test/tmp/test.log
  Testparameter:
errors = 1
offline = 0
cgi = 0
  
   ERRORS detected! NOT all tests have been passed successfully
  
  Makefile:1613: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 8

This diff shows the problem:

  --- test/cmp/epobase.htm2014-07-29 14:16:55.223944564 +0300
  +++ test/tmp/out.htm2014-07-29 14:18:46.785998659 +0300
  @@ -1,10 +1,9 @@
   !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
  -HTMLHEAD
  -TITLE403 Forbidden/TITLE
  -/HEADBODY
  -H1Forbidden/H1
  -^.*?You don't have permission to access /embperl/EmbperlObject/epobase.htm
  -^on this server
  -/BODY/HTML
  -
  -
  +htmlhead
  +title403 Forbidden/title
  +/headbody
  +h1Forbidden/h1
  +pYou don't have permission to access /embperl/EmbperlObject/epobase.htm
  +on this server.br /
  +/p
  +/body/html

The apache2 error page was changed slightly by this upstream commit:

 https://github.com/apache/httpd/commit/4f8fc53c8f6df76a42ccc89275fcede72f9e
 
https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_protocol.c?r1=1487127r2=1610328

which was included in apache2 2.4.10, recently uploaded in sid.

Patch attached, this works for me with both 2.4.9 and 2.4.10.
-- 
Niko Tyni   nt...@debian.org
From bcce23a15de55a39478f83a7923d8a89f681cc19 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Tue, 29 Jul 2014 14:34:35 +0300
Subject: [PATCH] Adapt to an Apache 2.4.10 error page change

The Forbidden error page was slightly changed by Apache commit

 https://github.com/apache/httpd/commit/4f8fc53c8f6df76a42ccc89275fcede72f9e
 https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_protocol.c?r1=1487127r2=1610328

breaking the EmbperlObject/epobase.htm test. The fix works
with both the old and the new page format.
---
 test/cmp/epobase.htm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/cmp/epobase.htm b/test/cmp/epobase.htm
index ba29386..9d0269c 100644
--- a/test/cmp/epobase.htm
+++ b/test/cmp/epobase.htm
@@ -5,6 +5,7 @@
 H1Forbidden/H1
 ^.*?You don't have permission to access /embperl/EmbperlObject/epobase.htm
 ^on this server
+^-/p
 /BODY/HTML
 
 
-- 
2.0.1

---End Message---
---BeginMessage---
Source: libembperl-perl
Source-Version: 2.5.0-2

We believe that the bug you reported is fixed in the latest version of
libembperl-perl, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov d...@debian.org (supplier of updated libembperl-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 30 Jul 2014 08:02:09 +
Source: libembperl-perl
Binary: libembperl-perl
Architecture: source amd64
Version: 2.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 libembperl-perl - system for building dynamic websites with Perl
Closes: 754997 756382
Changes:
 libembperl-perl (2.5.0-2) unstable; urgency=medium
 .
   * Team upload
 .
   * add patch from Niko Tyni adapting tests to changed error message in apache
 2.4 (Closes: #756382)
   * add patch from 

Bug#754997: marked as done (libembperl-perl: FTBFS with Perl 5.20: Test failures)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 09:24:13 +
with message-id e1xcq7j-0004gl...@franck.debian.org
and subject line Bug#754997: fixed in libembperl-perl 2.5.0-2
has caused the Debian Bug report #754997,
regarding libembperl-perl: FTBFS with Perl 5.20: Test failures
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.)


-- 
754997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libembperl-perl
Version: 2.5.0-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

This package fails to build with Perl 5.20.0
(currently in experimental):

  PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl 
  
  loading...ok
  
  Testing offline mode...
  
  #0 ascii...   ok
  [...]
  #107 includeerr1.htm...   ok
  #113 includeerr2.htm...   
  
  Expected 2 more error(s) in logfile
  
  Input:  test/html/includeerr2.htm
  Output: test/tmp/out.htm
  Log:test/tmp/test.log
  Testparameter:
version = 2
cmpext = 518
repeat = 2
condition = $] = 5.018000
errors = 9
  
   ERRORS detected! NOT all tests have been passed successfully
  
  cat: test/tmp/httpd.pid: No such file or directory
  make[1]: *** [test_dynamic] Error 1
  Makefile:1615: recipe for target 'test_dynamic' failed
  make[1]: Leaving directory '/«PKGBUILDDIR»'
  dh_auto_test: make -j1 test returned exit code 2
  make: *** [build-arch] Error 2

Full build log attached.
-- 
Niko Tyni   nt...@debian.org
sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on estella.local.invalid

╔══╗
║ libembperl-perl 2.5.0-1+b1 (amd64) 16 Jul 2014 21:42 ║
╚══╝

Package: libembperl-perl
Version: 2.5.0-1+b1
Source Version: 2.5.0-1
Distribution: experimental
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64

I: NOTICE: Log filtering will replace 
'build/libembperl-perl-gRsDbV/libembperl-perl-2.5.0' with '«PKGBUILDDIR»'
I: NOTICE: Log filtering will replace 'build/libembperl-perl-gRsDbV' with 
'«BUILDDIR»'
I: NOTICE: Log filtering will replace 
'var/lib/schroot/mount/sid-6755c522-fdaa-4b8b-8dd7-46da6ffde0c9' with '«CHROOT»'

┌──┐
│ Update chroot│
└──┘

Get:1 file: perl-5.20 InRelease [2818 B]
Ign file: perl-5.20/main Translation-en
Hit http://localhost:3142 sid InRelease
Hit http://localhost:3142 experimental InRelease
Hit http://localhost:3142 sid/main Sources
Hit http://localhost:3142 sid/main amd64 Packages
Hit http://localhost:3142 sid/main Translation-en
Hit http://localhost:3142 experimental/main amd64 Packages
Hit http://localhost:3142 experimental/main Translation-en
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

┌──┐
│ Fetch source files   │
└──┘


Check APT
─

Checking available source versions...

Download source files with APT
──

Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'libembperl-perl' packaging is maintained in the 'Git' version control 
system at:
git://anonscm.debian.org/pkg-perl/packages/libembperl-perl.git
Need to get 801 kB of source archives.
Get:1 http://localhost:3142/debian/ sid/main libembperl-perl 2.5.0-1 (dsc) 
[2233 B]
Get:2 http://localhost:3142/debian/ sid/main libembperl-perl 2.5.0-1 (tar) [787 
kB]
Get:3 http://localhost:3142/debian/ sid/main libembperl-perl 2.5.0-1 (diff) 
[11.5 kB]
Fetched 801 kB in 0s (18.3 MB/s)
Download complete and in download only mode

Check arch
──

Merged Build-Depends: build-essential, fakeroot
Filtered Build-Depends: build-essential, fakeroot
dpkg-deb: building package `sbuild-build-depends-core-dummy' in 
`/«BUILDDIR»/resolver-NFnAOJ/apt_archive/sbuild-build-depends-core-dummy.deb'.
OK
Reading package lists...

┌──┐
│ 

Bug#716676: marked as done (python3-dateutil: fails to install: Exception: python3.2 -c 'import imp; print(imp.get_tag())' failed with status code 134)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 10:33:52 +0100
with message-id 
CANBHLUjnh71Nrm72qBjNqwTsQgWbZFh0cyCdeW5PEoz8sdAN=g...@mail.gmail.com
and subject line Re: python3-dateutil: fails to install: Exception: python3.2 
-c 'import imp; print(imp.get_tag())' failed with status code 134
has caused the Debian Bug report #716676,
regarding python3-dateutil: fails to install: Exception: python3.2 -c 'import 
imp; print(imp.get_tag())' failed with status code 134
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.)


-- 
716676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python3-dateutil
Version: 2.0+dfsg1-1
Severity: serious
Tags: experimental
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + python3-matplotlib

Hi,

during a test with piuparts I noticed your package failed to install in
experimental.

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

  Setting up python3-dateutil (2.0+dfsg1-1) ...
  Traceback (most recent call last):
File /usr/bin/py3compile, line 292, in module
  main()
File /usr/bin/py3compile, line 272, in main
  options.force, options.optimize, e_patterns)
File /usr/bin/py3compile, line 158, in compile
  cfn = interpreter.cache_file(fn, version)
File /usr/share/python3/debpython/interpreter.py, line 212, in cache_file
  (fname[:-3], self.magic_tag(version), last_char))
File /usr/share/python3/debpython/interpreter.py, line 246, in magic_tag
  return self._execute('import imp; print(imp.get_tag())', version)
File /usr/share/python3/debpython/interpreter.py, line 359, in _execute
  raise Exception('{} failed with status code {}'.format(command, 
output['returncode']))
  Exception: python3.2 -c 'import imp; print(imp.get_tag())' failed with status 
code 134
  dpkg: error processing python3-dateutil (--configure):
   subprocess installed post-installation script returned error exit status 1

That's probably related to newer python versions or dependencies.


cheers,

Andreas


python3-matplotlib_1.2.0-1.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
I've tried to reproduce this bug in latest debian sid, and was not
able to do so. It appears to install and work correctly.

If there are further problems with this package, please open/reopen a
new bug with further details.

-- 
Regards,

Dimitri.---End Message---


Bug#723721: gnome-terminal: colors are swapped

2014-07-30 Thread Simon McVittie
unmerge 723721
severity 723721 normal
tags 723721 + moreinfo
thanks

On Thu, 19 Sep 2013 at 08:58:42 +0200, folkert wrote:
 Black and white are swapped.
 If a program (eg an ncurses application) selects black, then gnome-terminal 
 draws with white instead.

Osamu Aoki merged this with #721489, but I'm not so sure that it's actually
the same issue.

Are you sure the program is selecting black, and not the default colour?
The two are separate, and there are different terminal escapes to
use them. Most terminals have white as their default foreground and black
as their default background (e.g. xterm), but gnome-terminal has its defaults
the other way round.

These shell commands should produce text in the indicated colours,
on all terminals:

printf '\e[1;37;40m(bright/bold white on black)\e[0m\n'
printf '\e[37;40m(dim white on black)\e[0m\n'
printf '\e[47;30m(black on white)\e[0m\n'
printf '\e[1;47;30m(dark grey on white)\e[0m\n'
printf '\e[0m(terminal default background and foreground)\e[0m\n'
printf '\e[1m(terminal default background and bright/bold foreground)\e[0m\n'

If they do not, please say which ones you think are wrong, and what colours
they come out as.

Have you changed the colours in Profile Preferences?
The Text and Background Color part of the Colors tab controls the
default foreground and background, while the Palette part controls
what happens if an application specifically asks for black or white or
whatever. To match applications' expectations, the first row of the Palette
should normally look something like this:

black, red, green, yellow/orange/brown, blue, purple, dark cyan, light grey

and the second row should be brighter versions of the top row.

Regards,
S


-- 
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#723721: gnome-terminal: colors are swapped

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 723721
Bug #723721 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Bug #683744 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Bug #721489 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Bug #731392 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Disconnected #723721 from all other report(s).
 severity 723721 normal
Bug #723721 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Severity set to 'normal' from 'grave'
 tags 723721 + moreinfo
Bug #723721 [gnome-terminal] gnome-terminal: black-on-black text with Use 
colors from system theme under non-GNOME
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
683744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683744
721489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721489
723721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723721
731392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731392
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#683744: gnome-terminal: text is invisible when Use colors from system theme is ticked

2014-07-30 Thread Simon McVittie
tags 683744 + patch
thanks

On Thu, 05 Dec 2013 at 12:42:25 +, Simon McVittie wrote:
 On 05/12/13 00:13, Vincent Lefevre wrote:
  In Profile → Colors, when Use colors from system theme is ticked,
  the main text is invisible (black on black?).

Workaround 1: turn off Use colors from system theme.

Workaround 2: set a non-awful Gtk theme (Gtk 3.12's default is Raleigh
which is very minimal and rather ugly) by installing gnome-themes-standard
and putting this in $XDG_CONFIG_HOME/gtk-3.0/settings.ini, which is usually
~/.config/gtk-3.0/settings.ini:

[Settings]
gtk-theme-name = Adwaita

(You might also notice that every other Gtk application looks a lot better
as a result.)

In Gtk 3.14, Adwaita has moved from gnome-themes-standard into Gtk
and is the default theme on all platforms.

 I suspect that the bug is that when some part of GNOME (possibly
 gnome-settings-daemon?) is not running, gnome-terminal fails to
 find the system theme colours, and instead of falling back to
 some sensible hard-coded default (black-on-white or white-on-black),
 it falls back to black-on-black.

The bug is actually that when gnome-terminal asks the theme engine
what colours should I use to draw a TerminalScreen widget?,
the answer given by the Raleigh theme is black on black,
which is not helpful. The attached patch falls back to
black-on-white (matching Adwaita) if that happens.

S
From 24df74c0b8f6c3593273ca32405feef8d53634a9 Mon Sep 17 00:00:00 2001
From: Simon McVittie simon.mcvit...@collabora.co.uk
Date: Wed, 30 Jul 2014 10:38:16 +0100
Subject: [PATCH] Don't allow the theme to set black-on-black

Gtk 3.12's Raleigh theme (the default in non-GNOME
environments) says a TerminalScreen should be drawn in
black-on-black, which is rather hopeless for usability.
Hard-code black-on-white (matching Adwaita) as a fallback.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683744
---
 src/terminal-screen.c | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index ac971c0..cbf1491 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -862,6 +862,17 @@ update_color_scheme (TerminalScreen *screen)
   gtk_style_context_get_color (context, GTK_STATE_FLAG_NORMAL, theme_fg);
   gtk_style_context_get_background_color (context, GTK_STATE_FLAG_NORMAL, theme_bg);
 
+  if (theme_fg.red == 0.0  theme_fg.green == 0.0  theme_fg.blue == 0.0 
+  theme_bg.red == 0.0  theme_bg.green == 0.0  theme_bg.blue == 0.0)
+{
+  /* The GTK-default Raleigh theme in 3.12 ends up assigning
+   * black background and black foreground, which is clearly not
+   * useful. */
+  theme_bg.red = 1.0;
+  theme_bg.green = 1.0;
+  theme_bg.blue = 1.0;
+}
+
   if (g_settings_get_boolean (profile, TERMINAL_PROFILE_USE_THEME_COLORS_KEY) ||
   (!terminal_g_settings_get_rgba (profile, TERMINAL_PROFILE_FOREGROUND_COLOR_KEY, fg) ||
!terminal_g_settings_get_rgba (profile, TERMINAL_PROFILE_BACKGROUND_COLOR_KEY, bg)))
-- 
2.0.1



Bug#756488: gpsd: hotplug is broken with systemd due to wrong GPSD_SOCKET

2014-07-30 Thread Jeremy Laine
Package: gpsd
Version: 3.10+dev3~d6b65b48-1
Severity: grave
Justification: renders package unusable

Since the switch to systemd, gpsd's support for hotplug of USB devices is
broken using the default configuration. This means that for most users, just
installing gpsd and plugging in a GPS does not work, and it breaks working
installations upon upgrade.

The problem is that the udev hotplug script and gpsd have diverging views of
what the control socket path is.

When gpsd is installed on jessie, it is launched by systemd as follows:

gpsd -N

= it uses gpsd's default control socket path: /var/run/gpsd.sock

This is confirmed by running lsof -p `pidof gpsd`

gpsd5271 gpsd3u  unix 0x8800a10127c0  0t0   71137 
/var/run/gpsd.sock

The udev hotplug script on the other hand reads /etc/default/gpsd to determine
the path of the control socket, and the default value is:

# gpsd control socket location.
GPSD_SOCKET=/run/gpsd/gpsd.sock

As a result of this, when the GPS is plugged in, the hotplug script thinks gpsd
is not running, and launches a new instance of gpsd. This new instance of gpsd
does not work as the port on which gpsd listens is already taken by the first
process.

Please either change the default value of GPSD_SOCKET in /etc/default/gpsd or
change the systemd launch script so that it respects GPSD_SOCKET.

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

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

Versions of packages gpsd depends on:
ii  adduser  3.113+nmu3
ii  init-system-helpers  1.20
ii  libbluetooth35.21-1
ii  libc62.19-7
ii  libdbus-1-3  1.8.6-1
ii  libgps21 3.10+dev3~d6b65b48-1
ii  libusb-1.0-0 2:1.0.19-1
ii  lsb-base 4.1+Debian13
ii  netbase  5.2
ii  systemd-sysv 208-6

Versions of packages gpsd recommends:
ii  python  2.7.8-1
ii  udev208-6

Versions of packages gpsd suggests:
ii  dbus  1.8.6-1
pn  gpsd-clients  none

-- 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#756429: marked as done (traceevent plugins installed in wrong directory)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 10:00:07 +
with message-id e1xcqg3-0007fe...@franck.debian.org
and subject line Bug#756429: fixed in linux-tools 3.16~rc7-1~exp1
has caused the Debian Bug report #756429,
regarding traceevent plugins installed in wrong 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.)


-- 
756429: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756429
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-tools-3.14
Version: 3.14-1
Severity: serious

Since version 3.14, perf builds and installs some plugins in
/usr/lib/traceevent/plugins (or, on amd64, /usr/lib64/...).

This will prevent coinstallation of linux-tools-version for multiple
kernel versions.  Also, Debian policy does not allow use of /lib64 and
/usr/lib64.

Ben.

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

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

Versions of packages linux-tools-3.14 depends on:
ii  libaudit1 1:2.3.7-1
ii  libc6 2.19-7
ii  libdw10.159-4
ii  libelf1   0.159-4
ii  libnuma1  2.0.9-1
ii  libperl5.18   5.18.2-7
ii  libpython2.7  2.7.8-3
ii  libslang2 2.2.4-17
ii  libunwind81.1-3
ii  perl  5.18.2-7
pn  python:anynone

Versions of packages linux-tools-3.14 recommends:
ii  linux-base  3.6

Versions of packages linux-tools-3.14 suggests:
pn  linux-doc-3.14  none

-- no debconf information
---End Message---
---BeginMessage---
Source: linux-tools
Source-Version: 3.16~rc7-1~exp1

We believe that the bug you reported is fixed in the latest version of
linux-tools, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-tools 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: Tue, 29 Jul 2014 21:11:10 +0100
Source: linux-tools
Binary: linux-kbuild-3.16 linux-tools-3.16 libusbip-dev usbip
Architecture: i386 source
Version: 3.16~rc7-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 756429
Description: 
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-3.16 - Kbuild infrastructure for Linux 3.16
 linux-tools-3.16 - Performance analysis tools for Linux 3.16-rc7
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (3.16~rc7-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate
 .
   [ Ben Hutchings ]
   * genorig: Include new directory for usbip UAPI header
   * debian/control: Update Build-Depends for usbip switching from
 libsysfs to libudev
   * perf: Build with V=1 as V=2 no longer works
   * perf: Change build command to avoid a rebuild during 'make install'
   * linux-tools: Install traceevent plugins in
 /usr/lib/traceevent_version/plugins (Closes: #756429)
   * linux-kbuild: Install scripts/Makefile.extrawarn
Checksums-Sha1: 
 3198c63b6599b32c66a9f78bf1d227dc3c84be7b 2578 linux-tools_3.16~rc7-1~exp1.dsc
 b5c60337d4755a55fa8012bdf820ffb84842c7c7 7820296 
linux-tools_3.16~rc7.orig.tar.xz
 b504c9cca702178b1a2dce31057c1ec684eb4af4 22020 
linux-tools_3.16~rc7-1~exp1.debian.tar.xz
 db3372410a9eaa3ee56e4cb069ad19c6c48f0ad8 22988 
libusbip-dev_2.0+3.16~rc7-1~exp1_i386.deb
 eb6bdb74a689f727e40c7c3cf4b8c6bcfb10b01b 162580 
linux-kbuild-3.16_3.16~rc7-1~exp1_i386.deb
 983fb2d3eb20ce2baef084b0ff0c9613a26e0079 36856 
usbip_2.0+3.16~rc7-1~exp1_i386.deb
 0d7227185ca2b1af42cbd6caeafe4fec682d1077 562456 
linux-tools-3.16_3.16~rc7-1~exp1_i386.deb
Checksums-Sha256: 
 fc73710df892721e7c82f673ce5fd5122ef98c2f3ba23935676e7f61c4eac9f8 2578 
linux-tools_3.16~rc7-1~exp1.dsc
 96a53be7b59210264ce30ea734fd8fba0f3311d07b0982bf24433a22eedbd03e 7820296 
linux-tools_3.16~rc7.orig.tar.xz
 

Bug#754354: Something holds dentry-related mutex forever in Wheezy amd64 kernel

2014-07-30 Thread Mike Crowe
On Monday 21 July 2014 at 15:01:31 +0100, Mike Crowe wrote:
 It is possible that I'm seeing the same problem. Our AMD Opteron 4386 (16
 cores) machine is also getting stuck with lots of hung tasks.

[snip]

 PID: 4087   TASK: 88040ea63840  CPU: 2   COMMAND: nfsd
  #0 [8804034b9c00] __schedule at 8134f195
  #1 [8804034b9c88] __mutex_lock_common.isra.5 at 8134fb74
  #2 [8804034b9cf8] mutex_lock at 8134fa62
  #3 [8804034b9d18] fh_lock_nested.isra.6 at a043d63c [nfsd]
  #4 [8804034b9d28] nfsd_lookup_dentry at a043df1a [nfsd]
  #5 [8804034b9d98] nfsd4_secinfo.part.15 at a0447692 [nfsd]
  #6 [8804034b9dc8] nfsd4_proc_compound at a04468d6 [nfsd]
  #7 [8804034b9e18] nfsd_dispatch at a043a7cd [nfsd]
  #8 [8804034b9e48] svc_process_common at a0336c3f [sunrpc]
  #9 [8804034b9eb8] svc_process at a0337050 [sunrpc]
 #10 [8804034b9ed8] nfsd at a043a0e3 [nfsd]
 #11 [8804034b9ef8] kthread at 8105f701
 #12 [8804034b9f48] kernel_thread_helper at 813576f4

 ii  linux-image-amd643.2+46
 ii  nfs-kernel-server1:1.2.6-4

That version information wasn't very useful, was it. :( I believe that this
crash was from linux-image-3.2.0-4-amd64 3.2.60-1+deb7u1

I've just had the same failure happen with 3.2.60-1+deb7u3.

Mike.


-- 
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#756464: upgrade-reports: [kfreebsd] dist-upgrade to jessie removes the kernel

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 756464 freebsd-net-tools
Bug #756464 [upgrade-reports] upgrade-reports: [kfreebsd] dist-upgrade to 
jessie removes the kernel
Bug reassigned from package 'upgrade-reports' to 'freebsd-net-tools'.
Ignoring request to alter found versions of bug #756464 to the same values 
previously set
Ignoring request to alter fixed versions of bug #756464 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
756464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756464
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#756492: system-config-printer-kde: Authentication Dialog cannot receive focus

2014-07-30 Thread Sander van Grieken
Source: system-config-printer-kde
Severity: grave
Justification: renders package unusable

When configuring an existing printer through the printer KCM module (as normal
user), authentication is not possible when clicking Configure, makig changes
there, and pressing Apply. The authentication dialog pops up, but cannot
receive focus.

When the authentication dialog pops up as a result of checking the 'Default
Printer' or 'Reject Print Jobs' checkbox, the authentication dialog is able to
receive focus, and these settings seems to apply after auth.

So it is likely due to two modal dialogs competing for focus



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


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



Bug#743853: libpango-1.0-0 : Breaks: libpango1.0-0 ( 1.32.5-2) but 1.30.0-1 is to be installed

2014-07-30 Thread Simon McVittie
tags 743853 + moreinfo

On Mon, 07 Apr 2014 at 13:39:53 +0200, Holger Levsen wrote:
 as visible in (at least) 
 https://jenkins.debian.net/job/chroot-installation_wheezy_install_developer_upgrade_to_jessie/322/console
 libpango-1.0.0 breaks upgrades from wheezy to jessie.

How can this be reproduced? I tried installing libpango1.0-0 in a wheezy
chroot and doing a dist-upgrade to jessie, and that worked fine.

http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-installation.yaml
indicates that this particular test case is:


Debootstrap wheezy, then install four desktop environments and the most
commonly used applications and packages - and the build depends for all
of these, then upgrade to jessie


... which seems inconveniently large.

https://jenkins.debian.net/ indicates that
chroot-installation_wheezy_install_developer_upgrade_to_jessie passes
or fails intermittently, and the failures don't seem to be related to
this bug.

 The following packages have unmet dependencies:
  libpango-1.0-0 : Breaks: libpango1.0-0 ( 1.32.5-2) but 1.30.0-1 is to be 
 installed
 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
 held packages.
 E: Internal error, Upgrade broke stuff

I wonder whether this might have been the same apt issue
as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722912.
Do you use wheezy's apt or jessie's apt (or something else, like aptitude)
for the upgrade? #722912 appears to have been fixed in jessie's apt.

S


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



Processed (with 5 errors): Re: Bug#743853: libpango-1.0-0 : Breaks: libpango1.0-0 ( 1.32.5-2) but 1.30.0-1 is to be installed

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 743853 + moreinfo
Bug #743853 [libpango-1.0-0] libpango-1.0-0 : Breaks: libpango1.0-0 ( 
1.32.5-2) but 1.30.0-1 is to be installed
Added tag(s) moreinfo.
 On Mon, 07 Apr 2014 at 13:39:53 +0200, Holger Levsen wrote:
Unknown command or malformed arguments to command.
  as visible in (at least) 
  https://jenkins.debian.net/job/chroot-installation_wheezy_install_developer_upgrade_to_jessie/322/console
Unknown command or malformed arguments to command.
  libpango-1.0.0 breaks upgrades from wheezy to jessie.
Unknown command or malformed arguments to command.
 How can this be reproduced? I tried installing libpango1.0-0 in a wheezy
Unknown command or malformed arguments to command.
 chroot and doing a dist-upgrade to jessie, and that worked fine.
Unknown command or malformed arguments to command.
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
743853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743853
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: jessie

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 748998 + sid jessie
Bug #748998 [src:libaunit] FTBFS: build-depends gnat, gnat-4.6
Added tag(s) sid and jessie.
 tags 752349 + sid jessie
Bug #752349 [src:nflog-bindings] nflog-bindings: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752469 + sid jessie
Bug #752469 [clearsilver] clearsilver: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752708 + sid jessie
Bug #752708 [libmozilla-ldap-perl] libmozilla-ldap-perl: hardcodes 
/usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752714 + sid jessie
Bug #752714 [lockdev] lockdev: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752711 + sid jessie
Bug #752711 {Done: Martin Pitt mp...@debian.org} [libpg-perl] libpg-perl: 
hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752804 + sid jessie
Bug #752804 [src:owfs] owfs: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752809 + sid jessie
Bug #752809 [src:qt4-perl] qt4-perl: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 752347 + sid jessie
Bug #752347 [highlight] highlight: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 755357 + sid jessie
Bug #755357 {Done: Didier 'OdyX' Raboud o...@debian.org} [src:nsis] nsis: 
FTBFS on armel/kfreebsd-amd64: hang/timeout
Added tag(s) sid and jessie.
 tags 752928 + sid jessie
Bug #752928 [libencode-arabic-perl] libencode-arabic-perl: FTBFS with newer 
Encode: Can't locate object method export_to_level via package Encode
Added tag(s) sid and jessie.
 tags 752982 + sid jessie
Bug #752982 [src:libwebservice-musicbrainz-perl] 
libwebservice-musicbrainz-perl: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 tags 755028 + sid jessie
Bug #755028 [src:libtk-tablematrix-perl] libtk-tablematrix-perl: hardcodes 
/usr/lib/perl5
Added tag(s) sid and jessie.
 tags 755077 + sid jessie
Bug #755077 [src:libalog] libalog: increase gnat version in dependencies
Added tag(s) sid and jessie.
 tags 756273 + sid jessie
Bug #756273 [src:glib2.0] glib2.0: FTBFS from svn: 
gapplication.c:564:test_quit: assertion failed: (activated)
Added tag(s) sid and jessie.
 tags 756272 + sid jessie
Bug #756272 [src:glib2.0] glib2.0: FTBFS from svn: ERROR: gvariant - exited 
with status 134 (terminated by signal 6?)
Added tag(s) sid and jessie.
 tags 756322 + sid jessie
Bug #756322 [portaudio] portaudio: should this package be removed?
Added tag(s) sid and jessie.
 tags 756469 + sid jessie
Bug #756469 [libbsd-dev,libfuntools-dev] libfuntools-dev and libbsd-dev: error 
when trying to install together
Added tag(s) sid and jessie.
 tags 756464 + sid jessie
Bug #756464 [freebsd-net-tools] upgrade-reports: [kfreebsd] dist-upgrade to 
jessie removes the kernel
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
748998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748998
752347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752347
752349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752349
752469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752469
752708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752708
752711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752711
752714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752714
752804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752804
752809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752809
752928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752928
752982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752982
755028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755028
755077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755077
755357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755357
756272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756272
756273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756273
756322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756322
756464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756464
756469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756469
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#743853: libpango-1.0-0 : Breaks: libpango1.0-0 ( 1.32.5-2) but 1.30.0-1 is to be installed

2014-07-30 Thread Holger Levsen
Hi Simon,

On Mittwoch, 30. Juli 2014, Simon McVittie wrote:
 I wonder whether this might have been the same apt issue
 as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722912.
 Do you use wheezy's apt or jessie's apt (or something else, like aptitude)
 for the upgrade? #722912 appears to have been fixed in jessie's apt.

I use wheezy's apt (until it's upgraded).


cheers,
Holger




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


Bug#755315: [openstack-dev] [PKG-Openstack-devel] Bug#755315: [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-30 Thread Chris Dent

On Tue, 29 Jul 2014, Chris Dent wrote:


Let me know whenever you have a new release, without mechanize as new
dependency, or with it being optional.


It will be soon (a day or so).


https://pypi.python.org/pypi/wsgi_intercept is now at 0.8.0

All traces of mechanize removed. Have at. Enjoy. If there are issues
please post them in the github issues
https://github.com/cdent/python3-wsgi-intercept/issues first before
the openstack-dev list...

Please note that the long term plan is likely to be that _all_ the
interceptors will be removed and will be packaged as their own
packages with the core package only providing the faked socket and
environ infrastructure for the interceptors to use.

--
Chris Dent tw:@anticdent freenode:cdent
https://tank.peermore.com/tanks/cdent


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



Bug#756492: Acknowledgement (system-config-printer-kde: Authentication Dialog cannot receive focus)

2014-07-30 Thread Sander van Grieken
Sorry, wrong package, close this.


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



Bug#756494: print-manager: Authentication Dialog cannot receive focus

2014-07-30 Thread Sander van Grieken
Package: print-manager
Version: 4:4.13.3-1
Severity: grave
Justification: renders package unusable

When configuring an existing printer through the printer KCM module (as normal
user), authentication is not possible when clicking Configure, makig changes
there, and pressing Apply. The authentication dialog pops up, but cannot
receive focus.

When the authentication dialog pops up as a result of checking the 'Default
Printer' or 'Reject Print Jobs' checkbox, the authentication dialog is able to
receive focus, and these settings seems to apply after auth.

So it is likely due to two modal dialogs competing for focus



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages print-manager depends on:
ii  kde-runtime 4:4.13.1-1
ii  libc6   2.19-7
ii  libcups21.7.4-1
ii  libkdecore5 4:4.13.3-1
ii  libkdeui5   4:4.13.3-1
ii  libkio5 4:4.13.3-1
ii  libqt4-dbus 4:4.8.6+dfsg-2
ii  libqt4-declarative  4:4.8.6+dfsg-2
ii  libqt4-network  4:4.8.6+dfsg-2
ii  libqtcore4  4:4.8.6+dfsg-2
ii  libqtgui4   4:4.8.6+dfsg-2
ii  libstdc++6  4.9.1-1

Versions of packages print-manager recommends:
ii  cups   1.7.4-1
ii  system-config-printer  1.4.3-4

print-manager 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#755761: Confirmed

2014-07-30 Thread Steven De Herdt
On an up-to-date testing, I confirm that this happens also with a newly
created user.


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



Bug#756235: [kopete] skype plugin shows in browser

2014-07-30 Thread Maximiliano Curia
Control: merge 756228 756235
Control: merge 756232 756235
Control: severity 756235 normal

¡Hola B!

Interesting name for a bug report.

El 2014-07-27 a las 22:14 +0200, B escribió:
 While testing Iceweasel against miserable grave diggers of
 liberties at: https://panopticlick.eff.org/, the skype
 plugin was shown in the list (others, except flashplayer, don't)
 which in turn makes my browser recognizable among all.

Please disable the plugin if you don't want it (about:addons - Plugins -
Skype Buttons for Kopete - Never activate, in iceweasel/firefox).

 Browser Plugin Details

 11.65  3209.67
   Plugin 0: Shockwave Flash; Shockwave Flash 11.2 r202;
   libflashplayer.so; (Shockwave Flash;
   application/x-shockwave-flash; swf) (FutureSplash Player;
   application/futuresplash; spl). Plugin 1: Skype Buttons for
   Kopete; Mime Type x-skype for Skype Buttons; skypebuttons.so;
   (Skype Buttons; application/x-skype; ).

Happy hacking,
-- 
If it ain't broke, don't fix it -- Bert Lance
If we can't fix it, it ain't broke -- Lieutenant Colonel Walt Weir
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Processed (with 2 errors): Re: Bug#756235: [kopete] skype plugin shows in browser

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 merge 756228 756235
Bug #756228 [kopete] [kopete] skype plugin appears in browser listing
Unable to merge bugs because:
severity of #756235 is 'serious' not 'important'
Failed to merge 756228: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x3759110)', 
'requester', 'Maximiliano Curia m...@debian.org', 'request_addr', 
'756235-sub...@bugs.debian.org', 'request_msgid', 
'20140730105226.go3...@gnuservers.com.ar', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 756228 756235', 
'clonebugs', 'HASH(0x37711b8)', 'limit', 'HASH(0x37713e0)', 
'common_control_options', 'ARRAY(0x37714b8)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1040

 merge 756232 756235
Bug #756232 [kopete] [kopete] skyp plugin appear in nrowser list
Unable to merge bugs because:
severity of #756235 is 'serious' not 'important'
Failed to merge 756232: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x3759110)', 
'requester', 'Maximiliano Curia m...@debian.org', 'request_addr', 
'756235-sub...@bugs.debian.org', 'request_msgid', 
'20140730105226.go3...@gnuservers.com.ar', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 756232 756235', 
'clonebugs', 'HASH(0x37711b8)', 'limit', 'HASH(0x37713e0)', 
'common_control_options', 'ARRAY(0x37714b8)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1040

 severity 756235 normal
Bug #756235 [kopete] [kopete] skype plugin shows in browser
Severity set to 'normal' from 'serious'

-- 
756228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756228
756232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756232
756235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756235
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: nvidia-opencl-dev: binary conflict with ocl-icd-libopencl1

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 755513 ocl-icd
Bug #755513 [nvidia-opencl-dev] nvidia-opencl-dev: binary conflict with 
ocl-icd-libopencl1
Added indication that 755513 affects ocl-icd
 found 755513 ocl-icd/2.1.3-4
Bug #755513 [nvidia-opencl-dev] nvidia-opencl-dev: binary conflict with 
ocl-icd-libopencl1
Marked as found in versions ocl-icd/2.1.3-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755513
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#735227: Severity is still serious [was source of jquery is missing]

2014-07-30 Thread Emmanuel Bourg
Le 30/07/2014 08:13, Paul Wise a écrit :

 It is part of the source package, which is part of Debian, which the
 Debian project has promised will comply with the DFSG, which requires
 source code. In addition the ftp team has recently re-stated their
 requirement for source for all source and binary packages. If you would
 like to override the DFSG and or ftp team's position on it, the right
 mechanism to do that is a General Resolution.

Thank you for sharing your opinion Paul, I still think this is
completely absurd though. The file jquery.js is not and will never be
used, displayed, parsed, interpreted, executed, tested, transformed or
processed. It's impossible to sensibly call that a source file.

The DFSG states The program must include source code and I confirm
that all parts of activemq that constitute the program executed by the
end users have a proper source file.

I understand it's easier for the FTP Team to consider all elements of
the source packages equally. From a reviewer point of view it would be
difficult to understand how every new package works and what is really
used or not. It may slow down the review process and hamper the project.
But I find it a bit sad that this interpretation is used to hunt down
aggressively harmless issues in existing packages.

Emmanuel Bourg


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



Bug#750290: marked as done (vorbis-tools: FTBFS: debian/tmp/usr/share/man/man1/ogg123.1: No such file or directory at /usr/bin/dh_installman line 130.)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 11:03:48 +
with message-id e1xcrfg-0004xg...@franck.debian.org
and subject line Bug#750290: fixed in vorbis-tools 1.4.0-1.1
has caused the Debian Bug report #750290,
regarding vorbis-tools: FTBFS: debian/tmp/usr/share/man/man1/ogg123.1: No such 
file or directory at /usr/bin/dh_installman line 130.
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.)


-- 
750290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: vorbis-tools
Version: 1.4.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory '/«PKGBUILDDIR»'
 #rm debian/tmp/usr/share/doc/libvorbis-1.3.1/doxygen-build.stamp
 dh_install
 make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_installman
 debian/tmp/usr/share/man/man1/ogg123.1: No such file or directory at 
 /usr/bin/dh_installman line 130.
 make: *** [binary] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/vorbis-tools_1.4.0-1_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: vorbis-tools
Source-Version: 1.4.0-1.1

We believe that the bug you reported is fixed in the latest version of
vorbis-tools, 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 750...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie s...@debian.org (supplier of updated vorbis-tools 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: Mon, 28 Jul 2014 11:11:26 +0100
Source: vorbis-tools
Binary: vorbis-tools vorbis-tools-dbg
Architecture: source amd64
Version: 1.4.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Xiph.org Maintainers pkg-xiph-ma...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description:
 vorbis-tools - several Ogg Vorbis tools
 vorbis-tools-dbg - several Ogg Vorbis tools (debug files)
Closes: 750290
Changes:
 vorbis-tools (1.4.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build-depend on pkg-config, required for libao detection (presumably
 this was previously pulled in indirectly). Thanks to peter green for
 diagnosing this. (Closes: #750290)
Checksums-Sha1:
 288342adc1404bb176c8c458566b6025f92f0bdd 2051 vorbis-tools_1.4.0-1.1.dsc
 a3f644f9072a056be676d58aef54567143ce30fa 6277 vorbis-tools_1.4.0-1.1.diff.gz
 3c5883e26faa67fd74aa9fd19f25eb3c301961f9 183636 
vorbis-tools_1.4.0-1.1_amd64.deb
 76afbe5611659c9d6e4a8ed6b38228fd1c280576 170748 
vorbis-tools-dbg_1.4.0-1.1_amd64.deb
Checksums-Sha256:
 fa10de940acb068a6ff2880855c91270c7a72864ec2d47884dc979749098dd8c 2051 
vorbis-tools_1.4.0-1.1.dsc
 9a09e81a2f054cbe79ec16e41553ce53130bf489dcd09e5387b30a6196d404f5 6277 
vorbis-tools_1.4.0-1.1.diff.gz
 4906a13087f1377225b0c6cb62031cf11abd20d442a09fee27195f3b290a7332 183636 
vorbis-tools_1.4.0-1.1_amd64.deb
 5f35075425b4070f49007646b3cce193c3a90ca460c77d0a09d6c0ab514b5eaa 170748 
vorbis-tools-dbg_1.4.0-1.1_amd64.deb
Files:
 ba9815afce9554344850844d4b985644 183636 sound optional 
vorbis-tools_1.4.0-1.1_amd64.deb
 bc30267ccd5c3d134e686946ddd572c6 170748 debug extra 
vorbis-tools-dbg_1.4.0-1.1_amd64.deb
 34e576b498f4935d238ae5094f246a7c 2051 sound optional vorbis-tools_1.4.0-1.1.dsc
 b7e13ce47f077a998effc8e907a7c1b8 6277 sound optional 
vorbis-tools_1.4.0-1.1.diff.gz

-BEGIN PGP SIGNATURE-

iQIVAwUBU9Ypz03o/ypjx8yQAQjQDA//V7W4YSs7mTtkuhSQSRN0uEsoHwb1xCHv
jFNSuY2W+LJmDXj/Q8edxe7TxiuhWNTUJh2ArTxz66KzS9Cpd85rpAP9MsjX/2Qy

Processed: severity of 749791 is serious

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Broken on 64-bit architectures.
 severity 749791 serious
Bug #749791 [src:steptalk] steptalk: GCC warnings that may lead to runtime 
issues with new GNUstep libraries
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
749791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749791
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#756498: libelixirfm-perl: Missing dependency on libxml-parser-perl

2014-07-30 Thread Niko Tyni
Package: libelixirfm-perl
Version: 1.1.976-2
Severity: serious

This package seems to be missing a dependency on libxml-parser-perl.

% perl -e 'use ElixirFM'
Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser 
module) (@INC contains: .. /etc/perl /usr/local/lib/perl/5.18.2 
/usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 
/usr/share/perl/5.18 /usr/local/lib/site_perl .) at 
/usr/share/perl5/ElixirFM.pm line 17.
BEGIN failed--compilation aborted at /usr/share/perl5/ElixirFM.pm line 17.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

-- 
Niko Tyni   nt...@debian.org


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



Processed: Re: Bug#752928: libencode-arabic-perl: FTBFS with newer Encode: Can't locate object method export_to_level via package Encode

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 752928 patch
Bug #752928 [libencode-arabic-perl] libencode-arabic-perl: FTBFS with newer 
Encode: Can't locate object method export_to_level via package Encode
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752928
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#752928: libencode-arabic-perl: FTBFS with newer Encode: Can't locate object method export_to_level via package Encode

2014-07-30 Thread Niko Tyni
tag 752928 patch
thanks

On Fri, Jun 27, 2014 at 11:14:11PM +0300, Niko Tyni wrote:
 Package: libencode-arabic-perl
 Version: 1.9-1
 Severity: important
 User: debian-p...@lists.debian.org
 Usertags: perl-5.20-transition
 
 This package fails to build with a newer Encode version, either on current
 sid with the separate libencode-perl package, or with Perl 5.20.0 from
 experimental. On current sid:
 
   #   Failed test 'use Encode::Arabic;'
   #   at t/00-load.t line 7.
   # Tried to use 'Encode::Arabic'.
   # Error:  Can't locate object method export_to_level via package 
 Encode at 
 /tmp/buildd/libencode-arabic-perl-1.9/blib/lib/Encode/Arabic/ArabTeX.pm line 
 110.

As noted in the upstream ticket, newer versions of Encode don't inherit
from Exporter anymore.

I don't claim to understand all the subtleties here, but I got the test
suite working by using Import::Into. There may well be simpler ways to
fix this, suggestions welcome :)

Note that this also needs a dependency information update, either
Build.PL/META.yml for upstream or debian/control for the packaging Debian.

I couldn't really work out how to use the only reverse dependency,
libelixirfm-perl, so I wasn't able to do any further testing.
-- 
Niko Tyni   nt...@debian.org
From 66de4096449f3f97f7717f0d832ad90bab543817 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Tue, 29 Jul 2014 23:42:24 +0300
Subject: [PATCH] Fix compatibility with newer Encode versions

As of Encode 2.55 (commit
 https://github.com/dankogai/p5-encode/commit/93b3d593d85004c570e44f3f79db0ca3c08d89ea
) Encode doesn't inherit from Exporter anymore, so
Encode-export_to_level() fails.

Replace the export_to_level() calls with Import::Into.

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95975
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752928
---
 lib/Encode/Arabic.pm  | 4 +++-
 lib/Encode/Arabic/ArabTeX.pm  | 5 -
 lib/Encode/Arabic/ArabTeX/RE.pm   | 4 +++-
 lib/Encode/Arabic/ArabTeX/Verbatim.pm | 4 +++-
 lib/Encode/Arabic/ArabTeX/ZDMG.pm | 3 ++-
 lib/Encode/Arabic/ArabTeX/ZDMG/RE.pm  | 4 +++-
 lib/Encode/Arabic/Buckwalter.pm   | 4 +++-
 lib/Encode/Arabic/Parkinson.pm| 4 +++-
 8 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/lib/Encode/Arabic.pm b/lib/Encode/Arabic.pm
index aeebc36..d434d62 100644
--- a/lib/Encode/Arabic.pm
+++ b/lib/Encode/Arabic.pm
@@ -8,6 +8,7 @@ package Encode::Arabic;
 
 our $VERSION = '1.9' || do { q $Revision: 808 $ =~ /(\d+)/; sprintf %4.2f, $1 / 100 };
 
+use Import::Into;
 
 sub import {# perform import as if Encode were used one level before this module
 
@@ -25,7 +26,8 @@ sub import {# perform import as if Encode were used one level before
 
 require Encode;
 
-Encode-export_to_level(1, @_);
+shift @_; # no need for the package name
+Encode-import::into(1, @_);
 }
 
 
diff --git a/lib/Encode/Arabic/ArabTeX.pm b/lib/Encode/Arabic/ArabTeX.pm
index ffe43c2..ca54414 100644
--- a/lib/Encode/Arabic/ArabTeX.pm
+++ b/lib/Encode/Arabic/ArabTeX.pm
@@ -14,6 +14,8 @@ use warnings;
 use Scalar::Util 'blessed';
 use Carp;
 
+use Import::Into;
+
 our $VERSION = do { q $Revision: 717 $ =~ /(\d+)/; sprintf %4.2f, $1 / 100 };
 
 
@@ -107,7 +109,8 @@ sub import {# perform import as if Encode were used one level before
 
 require Encode;
 
-Encode-export_to_level(1, @_); # here comes the only trick ^^
+shift @_; # no need for the package name
+Encode-import::into(1, @_); # here comes the only trick ^^
 }
 
 
diff --git a/lib/Encode/Arabic/ArabTeX/RE.pm b/lib/Encode/Arabic/ArabTeX/RE.pm
index 1d645b5..7b851ef 100644
--- a/lib/Encode/Arabic/ArabTeX/RE.pm
+++ b/lib/Encode/Arabic/ArabTeX/RE.pm
@@ -12,6 +12,7 @@ use strict;
 use warnings;
 
 use Scalar::Util 'blessed';
+use Import::Into;
 
 our $VERSION = do { q $Revision: 162 $ =~ /(\d+)/; sprintf %4.2f, $1 / 100 };
 
@@ -49,7 +50,8 @@ our %modemap = (
 
 sub import {# perform import as if Encode were used one level before this module
 require Encode;
-Encode-export_to_level(1, @_);
+shift @_; # no need for the package name
+Encode-import::into(1, @_);
 }
 
 
diff --git a/lib/Encode/Arabic/ArabTeX/Verbatim.pm b/lib/Encode/Arabic/ArabTeX/Verbatim.pm
index 0d09f78..7fd36eb 100644
--- a/lib/Encode/Arabic/ArabTeX/Verbatim.pm
+++ b/lib/Encode/Arabic/ArabTeX/Verbatim.pm
@@ -18,6 +18,7 @@ our $VERSION = do { q $Revision: 717 $ =~ /(\d+)/; sprintf %4.2f, $1 / 100 };
 
 use Encode::Arabic::ArabTeX ();
 use base 'Encode::Arabic::ArabTeX';
+use Import::Into;
 
 
 use Encode::Encoding;
@@ -110,7 +111,8 @@ sub import {# perform import as if Encode were used one level before
 
 require Encode;
 
-Encode-export_to_level(1, @_); # here comes the only trick ^^
+shift @_; # no need for the package name
+Encode-import::into(1, @_); # here comes the only trick ^^
 }
 
 
diff --git 

Processed: tagging 754848

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 754848 + pending
Bug #754848 [helpviewer.app] helpviewer.app: Crashes on startup
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754848
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#756498: Pending fixes for bugs in the libelixirfm-perl package

2014-07-30 Thread pkg-perl-maintainers
tag 756498 + pending
thanks

Some bugs in the libelixirfm-perl package are closed in revision
4790c3810de43e9623b86d683904f626d87fcbe6 in branch 'master' by Damyan
Ivanov

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libelixirfm-perl.git;a=commitdiff;h=4790c38

Commit message:

add libxml-parser-perl to run-time dependencies

Thanks to Niko Tyni. Closes: #756498


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



Processed: Pending fixes for bugs in the libelixirfm-perl package

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 756498 + pending
Bug #756498 [libelixirfm-perl] libelixirfm-perl: Missing dependency on 
libxml-parser-perl
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
756498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756498
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#756498: marked as done (libelixirfm-perl: Missing dependency on libxml-parser-perl)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 12:34:25 +
with message-id e1xct5n-0001cj...@franck.debian.org
and subject line Bug#756498: fixed in libelixirfm-perl 1.1.976-3
has caused the Debian Bug report #756498,
regarding libelixirfm-perl: Missing dependency on libxml-parser-perl
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.)


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

This package seems to be missing a dependency on libxml-parser-perl.

% perl -e 'use ElixirFM'
Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser 
module) (@INC contains: .. /etc/perl /usr/local/lib/perl/5.18.2 
/usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 
/usr/share/perl/5.18 /usr/local/lib/site_perl .) at 
/usr/share/perl5/ElixirFM.pm line 17.
BEGIN failed--compilation aborted at /usr/share/perl5/ElixirFM.pm line 17.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

-- 
Niko Tyni   nt...@debian.org
---End Message---
---BeginMessage---
Source: libelixirfm-perl
Source-Version: 1.1.976-3

We believe that the bug you reported is fixed in the latest version of
libelixirfm-perl, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov d...@debian.org (supplier of updated libelixirfm-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 30 Jul 2014 11:56:32 +
Source: libelixirfm-perl
Binary: libelixirfm-perl
Architecture: source all
Version: 1.1.976-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 libelixirfm-perl - perl implementation for Functional Arabic Morphology
Closes: 756498
Changes:
 libelixirfm-perl (1.1.976-3) unstable; urgency=low
 .
   * Team upload
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using cme fix dpkg-
 copyright
 .
   [ Damyan Ivanov ]
   * apply wrap-and-sort -s -a -t
   * add libxml-parser-perl to run-time dependencies.
 Thanks to Niko Tyni. Closes: #756498
   * Use canonical Vcs-* URLs
   * Standards-Version: 3.9.5 (no changes needed)
Checksums-Sha1:
 a895a473811f0656008ccbbab294680f4b1ce823 2098 libelixirfm-perl_1.1.976-3.dsc
 2f7f43bec0b6d5f59f2c7070d130b335b025e435 2696 
libelixirfm-perl_1.1.976-3.debian.tar.xz
 b7e9bd24bd1cc11704fce0f009fc08f825d53ed6 47962 
libelixirfm-perl_1.1.976-3_all.deb
Checksums-Sha256:
 ddb2c404d87db6563e77fed386fcea4ac43bf94099e11dc5dc296198a29289b7 2098 
libelixirfm-perl_1.1.976-3.dsc
 7eaeb1ba5c878fb214f4c1acefc1d16ccf8edc3dcd8b01ed71e485440f586eff 2696 
libelixirfm-perl_1.1.976-3.debian.tar.xz
 4aabb3afdf82189f68090f1a95f3fb224b7547ba63e1dec794ef51a5744f3ad0 47962 
libelixirfm-perl_1.1.976-3_all.deb
Files:
 abe6aa13c669b9d21bf3adb1c9d13f42 47962 perl optional 
libelixirfm-perl_1.1.976-3_all.deb
 88717e5e532c44b16b08111216fa50b6 2098 perl optional 
libelixirfm-perl_1.1.976-3.dsc
 3bc1373280d086ba4ccef13c824f20c1 2696 perl optional 
libelixirfm-perl_1.1.976-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT2OQ6AAoJENu+nU2Z0qAE6R4P/iDxpjxrtb816KQiX7zsNla/
ZMVrYC4uiYuUgOOLaKX/ffngQzSZzOd95CGyffmQvuTOKRZIye241WSGfhHl+Ak0
briJtjAOq5C6UhLiU7vjIuRG555oY2a7vGeNyzSbAfGfp259UOho+Q2gvW2m3JXI
4pypgKpY2baQlHvbq4KwKTpcLQnChgbXFpBf14EWyui8iVmqqFVVMnu/ZzG8Dq0B
0WRfWUiX0iiXJDqyy1NgcBRnyLq8J/kH/oO4b0SqhE/0y71FVZKnEtKKTRYNoI7X
A7NRdLr5Yb3uIWQITnaBcswUVRMl1wZgYH/GZaLglanSgeya+PrfN+2de1n7MqNT
0Ql7vBRp6xiWJuxP8Tim6hFH+PzxXEhRYZDzONEp4QdfRCg+RMqwZlXGo1Hc55oU
pg+LgzgRD7v7vpayA6+BvmPpNCLXoW8OpyJs/9YcrEX3QPzuCHzKWr5Io6LaweGA

Processed: jessie

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 756498 + sid jessie
Bug #756498 {Done: Damyan Ivanov d...@debian.org} [libelixirfm-perl] 
libelixirfm-perl: Missing dependency on libxml-parser-perl
Added tag(s) sid and jessie.
 tags 752810 + sid jessie
Bug #752810 [src:razor] razor: hardcodes /usr/lib/perl5
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752810
756498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756498
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: your mail

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 752963 + confirmed pending
Bug #752963 [libxmltooling-java] libxmltooling-java: FTBFS - missing artifact 
org.apache.maven.plugins:maven-javadoc-plugin:pom:2.9.1
Added tag(s) confirmed and pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752963
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#756308: [graphviz] Running dot -c as root fix my problem

2014-07-30 Thread Manolo Díaz
Package: graphviz
Version: 2.38.0-4

Hi,

The command that triggered the bug was
dpkg --purge libgvc5

Prior that, that package was successfully removed. Only removing it
does not trigger the bug, but purging it also removes the file
/usr/lib/graphviz/config6
leading to a buggy state.

Best Regards,
Manolo Díaz


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.15.7

Debian Release: jessie/sid
  500 testing ftp.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6   (= 2.15) | 2.19-7
libcdt5   | 2.38.0-4
libcgraph6| 2.38.0-4
libexpat1  (= 2.0.1) | 2.1.0-6
libgcc1  (= 1:4.1.1) | 1:4.9.1-1
libgd3  (= 2.1.0~alpha~) | 2.1.0-3+b1
libgvc6   | 2.38.0-4
libgvpr2  | 2.38.0-4
libqtcore4 (= 4:4.7.0~beta1) | 4:4.8.6+dfsg-2
libqtgui4(= 4:4.5.3) | 4:4.8.6+dfsg-2
libstdc++6 (= 4.1.1) | 4.9.1-1
libx11-6  | 2:1.6.2-2
libxaw7   | 2:1.0.12-2
libxmu6   | 2:1.1.2-1
libxt6| 1:1.1.4-1


Recommends(Version) | Installed
===-+-===
fonts-liberation| 1.07.4-1


Suggests  (Version) | Installed
===-+-===
gsfonts | 1:8.11+urwcyr1.0.7~pre44-4.2
graphviz-doc| 







--
Manolo Díaz


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



Bug#752024: amanda: FTBFS with Perl 5.20: needs SWIG regeneration

2014-07-30 Thread Hideki Yamane
control: tags -1 +fixed-upstream -patch

Hi,

 This seems to be fixed in SWIG 2.0.8 by
  
 https://github.com/swig/swig/commit/4305a3cef9b210541c3b88ab2fd03d787c3bca66#diff-e00eca1bbacd9d243e51f4bf400b3000R63
 but I don't know why the commit message claims it fixes problems with
 Perl 5.16 while we encounter them only with the 5.18 - 5.20 upgrade.
 
 The attached patch fixes the build, but it modifies generated files.
 A more correct fix would be a full regeneration step with current SWIG.

 Amanda upstream provides newer version 3.3.6 and it has two versions,
 one is 3.3.6-with-swig-3.0.2. I've tried to build it with Perl5.20 in
 cowbuilder and is fine. Probably we push it to repository (a bit jump
 from 3.3.3 but anyway).


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Processed: Re: amanda: FTBFS with Perl 5.20: needs SWIG regeneration

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +fixed-upstream -patch
Bug #752024 [amanda] amanda: FTBFS with Perl 5.20: needs SWIG regeneration
Added tag(s) fixed-upstream.
Bug #752024 [amanda] amanda: FTBFS with Perl 5.20: needs SWIG regeneration
Removed tag(s) patch.

-- 
752024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752024
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: found 735237 in 0.10.2-1

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 735237 0.10.2-1
Bug #735237 [src:python-weberror] [python-weberror] non sourced minified 
javascript
Bug #735893 [src:python-weberror] Sourceless file
Marked as found in versions python-weberror/0.10.2-1.
Marked as found in versions python-weberror/0.10.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
735237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735237
735893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735893
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#754294: Re; Kernel release

2014-07-30 Thread Dave Ewart
Andy: I haven't installed the kernel update advertised at
https://lists.debian.org/debian-security-announce/2014/msg00174.html and
the announcement doesn't mention this bug, however unpacking the Debian
source package (linux_3.2.60-1+deb7u3) shows that it does indeed include
the patches:

revert-net-ipv4-ip_forward-fix-inverted-local_df-tes.patch
revert-net-ip-ipv6-handle-gso-skbs-in-forwarding-pat.patch

And the changelog shows that it includes a fix for
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754173 which is one of
the merged-in bugs here, so I guess it is all indeed fixed now.

Dave.

-- 
Dave Ewart
da...@ceu.ox.ac.uk
Computing Manager, Cancer Epidemiology Unit
University of Oxford
N 51.7516, W 1.2152


signature.asc
Description: Digital signature


Bug#755339: add patch

2014-07-30 Thread Matthias Klose
Control: tags -1 + patch

patch at
http://launchpadlibrarian.net/181066233/foolscap_0.6.4-2_0.6.4-2ubuntu1.diff.gz


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



Processed: add patch

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + patch
Bug #755339 [src:foolscap] foolscap: FTBFS: Tests failures
Added tag(s) patch.

-- 
755339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755339
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#750918: marked as done (openmsx-catapult: Please update to use wxwidgets3.0)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 15:39:09 +
with message-id e1xcvy9-00073e...@franck.debian.org
and subject line Bug#750918: fixed in openmsx-catapult 0.10.1-2
has caused the Debian Bug report #750918,
regarding openmsx-catapult: Please update to use wxwidgets3.0
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.)


-- 
750918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: openmsx-catapult
Version: 0.10.0-1
Severity: important
Tags: sid jessie
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0
Control: block 748169 by -1

Dear maintainer,

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8, and intend to drop wxwidgets2.8 before jessie is released.

I tried rebuilding the current openmsx-catapult package with the B-D
updated, but the build fails.

The PTS shows a newer upstream release (0.10.1).  The upstream ChangeLog
appears to be unmaintained, but I had a quick look at the code and saw
that wxSAVE had been updated to wxFD_SAVE, which suggests they've
fixed it to work with wx3.0 (this is one of the most common changes that
needs to be made).

If you hit any problems with getting packages working with wxwidgets3.0
which you can't overcome, let me know and I'll try to help.

Cheers,
Olly
---End Message---
---BeginMessage---
Source: openmsx-catapult
Source-Version: 0.10.1-2

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 750...@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, 30 Jul 2014 11:12:26 -0400
Source: openmsx-catapult
Binary: openmsx-catapult
Architecture: source i386
Version: 0.10.1-2
Distribution: unstable
Urgency: medium
Maintainer: Bas Wijnen wij...@debian.org
Changed-By: Bas Wijnen wij...@debian.org
Description:
 openmsx-catapult - GUI for openMSX
Closes: 750918
Changes:
 openmsx-catapult (0.10.1-2) unstable; urgency=medium
 .
   * Update wxwidgets dependency to 3.0.  (Closes: #750918)
Checksums-Sha1:
 d663f2af709d16bb95d24d57fe8b49c1ed0fb8fc 1177 openmsx-catapult_0.10.1-2.dsc
 cb24d31341fdcb265b4a78bf2cd6390fa6e4a6c0 7116 
openmsx-catapult_0.10.1-2.debian.tar.xz
 3ff1fc22a4d72bd2922b3c61f5c226c9ff39fc63 393488 
openmsx-catapult_0.10.1-2_i386.deb
Checksums-Sha256:
 a7f50e1ad4a2a2a6c56ad801f8bb8b2382be9dfba1cc5a95da80f25687c3d499 1177 
openmsx-catapult_0.10.1-2.dsc
 ffed5685b61c5be8f6c5fe1a22f48ea200b85e8b966458884bd99e6af34755ca 7116 
openmsx-catapult_0.10.1-2.debian.tar.xz
 08837c7b53be683167b8aa6c050d1c5207020813017a2997ed25197149f305b2 393488 
openmsx-catapult_0.10.1-2_i386.deb
Files:
 fcb26f4b2560083529bb2b2d32561e49 393488 otherosfs optional 
openmsx-catapult_0.10.1-2_i386.deb
 c23aaa198e2bb962b3192df44020454b 1177 otherosfs optional 
openmsx-catapult_0.10.1-2.dsc
 0ae5829d22a80e41b51e09a99c5bf7fa 7116 otherosfs optional 
openmsx-catapult_0.10.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPZC80ACgkQFShl+2J8z5V7vACg1Y95aTtQQFCwWw+EDTmRtBhc
6ugAnigi6iwABhspvvj+E1+7sEwFruud
=IjyA
-END PGP SIGNATUREEnd Message---


Processed: nvidia-opencl-dev: binary conflict with ocl-icd-libopencl1

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 755513 nvidia-opencl-dev,ocl-icd-libopencl1
Bug #755513 [nvidia-opencl-dev] nvidia-opencl-dev: binary conflict with 
ocl-icd-libopencl1
Bug reassigned from package 'nvidia-opencl-dev' to 
'nvidia-opencl-dev,ocl-icd-libopencl1'.
No longer marked as found in versions ocl-icd/2.1.3-4, 
nvidia-cuda-toolkit/5.5.22-4, and ocl-icd-libopencl1/2.1.3-4.
Ignoring request to alter fixed versions of bug #755513 to the same values 
previously set
 found 755513 nvidia-opencl-dev/5.5.22-4
Bug #755513 [nvidia-opencl-dev,ocl-icd-libopencl1] nvidia-opencl-dev: binary 
conflict with ocl-icd-libopencl1
The source nvidia-opencl-dev and version 5.5.22-4 do not appear to match any 
binary packages
Marked as found in versions nvidia-opencl-dev/5.5.22-4.
 found 755513 ocl-icd-libopencl1/2.1.3-4
Bug #755513 [nvidia-opencl-dev,ocl-icd-libopencl1] nvidia-opencl-dev: binary 
conflict with ocl-icd-libopencl1
The source ocl-icd-libopencl1 and version 2.1.3-4 do not appear to match any 
binary packages
Marked as found in versions ocl-icd-libopencl1/2.1.3-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755513
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#755513: Bug #755513 : nvidia-opencl-dev: binary conflict with ocl-icd-libopencl1

2014-07-30 Thread Vincent Danjean
  Hi,

  In #755513, there is a missing 'replaces' about the libopencl.so
file.
  Due to Intel (see #679228), ocl-icd ship the libOpenCL.so symlink
into the ocl-icd-libopencl package (ie the lib package, not the
development package).

  As this bug remains me this situation, I'm proposing that we move
the libOpenCL.so symlink into the dev package. Intel told me long
ago that they will fix their license so that we can redistribute
their implementation. But nothing occurs to my knowledge.
  Moreover, it would be easy to document what need to be fixed
(ie add a libOpenCL.so symlink or install an OpenCL dev package) in
order to execute binary compiled with the Intel OpenCL environment.
We will gain a cleaner situation about OpenCL file layout with
respect to the library packaging.

  If you agree, we will have to go through all OpenCL packages to
put correct conflicts/replaces where required.

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0xD17897FA vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


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



Bug#756165: marked as done (bsdutils: File conflict with bash-completion w/o Breaks/Replaces)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 16:06:18 +
with message-id e1xcwoq-0002gy...@franck.debian.org
and subject line Bug#756132: fixed in util-linux 2.25-4
has caused the Debian Bug report #756132,
regarding bsdutils: File conflict with bash-completion w/o Breaks/Replaces
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.)


-- 
756132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bsdutils
Version: 1:2.25-3
Severity: serious

Hi!

This package ships at least one file conflicting with one provided
by bash-completion 1:2.1-4:

,---
Preparing to unpack .../bsdutils_1%3a2.25-3_amd64.deb ...
Unpacking bsdutils (1:2.25-3) over (1:2.20.1-5.8) ...
dpkg: error processing archive 
/var/cache/apt/archives/bsdutils_1%3a2.25-3_amd64.deb (--unpack):
 trying to overwrite '/usr/share/bash-completion/completions/renice', which is 
also in package bash-completion 1:2.1-4
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/bsdutils_1%3a2.25-3_amd64.deb
`---

Thanks,
Guillem
---End Message---
---BeginMessage---
Source: util-linux
Source-Version: 2.25-4

We believe that the bug you reported is fixed in the latest version of
util-linux, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson andr...@fatal.se (supplier of updated util-linux 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, 30 Jul 2014 17:24:49 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb 
libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1 
libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb 
uuid-dev util-linux-udeb
Architecture: source amd64 all
Version: 2.25-4
Distribution: experimental
Urgency: medium
Maintainer: Debian util-linux Maintainers ah-util-li...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 bsdutils   - basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - stripped down block device id library, for debian-installer 
(udeb)
 libmount-dev - device mounting library - headers and static libraries
 libmount1  - device mounting library
 libsmartcols-dev - smart column output alignment library - headers and static 
librar
 libsmartcols1 - smart column output alignment library
 libsmartcols1-udeb - stripped down smart column output aligment library, for 
debian-in (udeb)
 libuuid1   - Universally Unique ID library
 libuuid1-udeb - stripped down universally unique id library, for 
debian-installer (udeb)
 mount  - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - stripped down miscellaneous system utilities, for 
debian-installe (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Closes: 666163 756132 756177
Changes:
 util-linux (2.25-4) experimental; urgency=medium
 .
   * Minor improvements to verbose-tests.patch
   * Drop renice bash completion for now (Closes: #756132)
   * Include dpkg-dev's pkg-info.mk to get package version
   * Stop creating unused /etc/fstab.d directory (Closes: #666163)
   * Use proper getty [hurd-any] for Conflicts/Replaces
   * Add patches cherry-picked from upstream git master
 - debian/patches/tests-allow-non-inotify-tailf-to-keep-up.patch
   fixes failing testcase on hurd/kfreebsd.
 - debian/patches/fdisk-fix-l-device.patch (Closes: #756177)
   fixes regression in fdisk listing partition.
Checksums-Sha1:
 91c06035a72f37946ba5bba71b0d1c784be9e7be 2814 util-linux_2.25-4.dsc
 8ae4b936f4897f9988def9d803229dd5a15e3a2d 83324 

Bug#756132: marked as done (bsdutils: New version will not update-fails with dpkg error)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 16:06:18 +
with message-id e1xcwoq-0002gy...@franck.debian.org
and subject line Bug#756132: fixed in util-linux 2.25-4
has caused the Debian Bug report #756132,
regarding bsdutils: New version will not update-fails with dpkg error
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.)


-- 
756132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bsdutils
Version: 1:2.24.2-1
Severity: normal
Tags: upstream

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation? Tried to install
bsdutils_1%3a2.25-3_amd64.deb

   * What exactly did you do (or not do) that was effective (or
 ineffective)? checked for bug reports  tried to install a 2nd time.

   * What was the outcome of this action? Install failed again.

   * What outcome did you expect instead? clean install.

Aptitude information follows:

The following packages will be upgraded:
  bsdutils
1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/90.7 kB of archives. After unpacking 42.0 kB will be freed.
Do you want to continue? [Y/n/?]
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 256901 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.25-3_amd64.deb ...
Unpacking bsdutils (1:2.25-3) over (1:2.24.2-1) ...
dpkg: error processing archive
/var/cache/apt/archives/bsdutils_1%3a2.25-3_amd64.deb (--unpack):
 trying to overwrite '/usr/share/bash-completion/completions/renice', which is
also in package bash-completion 1:2.1-4
Errors were encountered while processing:
 /var/cache/apt/archives/bsdutils_1%3a2.25-3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package.  Trying to recover:



-- System Information:
Debian Release: jessie/sid
  APT prefers experimental
  APT policy: (900, 'experimental'), (900, 'unstable'), (850, 'testing'), (500, 
'testing-updates'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages bsdutils depends on:
ii  libc6  2.19-7

Versions of packages bsdutils recommends:
ii  bsdmainutils  9.0.5

bsdutils suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: util-linux
Source-Version: 2.25-4

We believe that the bug you reported is fixed in the latest version of
util-linux, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson andr...@fatal.se (supplier of updated util-linux 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, 30 Jul 2014 17:24:49 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb 
libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1 
libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb 
uuid-dev util-linux-udeb
Architecture: source amd64 all
Version: 2.25-4
Distribution: experimental
Urgency: medium
Maintainer: Debian util-linux Maintainers ah-util-li...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 bsdutils   - basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - stripped down block device id library, for debian-installer 
(udeb)
 libmount-dev - device mounting library - headers and static libraries
 libmount1  - device mounting library
 libsmartcols-dev - smart column output alignment library - headers and static 
librar
 libsmartcols1 - smart column output alignment library
 libsmartcols1-udeb 

Bug#754294: Re; Kernel release

2014-07-30 Thread Ben Hutchings
On Wed, 2014-07-30 at 15:13 +0100, Dave Ewart wrote:
 Andy: I haven't installed the kernel update advertised at
 https://lists.debian.org/debian-security-announce/2014/msg00174.html and
 the announcement doesn't mention this bug, however unpacking the Debian
 source package (linux_3.2.60-1+deb7u3) shows that it does indeed include
 the patches:
 
 revert-net-ipv4-ip_forward-fix-inverted-local_df-tes.patch
 revert-net-ip-ipv6-handle-gso-skbs-in-forwarding-pat.patch
 
 And the changelog shows that it includes a fix for
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754173 which is one of
 the merged-in bugs here, so I guess it is all indeed fixed now.

Yes, that's right.

The DSA should have said that the update also fixed a regression
introduced in the previous update.

Ben.

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou


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


Bug#756520: ftbfs with current ieee-data package

2014-07-30 Thread Matthias Klose
Package: python-netaddr
Version: 0.7.10-5
Severity: serious
Tags: sid jessie

[...]
IOError: [Errno 2] No such file or directory:
'/scratch/packages/tmp/python-netaddr-0.7.10/debian/python-netaddr/usr/lib/python2.7/dist-packages/netaddr/eui/oui.txt'
debian/rules:13: recipe for target 'binary-fixup/python-netaddr' failed
make: *** [binary-fixup/python-netaddr] Error 1

$ dpkg -L ieee-data | grep .txt
/var/lib/ieee-data/oui.txt
/var/lib/ieee-data/iab.txt
/usr/share/misc/oui.txt
/usr/share/misc/iab.txt

also some of the python3 tests fail, and upstream has a 0.7.12 release.


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



Bug#752752: marked as done (plymouth: cryptsetup password prompt not shown anymore)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 16:34:44 +
with message-id e1xcwpw-0005lf...@franck.debian.org
and subject line Bug#752752: fixed in plymouth 0.9.0-6
has caused the Debian Bug report #752752,
regarding plymouth: cryptsetup password prompt not shown anymore
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.)


-- 
752752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: plymouth
Version: 0.9.0-3
Severity: important

Hi,

Since 0.9.0, the prompt to enter the password to unlock my disks on my
laptop is not shown anymore during early boot. If plymouth is disabled,
everything is working as expected.

I'm using the 'text' theme.

Cheers,

Laurent Bigonville

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

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

Versions of packages plymouth depends on:
ii  init-system-helpers  1.19
ii  initramfs-tools  0.115
ii  libc62.19-4
ii  libudev1 208-3
ii  multiarch-support2.19-4

plymouth recommends no packages.

Versions of packages plymouth suggests:
ii  desktop-base  7.0.3
pn  plymouth-drm  none

-- no debconf information
---End Message---
---BeginMessage---
Source: plymouth
Source-Version: 0.9.0-6

We believe that the bug you reported is fixed in the latest version of
plymouth, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated plymouth 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, 30 Jul 2014 18:08:40 +0200
Source: plymouth
Binary: plymouth plymouth-x11 plymouth-dbg plymouth-dev plymouth-themes
Architecture: source amd64
Version: 0.9.0-6
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville bi...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description:
 plymouth   - Graphical Boot Animation and Logger
 plymouth-dbg - Graphical Boot Animation and Logger (debug)
 plymouth-dev - Graphical Boot Animation and Logger (development)
 plymouth-themes - Graphical Boot Animation and Logger (themes)
 plymouth-x11 - Graphical Boot Animation and Logger (x11 renderer and log 
viewer)
Closes: 752752 756075 756244
Changes:
 plymouth (0.9.0-6) unstable; urgency=medium
 .
   * New maintainer (Closes: #756075)
   * Move the frame-buffer and drm renderers into the main plymouth package and
 always install them in the initramfs, this should fix the issue where the
 splash is not shown for some users (Closes: #752752)
   * Move the libply-splash-graphics library to the main package and the themes
 related .so files to the -themes package, this is effectively killing the
 -drm package
   * Add debian/watch file
   * debian/rules:
 - Tell dh_makeshlibs to exclude plugins from shlibs file
 - Minimize the runtime dependencies by calling dh_autoreconf with
   --as-needed and passing the same flag to LDFLAGS
 - Pass --disable-silent-rules to the configure
   * debian/control:
 - Fix short description for plymouth-x11 package to please lintian
 - Use ${misc:Pre-Depends} instead of hardcoding multiarch-support package
 - Update the Vcs-* fields
   * debian/local/plymouth.hook: Always copy text.so and details.so in the
 initramfs as they are used as fallbacks
   * Add debian/patches/0009-use-correct-utf8-multibyte-sequence.patch: This
 should fix the character displayed in the text theme (Closes: #756244)
   * Add plymouth-{themes,x11}.postrm: Also regenerate the initramfs when these
 two packages are removed
   * debian/plymouth.dirs: Create /var/lib/plymouth on installation, this
 directory is needed to store boot-duration file
   * debian/plymouth.lintian-overrides: Override
 init.d-script-depends-on-all-virtual-facility, we really want to be the
 last to 

Bug#755537: marked as done (boot hangs at Loading, please wait...)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 16:34:44 +
with message-id e1xcwpw-0005lf...@franck.debian.org
and subject line Bug#752752: fixed in plymouth 0.9.0-6
has caused the Debian Bug report #752752,
regarding boot hangs at Loading, please wait...
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.)


-- 
752752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: plymouth
Version: 0.9.0-4
Severity: serious

Since the migration of plymouth 0.9.0-4 to testing, my (testing) laptop no
longer boots properly with plymouth. It just hangs at Loading, please wait...
immediately after grub choice.  At that point, in theory, it should ask my
passphrase to unluck my encrypted LVM drives, but it doesn't. I've even tried
entering the passphrase (with console echo...), but that didn't work either.

Removing the splash option from the grub boot entry makes the boot completely
properly (obviously without any graphical splash screen).

As during the past weeks I've also played with init systems, I can confirm that
the problem is present with both sysvinit and systemd.

FWIW, my /etc/plymouth/plymouthd.conf looks like this:

  zack@timira:~$ cat /etc/plymouth/plymouthd.conf 
  # Administrator customizations go in this file
  #[Daemon]
  #Theme=text
  #ShowDelay=0
  zack@timira:~$ 

Cheers.

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

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

Versions of packages plymouth depends on:
ii  init-system-helpers  1.19
ii  initramfs-tools  0.115
ii  libc62.19-7
ii  libudev1 208-6
ii  multiarch-support2.19-7

plymouth recommends no packages.

Versions of packages plymouth suggests:
ii  desktop-base  7.0.3
ii  plymouth-drm  0.9.0-4

-- no debconf information
---End Message---
---BeginMessage---
Source: plymouth
Source-Version: 0.9.0-6

We believe that the bug you reported is fixed in the latest version of
plymouth, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated plymouth 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, 30 Jul 2014 18:08:40 +0200
Source: plymouth
Binary: plymouth plymouth-x11 plymouth-dbg plymouth-dev plymouth-themes
Architecture: source amd64
Version: 0.9.0-6
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville bi...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description:
 plymouth   - Graphical Boot Animation and Logger
 plymouth-dbg - Graphical Boot Animation and Logger (debug)
 plymouth-dev - Graphical Boot Animation and Logger (development)
 plymouth-themes - Graphical Boot Animation and Logger (themes)
 plymouth-x11 - Graphical Boot Animation and Logger (x11 renderer and log 
viewer)
Closes: 752752 756075 756244
Changes:
 plymouth (0.9.0-6) unstable; urgency=medium
 .
   * New maintainer (Closes: #756075)
   * Move the frame-buffer and drm renderers into the main plymouth package and
 always install them in the initramfs, this should fix the issue where the
 splash is not shown for some users (Closes: #752752)
   * Move the libply-splash-graphics library to the main package and the themes
 related .so files to the -themes package, this is effectively killing the
 -drm package
   * Add debian/watch file
   * debian/rules:
 - Tell dh_makeshlibs to exclude plugins from shlibs file
 - Minimize the runtime dependencies by calling dh_autoreconf with
   --as-needed and passing the same flag to LDFLAGS
 - Pass --disable-silent-rules to the configure
   * debian/control:
 - Fix short description for plymouth-x11 package to please lintian
 - Use ${misc:Pre-Depends} instead of hardcoding multiarch-support package
 - Update the Vcs-* fields
   * 

Bug#753217: marked as done (r-bioc-biovizbase: FTBFS: ERROR: lazy loading failed for package 'biovizBase')

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 17:04:58 +
with message-id e1xcxjc-0001fu...@franck.debian.org
and subject line Bug#753217: fixed in r-bioc-biovizbase 1.12.1-1
has caused the Debian Bug report #753217,
regarding r-bioc-biovizbase: FTBFS: ERROR: lazy loading failed for package 
'biovizBase'
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.)


-- 
753217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: r-bioc-biovizbase
Version: 1.10.7-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140628 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory '/«PKGBUILDDIR»/src'
 make[1]: Leaving directory '/«PKGBUILDDIR»/src'
 installing to 
 /«PKGBUILDDIR»/debian/r-bioc-biovizbase/usr/lib/R/site-library/biovizBase/libs
 ** R
 ** data
 ** inst
 ** preparing package for lazy loading
 Error : objects 'GAlignments', 'GAlignmentPairs', 'Union', 
 'IntersectionNotEmpty', 'IntersectionStrict', 'findSpliceOverlaps' are not 
 exported by 'namespace:GenomicRanges'
 ERROR: lazy loading failed for package 'biovizBase'
 * removing 
 '/«PKGBUILDDIR»/debian/r-bioc-biovizbase/usr/lib/R/site-library/biovizBase'
 make: *** [R_any_arch] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/28/r-bioc-biovizbase_1.10.7-1_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: r-bioc-biovizbase
Source-Version: 1.12.1-1

We believe that the bug you reported is fixed in the latest version of
r-bioc-biovizbase, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated r-bioc-biovizbase 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: Fri, 13 Jun 2014 13:38:53 +0200
Source: r-bioc-biovizbase
Binary: r-bioc-biovizbase
Architecture: source amd64
Version: 1.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 r-bioc-biovizbase - GNU R basic graphic utilities for visualization of genomic 
data
Closes: 753217
Changes:
 r-bioc-biovizbase (1.12.1-1) unstable; urgency=medium
 .
   * New upstream release
 Closes: #753217
   * Add new (Build-)Dependencies: r-bioc-genomicalignments,
 r-bioc-variantannotation
Checksums-Sha1:
 d5033b9aaf2944f920df12bea4486614a7898f88 2320 r-bioc-biovizbase_1.12.1-1.dsc
 d044f7b40c1ab7b3916cb86c84a67c65d4d22c26 2429449 
r-bioc-biovizbase_1.12.1.orig.tar.gz
 693de3a980458a29c74bdbaf170dfd4d949902be 4424 
r-bioc-biovizbase_1.12.1-1.debian.tar.xz
 487797e61cc95b548e7f41ef8d64934383751af2 2501186 
r-bioc-biovizbase_1.12.1-1_amd64.deb
Checksums-Sha256:
 08c837a92dc6b9b5d731317de77d0dc31dfa72f1126b2a4dc921d1c818ebdfe5 2320 
r-bioc-biovizbase_1.12.1-1.dsc
 51274dea0b0a3936dcf461d113217dc9d5e8734e0549279eebfa26c5e2aa0d99 2429449 
r-bioc-biovizbase_1.12.1.orig.tar.gz
 7c27d78dc073a76961190c02d77ab3035a259635019c204646e707629235ac8f 4424 
r-bioc-biovizbase_1.12.1-1.debian.tar.xz
 644049e22a549b841b02d1c97e9b4138c0d6a33cc4c39e7f4e52cbc0dfc63ec2 2501186 
r-bioc-biovizbase_1.12.1-1_amd64.deb
Files:
 8bb2fa33b0d108f0674c49e4068c3aaa 2501186 gnu-r optional 
r-bioc-biovizbase_1.12.1-1_amd64.deb
 26d8e0f620f05625bee84e0136359bd8 2320 gnu-r optional 
r-bioc-biovizbase_1.12.1-1.dsc
 c928c5f40c3eb20c40f44ae1e290317b 2429449 gnu-r optional 
r-bioc-biovizbase_1.12.1.orig.tar.gz
 68a895be59231905dd4ffe02d86de2f9 4424 gnu-r optional 
r-bioc-biovizbase_1.12.1-1.debian.tar.xz


Bug#756528: patsy autopkg tests fail

2014-07-30 Thread Matthias Klose
Package: src:patsy
Version: 0.3.0-1
Severity: serious
Tags: sid jessie patch

the package doesn't declare dependencies on python-six/python3-six, please add
these.

adt-run [15:24:04]: test unittests3: [---
=== pythonpython3.4 ===
E
==
ERROR: Failure: ImportError (No module named 'six')
--
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/nose/failure.py, line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
  File /usr/lib/python3/dist-packages/nose/loader.py, line 403, in
loadTestsFromName
module = resolve_name(addr.module)
  File /usr/lib/python3/dist-packages/nose/util.py, line 311, in resolve_name
module = __import__('.'.join(parts_copy))
  File /usr/lib/python3/dist-packages/patsy/__init__.py, line 77, in module
import patsy.highlevel
  File /usr/lib/python3/dist-packages/patsy/highlevel.py, line 18, in module
from patsy.design_info import DesignMatrix, DesignInfo
  File /usr/lib/python3/dist-packages/patsy/design_info.py, line 17, in 
module
import six
ImportError: No module named 'six'

--
Ran 1 test in 0.001s

FAILED (errors=1)


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



Processed: tatan: FTBFS on armel/armhf: error: module string is in file 'std/string.d' which cannot be read

2014-07-30 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 serious
Bug #754665 [src:tatan] tatan: FTBFS on armel/armhf: error: module string is in 
file 'std/string.d' which cannot be read
Severity set to 'serious' from 'normal'
 block 754665 by 755390
Bug #754665 [src:tatan] tatan: FTBFS on armel/armhf: error: module string is in 
file 'std/string.d' which cannot be read
754665 was not blocked by any bugs.
754665 was not blocking any bugs.
Added blocking bug(s) of 754665: 755390

-- 
754665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754665
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#756460: ruby-activerecord-3.2: Uninstallable in sid

2014-07-30 Thread Christian Hofstaedtler
  ruby-arel : Breaks: ruby-activerecord-3.2 but 3.2.19-1 is to be
  installed
  E: Unable to correct problems, you have held broken packages.

  This is making e.g. ruby-stringex unbuildable.

rails 3.2 is not coming back; if you rely on it, you must migrate to
4.x.

  C.

-- 
 ,''`.  Christian Hofstaedtler z...@debian.org
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-


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



Bug#756376: marked as done (kontact immediately crashes (SIGSEGV) on startup)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 18:00:09 +
with message-id e1xcyab-op...@franck.debian.org
and subject line Bug#756376: fixed in kdepimlibs 4:4.13.3-2
has caused the Debian Bug report #756376,
regarding kontact immediately crashes (SIGSEGV) on startup
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.)


-- 
756376: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756376
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libkontactinterface4
Version: 4:4.13.3-1
Severity: serious
Justification: breaks Kontact, should not migrate to testing
Forwarded: https://bugs.kde.org/show_bug.cgi?id=337876

Hi,

see below. Downgrading myself fixes the problem for me, too.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg

-- Forwarded message --
From: t...@online.de
Message-ID: bug-337876-159046-ewfv7xy...@http.bugs.kde.org/
Sender: bugzilla_nore...@kde.org
To: t.gla...@tarent.de
Date: Tue, 29 Jul 2014 11:01:38 +
Subject: [kontact] [Bug 337876] kontact immediately crashes (SIGSEGV) on startup
Reply-To: bug-cont...@bugs.kde.org

https://bugs.kde.org/show_bug.cgi?id=337876

t...@online.de changed:

   What|Removed |Added

 CC||t...@online.de

--- Comment #1 from t...@online.de ---
I have a similar setup (Debian unstable, amd64) and faced the same problem
after my last update. I noted that libkontactinterface4 was updated from
4:4.12.4-1 to 4:4.13.3-1. Downgrading it back to 4:4.12.4-1 (using the package
from debian testing) helped.

It seems to be a debian packaging problem mixing up kde 4.12 and kde 4.13
stuff...

-- 
You are receiving this mail because:
You reported the bug.
---End Message---
---BeginMessage---
Source: kdepimlibs
Source-Version: 4:4.13.3-2

We believe that the bug you reported is fixed in the latest version of
kdepimlibs, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia m...@debian.org (supplier of updated kdepimlibs 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, 30 Jul 2014 12:32:30 +0200
Source: kdepimlibs
Binary: kdepimlibs5-dev kdepimlibs-kio-plugins libakonadi-contact4 
libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 
libakonadi-socialutils4 libakonadi-notes4 libakonadi-xml4 libgpgme++2 libkabc4 
libkblog4 libkalarmcal2 libkcal4 libkcalcore4 libkcalutils4 libkholidays4 
libkimap4 libkldap4 libkmbox4 libakonadi-calendar4 libkmime4 
libkontactinterface4a libkpimidentities4 libkpimtextedit4 libkpimutils4 
libkresources4 libktnef4 libkxmlrpcclient4 libmailtransport4 libmicroblog4 
libqgpgme1 libsyndication4 kdepimlibs-dbg
Architecture: source amd64
Version: 4:4.13.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 kdepimlibs-dbg - debugging symbols for the KDE Development Platform PIM 
libraries
 kdepimlibs-kio-plugins - kio slaves used by KDE PIM applications
 kdepimlibs5-dev - development files for the KDE Development Platform PIM 
libraries
 libakonadi-calendar4 - library providing calendar helpers for Akonadi items
 libakonadi-contact4 - Akonadi contacts access library
 libakonadi-kabc4 - Akonadi address book access library
 libakonadi-kcal4 - Akonadi calendar access library
 libakonadi-kde4 - library for using the Akonadi PIM data server
 libakonadi-kmime4 - Akonadi MIME handling library
 libakonadi-notes4 - Akonadi notes access library
 libakonadi-socialutils4 - Akonadi resources for handling social feeds
 libakonadi-xml4 - Akonadi XML helper library
 libgpgme++2 - c++ wrapper library for gpgme
 libkabc4   - library for handling address book data
 libkalarmcal2 - library for 

Bug#755513: Bug #755513 : nvidia-opencl-dev: binary conflict with ocl-icd-libopencl1

2014-07-30 Thread Graham Inggs
Hi Vincent

On 30 July 2014 18:23, Vincent Danjean vdanjean...@free.fr wrote:
   As this bug remains me this situation, I'm proposing that we move
 the libOpenCL.so symlink into the dev package. Intel told me long
 ago that they will fix their license so that we can redistribute
 their implementation. But nothing occurs to my knowledge.
   Moreover, it would be easy to document what need to be fixed
 (ie add a libOpenCL.so symlink or install an OpenCL dev package) in
 order to execute binary compiled with the Intel OpenCL environment.
 We will gain a cleaner situation about OpenCL file layout with
 respect to the library packaging.

   If you agree, we will have to go through all OpenCL packages to
 put correct conflicts/replaces where required.

What changes would be required to all OpenCL packages if you moved the
libOpenCL.so symlink into the dev package?

Surely if ocl-icd-libopencl1 ships libOpenCL.so then it should
conflict with all other opencl -dev packages (i.e. those that also
ship libOpenCL.so), and if it stops shipping libOpenCL.so then it is
just a matter of removing those conflicts?

Regards
Graham


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



Bug#752928: Pending fixes for bugs in the libencode-arabic-perl package

2014-07-30 Thread pkg-perl-maintainers
tag 752928 + pending
thanks

Some bugs in the libencode-arabic-perl package are closed in revision
48e06b003b9a992583ef19c953e9a0a949f0bf25 in branch 'master' by gregor
herrmann

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libencode-arabic-perl.git;a=commitdiff;h=48e06b0

Commit message:

Add patch to work with newer versions of Encode by using Import::Into.

Thanks: Niko Tyni for coming up with this patch.
Closes: #752928


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



Processed: Pending fixes for bugs in the libencode-arabic-perl package

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 752928 + pending
Bug #752928 [libencode-arabic-perl] libencode-arabic-perl: FTBFS with newer 
Encode: Can't locate object method export_to_level via package Encode
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752928
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#752928: marked as done (libencode-arabic-perl: FTBFS with newer Encode: Can't locate object method export_to_level via package Encode)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 18:34:55 +
with message-id e1xcyif-0004y6...@franck.debian.org
and subject line Bug#752928: fixed in libencode-arabic-perl 1.9-2
has caused the Debian Bug report #752928,
regarding libencode-arabic-perl: FTBFS with newer Encode: Can't locate object 
method export_to_level via package Encode
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.)


-- 
752928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libencode-arabic-perl
Version: 1.9-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

This package fails to build with a newer Encode version, either on current
sid with the separate libencode-perl package, or with Perl 5.20.0 from
experimental. On current sid:

  #   Failed test 'use Encode::Arabic;'
  #   at t/00-load.t line 7.
  # Tried to use 'Encode::Arabic'.
  # Error:  Can't locate object method export_to_level via package 
Encode at 
/tmp/buildd/libencode-arabic-perl-1.9/blib/lib/Encode/Arabic/ArabTeX.pm line 
110.
  # BEGIN failed--compilation aborted at 
/tmp/buildd/libencode-arabic-perl-1.9/blib/lib/Encode/Arabic.pm line 34.
  # Compilation failed in require at (eval 5) line 2.
  # BEGIN failed--compilation aborted at (eval 5) line 2.
  [...]
  Files=16, Tests=67,  1 wallclock secs ( 0.08 usr  0.01 sys +  0.99 cusr  0.05 
csys =  1.13 CPU)
  Result: FAIL
  Failed 10/16 test programs. 18/67 subtests failed.

-- 
Niko Tyni   nt...@debian.org
---End Message---
---BeginMessage---
Source: libencode-arabic-perl
Source-Version: 1.9-2

We believe that the bug you reported is fixed in the latest version of
libencode-arabic-perl, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated libencode-arabic-perl 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Jul 2014 20:16:49 +0200
Source: libencode-arabic-perl
Binary: libencode-arabic-perl
Architecture: source all
Version: 1.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libencode-arabic-perl - perl implementation for Arabic encodings
Closes: 752928
Changes:
 libencode-arabic-perl (1.9-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using cme fix dpkg-
 copyright
 .
   [ gregor herrmann ]
   * Add patch to work with newer versions of Encode by using Import::Into.
 Thanks to Niko Tyni for coming up with this patch. (Closes: #752928)
   * Add (build) dependency on libimport-into-perl.
   * Use canonical URLs for Vcs-*.
   * Bump debhelper compatibility level to 8.
   * debian/copyright: refresh license stanzas. Point to /usr/share/common-
 licenses/GPL-1 now.
   * Add one more typo fix to patch typos.diff.
   * Declare compliance with Debian Policy 3.9.5.
Checksums-Sha1:
 a18d66ba639ab41824e67297fb4766e2caa107c7 2306 libencode-arabic-perl_1.9-2.dsc
 f6622f654aee19b46a31311ce08ba9eb576f5098 3976 
libencode-arabic-perl_1.9-2.debian.tar.xz
 b92eac204cde6a7cc1806de711c61d233ae85892 74626 
libencode-arabic-perl_1.9-2_all.deb
Checksums-Sha256:
 d91563202b3659b3cae4087e0d0ec85417fa49e390cb9f705275dbf20f6eb97f 2306 
libencode-arabic-perl_1.9-2.dsc
 8b39f5319a2ec3f680e153e71e2b8aa007c073ad6b21307859eda683ea0d8e77 3976 
libencode-arabic-perl_1.9-2.debian.tar.xz
 d6e2be69048e905b07d1d8808eaabff63dca098f6304dab4a892c2cb341cdd5e 74626 
libencode-arabic-perl_1.9-2_all.deb
Files:
 306f6df2a2ff077600dc3133d880a4af 74626 perl optional 
libencode-arabic-perl_1.9-2_all.deb
 cd1b727585a202334e67c39ecdc1a984 2306 perl optional 
libencode-arabic-perl_1.9-2.dsc
 385eb085dd6acf5111b0b42054fcaa91 3976 perl optional 
libencode-arabic-perl_1.9-2.debian.tar.xz


Bug#756528: marked as done (patsy autopkg tests fail)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 18:51:13 +
with message-id e1xcyy1-0007am...@franck.debian.org
and subject line Bug#756528: fixed in patsy 0.3.0-2
has caused the Debian Bug report #756528,
regarding patsy autopkg tests fail
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.)


-- 
756528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:patsy
Version: 0.3.0-1
Severity: serious
Tags: sid jessie patch

the package doesn't declare dependencies on python-six/python3-six, please add
these.

adt-run [15:24:04]: test unittests3: [---
=== pythonpython3.4 ===
E
==
ERROR: Failure: ImportError (No module named 'six')
--
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/nose/failure.py, line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
  File /usr/lib/python3/dist-packages/nose/loader.py, line 403, in
loadTestsFromName
module = resolve_name(addr.module)
  File /usr/lib/python3/dist-packages/nose/util.py, line 311, in resolve_name
module = __import__('.'.join(parts_copy))
  File /usr/lib/python3/dist-packages/patsy/__init__.py, line 77, in module
import patsy.highlevel
  File /usr/lib/python3/dist-packages/patsy/highlevel.py, line 18, in module
from patsy.design_info import DesignMatrix, DesignInfo
  File /usr/lib/python3/dist-packages/patsy/design_info.py, line 17, in 
module
import six
ImportError: No module named 'six'

--
Ran 1 test in 0.001s

FAILED (errors=1)
---End Message---
---BeginMessage---
Source: patsy
Source-Version: 0.3.0-2

We believe that the bug you reported is fixed in the latest version of
patsy, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yaroslav Halchenko deb...@onerussian.com (supplier of updated patsy 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, 30 Jul 2014 14:26:13 -0400
Source: patsy
Binary: python-patsy python3-patsy python-patsy-doc
Architecture: source all
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description:
 python-patsy - statistical models in Python using symbolic formulas
 python-patsy-doc - documentation and examples for patsy
 python3-patsy - statistical models in Python using symbolic formulas
Closes: 756528
Changes:
 patsy (0.3.0-2) unstable; urgency=medium
 .
   * debian/tests/control
 - add depends on python{,3}-six (Closes: #756528)
Checksums-Sha1:
 98bc863d1a3516e6924506eb273c31c778dd68d2 1660 patsy_0.3.0-2.dsc
 d78b29c87665b4a53b74853b0d4a2b35f2f4c2a3 6252 patsy_0.3.0-2.debian.tar.xz
 c5528f9da5d3426f17de9de883dd81ddf86d89fb 163100 python-patsy_0.3.0-2_all.deb
 2866b4c60a35a7fe597aa56fe09ff19f1f0b5c9d 162542 python3-patsy_0.3.0-2_all.deb
 cee5c402a023a1eb0d0f05261bb70192b058a7ee 723392 
python-patsy-doc_0.3.0-2_all.deb
Checksums-Sha256:
 b0ef790bacdf5d55d65170fd464524daae5aca25d1a3a23a981d8105f04f3e18 1660 
patsy_0.3.0-2.dsc
 a7636a2bbcfef1cc7b8a3e9f573e51facd4d0f817c6d9523f7ee5f529d7fae9a 6252 
patsy_0.3.0-2.debian.tar.xz
 b68f4c39c27a0e7095fad8d47d023aa3c508310ad925347d9d8d34edd718014c 163100 
python-patsy_0.3.0-2_all.deb
 b90d46eb880b1a7fc8d600c6f53ecef918b9616e7062ba762551d75d3057201e 162542 
python3-patsy_0.3.0-2_all.deb
 feb7b16c6d7c0e8dba418269cf3222733ae0cfa51e57578c6f12b99439847cb2 723392 
python-patsy-doc_0.3.0-2_all.deb
Files:
 a71ac1be8939d4bca1040f225052ed6f 163100 python optional 
python-patsy_0.3.0-2_all.deb
 ba9bec086fe74764873fa7671c3c9ec9 162542 python optional 
python3-patsy_0.3.0-2_all.deb
 768e1b944dbf45a251d3e9c422c7c1e1 723392 doc optional 
python-patsy-doc_0.3.0-2_all.deb
 e8f9b1b839ffedcf825a4faa67fa12fe 1660 python optional patsy_0.3.0-2.dsc
 e3b477840cc0f53e65ed2ed5f9bc81c6 6252 python optional 

Bug#737921: [TLS1.2] gnutls only likes SHA1 and SHA256 certificates

2014-07-30 Thread Ivan Shmakov
 Ivan Shmakov i...@siamics.net writes:

  I’ve built the patched gnutls26 (now as of 2.12.20-8+deb7u2) package
  with pbuilder and briefly tested Exim (as of 4.80-7) with the
  resulting libgnutls26, and seen no issues so far.

  The resulting packages, both source (signed) and binary (along with
  signed .changes files) are available from the following location.
  (Should you decide to use these, /please take care/ to check .dsc and
  .changes signatures against my public key, and binary packages
  against the .changes files.)

  ⋯✂⋯ /etc/apt/sources.list.d/99-am-1.org-1gray-test.list ⋯✂⋯

[…]

Just noticed that I’ve made a silly mistake in my previous
message; the correct (as in: s/-test/-misc/) sources.list.d/
file is as follows.

⋯✂⋯ /etc/apt/sources.list.d/99-am-1.org-1gray-misc.list ⋯✂⋯
deb http://am-1.org/~ivan/mini-dinstall/ 1gray-misc/$(ARCH)/
deb http://am-1.org/~ivan/mini-dinstall/ 1gray-misc/all/
deb-src http://am-1.org/~ivan/mini-dinstall/ 1gray-misc/source/
⋯✂⋯ /etc/apt/sources.list.d/99-am-1.org-1gray-misc.list ⋯✂⋯

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A


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



Bug#752814: marked as done (slurm-llnl: hardcodes /usr/lib/perl5)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 19:50:18 +
with message-id e1xcztc-0006kj...@franck.debian.org
and subject line Bug#752814: fixed in slurm-llnl 2.6.7-2
has caused the Debian Bug report #752814,
regarding slurm-llnl: hardcodes /usr/lib/perl5
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.)


-- 
752814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: slurm-llnl
Version: 2.6.7-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

Starting with version 5.20.0 (currently in experimental), the Debian
perl package is changing the vendorarch library paths (currently
/usr/lib/perl5) to include the multiarch triplet and the perl version. See
#748380 for details.

For this to work, packages containing binary perl modules need to migrate
from using the hardcoded /usr/lib/perl5 directory to the value of the
$Config{vendorarch} variable, as defined in the 'Config' module.

This package fails to build with perl_5.20.0-1 from experimental:

  find debian/libslurm-perl -type f -name *.so | xargs chrpath -d
  mv debian/libslurm-perl/usr/lib/perl5/Slurmdb.pm 
debian/libslurmdb-perl/usr/lib/perl5/
  mv: cannot stat 'debian/libslurm-perl/usr/lib/perl5/Slurmdb.pm': No such file 
or directory
  make: *** [install-arch] Error 1
  debian/rules:99: recipe for target 'install-arch' failed
  dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2

Please ask on the debian-perl list if you want help with this, and see
 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=perl-5.20-transition;users=debian-p...@lists.debian.org
for a list of similar bugs and patches.
-- 
Niko Tyni   nt...@debian.org
---End Message---
---BeginMessage---
Source: slurm-llnl
Source-Version: 2.6.7-2

We believe that the bug you reported is fixed in the latest version of
slurm-llnl, 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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gennaro Oliva oliv...@na.icar.cnr.it (supplier of updated slurm-llnl 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: Tue, 29 Jul 2014 17:13:06 +0200
Source: slurm-llnl
Binary: slurm-llnl libslurmdb26 libslurm26 libpmi0 libslurm-dev libslurmdb-dev 
libpmi0-dev slurm-llnl-doc slurm-llnl-basic-plugins 
slurm-llnl-basic-plugins-dev slurm-llnl-sview slurm-llnl-slurmdbd libslurm-perl 
libslurmdb-perl slurm-llnl-torque libpam-slurm
Architecture: source amd64 all
Version: 2.6.7-2
Distribution: unstable
Urgency: medium
Maintainer: Gennaro Oliva oliv...@na.icar.cnr.it
Changed-By: Gennaro Oliva oliv...@na.icar.cnr.it
Description:
 libpam-slurm - PAM module to authenticate using the SLURM resource manager
 libpmi0- SLURM PMI library implementation
 libpmi0-dev - SLURM PMI library implementation development files
 libslurm-dev - SLURM development files
 libslurm-perl - Perl API for SLURM
 libslurm26 - Runtime library files for SLURM
 libslurmdb-dev - SLURM DataBase Daemon development files
 libslurmdb-perl - Perl API for the SLURM database
 libslurmdb26 - Runtime library files for the SLURM DataBase Daemon
 slurm-llnl - Simple Linux Utility for Resource Management
 slurm-llnl-basic-plugins - SLURM basic plugins
 slurm-llnl-basic-plugins-dev - SLURM basic plugins development files
 slurm-llnl-doc - SLURM docmentation
 slurm-llnl-slurmdbd - Secure enterprise-wide interface to a database for SLURM
 slurm-llnl-sview - GUI to view and modify SLURM state
 slurm-llnl-torque - Torque compatibility wrappers for SLURM
Closes: 744659 752814
Changes:
 slurm-llnl (2.6.7-2) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Fix hardcodes /usr/lib/perl5:
 - drop debian/libslurmdb-perl.dirs
 - dynamically create directories and move files in debian/rules, using the
   value of $Config{vendorarch}
 (Closes: #752814)
 .
   [ Gennaro Oliva ]
   * Add lintian overrides for spelling-error-in-binary in the
 slurm-llnl-basic-plugins package to avoid wrong spelling error detection
   * Added dh_autoreconf (Closes: #744659)
Checksums-Sha1:
 

Processed: reassign

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 748614 libkolabxml1 0.8.4-5.1
Bug #748614 [libkolabxml0] [libkolabxml0] looses information about birthdays
Warning: Unknown package 'libkolabxml0'
Bug reassigned from package 'libkolabxml0' to 'libkolabxml1'.
No longer marked as found in versions libkolabxml/0.8.4-5.1.
Ignoring request to alter fixed versions of bug #748614 to the same values 
previously set
Bug #748614 [libkolabxml1] [libkolabxml0] looses information about birthdays
There is no source info for the package 'libkolabxml1' at version '0.8.4-5.1' 
with architecture ''
Unable to make a source version for version '0.8.4-5.1'
Marked as found in versions 0.8.4-5.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
748614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748614
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#756553: kfreebsd-kernel-headers missing /usr/include/net/if_pflog.h

2014-07-30 Thread Romain Francoise
Package: kfreebsd-kernel-headers
Version: 10.0~5
Severity: serious

tcpdump fails to build on kfreebsd since kfreebsd-kernel-headers was
updated to the FreeBSD 10 headers in unstable, the package is missing
the /usr/include/net/if_pflog.h file. It was present in version 0.83.

I'm setting severity serious since this bug makes my package FTBFS in
unstable.

See the following build logs:

 
https://buildd.debian.org/status/fetch.php?pkg=tcpdumparch=kfreebsd-amd64ver=4.6.1-1stamp=1406742220
 
https://buildd.debian.org/status/fetch.php?pkg=tcpdumparch=kfreebsd-i386ver=4.6.1-1stamp=1406742444

Thanks,
-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


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



Bug#736809: apache2-bin needs proper Breaks: for Apache 2.4 transition

2014-07-30 Thread Adrian Bunk
On Sun, Jul 13, 2014 at 03:55:04PM +0200, Arno Töll wrote:
 On 26.01.2014 22:30, Adrian Bunk wrote:
 
  Second, for supporting all possible upgrade and partial upgrade
  scenarios (not only between wheezy and jessie, Debian-derived
  distributions like Ubuntu might have different collections of
  packages), apache2-bin needs to have a versioned Breaks: against
  the broken versions of all of the packages in [1] and [2].
 
 Why? Packages in [2] aren't supposed to depend on apache2.2-bin (with
 some few exceptions, against which ones we /do/ have Breaks in place).
 Module packages depend on apache2.2-common, where we do force removal
 upon upgrade, so that in turn, obsolete dependencies without proper
 replacement are removed, too.
...

I do not claim to fully understand the Debian apache packaging,
and after a quick test it seems you are right that you already
have that covered.

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


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



Bug#754294: Re; Kernel release

2014-07-30 Thread Ben Hutchings
Andy, I'm not sure if you subscribed to this bug, so here's what Dave
and I sent in reply to you.

Ben.

On Wed, 2014-07-30 at 16:53 +0100, Ben Hutchings wrote:
 On Wed, 2014-07-30 at 15:13 +0100, Dave Ewart wrote:
  Andy: I haven't installed the kernel update advertised at
  https://lists.debian.org/debian-security-announce/2014/msg00174.html and
  the announcement doesn't mention this bug, however unpacking the Debian
  source package (linux_3.2.60-1+deb7u3) shows that it does indeed include
  the patches:
  
  revert-net-ipv4-ip_forward-fix-inverted-local_df-tes.patch
  revert-net-ip-ipv6-handle-gso-skbs-in-forwarding-pat.patch
  
  And the changelog shows that it includes a fix for
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754173 which is one of
  the merged-in bugs here, so I guess it is all indeed fixed now.
 
 Yes, that's right.
 
 The DSA should have said that the update also fixed a regression
 introduced in the previous update.
 
 Ben.
 

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou


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


Processed: fixed 754173 in 3.2.60-1+deb7u2

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 754173 3.2.60-1+deb7u2
Bug #754173 [src:linux] linux-image-3.2.0-4-amd64: firewall performance 
degraded after kernel update
Bug #754197 [src:linux] linux-image-3.2.0-4-amd64 3.2.60-1+deb7u1 problem with 
NAT (SFTP)
Bug #754294 [src:linux] Regression: While routing Kernel chokes on spurious 
too big IP packets
Bug #754722 [src:linux] Security upgrade causes severe network packet loss
Bug #755719 [src:linux] download and upload decrease to 10%
Bug #755720 [src:linux] linux-image-amd64: after upgarde downnload and upload 
decrease to 10%
The source 'linux' and version '3.2.60-1+deb7u2' do not appear to match any 
binary packages
Marked as fixed in versions linux/3.2.60-1+deb7u2.
Marked as fixed in versions linux/3.2.60-1+deb7u2.
Marked as fixed in versions linux/3.2.60-1+deb7u2.
Marked as fixed in versions linux/3.2.60-1+deb7u2.
Marked as fixed in versions linux/3.2.60-1+deb7u2.
Marked as fixed in versions linux/3.2.60-1+deb7u2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754173
754197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754197
754294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754294
754722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754722
755719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755719
755720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755720
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: your mail

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 755339 + pending
Bug #755339 [src:foolscap] foolscap: FTBFS: Tests failures
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755339
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#736782: [src:roundcube] Sourceless file

2014-07-30 Thread David R. Hedges

On 2014-05-08 08:36:45 +0200, Vincent Bernat ber...@debian.org wrote:

jstz.min.js has no source at all and we need it.


As of 2014-04-27, jstz.min.js now includes source and license 
information:

https://github.com/roundcube/roundcubemail/blob/master/program/js/jstz.min.js

Hopefully either roundcube 1.0.2 (/latest) can be packaged in unstable 
to resolve this bug, or at the very least this one file can be 
cherry-picked as a diff in the currently-packaged version to satisfy 
this bug as being resolved (and get returned to inclusion in jessie).



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



Bug#720535: marked as done (gdevilspie can't start)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 21:34:45 +
with message-id e1xcbwh-0001ck...@franck.debian.org
and subject line Bug#720535: fixed in gdevilspie 1:0.5-3.1
has caused the Debian Bug report #720535,
regarding gdevilspie can't start
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.)


-- 
720535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720535
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdevilspie
Version: 1:0.5-3
Severity: important

Dear Maintainer,

when I try to start gdevilspie (0.5-3), I got only this:

Traceback (most recent call last):
  File /usr/bin/gdevilspie, line 893, in module
MainWindow = RulesListWindow()
  File /usr/bin/gdevilspie, line 374, in __init__
self.UpdateAutostartStatus()
  File /usr/bin/gdevilspie, line 545, in UpdateAutostartStatus
if (os.path.exists(xdg.DesktopEntry.xdg_config_home +
/autostart/devilspie.desktop)):
AttributeError: 'module' object has no attribute 'xdg_config_home'


It is probably some already known bug in Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/gdevilspie/+bug/1161594

Best regards

Marek Turnovec



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'stable'), (300, 'unstable'), (100, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gdevilspie depends on:
ii  python  2.7.5-2
ii  python-glade2   2.24.0-3+b1
ii  python-support  1.0.15
ii  python-wnck 2.32.0+dfsg-3

Versions of packages gdevilspie recommends:
ii  devilspie   0.23-1
ii  python-xdg  0.25-3

gdevilspie suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: gdevilspie
Source-Version: 1:0.5-3.1

We believe that the bug you reported is fixed in the latest version of
gdevilspie, 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 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Rönnquist gus...@gusnan.se (supplier of updated gdevilspie 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: Thu, 17 Jul 2014 21:38:45 +0200
Source: gdevilspie
Binary: gdevilspie
Architecture: source all
Version: 1:0.5-3.1
Distribution: unstable
Urgency: medium
Maintainer: Chris Silva rac...@makeworld.com
Changed-By: Andreas Rönnquist gus...@gusnan.se
Description:
 gdevilspie - User friendly interface for devilspie
Closes: 720535
Changes:
 gdevilspie (1:0.5-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch xdg_basedirectory.patch to use BaseDirectory.xdg_config_home
 based on patch from Arch Linux (Closes: #720535)
Checksums-Sha1:
 309351580e2e16bacf443e9e1b04ddcca2d0d247 1732 gdevilspie_0.5-3.1.dsc
 cbf3e1bd7490fa9d5a85b20994c71e52403de8d9 3768 gdevilspie_0.5-3.1.debian.tar.xz
 1f435df8a9baabda0121f2d5f8ffd2855050d38d 19886 gdevilspie_0.5-3.1_all.deb
Checksums-Sha256:
 7696d980adc4c8b46ff1ec1cd70e1f8988dad4ea76450c92dd945ea8f4d1d86f 1732 
gdevilspie_0.5-3.1.dsc
 13eaae44cdbed85bdb161644915c46146003f1abf047c8f14d189d8aa3fbedc7 3768 
gdevilspie_0.5-3.1.debian.tar.xz
 10f347d6b6b5ac49dc1807bcec676282434e32823ea07fdad5e26b488cfe85db 19886 
gdevilspie_0.5-3.1_all.deb
Files:
 211fd4fe1a2e9dd27656ffe4257bb35a 19886 gnome extra gdevilspie_0.5-3.1_all.deb
 3d59b8036b2ec1cc80a66b6c49cacf62 1732 gnome extra gdevilspie_0.5-3.1.dsc
 bb8a427466999c56bb902b561723a1a9 3768 gnome extra 
gdevilspie_0.5-3.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1qgnAAoJEAVLu599gGRCNSIP/09QPASYP8WhK8C6UJu53FiH
F+JzY5fIez6aB+M/Pdagza1CSvlYjIBEogJtK9C5NOTzh9jKCMhoWHMOvS2fHUPF
blmwUqIJMz3Br7DlN1UmtcpLLeQbZDZIEorV3P5yy3zr6scb6Q2ytMWlwn7erYm2
BqHUJ0lGZjGZjTbNbDhrUUaeUakytVyMCwHueJn5B3guqXUnMPkgV0/93crrVo4q
0cFUkZMT0UnsTI1Lnht31CxsYzSpFTaRA+DGWOZWegF+8arGgW8BqTk7k3CDFq/w
IQET639rsMSDBkYKoNe2rtLvdx/1eupAMtUGvY7eO9kwOfi+yc+CZMxZbQGCTubQ
nP7eGJyYSqcFE9FAe73ItjB68wwMdnAk20Ow7zk2jhrjkNFPpZ7M8YClY1o86pt4
nw65b8+lzF6/5a7HmHzrJ+sOCC/4XcQteN4g46JPSB9d3d/VJ3OrzvnKNj63NPHb

Bug#753193: marked as done (r-bioc-cummerbund: FTBFS: ERROR: lazy loading failed for package 'cummeRbund')

2014-07-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Jul 2014 21:41:46 +
with message-id e1xcbd4-0002j7...@franck.debian.org
and subject line Bug#753193: fixed in r-bioc-cummerbund 2.6.1-1
has caused the Debian Bug report #753193,
regarding r-bioc-cummerbund: FTBFS: ERROR: lazy loading failed for package 
'cummeRbund'
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.)


-- 
753193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753193
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: r-bioc-cummerbund
Version: 2.4.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140628 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
  fakeroot debian/rules binary
 test -x debian/rules
 dh_testroot
 dh_prep 
 dh_installdirs -A 
 mkdir -p .
 dh_installdirsusr/lib/R/site-library
 echo R:Depends=r-base-core (= 3.1.0-1)  
 debian/r-bioc-cummerbund.substvars
 if test -f /usr/bin/xvfb-run; then\
xvfb-run -a\
   R CMD INSTALL -l 
 /«PKGBUILDDIR»/debian/r-bioc-cummerbund/usr/lib/R/site-library --clean \
. ;\
   else\
R CMD INSTALL -l 
 /«PKGBUILDDIR»/debian/r-bioc-cummerbund/usr/lib/R/site-library\
   --clean  . ;\
   fi
 * installing *source* package 'cummeRbund' ...
 ** R
 ** data
 ** inst
 ** preparing package for lazy loading
 Error : objects 'GAlignments', 'GAlignmentPairs', 'Union', 
 'IntersectionNotEmpty', 'IntersectionStrict', 'findSpliceOverlaps' are not 
 exported by 'namespace:GenomicRanges'
 Error : package 'rtracklayer' could not be loaded
 ERROR: lazy loading failed for package 'cummeRbund'
 * removing 
 '/«PKGBUILDDIR»/debian/r-bioc-cummerbund/usr/lib/R/site-library/cummeRbund'
 make: *** [R_any_arch] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/28/r-bioc-cummerbund_2.4.1-1_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: r-bioc-cummerbund
Source-Version: 2.6.1-1

We believe that the bug you reported is fixed in the latest version of
r-bioc-cummerbund, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated r-bioc-cummerbund 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, 30 Jul 2014 21:40:29 +0200
Source: r-bioc-cummerbund
Binary: r-bioc-cummerbund
Architecture: source all
Version: 2.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 r-bioc-cummerbund - tool for analysis of Cufflinks RNA-Seq output
Closes: 753193
Changes:
 r-bioc-cummerbund (2.6.1-1) unstable; urgency=low
 .
   * New upstream version
 Closes: #753193
   * Drop Carlos Borroto from Uploaders at his request
   * Moved debian/upstream to debian/upstream/metadata
Checksums-Sha1:
 642e87fd6dc02d4266b8e2b721d75eaab3b0162a 2159 r-bioc-cummerbund_2.6.1-1.dsc
 5b30ae0e24fab92b0f30c894889fedd5771a418d 2291914 
r-bioc-cummerbund_2.6.1.orig.tar.gz
 4b263172a38dd1a8b8f651abffd3d4171b50b061 2500 
r-bioc-cummerbund_2.6.1-1.debian.tar.xz
 01e975fcd9c7c71bb186ab9551347648c76b 1850540 
r-bioc-cummerbund_2.6.1-1_all.deb
Checksums-Sha256:
 7af1f68138639605f1c617b6e3a97c9bd2b998da303cf5c1fc099264d6d46483 2159 
r-bioc-cummerbund_2.6.1-1.dsc
 c7d4a31167024e6ad3c6e367894b4a81fc5d710beee7fd2cd63ccae0cc4ab876 2291914 

Bug#609537: /etc/init.d/mysql stop leaves a process but exits with 0 status

2014-07-30 Thread Antoine Beaupré
found 609537 5.5.38-0+wheezy1
thanks

I have found this bug happening even on wheezy, on a server that doesn't
exit immediately after a mysladmin shutdown.

I find that the expectation of the shutdown procedure of Debian's
initscript is a little unreasonable: it issues a shutdown command, and
if it succeeds, doesn't wait at all before checking if the server is
actually down, then fails if the server hasn't shutdown immediately.

It seems to me it should simply wait a little while. In a production
server we run (internal issue #14187), I have found that waiting even
one second completely fixes this problems and allows me again to sleep
through the morning log rotation (!).

Please consider applying this patch to the stable release:

diff --git a/init.d/mysql b/init.d/mysql
index 983a8c2..1efd332 100755
--- a/init.d/mysql
+++ b/init.d/mysql
@@ -150,13 +150,18 @@ case ${1:-''} in
  fi
 fi

-if ! mysqld_status check_dead warn; then
- log_end_msg 1
- log_failure_msg Please stop MySQL manually and read 
/usr/share/doc/mysql-server-5.5/README.Debian.gz!
- exit -1
-   else
- log_end_msg 0
-fi
+# give it a little time to stop at least
+for i in 1 2 3 4 5 6 7 8 9 10; do
+  if mysqld_status check_dead warn; then
+   log_end_msg 0
+exit 0
+  fi
+ log_progress_msg .
+  sleep 1
+done
+   log_end_msg 1
+   log_failure_msg MySQL failed to stop even though mysqladmin shutdown 
succeeded, please stop MySQL manually
+   exit -1
;;

   'restart')

Also note that telling people to RTFM is pretty much useless in this
situation, as (1) the warning doesn't actually show up on the terminal
and (2) the README doesn't actually address this situation (ie. my
debian.cnf file works).

I would be happy to NMU this patch into sid and shepherd it into the
next wheezy update.

Thanks for your feedback,

A

PS: is it possible this bug was simply forgotten after the squeeze
release? i see there was no update since 2012 to the bug yet there are
now two patches waiting for review. can we get some action here?

-- 
Faith means not wanting to know what is true.
 - Friedrich Nietzshe


pgpQVosPSRkwZ.pgp
Description: PGP signature


Processed: Re: /etc/init.d/mysql stop leaves a process but exits with 0 status

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 609537 5.5.38-0+wheezy1
Bug #609537 [mysql-server] /etc/init.d/mysql stop leaves a process but exits 
with 0 status
Marked as found in versions mysql-5.5/5.5.38-0+wheezy1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
609537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609537
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#755684: torbrowser-launcher: cannot launch the Tor Browser

2014-07-30 Thread Micah Lee
I've created an upstream bug:
https://github.com/micahflee/torbrowser-launcher/issues/116

I just installed sid in a VM and installed the torbrowser-launcher
package, and it runs fine without this problem. So this appears to be a
Debian packaging issue then that will be resolved when certain packages
make their way from sid into jessie, right?

Is there anything I can do to help fix it on my end?

-- 
Micah Lee


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



Bug#754848: marked as done (helpviewer.app: Crashes on startup)

2014-07-30 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jul 2014 01:48:29 +
with message-id e1xcftp-00077a...@franck.debian.org
and subject line Bug#754848: fixed in helpviewer.app 0.3-8
has caused the Debian Bug report #754848,
regarding helpviewer.app: Crashes on startup
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.)


-- 
754848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: helpviewer.app
Version: 0.3-7+b4
Severity: grave
Justification: renders package unusable

$ HelpViewer 
2014-07-15 02:09:26.144 HelpViewer[5068] Exception occured while
loading model: Codepoint out of range in constant string
2014-07-15 02:09:26.145 HelpViewer[5068] Failed to load Gorm
2014-07-15 02:09:26.146 HelpViewer[5068] Cannot load the main model
file 'Main'
Нарушение на разделянето(segfault)

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

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

Versions of packages helpviewer.app depends on:
ii  gnustep-back0.24   0.24.0-2
ii  gnustep-base-runtime   1.24.6-2
ii  gnustep-common [gnustep-fslayout-fhs]  2.6.6-2
ii  gnustep-gui-runtime0.24.0-2
ii  libc6  2.19-7
ii  libgnustep-base1.241.24.6-2
ii  libgnustep-gui0.24 0.24.0-2
ii  libobjc4   4.9.0-10

helpviewer.app recommends no packages.

helpviewer.app suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: helpviewer.app
Source-Version: 0.3-8

We believe that the bug you reported is fixed in the latest version of
helpviewer.app, 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 754...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov ya...@gnu.org (supplier of updated helpviewer.app 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: Thu, 31 Jul 2014 00:13:04 +0300
Source: helpviewer.app
Binary: helpviewer.app
Architecture: source amd64
Version: 0.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description:
 helpviewer.app - Online help viewer for GNUstep programs
Closes: 754848
Changes:
 helpviewer.app (0.3-8) unstable; urgency=medium
 .
   * debian/source/format: Switch to 3.0 (quilt).
   * debian/compat: Set to 9.
   * debian/rules: Rewrite for modern dh.  Append
 -finput-charset=ISO-8859-1 to OBJCFLAGS (Closes: #754848).
   * debian/README.source: Delete.
   * debian/preinst: Delete; no longer needed.
   * debian/control (Build-Depends): Remove quilt.  Require
 libgnustep-gui-dev (= 0.24) and debhelper (= 9).
 (Vcs-Arch): Replace with Vcs-Git and Vcs-Browser.
 (Standards-Version): Claim compliance with 3.9.5 as of this release.
   * debian/install: New file.
   * debian/HelpViewer.desktop: Add Keywords field.
   * debian/patches/gui0.24.patch: New; adapt to the new GNUstep API and
 fix a few related issues.
   * debian/patches/series: Update.
   * debian/copyright: Switch to format 1.0.
Checksums-Sha1:
 f8dee404dfe2e9393323d9d9c4f9b3e8e4438a3f 2006 helpviewer.app_0.3-8.dsc
 ff50c4c70d6f8e4a49c65756f27d37b8a08a5e27 9816 
helpviewer.app_0.3-8.debian.tar.xz
 0e207051ddeb0ea510f3776c7efa8fe5ea61f4ab 100616 helpviewer.app_0.3-8_amd64.deb
Checksums-Sha256:
 4efd40b7e3338bd59f80c2a0dfbcccaf8f6cd76d0b0b7825b2c4c7a15b5f24bd 2006 
helpviewer.app_0.3-8.dsc
 44d3e178f9b713ffa714786a994aa82586196535c31463b2f61418e1fefe09c8 9816 
helpviewer.app_0.3-8.debian.tar.xz
 1c002be7e159b782463208b96723f438f86b021b5d525910f33bfb39b1e31b74 100616 
helpviewer.app_0.3-8_amd64.deb
Files:
 7ff782c0227ba94b2fff8ef273899ff9 100616 gnustep optional 
helpviewer.app_0.3-8_amd64.deb
 4298c3afd96429ef688d24459f82ce50 2006 gnustep optional helpviewer.app_0.3-8.dsc
 

Processed: reassign 752576 to php5-xcache, forcibly merging 739789 752576, affects 739789

2014-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 752576 php5-xcache
Bug #752576 [owncloud] Issues with php5-xcache on the initial configuration
Bug reassigned from package 'owncloud' to 'php5-xcache'.
No longer marked as found in versions owncloud/6.0.4~beta1+dfsg-1 and 
owncloud/7.0.0+dfsg-1.
Ignoring request to alter fixed versions of bug #752576 to the same values 
previously set
 forcemerge 739789 752576
Bug #739789 [php5-xcache] causes Apache segfaults
Bug #752576 [php5-xcache] Issues with php5-xcache on the initial configuration
Set Bug forwarded-to-address to 'http://xcache.lighttpd.net/ticket/338'.
Severity set to 'grave' from 'normal'
Marked as found in versions xcache/3.1.0-1.
Added tag(s) upstream.
Bug #739789 [php5-xcache] causes Apache segfaults
Added tag(s) confirmed.
Merged 739789 752576
 affects 739789 owncloud
Bug #739789 [php5-xcache] causes Apache segfaults
Bug #752576 [php5-xcache] Issues with php5-xcache on the initial configuration
Added indication that 739789 affects owncloud
Added indication that 752576 affects owncloud
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739789
752576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752576
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#755684: torbrowser-launcher: cannot launch the Tor Browser

2014-07-30 Thread Paul Wise
On Wed, 2014-07-30 at 17:42 -0700, Micah Lee wrote:

 I just installed sid in a VM and installed the torbrowser-launcher
 package, and it runs fine without this problem. So this appears to be a
 Debian packaging issue then that will be resolved when certain packages
 make their way from sid into jessie, right?
 
 Is there anything I can do to help fix it on my end?

The bug has already been closed as torbrowser-launcher works now:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755684#61

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#754682: marked as done (cgminer: FTBFS on kfreebsd-*: expected '=', ',', '; ', 'asm' or '__attribute__' before 'transfer_callback')

2014-07-30 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jul 2014 04:03:31 +
with message-id e1xchav-00071f...@franck.debian.org
and subject line Bug#754682: fixed in cgminer 4.4.2-1
has caused the Debian Bug report #754682,
regarding cgminer: FTBFS on kfreebsd-*: expected '=', ',', '; ', 'asm' or 
'__attribute__' before 'transfer_callback'
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.)


-- 
754682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: cgminer
Version: 4.3.4-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| gcc -DHAVE_CONFIG_H -I.  -lpthread -fno-strict-aliasing  
-I/usr/include/libusb-1.0 -I./lib -I./lib  -D_FORTIFY_SOURCE=2  -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
-o cgminer-usbutils.o `test -f 'usbutils.c' || echo './'`usbutils.c
| usbutils.c:2687:25: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'transfer_callback'
|  static void LIBUSB_CALL transfer_callback(struct libusb_transfer *transfer)
|  ^
| usbutils.c: In function 'usb_perform_transfer':
| usbutils.c:2831:26: error: 'transfer_callback' undeclared (first use in this 
function)
|  buf, length, transfer_callback, ut,
|   ^
| usbutils.c:2831:26: note: each undeclared identifier is reported only once 
for each function it appears in
| usbutils.c: In function 'usb_control_transfer':
| usbutils.c:3174:61: error: 'transfer_callback' undeclared (first use in this 
function)
|   libusb_fill_control_transfer(ut.transfer, dev_handle, buf, 
transfer_callback,
|  ^
| make[4]: *** [cgminer-usbutils.o] Error 1

Full build logs:
  
https://buildd.debian.org/status/fetch.php?pkg=cgminerarch=kfreebsd-amd64ver=4.3.4-2stamp=1402080513
  
https://buildd.debian.org/status/fetch.php?pkg=cgminerarch=kfreebsd-i386ver=4.3.4-2stamp=1402081817

Mraw,
KiBi.
---End Message---
---BeginMessage---
Source: cgminer
Source-Version: 4.4.2-1

We believe that the bug you reported is fixed in the latest version of
cgminer, 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 754...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Howard show...@debian.org (supplier of updated cgminer 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, 30 Jul 2014 22:34:28 -0400
Source: cgminer
Binary: cgminer
Architecture: source i386
Version: 4.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Bitcoin Packaging Team 
pkg-bitcoin-de...@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description:
 cgminer- multi-threaded multi-pool Bitcoin miner
Closes: 754682
Changes:
 cgminer (4.4.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Updated debian/copyright
   * Refreshed patches.
 - debian/patches/kfreebsd_libusb.patch #define LIBUSB_CALL if not
   defined (Closes: #754682)
 - debian/patches/mips_roundl.patch dropped, included upstream
   * Update debian/rules to build for new miners
Checksums-Sha1:
 e3f3eb7d82355204f0d81b98735aa4e02dd098c0 2056 cgminer_4.4.2-1.dsc
 f125ed9c67800ca2a4ad45ea98173ea45b2604ed 2021637 cgminer_4.4.2.orig.tar.gz
 bde59a3bd241b373e7c865c194751835ee3225f0 10880 cgminer_4.4.2-1.debian.tar.xz
 6760e2fb720d47c11ab5c4d4bee0fa67d38a1559 554430 cgminer_4.4.2-1_i386.deb
Checksums-Sha256:
 8b25c9daaf2064c15f382cfa252a1e221caeb925d5d4208e37121cfacf20794a 2056 
cgminer_4.4.2-1.dsc
 9fc30e02f016d5174461d1a9b570533779bb6bd9d2a6d069e3df9be18960531d 2021637 
cgminer_4.4.2.orig.tar.gz
 6b3f68c48a81776633cddc96a61d60483812668c7d1121ea91920fe16f2dfa58 10880 
cgminer_4.4.2-1.debian.tar.xz
 9c1d6fc85cbe452aa6599f7a04fa1e4f5f9e98774a0bb83fe206d82765d8d582 554430 
cgminer_4.4.2-1_i386.deb
Files:
 886fd92f9d47c4fd90d6d3ec744b3897 554430 net optional cgminer_4.4.2-1_i386.deb
 bcd2984295de142ac6830c05f85065d8 2056 net optional cgminer_4.4.2-1.dsc
 9f2fa4e56a5a73630a8302a151d5957e 2021637 net optional cgminer_4.4.2.orig.tar.gz
 

Bug#756580: Useless in Jessie

2014-07-30 Thread David Prévot
Package: php-irods-prods
Severity: serious

[Filled as an RC-bug by the maintainer to exclude package from testing]

php-irods-prods has been introduced as an owncloud dependency, but no
package depends on it anymore. This is a beta version (last activity
upstream was about one year ago), so there is little point to release it
with Jessie, especially without a maintainer (see: #748608).

Regards

David


signature.asc
Description: Digital signature


Bug#756581: Not fit for Jessie

2014-07-30 Thread David Prévot
Package: php-phpdocx
Severity: serious

[Filled as an RC-bug by the maintainer to exclude package from testing]

php-phpdocx has been introduced as an owncloud dependency, but no
package depends on it anymore. Upstream does not really maintain the
community version, and does not really care about security either:

 All vendors except PHPDocX have released an update. PHPDocX states
 that the admin is responsible to validate the DOCX document and is
 considering this as won't fix.

http://owncloud.org/security/advisory/?id=oc-sa-2014-006

(about CVE-2014-2056, fixed in Debian)

There is little point to release it with Jessie, especially without
someone willing to maintain it, including security-wise (see: #748605).

Regards

David


signature.asc
Description: Digital signature


Bug#756582: new syntax error when invoking udevadm test breaks installing/ upgrading

2014-07-30 Thread Stefan Lippers-Hollmann
Source: fuse
Version: 2.9.3-14
Severity: grave
Tags: patch

Hi

When upgrading (or installing) fuse 2.9.3-13 to 2.9.3-14, the new
postinst fails with:

Setting up fuse (2.9.3-14) ...
dpkg: error processing package fuse (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)

This is caused by this, change between the afforementioned versions, 
which is also not mentioned in the package's changelog:

--- fuse-2.9.3/debian/fuse.postinst 2014-06-20 08:23:50.0 +0200
+++ fuse-2.9.3/debian/fuse.postinst 2014-07-30 23:01:26.0 +0200
@@ -17,7 +17,7 @@
then
if [ -e /dev/fuse ]
then
-   udevadm test -a -p  $(udevadm info -q 
path -n /dev/fuse)  /dev/null 21
+   udevadm test -e -p  $(udevadm info -q 
path -n /dev/fuse)  /dev/null 21
fi
fi
fi

Reverting this to udevadm test -a -p fixes the problem again.

Regards
Stefan Lippers-Hollmann

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

Kernel: Linux 3.16-rc7-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru fuse-2.9.3/debian/fuse.postinst fuse-2.9.3/debian/fuse.postinst
--- fuse-2.9.3/debian/fuse.postinst
+++ fuse-2.9.3/debian/fuse.postinst
@@ -17,7 +17,7 @@
 			then
 if [ -e /dev/fuse ]
 then
-	udevadm test -e -p  $(udevadm info -q path -n /dev/fuse)  /dev/null 21
+	udevadm test -a -p  $(udevadm info -q path -n /dev/fuse)  /dev/null 21
 fi
 			fi
 		fi


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


  1   2   >