Bug#753427: marked as done (libnfs-dev: makes xbmc FTBFS)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 11:28:15 +0530
with message-id 53b793f7.20...@researchut.com
and subject line Re: Bug#753427: libnfs-dev: makes xbmc FTBFS
has caused the Debian Bug report #753427,
regarding libnfs-dev: makes xbmc FTBFS
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.)


-- 
753427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libnfs-dev
Version: 1.9.4-1
Severity: grave

Hi,

The latest update to libnfs made xbmc (and probably everything else)
fail to build against the library.
Relevant log from xbmc build using sbuild:
...
CPP xbmc/filesystem/SMBDirectory.o
CPP xbmc/filesystem/NFSFile.o
In file included from NFSFile.cpp:35:0:
/usr/include/nfsc/libnfs-raw-mount.h:150:38: error: 'CLIENT' has not
been declared
 extern  void * mount1_null_1(void *, CLIENT *);
  ^
/usr/include/nfsc/libnfs-raw-mount.h:153:45: error: 'CLIENT' has not
been declared
 extern  mountres1 * mount1_mnt_1(dirpath *, CLIENT *);
 ^
/usr/include/nfsc/libnfs-raw-mount.h:156:43: error: 'CLIENT' has not
been declared
 extern  mountlist * mount1_dump_1(void *, CLIENT *);
   ^
/usr/include/nfsc/libnfs-raw-mount.h:159:41: error: 'CLIENT' has not
been declared
 extern  void * mount1_umnt_1(dirpath *, CLIENT *);

Cheers,
Balint
---End Message---
---BeginMessage---
On 07/02/2014 10:34 AM, Ritesh Raj Sarraf wrote:
 On 07/02/2014 01:10 AM, Bálint Réczey wrote:
 The latest update to libnfs made xbmc (and probably everything else)
 fail to build against the library.
 Relevant log from xbmc build using sbuild:
 ...
 CPP xbmc/filesystem/SMBDirectory.o
 CPP xbmc/filesystem/NFSFile.o
 In file included from NFSFile.cpp:35:0:
 /usr/include/nfsc/libnfs-raw-mount.h:150:38: error: 'CLIENT' has not
 been declared
  extern  void * mount1_null_1(void *, CLIENT *);
   ^
 /usr/include/nfsc/libnfs-raw-mount.h:153:45: error: 'CLIENT' has not
 been declared
  extern  mountres1 * mount1_mnt_1(dirpath *, CLIENT *);
  ^
 /usr/include/nfsc/libnfs-raw-mount.h:156:43: error: 'CLIENT' has not
 been declared
  extern  mountlist * mount1_dump_1(void *, CLIENT *);
^
 /usr/include/nfsc/libnfs-raw-mount.h:159:41: error: 'CLIENT' has not
 been declared
  extern  void * mount1_umnt_1(dirpath *, CLIENT *);

 That's interesting given that xbmc has built using the 1.9.3 version
 of the library, which was release this year. The last relevant change
 to libnfs was done in December 2013. I'll look into it.


Balint,

The fix is in XBMC. Please see attached patch. I've also attached a
patch for parallel builds.

FTBFS fix further details at:
https://github.com/sahlberg/libnfs/commit/a0c4ea7d9f4ad7fab543c064c47be7d334a9ceda#commitcomment-6835590

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.

From 90f0a9d522e48a6e19efa0f546d10d7996ff Mon Sep 17 00:00:00 2001
From: Ritesh Raj Sarraf r...@debian.org
Date: Sat, 5 Jul 2014 10:44:31 +0530
Subject: [PATCH] Enable Parallel Build

Signed-off-by: Ritesh Raj Sarraf r...@debian.org
---
 debian/control |  1 +
 debian/rules   | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/debian/control b/debian/control
index 833d4b6..2925070 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (= 9~),
  unzip,
  libboost-dev,
  zip,
+ libc-bin,
  libtool,
  libgles2-mesa-dev [armel armhf] | libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
diff --git a/debian/rules b/debian/rules
index ca0feb3..64f59e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,17 @@ ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 XBMC_RELEASE ?= no
 endif
 
+# Enable parallel build
+DEB_BUILD_OPTIONS ?= $(shell getconf _NPROCESSORS_ONLN)
+
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+else
+	DEB_PARALLEL_JOBS += $(shell getconf _NPROCESSORS_ONLN)
+endif
+MAKEFLAGS += -j$(NUMJOBS)
+
+
 # Whether we're building for release or not
 ifeq (yes,$(XBMC_RELEASE))
   DEBUG_OPTIONS = --disable-debug --enable-optimizations
-- 
2.0.0

Fix NFS build on XBMC
Index: xbmc/xbmc/filesystem/NFSDirectory.cpp
===
--- xbmc.orig/xbmc/filesystem/NFSDirectory.cpp	2014-07-02 

Bug#753794: tkdesk: needs rebuild because BLT is ported to Tcl/Tk 8.6

2014-07-05 Thread Sergei Golovan
Source: tkdesk
Version: 2.0-9.1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

Since the blt package is built against Tcl/Tk 8.6 tkdesk stopped
working and has to be ported to Tcl/Tk 8.6 as well.

Unfortunately, simple bin-NMU doesn't suffice (tkdesk uses deprecated
interp-result field, which support was dropeed in 8.6). I've prepared
a small patch which allows tkdesk to build and I caould do NMU if
you don't mind.

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

Kernel: Linux 3.14-1-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
diff -u tkdesk-2.0/debian/changelog tkdesk-2.0/debian/changelog
--- tkdesk-2.0/debian/changelog
+++ tkdesk-2.0/debian/changelog
@@ -1,3 +1,11 @@
+tkdesk (2.0-9.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switched to Tcl/Tk 8.6 to work with newer BLT.
+  * Defined USE_INTERP_RESULT macro to build with Tcl 8.6.
+
+ -- Sergei Golovan sgolo...@debian.org  Fri, 04 Jul 2014 07:53:30 +0400
+
 tkdesk (2.0-9.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u tkdesk-2.0/debian/rules tkdesk-2.0/debian/rules
--- tkdesk-2.0/debian/rules
+++ tkdesk-2.0/debian/rules
@@ -15,7 +15,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	./configure --with-blt=/usr/lib --prefix=/usr --mandir=/usr/share/man --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5 --with-itcl=/usr/lib/itcl3.4 --with-itcl-lib=-litcl3.4 --with-itcl-version=3.4
+	./configure --with-blt=/usr/lib --prefix=/usr --mandir=/usr/share/man --with-tcl=/usr/lib --with-tk=/usr/lib --with-itcl=/usr/lib/itcl3.4 --with-itcl-lib=-litcl3.4 --with-itcl-version=3.4
 	touch configure-stamp
 
 build: build-stamp
@@ -23,7 +23,7 @@
 build-stamp: configure-stamp
 	dh_testdir
 
-	make CC_EXTRA_OPTS=-O2 -g -Wall TKDESK_LIBRARY=$(TKDESK_LIBRARY)
+	make CC_EXTRA_OPTS=-O2 -g -Wall -DUSE_INTERP_RESULT TKDESK_LIBRARY=$(TKDESK_LIBRARY)
 	touch build-stamp
 
 clean:
diff -u tkdesk-2.0/debian/control tkdesk-2.0/debian/control
--- tkdesk-2.0/debian/control
+++ tkdesk-2.0/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Daniel Martin fiz...@debian.org
 Standards-Version: 3.6.1.0
-Build-Depends: itcl3-dev ( 3.3), blt-dev, tk8.5-dev (= 8.5.7-2), debhelper ( 5.0.0)
+Build-Depends: itcl3-dev ( 3.3), blt-dev (= 2.5.3), tk-dev (= 8.6.0), debhelper ( 5.0.0)
 
 Package: tkdesk
 Architecture: any


Bug#753390: non-free stuff in source package

2014-07-05 Thread Jose Luis Blanco
Hello Thorsten,

Thanks for the pointer!

However, I'm unsure about how to proceed: the content under
CC-BY-NC-ND you mean are probably two guides written in Latex. Unless
it's really unsuitable to Debian policies, I would like to keep them
there so they are built and stored in the mrpt-doc package as .ps
docs.

Other contents in this directory are:
- Man pages as .pod files (-- which end up in the mrpt-apps package)
- Doxygen pages (-- also go to the mrpt-doc package)
- Some code examples.

Since I'm also the author upstream, I can update the debian/copyright
and/or the license of the two guides in Latex. Let me know what would
be the preferred changes so all contents in the Debian package
mrpt-doc can be maintained there and I can flag this bug as done.

Cheers,
JL


On Tue, Jul 1, 2014 at 1:40 PM, Thorsten Alteholz alteh...@debian.org wrote:
 Package: mrpt
 Version: 1:1.2.0-1
 Severity: serious
 User: alteh...@debian.org
 Usertags: ftp
 X-Debbugs-CC: ftpmas...@ftp-master.debian.org
 thanks

 Dear Maintainer,

 please remove the doc directory from the source package. Most of the stuff
 is either licensed under CC-BY-NC-ND or some other license that makes it
 unfit for main.

 In this context you might want to review your debian/copyright.

 Thanks!
   Thorsten


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



Bug#753795: ngspice: needs rebuild with Tcl/Tk 8.6 after BLT was ported to Tcl/Tk 8.6

2014-07-05 Thread Sergei Golovan
Source: ngspice
Version: 24-1.1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

Recently the blt package was ported to the Tcl/Tk 8.6, so tclspice needs
to do the same because it uses BLT. I've prepared a patch and can do NMU if
you don't mind.

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

Kernel: Linux 3.14-1-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
diff -Nru ngspice-24/debian/changelog ngspice-24/debian/changelog
--- ngspice-24/debian/changelog	2014-02-14 09:43:38.0 +0400
+++ ngspice-24/debian/changelog	2014-07-04 07:35:11.0 +0400
@@ -1,3 +1,12 @@
+ngspice (24-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace dependencies on Tcl/Tk 8.5 by Tcl/Tk 8.6 to match the newer
+blt package.
+  * Define USE_INTERP_RESULT to make tclspice buildable with Tcl 8.6.
+
+ -- Sergei Golovan sgolo...@debian.org  Fri, 04 Jul 2014 07:35:05 +0400
+
 ngspice (24-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ngspice-24/debian/control ngspice-24/debian/control
--- ngspice-24/debian/control	2014-01-31 11:23:48.0 +0400
+++ ngspice-24/debian/control	2014-07-05 10:26:27.0 +0400
@@ -6,7 +6,7 @@
  Andreas Tille ti...@debian.org
 Build-Depends: debhelper (= 8), automake, libtool, libxaw7-dev, flex,
  bison, gfortran, libedit-dev, libncurses5-dev,
- texinfo, tcl8.5-dev, tcl8.5, tk8.5-dev, tk8.5, blt-dev
+ texinfo, tcl8.6-dev, tcl8.6, tk8.6-dev, tk8.6, blt-dev (= 2.5.3)
 Build-Depends-Indep: lyx, elyxer, texlive, texlive-latex-extra, texlive-lang-greek,
  texlive-generic-recommended, imagemagick
 Standards-Version: 3.9.3
@@ -29,7 +29,7 @@
 
 Package: tclspice
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ngspice, blt, tcl8.5, tk8.5
+Depends: ${shlibs:Depends}, ${misc:Depends}, ngspice, blt, tcl8.6, tk8.6
 Replaces: tclspice-dev
 Breaks: tclspice-dev
 Description: NGspice library for Tcl
diff -Nru ngspice-24/debian/rules ngspice-24/debian/rules
--- ngspice-24/debian/rules	2014-01-31 11:33:17.0 +0400
+++ ngspice-24/debian/rules	2014-07-04 07:36:02.0 +0400
@@ -14,7 +14,7 @@
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-
+CFLAGS= -DUSE_INTERP_RESULT
 
 config.status: config.status-stamp configure
 config.status-stamp:
@@ -57,7 +57,7 @@
 		--enable-cider \
 		--disable-debug \
 		--disable-x \
-		--with-tcl=/usr/lib/tcl8.5 \
+		--with-tcl=/usr/lib/tcl8.6 \
 		CFLAGS=$(CFLAGS))
 	touch $@
 


Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Niko Tyni
On Sat, Jul 05, 2014 at 02:27:02AM +0200, Emilio Pozuelo Monfort wrote:
 On 03/07/14 19:50, Aurelien Jarno wrote:
  On Thu, Jul 03, 2014 at 07:43:57PM +0300, Niko Tyni wrote:

  I could make a sourceful perl upload incrementing perlapi-5.18.2 to
  for instance perlapi-5.18.2d (and removing perlapi-5.18.1) on s390x
  only. This would make ~500 reverse dependencies of perlapi-5.18.*
  uninstallable and require a new binNMU round for them. As libperl5.18
  has a tight dependency on perl-base, I don't think we'd need to
  do anything on the libperl side.
  
  I think this would work fine. From the buildds point of view, the 500
  binNMUs should not pose any problem, we have enough build power there.
  
  I think this would be the right way fix this, but I suppose it would
  affect ongoing transitions and the like. I'm cc'ing the release team
  for advice.
 
 I have come up with:
 
 https://release.debian.org/transitions/html/perlapi-5.18.2d-s390x.html
 
 Although I would prefer to wait a bit and do 5.20 directly, I'm not affected 
 by
 this breakage as I don't have any s390x machines. So if you think this is
 important enough, we could go ahead and do it now. The only conflict I see 
 right
 now is gdal with the poppler transition, but that one should be finished in 
 two
 or three days if everything goes well.

Thanks. I don't use s390x either, but clearly there are people who do, and
broken upgrades for a few weeks don't seem acceptable to me.

So do I wait until poppler is done? Please ping me when it's OK to upload.

What do we do with packages that fail to build? Remove the old s390x
binaries from testing? The source packages are going to cause trouble
for the 5.20 transition too, of course...
-- 
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: tagging 753786

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

 tags 753786 + sid jessie
Bug #753786 [jftp] jftp: depends on openjdk-6 which won't be in jessie
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753786
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#753795: The correct patch

2014-07-05 Thread Sergei Golovan
Hi!

Here is the correct patch (where the examples in the tclspice package
use wish8.6 instead of wish8.5).

Cheers!
-- 
Sergei Golovan
diff -Nru ngspice-24/debian/changelog ngspice-24/debian/changelog
--- ngspice-24/debian/changelog 2014-02-14 09:43:38.0 +0400
+++ ngspice-24/debian/changelog 2014-07-04 07:35:11.0 +0400
@@ -1,3 +1,12 @@
+ngspice (24-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace dependencies on Tcl/Tk 8.5 by Tcl/Tk 8.6 to match the newer
+blt package.
+  * Define USE_INTERP_RESULT to make tclspice buildable with Tcl 8.6.
+
+ -- Sergei Golovan sgolo...@debian.org  Fri, 04 Jul 2014 07:35:05 +0400
+
 ngspice (24-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ngspice-24/debian/control ngspice-24/debian/control
--- ngspice-24/debian/control   2014-01-31 11:23:48.0 +0400
+++ ngspice-24/debian/control   2014-07-05 10:26:27.0 +0400
@@ -6,7 +6,7 @@
  Andreas Tille ti...@debian.org
 Build-Depends: debhelper (= 8), automake, libtool, libxaw7-dev, flex,
  bison, gfortran, libedit-dev, libncurses5-dev,
- texinfo, tcl8.5-dev, tcl8.5, tk8.5-dev, tk8.5, blt-dev
+ texinfo, tcl8.6-dev, tcl8.6, tk8.6-dev, tk8.6, blt-dev (= 2.5.3)
 Build-Depends-Indep: lyx, elyxer, texlive, texlive-latex-extra, 
texlive-lang-greek,
  texlive-generic-recommended, imagemagick
 Standards-Version: 3.9.3
@@ -29,7 +29,7 @@
 
 Package: tclspice
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ngspice, blt, tcl8.5, tk8.5
+Depends: ${shlibs:Depends}, ${misc:Depends}, ngspice, blt, tcl8.6, tk8.6
 Replaces: tclspice-dev
 Breaks: tclspice-dev
 Description: NGspice library for Tcl
diff -Nru ngspice-24/debian/patches/02_fix_tcl_examples.patch 
ngspice-24/debian/patches/02_fix_tcl_examples.patch
--- ngspice-24/debian/patches/02_fix_tcl_examples.patch 2014-01-31 
11:29:19.0 +0400
+++ ngspice-24/debian/patches/02_fix_tcl_examples.patch 2014-07-05 
10:46:45.0 +0400
@@ -6,7 +6,7 @@
  #!/bin/sh
  # WishFix \
 -exec wish -f $0 ${1+$@}
-+exec wish8.5 -f $0 ${1+$@}
++exec wish8.6 -f $0 ${1+$@}
###
  
  # old name:  analyse-20070504-0.tcl
@@ -22,7 +22,7 @@
  #!/bin/sh
  # WishFix \
 -  exec wish -f $0 ${1+$@}
-+  exec wish8.5 -f $0 ${1+$@}
++  exec wish8.6 -f $0 ${1+$@}
  ###
  
  package require BLT
@@ -37,7 +37,7 @@
  #!/bin/sh
  # WishFix \
 -exec wish -f $0 ${1+$@}
-+exec wish8.5 -f $0 ${1+$@}
++exec wish8.6 -f $0 ${1+$@}
###
  
  package require BLT
@@ -52,7 +52,7 @@
  #!/bin/sh
  # WishFix \
 -  exec wish vspicechart.tcl example.cir
-+  exec wish8.5 vspicechart.tcl example.cir
++  exec wish8.6 vspicechart.tcl example.cir
  ###
 --- a/examples/tclspice/tcl-testbench4/vspicechart.tcl
 +++ b/examples/tclspice/tcl-testbench4/vspicechart.tcl
@@ -80,7 +80,7 @@
  #!/bin/sh
  # WishFix \
 -exec wish -f $0 ${1+$@}
-+exec wish8.5 -f $0 ${1+$@}
++exec wish8.6 -f $0 ${1+$@}
  ###
  
  package require BLT
diff -Nru ngspice-24/debian/rules ngspice-24/debian/rules
--- ngspice-24/debian/rules 2014-01-31 11:33:17.0 +0400
+++ ngspice-24/debian/rules 2014-07-04 07:36:02.0 +0400
@@ -14,7 +14,7 @@
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-
+CFLAGS= -DUSE_INTERP_RESULT
 
 config.status: config.status-stamp configure
 config.status-stamp:
@@ -57,7 +57,7 @@
--enable-cider \
--disable-debug \
--disable-x \
-   --with-tcl=/usr/lib/tcl8.5 \
+   --with-tcl=/usr/lib/tcl8.6 \
CFLAGS=$(CFLAGS))
touch $@
 


Processed: tagging 753787

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

 tags 753787 + sid jessie
Bug #753787 [carmetal] carmetal: depends on openjdk-6 which won't be in jessie
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753787
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: notfound 753788 in jaxe/1.52+dfsg-2, found 753788 in jaxe/3.5-4

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

 notfound 753788 jaxe/1.52+dfsg-2
Bug #753788 [src:jaxe] jaxe: depends on openjdk-6 which won't be in jessie
The source jaxe and version 1.52+dfsg-2 do not appear to match any binary 
packages
No longer marked as found in versions jaxe/1.52+dfsg-2.
 found 753788 jaxe/3.5-4
Bug #753788 [src:jaxe] jaxe: depends on openjdk-6 which won't be in jessie
Marked as found in versions jaxe/3.5-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753788
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#736036: upgrading to serious: libtiff4-dev is being removed

2014-07-05 Thread Jeff Breidenbach
Thanks for escalating, I will attempt fix well before autoremoval deadline.


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



Bug#753307: Patch

2014-07-05 Thread Sergei Golovan
Hi Ole!

I've prepared a small patch which can help in porting skycat to 8.6
(it just replaces 8.5 by 8.6 here and there and adds a bit more
restrictive dependency on blt).

Cheers!
-- 
Sergei Golovan
diff -Nru skycat-3.1.2+starlink1~b/debian/changelog 
skycat-3.1.2+starlink1~b/debian/changelog
--- skycat-3.1.2+starlink1~b/debian/changelog   2014-04-14 13:48:11.0 
+0400
+++ skycat-3.1.2+starlink1~b/debian/changelog   2014-07-05 10:52:33.0 
+0400
@@ -1,3 +1,10 @@
+skycat (3.1.2+starlink1~b-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switched to Tcl/Tk 8.6.
+
+ -- Sergei Golovan sgolo...@debian.org  Sat, 05 Jul 2014 10:52:01 +0400
+
 skycat (3.1.2+starlink1~b-6) unstable; urgency=low
 
   * Replace tclx8.4 dependency by tcl8.5 counterparts
diff -Nru skycat-3.1.2+starlink1~b/debian/control 
skycat-3.1.2+starlink1~b/debian/control
--- skycat-3.1.2+starlink1~b/debian/control 2014-04-14 13:38:08.0 
+0400
+++ skycat-3.1.2+starlink1~b/debian/control 2014-07-05 10:51:21.0 
+0400
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian Astronomy Maintainers 
debian-astro-maintain...@lists.alioth.debian.org
 Uploaders: Ole Streicher deb...@liska.ath.cx
-Build-Depends: blt-dev (= 2.4z),
+Build-Depends: blt-dev (= 2.5.3),
debhelper (= 9),
dh-autoreconf,
itcl3,
itk3,
libcfitsio3-dev,
libwcstools-dev,
-   tcl8.5-dev,
-   tk8.5-dev
+   tcl8.6-dev,
+   tk8.6-dev
 Standards-Version: 3.9.5
 Homepage: http://archive.eso.org/cms/tools-documentation/skycat.html
 Vcs-Git: git://anonscm.debian.org/debian-astro/packages/skycat.git
@@ -19,12 +19,12 @@
 
 Package: skycat
 Architecture: any
-Depends: blt (= 2.4z),
+Depends: blt (= 2.5.3),
  itcl3,
  itk3,
  libtk-img,
- tcl8.5,
- tk8.5,
+ tcl8.6,
+ tk8.6,
  ${misc:Depends},
  ${shlibs:Depends}
 Description: Image visualization and access to catalogs and data for astronomy
diff -Nru skycat-3.1.2+starlink1~b/debian/patches/fhs.patch 
skycat-3.1.2+starlink1~b/debian/patches/fhs.patch
--- skycat-3.1.2+starlink1~b/debian/patches/fhs.patch   2014-03-17 
14:48:30.0 +0400
+++ skycat-3.1.2+starlink1~b/debian/patches/fhs.patch   2014-07-05 
11:02:54.0 +0400
@@ -315,7 +315,7 @@
  test -d $HOME/.skycat || mkdir $HOME/.skycat
  echo `date`: Starting skycat with: $0 ${1+$@}  $HOME/.skycat/log
 -exec wish8.4 $SKYCAT_BASE/lib/skycat@PACKAGE_VERSION@/main.tcl ${1+$@} | 
tee -a $HOME/.skycat/log 21
-+exec wish8.5 /usr/share/skycat/skycat@PACKAGE_VERSION@/main.tcl ${1+$@} | 
tee -a $HOME/.skycat/log 21
++exec wish8.6 /usr/share/skycat/skycat@PACKAGE_VERSION@/main.tcl ${1+$@} | 
tee -a $HOME/.skycat/log 21
  
 --- a/skycat/configure.in
 +++ b/skycat/configure.in
@@ -359,7 +359,7 @@
  
  test -d $HOME/.rtd || mkdir $HOME/.rtd
 -exec wish8.4 $RTD_BASE/lib/rtd@PACKAGE_VERSION@/main.tcl ${1+$@} | tee 
$HOME/.skycat/log 21
-+exec wish8.5 /usr/share/skycat/rtd@PACKAGE_VERSION@/main.tcl ${1+$@} | tee 
$HOME/.skycat/log 21
++exec wish8.6 /usr/share/skycat/rtd@PACKAGE_VERSION@/main.tcl ${1+$@} | tee 
$HOME/.skycat/log 21
  
 --- a/tclutil/configure.in
 +++ b/tclutil/configure.in
diff -Nru skycat-3.1.2+starlink1~b/debian/rules 
skycat-3.1.2+starlink1~b/debian/rules
--- skycat-3.1.2+starlink1~b/debian/rules   2014-03-17 16:28:18.0 
+0400
+++ skycat-3.1.2+starlink1~b/debian/rules   2014-07-05 10:54:21.0 
+0400
@@ -7,7 +7,7 @@
dh  $@ --with autoreconf
 
 override_dh_auto_configure:
-   dh_auto_configure -- --with-tkinclude=/usr/include/tcl8.5 
--with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5 --libdir=/usr/lib/ 
--libexecdir=/usr/lib
+   dh_auto_configure -- --with-tkinclude=/usr/include/tcl8.6 
--with-tcl=/usr/lib/tcl8.6 --with-tk=/usr/lib/tk8.6 --libdir=/usr/lib/ 
--libexecdir=/usr/lib
 
 
 override_dh_installchangelogs:


Bug#752845: RFS - policyd-weight/0.1.15.2-8 (fixes broken policyd-weight in unstable/testing rc bug #752845)

2014-07-05 Thread Werner Detter
Package: sponsorship-requests
Severity: important

Hi everybody,

currently, policyd-weight is broken in unstable/testing due to recent 
libnet-dns-perl upgrade,
technically speaking policyd-weight used Net::DNS::Packet function dh_expand() 
which does not exist 
anymore. This upgrade fixes policyd-weight, policyd-weight now uses 
Net::DNS::Packet function 
dh_expand_PP().

 * Package name: policyd-weight
   Version : 0.1.15.2-8
   Upstream Author : Robert Felber
 * URL : www.policyd-weight.org
 * License : GPL-2+
   Section : mail

Changes:

  * Add 10_replace_net_dns_dn_expand.patch which replaces Net::DNS::Packet
function dh_expand() with dh_expand_PP() (Closes: #752845)
  * Fixed description in 09_fix_net_dns_usage.patch

It builds those binary packages:
policyd-weight - Perl policy daemon for the Postfix MTA

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/policyd-weight

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/p/policyd-weight/policyd-weight_0.1.15.2-8.dsc

It would be great if you could upload this package for me.

Cheers,
Werner Detter


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



Processed: limit source to gnustep-base, tagging 753603

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

 tags 753603 + pending
Bug #753603 [libgnustep-base1.22] gnustep-base: Regression: -performSelector: 
does not work with message forwarding
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753603
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#753799: libghc-xmonad-contrib-dev: unmet dependencies

2014-07-05 Thread Félix Sipma
Source: libghc-xmonad-contrib-dev
Version: unmet dependencies
Severity: grave
Justification: renders package unusable

libghc-xmonad-contrib-dev version 0.11.3-1 is uninstallable, due to unmet
dependencies.

$ sudo apt install libghc-xmonad-contrib-dev
[sudo] password for gueux: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libghc-xmonad-contrib-dev : Depends: libghc-xmonad-dev-0.11-eaaae but it is 
not installable
E: Unable to correct problems, you have held broken packages.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'stable'), (100, 
'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


signature.asc
Description: Digital signature


Processed: found 753239 in 4.1.3+dfsg-1

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

 found 753239 4.1.3+dfsg-1
Bug #753239 [src:enblend-enfuse] enblend-enfuse: FTBFS: /usr/bin/texi2dvi: 
pdfetex exited with bad status, quitting.
Marked as found in versions enblend-enfuse/4.1.3+dfsg-1.
 thanks
Stopping processing here.

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

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

 forcemerge 751147 750792
Bug #751147 {Done: Aurelien Jarno aure...@debian.org} [libtirpc1] libtirpc1: 
try to unlock a lock which hasn't been locked
Bug #750792 [libtirpc1] libtirpc authnone_marshal unlocks already unlocked mutex
Severity set to 'important' from 'serious'
Marked Bug as done
Marked as fixed in versions libtirpc/0.2.3-1.
Bug #751147 {Done: Aurelien Jarno aure...@debian.org} [libtirpc1] libtirpc1: 
try to unlock a lock which hasn't been locked
Added tag(s) sid, jessie, and patch.
Merged 750792 751147
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
750792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750792
751147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751147
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#752009: debian-installer: Use -perm /0111 in Makefile as + is deprecated

2014-07-05 Thread Cyril Brulebois
Control: severity -1 important

Christian PERRIER bubu...@debian.org (2014-06-19):
 Quoting Philip Mu?kovac (yo...@gmx.net):
  Package: debian-installer
  Version: 20140316
  Severity: serious
  Tags: d-i patch
  Justification: fails to build from source (but built successfully in the 
  past)
  
  The makefile currently uses -perm +0111 to find files which have to be be 
  processed
  by mklibs which is deprecated.
  findutils 4.5 from experimental doesn't seem to allow using + anymore and 
  finds no
  files when using it which causes the d-i build to fail as mklibs can't 
  resolve all
  symbols anymore.
  Please use -perm /0111 as mentioned in the manpage which works with find
  4.4 and 4.5
 
 
 Thanks for the patch. I applied it in git and pushed it.

It would be nice to avoid a broken last name; currently we have
“Mu?kovac” in both debian/changelog and git history, we probably
should fix the changelog. That would be Muškovac, right?

Anyway, Philip, thanks for the patch; since the bug depends on
pulling stuff from experimental, I'm lowering the severity for
the time being.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#752009: debian-installer: Use -perm /0111 in Makefile as + is deprecated

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

 severity -1 important
Bug #752009 [debian-installer] debian-installer: Use -perm /0111 in Makefile as 
+ is deprecated
Severity set to 'important' from 'serious'

-- 
752009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752009
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#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Emilio Pozuelo Monfort
On 05/07/14 08:48, Niko Tyni wrote:
 On Sat, Jul 05, 2014 at 02:27:02AM +0200, Emilio Pozuelo Monfort wrote:
 Although I would prefer to wait a bit and do 5.20 directly, I'm not affected 
 by
 this breakage as I don't have any s390x machines. So if you think this is
 important enough, we could go ahead and do it now. The only conflict I see 
 right
 now is gdal with the poppler transition, but that one should be finished in 
 two
 or three days if everything goes well.
 
 Thanks. I don't use s390x either, but clearly there are people who do, and
 broken upgrades for a few weeks don't seem acceptable to me.
 
 So do I wait until poppler is done? Please ping me when it's OK to upload.

I have thought a bit more about this. I was hesitant as there are lots of
packages involved, but thinking more about it, this should be pretty smooth. You
add perlapi-5.18.2d to perl-base's Provides, but you won't remove perlapi-5.18.1
or perlapi-5.18.2. Then perl-base can migrate immediately, and all the rebuilds
can migrate as well. Then after the rebuilds are done, you can remove
perlapi-5.18.1 and perlapi-5.18.2 from Provides.

 What do we do with packages that fail to build? Remove the old s390x
 binaries from testing? The source packages are going to cause trouble
 for the 5.20 transition too, of course...

For leaf packages, we could possibly remove them. But why not just fix them
wherever possible? Do you expect many FTBFS?

Emilio


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



Processed: Re: Bug#753769: no cross toolchain plain communicated

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

 reassign -1 cross-binutils
Bug #753769 [src:binutils-cross] no cross toolchain plain communicated
Warning: Unknown package 'src:binutils-cross'
Bug reassigned from package 'src:binutils-cross' to 'cross-binutils'.
No longer marked as found in versions binutils-cross/0.1.
Ignoring request to alter fixed versions of bug #753769 to the same values 
previously set

-- 
753769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753769
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#753769: no cross toolchain plain communicated

2014-07-05 Thread Andrei POPESCU
Control: reassign -1 cross-binutils

On Vi, 04 iul 14, 22:10:55, Matthias Klose wrote:
 Package: src:binutils-cross
 Version: 0.1
 Severity: serious
 
 binutils-cross is now in unstable, however there was no discussion about the
 general target to provide a cross toolchain in Debian (at least not on the
 debian-cross or debian-gcc ML's).  This should be done first before any cross
 toolchain component enters testing/jessie.

-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Bug#753799: marked as done (libghc-xmonad-contrib-dev: unmet dependencies)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 5 Jul 2014 13:00:27 +0300
with message-id 20140705100027.GP1547@sid.nuvreauspam
and subject line Re: Bug#753799: libghc-xmonad-contrib-dev: unmet dependencies
has caused the Debian Bug report #753799,
regarding libghc-xmonad-contrib-dev: unmet dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
753799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753799
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libghc-xmonad-contrib-dev
Version: unmet dependencies
Severity: grave
Justification: renders package unusable

libghc-xmonad-contrib-dev version 0.11.3-1 is uninstallable, due to unmet
dependencies.

$ sudo apt install libghc-xmonad-contrib-dev
[sudo] password for gueux: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libghc-xmonad-contrib-dev : Depends: libghc-xmonad-dev-0.11-eaaae but it is 
not installable
E: Unable to correct problems, you have held broken packages.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'stable'), (100, 
'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


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
On Sb, 05 iul 14, 10:57:17, Félix Sipma wrote:
 Source: libghc-xmonad-contrib-dev
 Version: unmet dependencies
 Severity: grave
 Justification: renders package unusable
 
 libghc-xmonad-contrib-dev version 0.11.3-1 is uninstallable, due to unmet
 dependencies.

Please 'apt update' and retry, unstable now has 0.11.3-1+b1 where this 
seems to be fixed.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature
---End Message---


Bug#731415: unrar-free is dead upstream and completely useless

2014-07-05 Thread Hugo Lefeuvre
Hi,

I'm not sure that it would be a good idea to use unar instead of unrar-free.
In fact, unar and unrar-free haven't the same functionalities: For
exemple, unar isn't able to read archives entries without extracting them.  
I think bsdtar would be a better replacement for unrar-free. 

Then, I mean that it would be better to keep unrar-free in Debian, even
if it isn't really usefull: For exemple, I've packaged python-rarfile, a 
python module which uses both bsdtar and unrar-free. unrar-free's functions 
are used only if they work, otherwise, it uses bsdtar. 

The removal of unrar-free will also cause problems for its reverse
dependencies:
  python-rarfile
  python3-rarfile
  zipper.app
  unp
  qcomicbook
  krusader
  ark
  amavisd-new

Regards,
 Hugo

-- 
  Hugo Lefeuvre (hugo6390)|www.hugo6390.org
4096/ ACB7 B67F 197F 9B32 1533 431C AC90 AC3E C524 065E


signature.asc
Description: Digital signature


Bug#753522: closed by gregor herrmann gre...@debian.org (Bug#753522: fixed in libflickr-api-perl 1.01-3+deb7u1)

2014-07-05 Thread gregor herrmann
On Sat, 05 Jul 2014 07:42:06 +0200, l...@soem.dk wrote:

 Hi Gregor,
 I believe API/Request.pm has to be patched as we, see lines 17 and 30.

Ack, I later found the 1.10 upstream release with this change,
uploaded it to unstable, and backported the two changes in
API/Request.pm to a new 1.01-3+deb7u2 version, which is already
accepted into stable-new.
 
Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Featuring The Dubliners, The Fureys And Davey Arthur Etc.: The 
Foggy Dew, Jim Mc Cann


signature.asc
Description: Digital Signature


Processed: found 753522 in 1.09-1, found 753522 in 1.01-3+deb7u1, fixed 753522 in 1.10-1 ...

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

 found 753522 1.09-1
Bug #753522 {Done: gregor herrmann gre...@debian.org} [libflickr-api-perl] 
libflickr-api-perl: Fails after Flicker has changed to SSL
Marked as found in versions libflickr-api-perl/1.09-1; no longer marked as 
fixed in versions libflickr-api-perl/1.09-1 and reopened.
 found 753522 1.01-3+deb7u1
Bug #753522 [libflickr-api-perl] libflickr-api-perl: Fails after Flicker has 
changed to SSL
Marked as found in versions libflickr-api-perl/1.01-3+deb7u1; no longer marked 
as fixed in versions libflickr-api-perl/1.01-3+deb7u1.
 fixed 753522 1.10-1
Bug #753522 [libflickr-api-perl] libflickr-api-perl: Fails after Flicker has 
changed to SSL
Marked as fixed in versions libflickr-api-perl/1.10-1.
 fixed 753522 1.01-3+deb7u2
Bug #753522 [libflickr-api-perl] libflickr-api-perl: Fails after Flicker has 
changed to SSL
Marked as fixed in versions libflickr-api-perl/1.01-3+deb7u2.
 thanks
Stopping processing here.

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

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

 notfixed 753522 1.09-1
Bug #753522 [libflickr-api-perl] libflickr-api-perl: Fails after Flicker has 
changed to SSL
No longer marked as fixed in versions 1.09-1.
 thanks
Stopping processing here.

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


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



Processed: closing 753522

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

 # close again after found/fixed adjustment which reopened the bug
 close 753522
Bug #753522 [libflickr-api-perl] libflickr-api-perl: Fails after Flicker has 
changed to SSL
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753522
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#752075: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-05 Thread Joern Heissler
On Fri, Jul 04, 2014 at 03:49:19PM +0200, Michael Biebl wrote:
 Joern, could you copy the attached file to /etc/systemd/system, run
 
 systemctl enable svscanboot.service
 
 and report back if your daemontools services are properly started on the
 next reboot.
 
 I don't use daemontools myself, so it would be great if Gerrit and you
 can provide more input on what kind of services need to be started or if
 the attached service file might already be sufficient.

Thanks, works for me!


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



Bug#753207: closing 753207

2014-07-05 Thread Dominique Dumont
close 753207 2.059-1
thanks
-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/-o-   irc: dod at irc.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: closing 753207

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

 close 753207 2.059-1
Bug #753207 [src:libconfig-model-perl] libconfig-model-perl: Tests failures
Marked as fixed in versions libconfig-model-perl/2.059-1.
Bug #753207 [src:libconfig-model-perl] libconfig-model-perl: Tests failures
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753207
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#753239: enblend-enfuse: FTBFS: /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.

2014-07-05 Thread Andreas Metzler
Control: reassign 753239 texlive-latex-recommended 2014.20140626-1

On 2014-06-29 David Suárez david.sephi...@gmail.com wrote:
 Source: enblend-enfuse
[...]
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

 Relevant part (hopefully): 
  /«BUILDDIR»/enblend-enfuse-4.1.2+dfsg/doc/enblend.tpt:778: Und
  efined control sequence.
  l.778 ...s???`??$??(,t?[?r?^^^HG:?^^R^^E??\^^Z
[...]

Hello,

afaict thumbpdf is broken in texlive-latex-recommended
2014.20140626-1. 

===
(SID)ametzler@argenau:/tmp/ENBLEND/EXA$ cat example.tex
\documentclass[12pt]{article}
\usepackage{thumbpdf}
\pdfobjcompresslevel=0

\begin{document}
Hello world!

\end{document}
(SID)ametzler@argenau:/tmp/ENBLEND/EXA$ pdflatex example  thumbpdf  --makedata
 example  pdflatex example
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./example.tex
LaTeX2e 2014/05/01
Babel 3.9k and hyphenation patterns for 2 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))
(/usr/share/texlive/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty

Package thumbpdf Warning: Compressed PDF objects of PDF 1.5 are not supported.


Package thumbpdf Warning: Thumbnail data file `example.tpt' not found.

)
No file example.aux.
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./example.aux) )/usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb
Output written on example.pdf (1 page, 10443 bytes).
Transcript written on example.log.
THUMBPDF 3.15, 2012/04/18 - Copyright (c) 1999-2012 by Heiko Oberdiek.
*** make png files / run Ghostscript ***
Processing pages 1 through 1.
[1]
*** make `thumbpdf.pdf' / run pdfTeX ***
libpng warning: iCCP: profile 'default_rgb.icc': 0h: PCS illuminant is not D50
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
*** parse `thumbpdf.pdf' ***
Use of uninitialized value in numeric lt () at /usr/bin/thumbpdf line 1073.
*** write `example.tpt' (pdfTeX thumbnail data) ***
Use of uninitialized value $_[0] in split at /usr/bin/thumbpdf line 1475.
*** clear temp files ***
*** ready. ***
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./example.tex
LaTeX2e 2014/05/01
Babel 3.9k and hyphenation patterns for 2 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))
(/usr/share/texlive/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty

Package thumbpdf Warning: Compressed PDF objects of PDF 1.5 are not supported.

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(./example.tpt)
Runaway text?
/Width 75/Height 106/BitsPerComponent 8/ColorSpace/DeviceRGB/Length\ETC.
! File ended while scanning text of \pdfobj.
inserted text
}
l.625 \input{\THB@datafile}
   %
===

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
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#753239: enblend-enfuse: FTBFS: /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.

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

 reassign 753239 texlive-latex-recommended 2014.20140626-1
Bug #753239 [src:enblend-enfuse] enblend-enfuse: FTBFS: /usr/bin/texi2dvi: 
pdfetex exited with bad status, quitting.
Bug reassigned from package 'src:enblend-enfuse' to 'texlive-latex-recommended'.
No longer marked as found in versions enblend-enfuse/4.1.2+dfsg-2 and 
enblend-enfuse/4.1.3+dfsg-1.
Ignoring request to alter fixed versions of bug #753239 to the same values 
previously set
Bug #753239 [texlive-latex-recommended] enblend-enfuse: FTBFS: 
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
Marked as found in versions texlive-base/2014.20140626-1.

-- 
753239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753239
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: fixing title

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

 retitle 753239 thumbpdf nonfunctional
Bug #753239 [texlive-latex-recommended] enblend-enfuse: FTBFS: 
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
Changed Bug title to 'thumbpdf nonfunctional' from 'enblend-enfuse: FTBFS: 
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
753239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753239
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#753483: libgnustep-dl2-0d: Programs using EOControl die with NSInvalidArgumentException, reason: Can not determine type information for +[GDL2CDNSObject (null)]

2014-07-05 Thread Yavor Doganov
Federico Giménez Nieto wrote:
 I had commented the move_resources call related to GDL2 in preinst,
 now it is removed completeley.

Just delete the file, it is not needed.

 Builds fine, nothing breaks but the palette is empty, see the attached
 screenshot.

AFAICS it doesn't have any draggable items so that is expected.  The
GDL2 palette hooks eomodel objects into Gorm so that they are
available in the GUI that Gorm creates.  It is only usable with
DBModeler.

To test, open a eomodel file in DBModeler and try to drag and drop
some objects from there to Gorm's object window.  During the drag
operation, the cursor should change to something very similar to
DBModeler's logo and become an object in Gorm, after you drop it.
Then, you can add a NSTableView and start editing attributes, making
connections, instantiate a EOEditingContext class, etc.  Basically,
the usual Gorm stuff but with a GDL2-aware application.

There were a few videos by Matt Rice, the DBModeler/EOModel author;
I'm not sure if they're still available.

The eomodel(d) file must be in the same directory as the gorm file, as
the palette README says.

P.S.  I'd suggest you to talk with upstream about a new release, and
more importantly, what is their recommended route for the future.  In
SVN trunk, there's now an incompatible fork of the EOModel library
under Apps/ and a new app, EOModelEditor, designed for the same job as
DBModeler.  I don't know if it is usable (either independently or in
conjunction with the palette).  Both libraries+apps are built by
default, but only one can run since the libraries are with the same
soname and the two versions are not ABI-compatible.  A bit messy.


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



Bug#753817: ttt: needs to build with Tcl/Tk 8.6 because BLT is ported to Tcl/Tk 8.6

2014-07-05 Thread Sergei Golovan
Source: ttt
Version: 1.7-3.4
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

Recently we switched to Tcl/Tk 8.6 in blt, one of the packages ttt depends on.
This means ttt has to switch as well. I've prepared a patch which does that
and fixes immediate segfault in tttviewer. If you don't mind I could NMU it.

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

Kernel: Linux 3.14-1-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
diff -u ttt-1.7/debian/control ttt-1.7/debian/control
--- ttt-1.7/debian/control
+++ ttt-1.7/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Thomas Scheffczyk thomas.scheffc...@verwaltung.uni-mainz.de
-Build-Depends: debhelper (= 6.0.0), autotools-dev, tcl8.5-dev, tk8.5-dev, blt-dev, libpcap-dev
+Build-Depends: debhelper (= 6.0.0), autotools-dev, tcl-dev, tk-dev, blt-dev, libpcap-dev
 Standards-Version: 3.7.2.2
 
 Package: ttt
diff -u ttt-1.7/debian/rules ttt-1.7/debian/rules
--- ttt-1.7/debian/rules
+++ ttt-1.7/debian/rules
@@ -14,6 +14,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+EXTRA_CFLAGS = -DUSE_INTERP_RESULT
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
@@ -35,7 +36,7 @@
 cp -f /usr/share/misc/config.guess cf/config.guess )
 	
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
-		--with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5
+		--with-tcl=/usr/lib --with-tk=/usr/lib
 
  
 build-arch:  config.status build-arch-stamp
@@ -43,7 +44,7 @@
 	dh_testdir
 
 	# Add here command to compile/build the package.
-	$(MAKE)
+	$(MAKE) EXTRA_CFLAGS=$(EXTRA_CFLAGS)
 
 	touch build-arch-stamp
 
@@ -65,7 +66,7 @@
 	dh_testdir
 	dh_testroot
 	# 2003-04-14 Extended rm command to make sure that all build 
-# stamps are deleted. Original comand was rm -f build-stamp
+	# stamps are deleted. Original comand was rm -f build-stamp
 	rm -f build-*stamp 
 
 	# Add here commands to clean up after the build process.
diff -u ttt-1.7/debian/changelog ttt-1.7/debian/changelog
--- ttt-1.7/debian/changelog
+++ ttt-1.7/debian/changelog
@@ -1,3 +1,14 @@
+ttt (1.7-3.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with Tcl/Tk 8.6 to make the package work with newer BLT package.
+  * Define USE_INTERP_RESULT macro to allow the usage of deprecated
+interp-result field.
+  * Added missing includes into viewer.c to declare exit(), strcpy(),
+bzero() and inet_ntoa() functions to prevent immediate segfault.
+
+ -- Sergei Golovan sgolo...@debian.org  Sat, 05 Jul 2014 16:25:45 +0400
+
 ttt (1.7-3.4) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- ttt-1.7.orig/viewer.c
+++ ttt-1.7/viewer.c
@@ -17,11 +17,15 @@
shared by tttview and extview but TTT_TEXT flag is set for
extview. */
 #include stdio.h
+#include stdlib.h
+#include string.h
+#include strings.h
 #include netdb.h
 #include sys/param.h
 #include sys/socket.h
 #include sys/time.h
 #include netinet/in.h
+#include arpa/inet.h
 
 #include ttt.h
 #include ttt_node.h


Bug#753510: liblognorm1 - Conflicts against liblognorm0 without justification

2014-07-05 Thread Michael Biebl
Hi Pierre,

did you have time to look into this?
This is currently blocking rsyslog from entering testing, so it would be
nice to have this resolved.

If there is a preferred approached how you like to see this handled (a/
move into -dev, b/ move into new -tools package or c/ naming it using a
non-conflicting name), but you don't have time for it, just let us know.
I could offer to NMU in this case if I know how you want to see this
addressed.

If you chose c/, an alternative to what waldi suggested naming it
/usr/lib/$PACKAGE/lognormalizer-$DEB_HOST_MULTIARCH
might be
/usr/lib/$(DEB_HOST_MULTIARCH)/$PACKAGE/lognormalizer

That looks more natural to me

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#753820: atril build-depends on obsolete transiionall package

2014-07-05 Thread Peter Michael Green

Package: atril
Severity: serious
Tags: patch

atril depends on the obsolete transitional package libtiff4-dev which 
has been removed in the latest version of the tiff source package.


The fix is trivial and obvious, change the build-dependency to libtiff-dev


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



Bug#753826: Non free RFC

2014-07-05 Thread bastien ROUCARIES
package: chromium-browser
version:  35.0.1916.153-2 
severity: serious

Hi,

Your package include the libsrtp, that include the following non free file:
src/third_party/libsrtp/srtp/doc/rfc3711.txt

You could ask rfc author  to relicense this RFC or repack your package and use 
packaged libsrtp.

Bastien


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



Bug#753829: Source package contains non-free IETF RFC/I-D

2014-07-05 Thread bastien ROUCARIES
Severity: serious
Package: exabgp
Version: 3.3.1-1
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

Hi!

This source package contains the following files from the
IETF under non-free license terms:
dev/RFC/rfc2385.txt
dev/RFC/rfc2545.txt
dev/RFC/draft-ietf-grow-bmp-01.txt
dev/RFC/draft-ietf-grow-bmp-07.txt
dev/RFC/draft-ietf-idr-add-paths-07.txt
dev/RFC/draft-ietf-idr-aigp-10.txt
dev/RFC/draft-ietf-idr-bgp-enhanced-route-refresh-04.txt
dev/RFC/draft-ietf-idr-bgp-multisession-06.txt
dev/RFC/draft-ietf-idr-flow-spec-v6-03.txt
dev/RFC/draft-ietf-idr-flowspec-redirect-ip-00.txt
dev/RFC/draft-ietf-idr-ix-bgp-route-server-03.txt
dev/RFC/draft-ietf-idr-operational-message-00.txt
dev/RFC/draft-scudder-bmp-01.txt
dev/RFC/rfc3765.txt
dev/RFC/rfc4271.txt
dev/RFC/rfc4360.txt
dev/RFC/rfc4724.txt
dev/RFC/rfc4760.txt
dev/RFC/rfc4893.txt
dev/RFC/rfc5396.txt
dev/RFC/rfc5492.txt
dev/RFC/rfc5575.txt
dev/RFC/rfc6286.txt
dev/RFC/rfc6608.txt


The license on RFC/I-Ds is not DFSG-free, see:

 * http://wiki.debian.org/NonFreeIETFDocuments
 * http://bugs.debian.org/199810

According to the squeeze/wheezy release policy, source packages must be
DFSG-free, see:

 * http://release.debian.org/squeeze/rc_policy.txt
 * http://release.debian.org/wheezy/rc_policy.txt

The severity is serious, because this violates the Debian policy:

 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,
Simon


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



Bug#753831: Source package contains non-free IETF RFC/I-D

2014-07-05 Thread bastien ROUCARIES
Severity: serious
Package: ruby-mail
Version: 2.5.4-3
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

Hi!

This source package contains the following files from the
IETF under non-free license terms:

reference/rfc2231 MIME Parameter Value and Encoded Word Extensions.txt
reference/rfc2387 MIME Multipart-Related Content-type.txt
reference/rfc2821 Simple Mail Transfer Protocol.txt
reference/rfc2822 Internet Message Format.txt
reference/rfc3462 Reporting of Mail System Administrative Messages.txt
reference/rfc3696 Checking and Transformation of Names.txt
reference/rfc4155 The application-mbox Media Type.txt
reference/rfc4234 Augmented BNF for Syntax Specifications - ABNF.txt


The license on RFC/I-Ds is not DFSG-free, see:

 * http://wiki.debian.org/NonFreeIETFDocuments
 * http://bugs.debian.org/199810

According to the squeeze/wheezy release policy, source packages must be
DFSG-free, see:

 * http://release.debian.org/squeeze/rc_policy.txt
 * http://release.debian.org/wheezy/rc_policy.txt

The severity is serious, because this violates the Debian policy:

 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,


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



Bug#753832: Source package contains non-free IETF RFC/I-D

2014-07-05 Thread bastien ROUCARIES
Severity: serious
Package: udt
Version: 4.11+dfsg-1
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

Hi!

This source package contains the following files from the
IETF under non-free license terms:

draft-gg-udt-xx.txt

The license on RFC/I-Ds is not DFSG-free, see:

 * http://wiki.debian.org/NonFreeIETFDocuments
 * http://bugs.debian.org/199810

According to the squeeze/wheezy release policy, source packages must be
DFSG-free, see:

 * http://release.debian.org/squeeze/rc_policy.txt
 * http://release.debian.org/wheezy/rc_policy.txt

The severity is serious, because this violates the Debian policy:

 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,


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



Processed: Re: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

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

 severity -1 serious
Bug #748694 [systemtap] sys/sdt.h is architecture specific, and causing issues 
on unsupported architectures
Severity set to 'serious' from 'important'

-- 
748694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748694
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#753833: Source package contains non-free IETF RFC/I-D

2014-07-05 Thread bastien ROUCARIES
Severity: serious
Package: uriparser
Version: 0.7.5-1
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

Hi!

This source package contains the following files from the
IETF under non-free license terms:


E license-problem-non-free-RFC

doc/rfc3513.htm

E license-problem-non-free-RFC-BCP78

doc/rfc3986.htm



The license on RFC/I-Ds is not DFSG-free, see:

 * http://wiki.debian.org/NonFreeIETFDocuments
 * http://bugs.debian.org/199810

According to the squeeze/wheezy release policy, source packages must be
DFSG-free, see:

 * http://release.debian.org/squeeze/rc_policy.txt
 * http://release.debian.org/wheezy/rc_policy.txt

The severity is serious, because this violates the Debian policy:

 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,


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



Bug#753826: Clarify the RC severity

2014-07-05 Thread bastien ROUCARIES
This source package contains the following files from the
IETF under non-free license term:

src/third_party/libsrtp/srtp/doc/rfc3711.txt

The license on RFC/I-Ds is not DFSG-free, see:

 * http://wiki.debian.org/NonFreeIETFDocuments
 * http://bugs.debian.org/199810

According to the squeeze/wheezy release policy, source packages must be
DFSG-free, see:

 * http://release.debian.org/squeeze/rc_policy.txt
 * http://release.debian.org/wheezy/rc_policy.txt

The severity is serious, because this violates the Debian policy:

 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,


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



Bug#753177: lmms: FTBFS: bode_shifter_cv_1432.xml:89:22: error: iteration 100u invokes undefined behavior [-Werror=aggressive-loop-optimizations]

2014-07-05 Thread Tobias Doerffel
Hi,

The issue has been fixed in
https://github.com/LMMS/lmms/commit/ab55b26e4b1521e5401f60a2f618f31579e9cc5c
and will be fixed in the next stable release.

Best regards

Tobias


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



Bug#713671: marked as done (hotkeys: FTBFS: ld: amixer.o: undefined reference to symbol 'rint@@GLIBC_2.2.5')

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 15:48:47 +
with message-id e1x3scl-0002fo...@franck.debian.org
and subject line Bug#753664: Removed package(s) from unstable
has caused the Debian Bug report #713671,
regarding hotkeys: FTBFS: ld: amixer.o: undefined reference to symbol 
'rint@@GLIBC_2.2.5'
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.)


-- 
713671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: hotkeys
Version: 0.5.7.4-0.3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Maybe you need to add explicitly the offending lib to LD flags.

Relevant part:
 gcc  -g -O2  -I/usr/include/libxml2 -g -O2 -Wall -I/usr/include -pthread 
 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
 -I/usr/include/harfbuzz   -I..   -o hotkeys  hotkeys.o kbddef.o conf.o 
 fixVMware.o apmlib.o xmalloc.o splash.o amixer.o xbacklight.o  -ldb -lpthread 
   -lX11 -lXmu -lxml2 -L/usr/lib -lxosd -lpthread -lXext -lX11 -lXinerama 
 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 
 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig 
 -lgobject-2.0 -lglib-2.0   -lasound  -lXrandr -lXrender -lX11
 /usr/bin/ld: amixer.o: undefined reference to symbol 'rint@@GLIBC_2.2.5'
 /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from 
 command line
 collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/hotkeys_0.5.7.4-0.3_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---
Version: 0.5.7.4-0.3+rm

Dear submitter,

as the package hotkeys has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/753664

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)---End Message---


Bug#748694: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

2014-07-05 Thread Mark Wielaard
Hi Matthias,

On Sat, 2014-07-05 at 17:01 +0200, Matthias Klose wrote:
 re-raising the severity of the issue, and preparing a NMU to move the
 header file to an architecture specific location. 

What is the issue you are seeing? I thought that what you saw was
something unrelated to sys/sdt.h. And as has been noted already the
header file really is arch independent. So the sdt-devel package really
should be arch:all as explained in bug #726248.

There have been bugs in the past, but they turned out to be bugs in
other packages and have been fixed. If there really are still bugs left
could you please describe them so they can also be fixed?

Thanks,

Mark


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



Bug#753833: Source package contains non-free IETF RFC/I-D

2014-07-05 Thread Sebastian Pipping
On 05.07.2014 18:56, bastien ROUCARIES wrote:
 E license-problem-non-free-RFC
 
 doc/rfc3513.htm
 
 E license-problem-non-free-RFC-BCP78
 
 doc/rfc3986.htm

I could release 0.8.1 without these files upstream if Debian updates to
0.8.1 in a timely manner then.  0.7.5 is way too old anyway.  Deal?

Best,



Sebastian


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



Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Niko Tyni
On Sat, Jul 05, 2014 at 11:45:16AM +0200, Emilio Pozuelo Monfort wrote:
 On 05/07/14 08:48, Niko Tyni wrote:

 I have thought a bit more about this. I was hesitant as there are lots of
 packages involved, but thinking more about it, this should be pretty smooth. 
 You
 add perlapi-5.18.2d to perl-base's Provides, but you won't remove 
 perlapi-5.18.1
 or perlapi-5.18.2. Then perl-base can migrate immediately, and all the 
 rebuilds
 can migrate as well. Then after the rebuilds are done, you can remove
 perlapi-5.18.1 and perlapi-5.18.2 from Provides.

I'm not very enthusiastic about this. It's basically lying: we don't offer
the old ABI anymore so we should be straight about it. An uninstallable
package seems better than a broken one.

But I can see it would help the transition, and it wouldn't cause a
regression, it would just make the fix take longer.

So yes, I can do that if you want.

  What do we do with packages that fail to build? Remove the old s390x
  binaries from testing? The source packages are going to cause trouble
  for the 5.20 transition too, of course...
 
 For leaf packages, we could possibly remove them. But why not just fix them
 wherever possible? Do you expect many FTBFS?

Sure, fixing them is certainly preferrable :) It's just that I've
recently rebuilt the same set of packages for the 5.20 transition and
ISTR encountering quite a few known long-standing FTBFS bugs. I suppose
those packages aren't in testing anymore, though; I didn't look at that
part much in my tests.
-- 
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



Bug#748694: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

2014-07-05 Thread Matthias Klose
Am 05.07.2014 18:21, schrieb Mark Wielaard:
 Hi Matthias,
 
 On Sat, 2014-07-05 at 17:01 +0200, Matthias Klose wrote:
 re-raising the severity of the issue, and preparing a NMU to move the
 header file to an architecture specific location. 
 
 What is the issue you are seeing? I thought that what you saw was
 something unrelated to sys/sdt.h. And as has been noted already the
 header file really is arch independent. So the sdt-devel package really
 should be arch:all as explained in bug #726248.

no, from my point of view no -dev package should be arch:all, but that's another
discussion.

 There have been bugs in the past, but they turned out to be bugs in
 other packages and have been fixed. If there really are still bugs left
 could you please describe them so they can also be fixed?

could you tell me why you need the header on architectures that don't need it? I
think that it doesn't hurt isn't good enough as an explanation. what is wrong
with providing the header on architectures only where it is used?

  Matthias


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



Processed (with 2 errors): Re: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

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

 reassign -1 perl-base,release.debian.org
Bug #753444 [perl-base] perl-base - Segfaults in libperl.so.5.18
Bug #753592 [perl-base] interruption code 0x4003B in 
libperl.so.5.18.2[3fffcfff000+1d]
Bug reassigned from package 'perl-base' to 'perl-base,release.debian.org'.
Bug reassigned from package 'perl-base' to 'perl-base,release.debian.org'.
No longer marked as found in versions perl/5.18.2-4.
No longer marked as found in versions perl/5.18.2-4.
Ignoring request to alter fixed versions of bug #753444 to the same values 
previously set
Ignoring request to alter fixed versions of bug #753592 to the same values 
previously set
 user release.debian@packages.debian.org
Unknown command or malformed arguments to command.

 usertags -1 transition
Unknown command or malformed arguments to command.


-- 
753444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753444
753592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753592
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#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Emilio Pozuelo Monfort
Control: reassign -1 perl-base,release.debian.org
Control: user release.debian@packages.debian.org
Control: usertags -1 transition

On 05/07/14 18:31, Niko Tyni wrote:
 On Sat, Jul 05, 2014 at 11:45:16AM +0200, Emilio Pozuelo Monfort wrote:
 On 05/07/14 08:48, Niko Tyni wrote:
 
 I have thought a bit more about this. I was hesitant as there are lots of
 packages involved, but thinking more about it, this should be pretty smooth. 
 You
 add perlapi-5.18.2d to perl-base's Provides, but you won't remove 
 perlapi-5.18.1
 or perlapi-5.18.2. Then perl-base can migrate immediately, and all the 
 rebuilds
 can migrate as well. Then after the rebuilds are done, you can remove
 perlapi-5.18.1 and perlapi-5.18.2 from Provides.
 
 I'm not very enthusiastic about this. It's basically lying: we don't offer
 the old ABI anymore so we should be straight about it. An uninstallable
 package seems better than a broken one.
 
 But I can see it would help the transition, and it wouldn't cause a
 regression, it would just make the fix take longer.

It would make the fix only take longer for people who do partial uploads, right?
The users who do a dist-upgrade and get all the updated perl modules that we
have binNMUed should be fine, right? And then after things have been rebuilt and
any potential FTBFS have been fixed, we drop the old perlapi Provides, and then
partial upgrades won't be possible (thus fixing that case as well). The
alternative is delaying the migration until everything has been rebuilt and all
the FTBFS bugs have been fixed. I think keeping the provides for now is a better
option, but I don't know Perl so I may be missing something. If you want to drop
them now, that's fine with me.

 So yes, I can do that if you want.
 
 What do we do with packages that fail to build? Remove the old s390x
 binaries from testing? The source packages are going to cause trouble
 for the 5.20 transition too, of course...

 For leaf packages, we could possibly remove them. But why not just fix them
 wherever possible? Do you expect many FTBFS?
 
 Sure, fixing them is certainly preferrable :) It's just that I've
 recently rebuilt the same set of packages for the 5.20 transition and
 ISTR encountering quite a few known long-standing FTBFS bugs. I suppose
 those packages aren't in testing anymore, though; I didn't look at that
 part much in my tests.

I suppose you don't have a list?

#735623 could be a problem. #742409 as well. That's not an exhaustive list and I
haven't checked if those could be removed from testing (if they are leaf
packages). That's why I think a smooth transition (i.e. keeping the provides for
now) would be preferable.

That said, feel free to upload perl now.

Regards,
Emilio


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



Processed: Re: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

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

 forwarded 753444 
 https://release.debian.org/transitions/html/perlapi-5.18.2d-s390x.html
Bug #753444 [perl-base,release.debian.org] perl-base - Segfaults in 
libperl.so.5.18
Bug #753592 [perl-base,release.debian.org] interruption code 0x4003B in 
libperl.so.5.18.2[3fffcfff000+1d]
Set Bug forwarded-to-address to 
'https://release.debian.org/transitions/html/perlapi-5.18.2d-s390x.html'.
Set Bug forwarded-to-address to 
'https://release.debian.org/transitions/html/perlapi-5.18.2d-s390x.html'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753444
753592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753592
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 (with 2 errors): Re: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

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

 reassign -1 perl-base,release.debian.org
Bug #753542 [libc6] perl-base - Segfaults in libperl.so.5.18
Bug reassigned from package 'libc6' to 'perl-base,release.debian.org'.
No longer marked as found in versions eglibc/2.19-1 and glibc/2.19-4.
Ignoring request to alter fixed versions of bug #753542 to the same values 
previously set
 user release.debian@packages.debian.org
Unknown command or malformed arguments to command.

 usertags -1 transition
Unknown command or malformed arguments to command.


-- 
753542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753542
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#742768: marked as done (cacti: CVE-2014-2326 CVE-2014-2327 CVE-2014-2328)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 17:18:27 +
with message-id e1x3tbx-00053t...@franck.debian.org
and subject line Bug#742768: fixed in cacti 0.8.7g-1+squeeze4
has caused the Debian Bug report #742768,
regarding cacti: CVE-2014-2326 CVE-2014-2327 CVE-2014-2328
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.)


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

Hi,
please see http://www.securityfocus.com/archive/1/531588 for details.

Cheers,
Moritz
---End Message---
---BeginMessage---
Source: cacti
Source-Version: 0.8.7g-1+squeeze4

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

Debian distribution maintenance software
pp.
Paul Gevers elb...@debian.org (supplier of updated cacti 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, 05 Jul 2014 11:27:40 +0200
Source: cacti
Binary: cacti
Architecture: source all
Version: 0.8.7g-1+squeeze4
Distribution: squeeze-lts
Urgency: high
Maintainer: Sean Finney sean...@debian.org
Changed-By: Paul Gevers elb...@debian.org
Description: 
 cacti  - Frontend to rrdtool for monitoring systems and services
Closes: 742768 743565 752573
Changes: 
 cacti (0.8.7g-1+squeeze4) squeeze-lts; urgency=high
 .
   * Security upload (Closes: #742768, #743565, #752573)
 - CVE-2014-2326 Cross-site scripting (XSS) vulnerability
 - CVE-2014-2327 Cross Site Request Forgery Vulnerability
 - CVE-2014-2328 Unspecified Remote Command Execution Vulnerability
 - CVE-2014-2708 SQL injection
 - CVE-2014-2709 Unspecified Remote Command Execution Vulnerability
 - CVE-2014-4002 Cross-Site Scripting Vulnerability
Checksums-Sha1: 
 0b1a8db6de23388eb333e3f31910e72f35ab512b 1443 cacti_0.8.7g-1+squeeze4.dsc
 b88051b333e29b215dacfe07bd1cf684da866c53 59041 cacti_0.8.7g-1+squeeze4.diff.gz
 71c19bf1d1ff3d4cbf5d1ef717dbdeaf314bd89b 2098348 
cacti_0.8.7g-1+squeeze4_all.deb
Checksums-Sha256: 
 50961c0bcf6766c9f7493f785f7202fe73bfbfb04b576e5388875f56f846358e 1443 
cacti_0.8.7g-1+squeeze4.dsc
 1498c3a5ef269942c908a0d9bb24a10a29ebd126c7226c223f52e2171f7c7fb0 59041 
cacti_0.8.7g-1+squeeze4.diff.gz
 73cea4db7448c4ae2d311937c4f76f9fe2452f4933c7df6b1b6088ecb604b66e 2098348 
cacti_0.8.7g-1+squeeze4_all.deb
Files: 
 5ef9a7d3c7e9753456a923c040276aa8 1443 web extra cacti_0.8.7g-1+squeeze4.dsc
 ba7a61ce0ae89d4d19525001d0f98b56 59041 web extra 
cacti_0.8.7g-1+squeeze4.diff.gz
 64be98d1231c4f5ac4a8039a8876cc2a 2098348 web extra 
cacti_0.8.7g-1+squeeze4_all.deb

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

iQEcBAEBCAAGBQJTuC2fAAoJEJxcmesFvXUKy4YH/1ETU150OPL6OeHY2EqCbz+4
wMk3kK0hNJv3JpmKlZ2dGdFggSigQTY33CtrR177skN3fjYauoIF+8UVL3BsU7Hg
/9+yMeJWQSGWL0k0NfKSOYGelbswY8yY/rTdBw5INXqaGn7xHaTb6iJ+1IIDKuGu
yxXAMtUpoQn4lJjvkBADPzVl8xE/lyLcNrQFn5owprC28MNGgz1IAGVklhVEj3OB
OFWnYRGCNihhDSW8z1JfLnf+FtUZ2utVsGG2b7JJCGuoAAnOkHQOdfmaq6l5Wq+G
VxA2Aa6S0ABnsJv0aNBMXKRcrutOPU7ElCzdOjNOcDYMyondy5GxwpRzM24XZT0=
=gTIS
-END PGP SIGNATUREEnd Message---


Bug#752573: marked as done (cacti: CVE-2014-4002 Cross-Site Scripting Vulnerability)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 17:18:27 +
with message-id e1x3tbx-00053f...@franck.debian.org
and subject line Bug#752573: fixed in cacti 0.8.7g-1+squeeze4
has caused the Debian Bug report #752573,
regarding cacti: CVE-2014-4002 Cross-Site Scripting Vulnerability
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.)


-- 
752573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cacti
Version: 0.8.8b+dfsg-5
Severity: grave
Tags: security patch upstream pending
Justification: user security hole

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Cacti upstream's svn [1] has a fix for CVE-2014-4002. I couldn't find
any information yet elsewhere. I can only guess that also the change
before this revision is also involved [2].

I will add this to my current update for cacti (in progress).

[1] http://svn.cacti.net/viewvc?view=revrevision=7452
[2] http://svn.cacti.net/viewvc?view=revrevision=7451

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

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

Versions of packages cacti depends on:
ii  dbconfig-common  1.8.47+nmu1
ii  debconf [debconf-2.0]1.5.49
ii  libapache2-mod-php5  5.4.4-14+deb7u11
ii  libphp-adodb 5.15-1
ii  mysql-client-5.5 [virtual-mysql-client]  5.5.37-0+wheezy1
ii  perl 5.14.2-21+deb7u1
ii  php5-cli 5.4.4-14+deb7u11
ii  php5-mysql   5.4.4-14+deb7u11
ii  php5-snmp5.4.4-14+deb7u11
ii  rrdtool  1.4.7-2
ii  snmp 5.4.3~dfsg-2.8
ii  ucf  3.0025+nmu3

Versions of packages cacti recommends:
ii  apache2-mpm-prefork [httpd]  2.2.22-13+deb7u1
ii  iputils-ping 3:20101006-1+b1
ii  libjs-jquery 1.7.2+dfsg-1
ii  libjs-jquery-cookie  9-1
ii  lighttpd [httpd] 1.4.31-4+deb7u3
ii  logrotate3.8.1-4
ii  mysql-server 5.5.37-0+wheezy1

Versions of packages cacti suggests:
ii  moreutils  0.47
pn  php5-ldap  none

- -- debconf information excluded

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

iQEcBAEBCAAGBQJTqdeoAAoJEJxcmesFvXUKfCsH+waGVLE0MhVourtuswP5Dzmb
XNiDG22yZWv2n8l118vK8+5pmY2UsZGDuIOA7vME611flPUa2QhAKuXd9Y4znlg5
LFeMLJ2mSPdSr+YGqly1ToA9iMiYHh44mZIDCiXBdn7wpP1NBkAToZyvN2Etze89
lVfWkTTbWpkU5T3IQLqhZ8reRHWvfex4msjNNfjB+Y4gphd5MTm+tHh+8/YA59LG
/L+Dgr25dEMDJG0v47wGqQ9ACRtL5ZtoOzY4R8HY3FO1xY0QIO6qh9ICSG/8O3eb
ip8/tNynGcHfGLXVJiRzbxxHnnihwKacKp5gmrgDPmmZhmGduFTy9m3gsEEGdL4=
=rPL2
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: cacti
Source-Version: 0.8.7g-1+squeeze4

We believe that the bug you reported is fixed in the latest version of
cacti, 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.
Paul Gevers elb...@debian.org (supplier of updated cacti 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, 05 Jul 2014 11:27:40 +0200
Source: cacti
Binary: cacti
Architecture: source all
Version: 0.8.7g-1+squeeze4
Distribution: squeeze-lts
Urgency: high
Maintainer: Sean Finney sean...@debian.org
Changed-By: Paul Gevers elb...@debian.org
Description: 
 cacti  - Frontend to rrdtool for monitoring systems and services
Closes: 742768 743565 752573
Changes: 
 cacti (0.8.7g-1+squeeze4) squeeze-lts; urgency=high
 .
   * Security upload (Closes: #742768, #743565, #752573)
 - CVE-2014-2326 Cross-site scripting (XSS) vulnerability
 - CVE-2014-2327 Cross Site Request Forgery Vulnerability
 - CVE-2014-2328 Unspecified Remote Command Execution Vulnerability
 - 

Bug#753542: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Niko Tyni
On Sat, Jul 05, 2014 at 07:15:56PM +0200, Emilio Pozuelo Monfort wrote:
 On 05/07/14 18:31, Niko Tyni wrote:
  On Sat, Jul 05, 2014 at 11:45:16AM +0200, Emilio Pozuelo Monfort wrote:

  I have thought a bit more about this. I was hesitant as there are lots of
  packages involved, but thinking more about it, this should be pretty 
  smooth. You
  add perlapi-5.18.2d to perl-base's Provides, but you won't remove 
  perlapi-5.18.1
  or perlapi-5.18.2. Then perl-base can migrate immediately, and all the 
  rebuilds
  can migrate as well. Then after the rebuilds are done, you can remove
  perlapi-5.18.1 and perlapi-5.18.2 from Provides.
  
  I'm not very enthusiastic about this. It's basically lying: we don't offer
  the old ABI anymore so we should be straight about it. An uninstallable
  package seems better than a broken one.
  
  But I can see it would help the transition, and it wouldn't cause a
  regression, it would just make the fix take longer.
 
 It would make the fix only take longer for people who do partial uploads, 
 right?
 The users who do a dist-upgrade and get all the updated perl modules that we
 have binNMUed should be fine, right? And then after things have been rebuilt 
 and
 any potential FTBFS have been fixed, we drop the old perlapi Provides, and 
 then
 partial upgrades won't be possible (thus fixing that case as well). The
 alternative is delaying the migration until everything has been rebuilt and 
 all
 the FTBFS bugs have been fixed. I think keeping the provides for now is a 
 better
 option, but I don't know Perl so I may be missing something. If you want to 
 drop
 them now, that's fine with me.

Yes, this is mostly about partial upgrades. I assume there are a few
packages in sid that FTBFS and therefore failed the earlier binNMU round,
so they are currently silently broken even for full upgrades. But they
probably aren't in testing.

Also, at least some upgrade paths are currently totally broken because
of debconf failing. But keeping the Provides for a while more shouldn't
make that worse.

I think we're on the same page, let's do it your way.

  Sure, fixing them is certainly preferrable :) It's just that I've
  recently rebuilt the same set of packages for the 5.20 transition and
  ISTR encountering quite a few known long-standing FTBFS bugs. I suppose
  those packages aren't in testing anymore, though; I didn't look at that
  part much in my tests.
 
 I suppose you don't have a list?

Sorry, no. The only ones I could find in my notes are not in testing
(#733367 in postgres-xc and #750283 in xacobeo). It's possible that
I'm just confusing things with arch-indep packages.
 
 #735623 could be a problem. #742409 as well. That's not an exhaustive list 
 and I
 haven't checked if those could be removed from testing (if they are leaf
 packages). That's why I think a smooth transition (i.e. keeping the provides 
 for
 now) would be preferable.

pdl is not in testing. #742409 and #750770 (libsereal-{en,de}coder-perl)
are related and will probably cause problems.

 That said, feel free to upload perl now.

Thanks, will do.
-- 
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



Bug#753204: marked as done (fcitx-qt5: FTBFS: cmake errors)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 18:03:34 +
with message-id e1x3ujc-0001xf...@franck.debian.org
and subject line Bug#753204: fixed in fcitx-qt5 0.1.2-2
has caused the Debian Bug report #753204,
regarding fcitx-qt5: FTBFS: cmake errors
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.)


-- 
753204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: fcitx-qt5
Version: 0.1.2-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):
  debian/rules build
 dh build 
dh_testdir
dh_auto_configure
   mkdir -p obj-x86_64-linux-gnu
   cd obj-x86_64-linux-gnu
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
 -DCMAKE_BUILD_TYPE=None
 -- The C compiler identification is GNU 4.9.0
 -- The CXX compiler identification is GNU 4.9.0
 -- Check for working C compiler: /usr/bin/cc
 -- Check for working C compiler: /usr/bin/cc -- works
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:27 
 (message):
   The imported target Qt5::Gui references the file
 
  Qt5Gui_EGL_LIBRARY-NOTFOUND
 
   but this file does not exist.  Possible reasons include:
 
   * The file was deleted, renamed, or moved to another location.
 
   * An install or uninstall procedure did not complete successfully.
 
   * The installation package was faulty and contained
 
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake
 
   but not all the files it references.
 
 Call Stack (most recent call first):
   /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:31 
 (_qt5_Gui_check_file_exists)
   /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:58 
 (_qt5gui_find_extra_libs)
   /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:155 (include)
   CMakeLists.txt:8 (find_package)
 
 
 -- Configuring incomplete, errors occurred!
 See also /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log.
 dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
 -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None returned exit code 1
 debian/rules:10: recipe for target 'build' failed
 make: *** [build] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/28/fcitx-qt5_0.1.2-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: fcitx-qt5
Source-Version: 0.1.2-2

We believe that the bug you reported is fixed in the latest version of
fcitx-qt5, 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.
Aron Xu a...@debian.org (supplier of updated fcitx-qt5 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: Sun, 06 Jul 2014 01:44:29 +0800
Source: fcitx-qt5
Binary: fcitx-frontend-qt5 fcitx-libs-qt5 fcitx-libs-qt5-dev fcitx-libs-qt5-dbg
Architecture: source amd64
Version: 0.1.2-2
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu a...@debian.org
Description:
 fcitx-frontend-qt5 - Free Chinese Input Toy of X - Qt5 IM Module frontend
 fcitx-libs-qt5 - Free Chinese Input Toy of X - D-Bus client library for Qt5
 fcitx-libs-qt5-dbg - Free Chinese Input Toy of X - Debugging symbols for 
libfcitx-qt5
 fcitx-libs-qt5-dev - Free Chinese Input Toy 

Processed: your mail

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

 tags 752071 + pending
Bug #752071 [sdcc] sdcc: add mips64 support
Added tag(s) pending.
 tags 752972 + pending
Bug #752972 [sdcc] sdcc: FTBFS - right-hand operand of comma expression has no 
effect [-Werror=unused-value]
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
752071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752071
752972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752972
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#753591: marked as done (FTBFS due to CMake error)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 15:17:48 -0300
with message-id 5666323.xlquL5BGEL@luna
and subject line Done
has caused the Debian Bug report #753591,
regarding FTBFS due to CMake 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.)


-- 
753591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gammaray
Version: 2.0.2-1
Severity: serious

Gammaray is currently FTBFS due to #752847.

As a workaround you might want to add libegl1-mesa-dev as a build dependency.

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

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
---End Message---
---BeginMessage---
The Qt bug was fixed and gammaray rebuilt, so closing this bug.

-- 
Una sola bomba nuclear puede arruinar el resto de tu día.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#749410: isc-dhcp-client: shutdown/reboot hangs after K03rsyslog

2014-07-05 Thread Elimar Riesebieter
* Michael Gilbert mgilb...@debian.org [2014-07-03 17:45 -0400]:

 On Thu, Jul 3, 2014 at 3:02 PM, Elimar Riesebieter wrote:
  # VERBOSE=yes /etc/init.d/umountnfs.sh
 ^^
  No output at all...
 
Did it work as expected?

yes

 You might want to try adding some echo lines there to see what's going
 on and which action is failing.

What should fail here? Unmounting nfs-shares works fine.

Elimar
-- 
 We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds


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



Bug#752972: marked as done (sdcc: FTBFS - right-hand operand of comma expression has no effect [-Werror=unused-value])

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 19:04:21 +
with message-id e1x3vg1-wv...@franck.debian.org
and subject line Bug#752972: fixed in sdcc 3.4.0+dfsg-2
has caused the Debian Bug report #752972,
regarding sdcc: FTBFS - right-hand operand of comma expression has no effect 
[-Werror=unused-value]
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.)


-- 
752972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sdcc
Version: 3.4.0+dfsg-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. 
-I./../include -DHAVE_as_vec -DBINDIR=\/usr/bin\ -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -I. -I. -I././support/util -I. -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wshadow -Werror -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT opncls.lo -MD 
-MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o
In file included from opncls.c:26:0:
opncls.c: In function 'bfd_fopen':
bfd.h:529:65: error: right-hand operand of comma expression has no effect 
[-Werror=unused-value]
 #define bfd_set_cacheable(abfd,bool) (((abfd)-cacheable = bool), TRUE)
 ^
opncls.c:261:5: note: in expansion of macro 'bfd_set_cacheable'
 bfd_set_cacheable (nbfd, TRUE);
 ^
cc1: all warnings being treated as errors
Makefile:1312: recipe for target 'opncls.lo' failed
make[6]: *** [opncls.lo] Error 1
make[6]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-sdcc/sdcc-3.4.0+dfsg/support/sdbinutils/bfd'
Makefile:1354: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael


sdcc-build-log.txt.gz
Description: application/gunzip


pgpAtC6qmiFbu.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: sdcc
Source-Version: 3.4.0+dfsg-2

We believe that the bug you reported is fixed in the latest version of
sdcc, 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.
Gudjon I. Gudjonsson gud...@gudjon.org (supplier of updated sdcc 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, 02 Jul 2014 22:41:35 +
Source: sdcc
Binary: sdcc sdcc-libraries sdcc-ucsim sdcc-doc
Architecture: source amd64 all
Version: 3.4.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson gud...@gudjon.org
Changed-By: Gudjon I. Gudjonsson gud...@gudjon.org
Description:
 sdcc   - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Closes: 752071 752972
Changes:
 sdcc (3.4.0+dfsg-2) unstable; urgency=medium
 .
   * Add patch 03_fix_compilation (Closes: #752972, #752071)
   * Update hardening
   * Replace sdld6808, sdldz80 and sdldgb by a symbolic link to sdld.
 It was the same file eariler
   * Added a few missing binaries to package
Checksums-Sha1:
 66fc6f41eaa379213fdae9214ae55809ad1ec3c5 1942 sdcc_3.4.0+dfsg-2.dsc
 b0898f5473a8ebe33ccac8424494ba76890acf4b 107188 sdcc_3.4.0+dfsg-2.debian.tar.xz
 0f321d16990b1e22a8ffba7b16e0400e4f128492 1535804 sdcc_3.4.0+dfsg-2_amd64.deb
 dcec1cb7e5bbf69a988ca9a07bfde02f627dae11 936252 
sdcc-ucsim_3.4.0+dfsg-2_amd64.deb
 9932e83e977870388617e2d55845391088216ca7 936198 
sdcc-libraries_3.4.0+dfsg-2_all.deb
 c2b919a965e42b87de4709289bd650bbc0f0451d 856962 sdcc-doc_3.4.0+dfsg-2_all.deb
Checksums-Sha256:
 c08cff193ad68cbbc429fd765a0b9140655e243c187429d43536e76142a98180 1942 
sdcc_3.4.0+dfsg-2.dsc
 3010f52034025bf51e87210a7946a9bd43ae57148f6a2bf1ab094f2752a53dae 107188 
sdcc_3.4.0+dfsg-2.debian.tar.xz
 ef62f2f6a53d777812fbfbcc873d4451b9c2d9c775b23d7e3210c38aee241702 1535804 

Bug#748694: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

2014-07-05 Thread Mark Wielaard
On Sat, 2014-07-05 at 18:32 +0200, Matthias Klose wrote:
 could you tell me why you need the header on architectures that don't
 need it?

Which architectures don't need it? Any architecture that support glibc
and gdb for example benefits from having sdt markers available.


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



Processed: retitle 753682 to gnu-efi: Undefined va_copy, causes gummiboot to FTBFS

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

 retitle 753682 gnu-efi: Undefined va_copy, causes gummiboot to FTBFS
Bug #753682 [gnu-efi] gummiboot: FTBFS with GCC 4.9 due to undefined va_copy in 
EFI binary
Changed Bug title to 'gnu-efi: Undefined va_copy, causes gummiboot to FTBFS' 
from 'gummiboot: FTBFS with GCC 4.9 due to undefined va_copy in EFI binary'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753682
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#753121: gnulib test failure caused by compiler bug

2014-07-05 Thread Julian Taylor
the test failure is due to a compiler bug in gcc-4.9:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61725


-- 
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 - imports.patch isn't a valid patch

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

 tags -1 confirmed
Bug #752952 [tatan] tatan: FTBFS - imports.patch isn't a valid patch
Added tag(s) confirmed.
 owner -1 !
Bug #752952 [tatan] tatan: FTBFS - imports.patch isn't a valid patch
Owner recorded as Markus Koschany a...@gambaru.de.

-- 
752952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752952
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#752952: tatan: FTBFS - imports.patch isn't a valid patch

2014-07-05 Thread Markus Koschany
Control: tags -1 confirmed
Control: owner -1 !

Funny that this bug went undetected for so long.

I'm going to fix this.

Markus



signature.asc
Description: OpenPGP digital signature


Processed: Bug#741296 marked as pending

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

 tag 741296 pending
Bug #741296 [education-common] education-common: uninstallable in jessie 
because it pull in conflicting cups-filters and foomatic-filters
Added tag(s) pending.
 thanks
Stopping processing here.

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

2014-07-05 Thread Petter Reinholdtsen
tag 741296 pending
thanks

Hello,

Bug #741296 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=debian-edu/pkg-team/debian-edu.git;a=commitdiff;h=8ecf016

---
commit 8ecf01668b672032032953bf0db33cfaf080c4f2
Author: Petter Reinholdtsen p...@hungry.com
Date:   Sat Jul 5 23:22:29 2014 +0200

tasks/common: List cups-filters (= 1.0.42-1) as an alternative for the 
foomatic-filters package, to install the former in jessie as the latter is 
obsolete there (Closes: #741296).

diff --git a/debian/changelog b/debian/changelog
index 3e78c73..009f791 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ debian-edu (1.715~svn82529) wheezy-test; urgency=low
   [ Petter Reinholdtsen ]
   * Drop Patrick Winnertz as uploader.  Thank you for your good work!
   * Drop Vagrant Cascadian as uploader, on his request.
+  * tasks/common: List cups-filters (= 1.0.42-1) as an alternative for the
+foomatic-filters package, to install the former in jessie as the latter
+is obsolete there (Closes: #741296).
 
  -- Holger Levsen hol...@debian.org  Mon, 07 Oct 2013 21:58:19 +0200
 


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



Bug#751432: marked as done (gdcm: compatibility with poppler 0.26.x)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Jul 2014 21:35:45 +
with message-id e1x3xcx-k4...@franck.debian.org
and subject line Bug#751432: fixed in gdcm 2.4.2-1.1
has caused the Debian Bug report #751432,
regarding gdcm: compatibility with poppler 0.26.x
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.)


-- 
751432: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751432
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gdcm
Version: 2.4.2-1
Severity: normal
Tags: patch fixed-upstream
Control: forwarded -1 http://sourceforge.net/p/gdcm/bugs/312/

Hi,

gdcm 2.4.2-1 fails to build with Poppler 0.26.x (currently in
experimental).

The issue has been reported [1] and fixed upstream (for gdcm 2.4.3);
in the meanwhile, would it be possible to backport the two upstream
patches (which apply cleanly) for compatibility with Poppler 0.26.x?

[1] http://sourceforge.net/p/gdcm/bugs/312/

Thanks,
-- 
Pino
From 096e5b84d9e241b6e5203904846454f7d7058e01 Mon Sep 17 00:00:00 2001
From: Pino Toscano toscano.p...@tiscali.it
Date: Sun, 6 Apr 2014 06:20:43 +
Subject: [PATCH] cmake: proper handle the extra poppler CFLAGS

Make sure to join the extra CFLAGS with a space, otherwise they are
passed as list to set_source_files_properties; also make sure to quote
the string.
---
 Applications/Cxx/CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Applications/Cxx/CMakeLists.txt b/Applications/Cxx/CMakeLists.txt
index 1c83bc3..714f5bc 100644
--- a/Applications/Cxx/CMakeLists.txt
+++ b/Applications/Cxx/CMakeLists.txt
@@ -79,12 +79,13 @@ if(GDCM_USE_SYSTEM_POPPLER)
 list(APPEND libpoppler_flags -DLIBPOPPLER_PDFDOC_HAS_PDFVERSION)
   endif()
   if(libpoppler_flags)
+string(REPLACE ;   libpoppler_flags_string ${libpoppler_flags})
 set_source_files_properties(
   ${CMAKE_CURRENT_SOURCE_DIR}/gdcminfo.cxx
-  PROPERTIES COMPILE_FLAGS ${libpoppler_flags})
+  PROPERTIES COMPILE_FLAGS ${libpoppler_flags_string})
 set_source_files_properties(
   ${CMAKE_CURRENT_SOURCE_DIR}/gdcmpdf.cxx
-  PROPERTIES COMPILE_FLAGS ${libpoppler_flags})
+  PROPERTIES COMPILE_FLAGS ${libpoppler_flags_string})
   endif()
   include_directories(${POPPLER_INCLUDE_DIRS})
   set(GDCM_EXECUTABLE_NAME
-- 
2.0.0

From 1da0cab121782f1a63a84a9bcc90da6c337dc2e3 Mon Sep 17 00:00:00 2001
From: Pino Toscano toscano.p...@tiscali.it
Date: Sun, 6 Apr 2014 06:23:46 +
Subject: [PATCH] gdcminfo: support poppler 0.25.1

Check for the new API of StructTreeRoot, adapting the check for a
tagged PDF accordingly. Now Catalog::getStructTreeRoot() returns NULL
if StructTreeRoot is not a dictionary.
---
 Applications/Cxx/CMakeLists.txt | 6 ++
 Applications/Cxx/gdcminfo.cxx   | 4 
 2 files changed, 10 insertions(+)

diff --git a/Applications/Cxx/CMakeLists.txt b/Applications/Cxx/CMakeLists.txt
index 714f5bc..9b4dd0e 100644
--- a/Applications/Cxx/CMakeLists.txt
+++ b/Applications/Cxx/CMakeLists.txt
@@ -78,6 +78,12 @@ if(GDCM_USE_SYSTEM_POPPLER)
   if(LIBPOPPLER_PDFDOC_HAS_PDFVERSION)
 list(APPEND libpoppler_flags -DLIBPOPPLER_PDFDOC_HAS_PDFVERSION)
   endif()
+  CHECK_CXX_SOURCE_COMPILES(
+\#include poppler/PDFDoc.h\n#include poppler/StructTreeRoot.h\nint main() { Catalog c(NULL); c.getStructTreeRoot()-getDoc(); return 0;}
+LIBPOPPLER_CATALOG_HAS_STRUCTTREEROOT)
+  if(LIBPOPPLER_CATALOG_HAS_STRUCTTREEROOT)
+list(APPEND libpoppler_flags -DLIBPOPPLER_CATALOG_HAS_STRUCTTREEROOT)
+  endif()
   if(libpoppler_flags)
 string(REPLACE ;   libpoppler_flags_string ${libpoppler_flags})
 set_source_files_properties(
diff --git a/Applications/Cxx/gdcminfo.cxx b/Applications/Cxx/gdcminfo.cxx
index 6f52cd9..9288ea6 100644
--- a/Applications/Cxx/gdcminfo.cxx
+++ b/Applications/Cxx/gdcminfo.cxx
@@ -471,7 +471,11 @@ static int ProcessOneFile( std::string const  filename, gdcm::Defs const  defs
 moddate  = getInfoDate(  info.getDict(), ModDate   );
 info.free();
 }
+#ifdef LIBPOPPLER_CATALOG_HAS_STRUCTTREEROOT
+  const char *tagged = doc-getStructTreeRoot() ? yes : no;
+#else
   const char *tagged = doc-getStructTreeRoot()-isDict() ? yes : no;
+#endif
   int pages = doc-getNumPages();
   const char *encrypted = doc-isEncrypted() ? yes : no;
   //  printf(yes (print:%s copy:%s change:%s addNotes:%s)\n,
-- 
2.0.0

---End Message---
---BeginMessage---
Source: gdcm
Source-Version: 2.4.2-1.1

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

A summary of the 

Processed: closing 482528

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

 close 482528
Bug #482528 [heimdal-clients] heimdal-clients: use alternatives to avoid 
conflict with krb5-user
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
482528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482528
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#753901: python-tk: linker error when importing Tkinter. Cannot find libblt2.4

2014-07-05 Thread luke
Package: python-tk
Version: 2.7.7-2
Severity: grave
Tags: d-i
Justification: renders package unusable


Dear Maintainer,


I just did a system update from within Synaptic, with the following changes:
--
Start-Date: 2014-07-05  21:41:36
Commandline: /usr/sbin/synaptic /usr/sbin/synaptic
Install: libgnutls28-dev:amd64 (3.2.15-2, automatic), libgnutls-xssl0:amd64
(3.2.15-2, automatic), nettle-dev:amd64 (2.7.1-2+b1, automatic),
libgnutlsxx28:amd64 (3.2.15-2, automatic)
Upgrade: libopencv-core2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libqt5concurrent5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
videostab2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), qt5-qmake:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-ml2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libpython2.7-stdlib:amd64 (2.7.7-2, 2.7.8-1), glib-networking-
common:amd64 (2.40.1-1, 2.40.1-2), luatex:amd64 (2014.20140528.34243-3,
2014.20140528.34243-4), libopencv-photo2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), qt5-default:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
video2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5sql5-sqlite:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libgnomevfs2-dev:amd64 (2.24.4-4, 2.24.4-6),
pv:amd64 (1.2.0-1, 1.5.3-1), qtbase5-dev-tools:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), mksh:amd64 (50-1, 50-3), libpod-plainer-perl:amd64 (1.03-1,
1.04-1), libqt5sql5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
legacy2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libxmmsclient6:amd64
(0.8+dfsg-10, 0.8+dfsg-11), libtirpc1:amd64 (0.2.3-1, 0.2.3-2),
libqt5core5a:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), python2.7:amd64 (2.7.7-2,
2.7.8-1), libopencv-ts2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libopencv-
features2d2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libxmmsclient-glib1:amd64
(0.8+dfsg-10, 0.8+dfsg-11), libopencv-objdetect2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libflite1:amd64 (1.4-release-8, 1.4-release-10), liburi-
perl:amd64 (1.60-1, 1.61-1), libqt5xml5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3),
libwww-perl:amd64 (6.06-1, 6.07-1), xmms2-icon:amd64 (0.8+dfsg-10,
0.8+dfsg-11), libopencv-imgproc2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libpython2.7-dev:amd64 (2.7.7-2, 2.7.8-1), libqt5test5:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), binutils:amd64 (2.24.51.20140617-1, 2.24.51.20140704-1),
libqt5printsupport5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), texlive-binaries:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libopencv-gpu2.4:amd64
(2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libpython2.7:amd64 (2.7.7-2, 2.7.8-1), python-
sip:amd64 (4.16.1+dfsg-1, 4.16.2+dfsg-1), libsamplerate0-dev:amd64 (0.1.8-7,
0.1.8-8), libgnomevfs2-common:amd64 (2.24.4-4, 2.24.4-6), libsynctex1:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libkpathsea6:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libqt5widgets5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-ocl2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libgnomevfs2-extra:amd64 (2.24.4-4, 2.24.4-6),
python2.7-dev:amd64 (2.7.7-2, 2.7.8-1), libgnomevfs2-0:amd64 (2.24.4-4,
2.24.4-6), libopencv-highgui2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
blt:amd64 (2.4z-9, 2.5.3-2), libopencv-calib3d2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), python2.7-minimal:amd64 (2.7.7-2, 2.7.8-1), libopencv-
stitching2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5dbus5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-superres2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libqt5gui5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
contrib2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5network5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libtasn1-6:amd64 (3.7-1, 4.0-2), glib-networking-
services:amd64 (2.40.1-1, 2.40.1-2), libptexenc1:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), glib-networking:amd64
(2.40.1-1, 2.40.1-2), libopencv-flann2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libpython2.7-minimal:amd64 (2.7.7-2, 2.7.8-1), qtbase5-dev:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), libsamplerate0:amd64 (0.1.8-7, 0.1.8-8), libtasn1-6-dev:amd64
(3.7-1, 4.0-2)
Remove: libgnutls-dev:amd64 (2.12.23-17)
End-Date: 2014-07-05  21:42:47
--
However, Tk applications no longer work.  libblt seems to have received an
upgrade as importing Tkinter in python no longer works:

Python 2.7.8 (default, Jul  4 2014, 13:08:34)
[GCC 4.9.0] on linux2
Type help, copyright, credits or license for more information.
 import Tkinter
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.7/lib-tk/Tkinter.py, line 42, in module
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: libBLT.2.4.so.8.6: cannot open shared object file: No such
file or directory, please install the python-tk package

I tried reinstalling blt, and Tkinter to no avail.

This breaks all Tk applications on my system.

If there's anything I can do to track down the issue, please let me know

Best


Luke



-- System Information:
Debian Release: 

Bug#753902: python-tk: linker error when importing Tkinter. Cannot find libblt2.4

2014-07-05 Thread luke
Package: python-tk
Version: 2.7.7-2
Severity: grave
Tags: d-i
Justification: renders package unusable

Dear Maintainer,


I just did a system update from within Synaptic, with the following changes:
--
Start-Date: 2014-07-05  21:41:36
Commandline: /usr/sbin/synaptic /usr/sbin/synaptic
Install: libgnutls28-dev:amd64 (3.2.15-2, automatic), libgnutls-xssl0:amd64
(3.2.15-2, automatic), nettle-dev:amd64 (2.7.1-2+b1, automatic),
libgnutlsxx28:amd64 (3.2.15-2, automatic)
Upgrade: libopencv-core2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libqt5concurrent5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
videostab2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), qt5-qmake:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-ml2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libpython2.7-stdlib:amd64 (2.7.7-2, 2.7.8-1), glib-networking-
common:amd64 (2.40.1-1, 2.40.1-2), luatex:amd64 (2014.20140528.34243-3,
2014.20140528.34243-4), libopencv-photo2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), qt5-default:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
video2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5sql5-sqlite:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libgnomevfs2-dev:amd64 (2.24.4-4, 2.24.4-6),
pv:amd64 (1.2.0-1, 1.5.3-1), qtbase5-dev-tools:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), mksh:amd64 (50-1, 50-3), libpod-plainer-perl:amd64 (1.03-1,
1.04-1), libqt5sql5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
legacy2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libxmmsclient6:amd64
(0.8+dfsg-10, 0.8+dfsg-11), libtirpc1:amd64 (0.2.3-1, 0.2.3-2),
libqt5core5a:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), python2.7:amd64 (2.7.7-2,
2.7.8-1), libopencv-ts2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libopencv-
features2d2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libxmmsclient-glib1:amd64
(0.8+dfsg-10, 0.8+dfsg-11), libopencv-objdetect2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libflite1:amd64 (1.4-release-8, 1.4-release-10), liburi-
perl:amd64 (1.60-1, 1.61-1), libqt5xml5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3),
libwww-perl:amd64 (6.06-1, 6.07-1), xmms2-icon:amd64 (0.8+dfsg-10,
0.8+dfsg-11), libopencv-imgproc2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libpython2.7-dev:amd64 (2.7.7-2, 2.7.8-1), libqt5test5:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), binutils:amd64 (2.24.51.20140617-1, 2.24.51.20140704-1),
libqt5printsupport5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), texlive-binaries:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libopencv-gpu2.4:amd64
(2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libpython2.7:amd64 (2.7.7-2, 2.7.8-1), python-
sip:amd64 (4.16.1+dfsg-1, 4.16.2+dfsg-1), libsamplerate0-dev:amd64 (0.1.8-7,
0.1.8-8), libgnomevfs2-common:amd64 (2.24.4-4, 2.24.4-6), libsynctex1:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libkpathsea6:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), libqt5widgets5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-ocl2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libgnomevfs2-extra:amd64 (2.24.4-4, 2.24.4-6),
python2.7-dev:amd64 (2.7.7-2, 2.7.8-1), libgnomevfs2-0:amd64 (2.24.4-4,
2.24.4-6), libopencv-highgui2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
blt:amd64 (2.4z-9, 2.5.3-2), libopencv-calib3d2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), python2.7-minimal:amd64 (2.7.7-2, 2.7.8-1), libopencv-
stitching2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5dbus5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-superres2.4:amd64 (2.4.8+dfsg1-2.2,
2.4.9+dfsg-1), libqt5gui5:amd64 (5.3.1+dfsg-2, 5.3.1+dfsg-3), libopencv-
contrib2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1), libqt5network5:amd64
(5.3.1+dfsg-2, 5.3.1+dfsg-3), libtasn1-6:amd64 (3.7-1, 4.0-2), glib-networking-
services:amd64 (2.40.1-1, 2.40.1-2), libptexenc1:amd64
(2014.20140528.34243-3+b1, 2014.20140528.34243-4), glib-networking:amd64
(2.40.1-1, 2.40.1-2), libopencv-flann2.4:amd64 (2.4.8+dfsg1-2.2, 2.4.9+dfsg-1),
libpython2.7-minimal:amd64 (2.7.7-2, 2.7.8-1), qtbase5-dev:amd64 (5.3.1+dfsg-2,
5.3.1+dfsg-3), libsamplerate0:amd64 (0.1.8-7, 0.1.8-8), libtasn1-6-dev:amd64
(3.7-1, 4.0-2)
Remove: libgnutls-dev:amd64 (2.12.23-17)
End-Date: 2014-07-05  21:42:47
--
However, Tk applications no longer work.  libblt seems to have received an
upgrade as importing Tkinter in python no longer works:

Python 2.7.8 (default, Jul  4 2014, 13:08:34)
[GCC 4.9.0] on linux2
Type help, copyright, credits or license for more information.
 import Tkinter
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.7/lib-tk/Tkinter.py, line 42, in module
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: libBLT.2.4.so.8.6: cannot open shared object file: No such
file or directory, please install the python-tk package

I tried reinstalling blt, and Tkinter to no avail.

This breaks all Tk applications on my system.

If there's anything I can do to track down the issue, please let me know

Best





-- System Information:
Debian Release: 

Processed: .

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

 reopen 753427
Bug #753427 {Done: Ritesh Raj Sarraf r...@researchut.com} [libnfs-dev] 
libnfs-dev: makes xbmc FTBFS
Bug reopened
Ignoring request to alter fixed versions of bug #753427 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753427
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#749410: isc-dhcp-client: shutdown/reboot hangs after K03rsyslog

2014-07-05 Thread Michael Gilbert
 You might want to try adding some echo lines there to see what's going
 on and which action is failing.

 What should fail here? Unmounting nfs-shares works fine.

The bug log states that the problem is experienced in umountnfs when
shutting down, so obtaining more verbosity from umountnfs and stuff
that calls it during shut down should be the goal.

Best wishes,
Mike


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



Bug#752952: marked as done (tatan: FTBFS - imports.patch isn't a valid patch)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jul 2014 00:19:05 +
with message-id e1x3aab-0003rz...@franck.debian.org
and subject line Bug#752952: fixed in tatan 1.0.dfsg1-5
has caused the Debian Bug report #752952,
regarding tatan: FTBFS - imports.patch isn't a valid patch
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.)


-- 
752952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tatan
Version: 1.0.dfsg1-4
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
I: Running /usr/bin/dpkg-buildpackage -rfakeroot -us -uc ${DEBBUILDOPTS}
dpkg-buildpackage: source package tatan
dpkg-buildpackage: source version 1.0.dfsg1-4
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Peter De Wachter pdewa...@gmail.com
 dpkg-source --before-build tatan-1.0.dfsg1
dpkg-buildpackage: host architecture amd64
dpkg-source: error: expected ^--- in line 6 of diff 
`tatan-1.0.dfsg1/debian/patches/imports.patch'
dpkg-buildpackage: error: dpkg-source --before-build tatan-1.0.dfsg1 gave error 
exit status 25


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael


tatan-build-log.txt.gz
Description: application/gunzip


pgpyNU8rzMFha.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: tatan
Source-Version: 1.0.dfsg1-5

We believe that the bug you reported is fixed in the latest version of
tatan, 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.
Markus Koschany a...@gambaru.de (supplier of updated tatan 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, 05 Jul 2014 23:24:42 +0200
Source: tatan
Binary: tatan
Architecture: source amd64
Version: 1.0.dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 tatan  - pointing STG shooter game
Closes: 752952
Changes:
 tatan (1.0.dfsg1-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix imports.patch: Patch fragment without header (Closes: #752952)
   * Add Keywords and Generic Name to desktop file.
   * Declare compliance with Debian Policy 3.9.5.
Checksums-Sha1:
 436755d3bbbfad4280b886e9bd2d37de94f07279 2123 tatan_1.0.dfsg1-5.dsc
 7bc2606313ffe53b7d8f4e04d506d46d599c5839 28836 tatan_1.0.dfsg1-5.debian.tar.xz
 939a9e73f6ad9b8622daad854783c75929495bcd 503066 tatan_1.0.dfsg1-5_amd64.deb
Checksums-Sha256:
 e2f264f1f8f3bb0efa37a2ccc0db2eae5e799bd0bbc589b81f79d15e0b601452 2123 
tatan_1.0.dfsg1-5.dsc
 867883fc54a30ba9105047af6192a3b7e566770d94b12741cd7f09f0c55dc722 28836 
tatan_1.0.dfsg1-5.debian.tar.xz
 d50f53f07fe9f2e31f015e5bf5dbeb866655624b4a78cb4fcd5549f6b4dfe729 503066 
tatan_1.0.dfsg1-5_amd64.deb
Files:
 be3a91340e8f319ef0441e13c714a090 503066 games extra tatan_1.0.dfsg1-5_amd64.deb
 199644c1838d5111fed3d64110e9fc22 2123 games extra tatan_1.0.dfsg1-5.dsc
 f72f9808acf1e52cac0fcfaec793b076 28836 games extra 
tatan_1.0.dfsg1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTuJNqAAoJEI7tzBuqHzL/c3AP/07k+0aJvOXjRq3BJCmJz+ZQ
JmzaXJ4ZGxvC3KRZ7HJK1Oi8mGvDwJ6hTVKV6/g18kb0b8rqd4U4h/vA/bQRhLIb
soIOZUibPUSyVhYjizjr5tLH2dz42Gp7Oca0C33lAX08CJoxSf4yDcbuY/+/Vywu
WSLG8OuEJCezClDPZHQHA4Wgf0OdVb7ZjXkzCtm/jRHqTcfD2v3G2XR6DOqoCHD6
DSM4RGZuYCSzRzWjvWBERwAnDtOLz0Ax0YjGKEMLDEABN4aHKZcUdCSk1TXoQ4qv
Cpm/orqGauykoFaabAG6XbpI96l0OFjB8/DIduMj7mxV0pUQjkTDLy52WrbKpisk
JyJUbuJDttqde2x3VXf+D3NtAEPMCYI3AF3JBgG1gy+j1Zd7gK4L9UTeCL9dOWxG
ICSKrUopoxX732VOcPK+XD9wqX2YAsF6qb+wFAFAt6O07bpuqG23b7QvkBrDyZ0g
+CPYx1ZS3CkxcYw7/ASkFjhNsJG5gKK6NjGlIYMUMpVagYS9PbyCwtOsP1ndF3YN
Io+vOY/lKNkitcJTSUmoDf3fgIliCsIl1B9QU/Y2XYxcwHETJe+LRFYeSmgXL0ZL
IFf8e/RsvjQ69qx6Y2reO4NiLkHl8OC9lsfM2ZzVeYjb0nb417aVfYBofIpODxRt
zCWdfxP7UmSqtIPPz5Vg
=vtwR
-END PGP SIGNATUREEnd Message---


Bug#753705: conky: FTBFS with audacious 3.5: libaudclient removed

2014-07-05 Thread Vincent Cheng
On Fri, Jul 4, 2014 at 6:20 AM, Colin Watson cjwat...@ubuntu.com wrote:
 Package: conky
 Version: 1.9.0-4
 Severity: serious

 conky fails to build with audacious 3.5-1 in unstable:

   configure: error: Package requirements (audacious = 1.4.0 audclient 
 dbus-glib-1 glib-2.0 gobject-2.0) were not met:

   No package 'audclient' found

 http://audacious-media-player.org/news/27-audacious-3-5-released says
 that libaudclient has been removed upstream, apparently in favour of
 newer GDBus-based code.  Perhaps it's possible to adapt conky to that?

Thanks for the bug report!

It looks like upstream hasn't done any porting work to drop
libaudclient, and nobody else has done so either; e.g. Fedora has gone
ahead and just dropped audacious support [1], so I plan on doing the
same thing soon unless someone steps up with a patch.

Regards,
Vincent

[1] https://bugzilla.redhat.com/1090655


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



Bug#753826: marked as done (Non free RFC)

2014-07-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jul 2014 04:51:15 +
with message-id e1x3epz-0003xc...@franck.debian.org
and subject line Bug#753826: fixed in chromium-browser 36.0.1985.97-1
has caused the Debian Bug report #753826,
regarding Non free RFC
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.)


-- 
753826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: chromium-browser
version:  35.0.1916.153-2 
severity: serious

Hi,

Your package include the libsrtp, that include the following non free file:
src/third_party/libsrtp/srtp/doc/rfc3711.txt

You could ask rfc author  to relicense this RFC or repack your package and use 
packaged libsrtp.

Bastien
---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 36.0.1985.97-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, 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.
Michael Gilbert mgilb...@debian.org (supplier of updated chromium-browser 
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: Sun, 06 Jul 2014 00:06:57 +
Source: chromium-browser
Binary: chromium chromium-dbg chromium-l10n chromium-inspector chromedriver
Architecture: source i386 all
Version: 36.0.1985.97-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description:
 chromedriver - web browser - WebDriver support
 chromium   - web browser
 chromium-dbg - web browser - debugging symbols
 chromium-inspector - web browser - page inspection support
 chromium-l10n - web browser - language packs
Closes: 753826
Changes:
 chromium-browser (36.0.1985.97-1) experimental; urgency=medium
 .
   * New upstream beta release.
   * Use system srtp, modpbase64, zlib, and minizip.
   * Remove srtp files from the upstream tarball (closes: #753826).
Checksums-Sha1:
 c71c75a57f39c919d79142d02bdb39dd1882944f 4018 
chromium-browser_36.0.1985.97-1.dsc
 5d54bfbcf467e7bafc71ac92530a543bec5009a0 226065528 
chromium-browser_36.0.1985.97.orig.tar.xz
 f265d6438b269ea56d9eae98510b4b22c0fc5542 133288 
chromium-browser_36.0.1985.97-1.debian.tar.xz
 fdf408f00d3609a0fe490548b86da48a25adf50e 33690782 
chromium_36.0.1985.97-1_i386.deb
 58e91ae36a5ab63c2007921c732f62dd0ee2f73d 756531102 
chromium-dbg_36.0.1985.97-1_i386.deb
 f6bbcbef27c3c631b9a38e2a179caae3ec308990 2798106 
chromium-l10n_36.0.1985.97-1_all.deb
 fec081dabbceeea9b9b7a49f507f63467bed63eb 707496 
chromium-inspector_36.0.1985.97-1_all.deb
 46cb309f7f2e24f7b33be7eb03c2d733adab2d12 1763060 
chromedriver_36.0.1985.97-1_i386.deb
Checksums-Sha256:
 bd582802429dbc41e9be97c4ac17b565dc55e2aa44d640b02071d6117e3a9f50 4018 
chromium-browser_36.0.1985.97-1.dsc
 b3d68376532c99cb5c7cdc47b39e329bc2858514965a956de9ee5ec68db32359 226065528 
chromium-browser_36.0.1985.97.orig.tar.xz
 a8598bc6125f07dfd3da12e0c0f6f5b3ad886c8cda4cd305b9f47fffda173e50 133288 
chromium-browser_36.0.1985.97-1.debian.tar.xz
 24e5d34351917689cd3eca8134f0f508d3b548ba5cb33f44c68f32dc1a268ee8 33690782 
chromium_36.0.1985.97-1_i386.deb
 23298936a42fc31efca3f7008cfa03f1f9a80f89fa210451808e8d4cf76c69b2 756531102 
chromium-dbg_36.0.1985.97-1_i386.deb
 84bced858907338ccee46e248c649325d9de4fa8cb89880ff2ab58cc6ca88791 2798106 
chromium-l10n_36.0.1985.97-1_all.deb
 07b6244c53bdd1ce2b86643a02a9b091b4ad780524119c81b5899c1cb7a757bc 707496 
chromium-inspector_36.0.1985.97-1_all.deb
 7676280894ca03e44afd85345facd164270b01ac3e7fce882f2f0e8cb87ce057 1763060 
chromedriver_36.0.1985.97-1_i386.deb
Files:
 497c8a87d13c66e4c8c08faa94bfc5f6 33690782 web optional 
chromium_36.0.1985.97-1_i386.deb
 8501f5269249d7503ef0b3eeb9b88718 756531102 debug extra 
chromium-dbg_36.0.1985.97-1_i386.deb
 04f114fc987fd2cdd63f250d257f4085 2798106 localization optional 
chromium-l10n_36.0.1985.97-1_all.deb
 65eb83bf38c65dda5ea9baba959611b3 707496 web optional 
chromium-inspector_36.0.1985.97-1_all.deb
 bc0177bccd8611c837a1078cfeec69a1 1763060 web