Bug#777877: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777877 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added parentheses so the
logical not applies to the whole comparison and not just the left
hand side.

--
Greg Pearson
Linux for HP Helion
--- a/src/video/gamegraphics.c	2015-07-06 23:32:29.291563665 +
+++ b/src/video/gamegraphics.c	2015-07-06 23:31:47.155562193 +
@@ -376,7 +376,7 @@
 int lod = playerVisible(p, game-player + i);
 		if (lod = 0) {
 			int drawTurn = 1;
-			if (! gSettingsCache.camType == CAM_TYPE_COCKPIT ||
+			if (! (gSettingsCache.camType == CAM_TYPE_COCKPIT) ||
 	 			p != game-player[i])
 drawTurn = 0;
 			drawCycleShadow(gPlayerVisuals + i, game-player + i, lod, drawTurn);


Bug#778173: Patch for GCC 5 build issue

2015-07-07 Thread Dall, Elizabeth J
tags 778173 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added extern to the INLINE
functions in src/wmgeneral/list.c. The package builds and links with GCC
5 with this change.

--
Betty Dall
Linux for HP Helion, Hewlett-Packard
--- wmressel-0.8/src/wmgeneral/list.c.orig	2015-07-07 10:07:06.732544075 +
+++ wmressel-0.8/src/wmgeneral/list.c	2015-07-07 09:22:19.248580595 +
@@ -38,7 +38,7 @@
 
 /* Return a cons cell produced from (head . tail) */
 
-INLINE LinkedList* 
+extern INLINE LinkedList* 
 list_cons(void* head, LinkedList* tail)
 {
   LinkedList* cell;
@@ -51,7 +51,7 @@
 
 /* Return the length of a list, list_length(NULL) returns zero */
 
-INLINE int
+extern INLINE int
 list_length(LinkedList* list)
 {
   int i = 0;
@@ -66,7 +66,7 @@
 /* Return the Nth element of LIST, where N count from zero.  If N 
larger than the list length, NULL is returned  */
 
-INLINE void*
+extern INLINE void*
 list_nth(int index, LinkedList* list)
 {
   while(index-- != 0)
@@ -81,7 +81,7 @@
 
 /* Remove the element at the head by replacing it by its successor */
 
-INLINE void
+extern INLINE void
 list_remove_head(LinkedList** list)
 {
   if (!*list) return;  
@@ -101,7 +101,7 @@
 
 /* Remove the element with `car' set to ELEMENT */
 /*
-INLINE void
+extern INLINE void
 list_remove_elem(LinkedList** list, void* elem)
 {
   while (*list)
@@ -112,7 +112,7 @@
 }
 }*/
 
-INLINE LinkedList *
+extern INLINE LinkedList *
 list_remove_elem(LinkedList* list, void* elem)
 {
 LinkedList *tmp;
@@ -132,7 +132,7 @@
 
 /* Return element that has ELEM as car */
 
-INLINE LinkedList*
+extern INLINE LinkedList*
 list_find(LinkedList* list, void* elem)
 {
   while(list)
@@ -146,7 +146,7 @@
 
 /* Free list (backwards recursive) */
 
-INLINE void
+extern INLINE void
 list_free(LinkedList* list)
 {
   if(list)
@@ -158,7 +158,7 @@
 
 /* Map FUNCTION over all elements in LIST */
 
-INLINE void
+extern INLINE void
 list_mapcar(LinkedList* list, void(*function)(void*))
 {
   while(list)



Processed: Patch for GCC 5 build issue

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

 tags 778173 + patch
Bug #778173 [src:wmressel] wmressel: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
778173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778173
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#791696: emacs-w3m ruined. Nowadays half the time just get Something seems to be wrong with URL or this system.

2015-07-07 Thread 積丹尼 Dan Jacobson
X-debbugs-Cc: Katsumi Yamaoka yama...@jpl.org
Package: w3m-el-snapshot
Version: 1.4.548+0.20150510-1
Severity: grave

Starting a few months ago, about half the time, URLs will produce

 Cannot retrieve URL: 
https://sources.debian.net/src/antiword/0.37-10/debian/patches/docx.patch/

 Something seems to be wrong with URL or this system.

hitting R will give

 Cannot retrieve URL: 
https://sources.debian.net/src/antiword/0.37-10/debian/patches/docx.patch/

 
-

 Header information

 HTTP/1.1 200 OK
 Date: Tue, 07 Jul 2015 17:34:41 GMT
 Server: Apache/2.2.22 (Debian)
 Vary: Accept-Encoding
 Content-Encoding: gzip
 Content-Length: 20
 Connection: close
 Content-Type: text/html; charset=utf-8

Reproduce with
# su - nobody # pristine environment
No directory, logging in with HOME=/
nobody@jidanni3:/$ HOME=/tmp
nobody@jidanni3:/$ emacs -nw
M-x w3m
then enter URL and hit return.

Note only half the URLs do this and only half the time, so it must be
some kind of race condition.

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

Kernel: Linux 4.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages w3m-el-snapshot depends on:
ii  dpkg1.18.1
ii  emacs   46.1
ii  emacs24 24.5+1-1
ii  emacsen-common  2.0.8
ii  install-info6.0.0.dfsg.1-3
ii  w3m 0.5.3-22

Versions of packages w3m-el-snapshot recommends:
pn  apel  none
pn  flim  none

Versions of packages w3m-el-snapshot suggests:
ii  bzip2   1.0.6-8
ii  imagemagick 8:6.9.1.2-1
pn  libmoe1.5   none
pn  mule-ucsnone
pn  namazu2 none
ii  perl-doc5.20.2-6
ii  poppler-utils [xpdf-utils]  0.28.1-1
pn  ppthtml none
pn  wv  none
pn  xlhtml  none

-- no debconf information


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



Bug#776392: marked as done (absence of default opt-cmd-flags makes connections fail)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:49:05 +
with message-id e1zcw3n-0005sa...@franck.debian.org
and subject line Bug#776392: fixed in apt-dater 1.0.2-1
has caused the Debian Bug report #776392,
regarding absence of default opt-cmd-flags makes connections fail
to be marked as done.

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

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


-- 
776392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apt-dater
Version: 1.0.1+git20150119-1
Severity: serious

apt-dater by default sets an empty (commented out) options file. after
adding hosts, all connections failed because the commands were like this
(transcript's command file):

/usr/bin/ssh (null) -l chrysn hephaistos.amsuess.com

with typescripts like that:

ssh: Could not resolve hostname (null): Name or service not known

after checking the lib/cmd script in the source coe and setting all the
per-host settings, it turned out that the (null) comes from the
$AD_SSH_OPTFLAGS variable there.

setting ssh opt-cmd-flags=-t/  (or any other value) in apt-dater.xml
works around the issue, but that should really not be necessary, and
opt-cmd-flags should be initialized to  instead of (null). (or,
better, to -t, depending on how essential it is, but it seems like it).


best regards
chrysn


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages apt-dater depends on:
ii  libc6   2.19-13
ii  libglib2.0-02.42.1-1
ii  libncursesw55.9+20140913-1+b1
ii  libpopt01.16-10
ii  libtcl8.5   8.5.17-1
ii  libtinfo5   5.9+20140913-1+b1
ii  libxml2 2.9.2+dfsg1-1+b1
ii  lockfile-progs  0.1.17
ii  openssh-client  1:6.7p1-3
ii  screen  4.2.1-3

apt-dater recommends no packages.

Versions of packages apt-dater suggests:
ii  apt-dater-host  1.0.0-2
ii  xsltproc1.1.28-2+b2

-- no debconf information

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: apt-dater
Source-Version: 1.0.2-1

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

Debian distribution maintenance software
pp.
Patrick Matthäi pmatth...@debian.org (supplier of updated apt-dater 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: Tue, 07 Jul 2015 17:33:08 +0200
Source: apt-dater
Binary: apt-dater apt-dater-dbg
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description:
 apt-dater  - terminal-based remote package update manager
 apt-dater-dbg - terminal-based remote package update manager (dbg symbols)
Closes: 776392 789648
Changes:
 apt-dater (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
 - Set the default of the opt-cmd-flags host option to -t since this is
   essential.
   Closes: #776392
 - Add new build dependency vim-common.
   * Replace screen dependency with tmux.
   * Create apt-dater group for session sharing.
   * Add missing directories.
   * Make the build reproducible.
 Closes: #789648
   * Drop automake and autoconf build dependencies.
Checksums-Sha1:
 17dc188d77573baae31e4ed4e5cb5592ad0afe43 1855 apt-dater_1.0.2-1.dsc
 fc22def34d38fe1564eb141e4b15cb73e8a8092b 320974 apt-dater_1.0.2.orig.tar.gz
 9c145746b4e058a39687f86b75f9a92cf9b370f0 7112 apt-dater_1.0.2-1.debian.tar.xz
 3ee89656c6e985e50229ed32abeced698d4af5a0 126758 apt-dater-dbg_1.0.2-1_amd64.deb
 bd8eee4c8793a8b06a1d8a82474b0f2deebb991c 77324 apt-dater_1.0.2-1_amd64.deb
Checksums-Sha256:
 

Processed: [aa87b94] Fix for Bug#769353 committed to git

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

 tags 769353 + pending
Bug #769353 {Done: Raphaël Hertzog hert...@debian.org} [chkrootkit] 
chkrootkit: statically linked against libc6 without a Built-Using: field
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
769353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769353
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#769353: chkrootkit: diff for NMU version 0.50-3.1

2015-07-07 Thread Raphael Hertzog
Control: tags 769353 + patch
Control: tags 785322 + patch

Dear maintainer,

I've uploaded an NMU for chkrootkit (versioned as 0.50-3.1). The diff
is attached to this message.

Regards.
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/
diff -Nru chkrootkit-0.50/debian/changelog chkrootkit-0.50/debian/changelog
--- chkrootkit-0.50/debian/changelog	2015-03-23 10:22:11.0 +0100
+++ chkrootkit-0.50/debian/changelog	2015-07-07 17:57:00.0 +0200
@@ -1,3 +1,12 @@
+chkrootkit (0.50-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing dependency on openssh-client. Closes: #785322
+  * Add Built-Using field to track the source package required to rebuild
+the statically linked binary. Closes: #769353
+
+ -- Raphaël Hertzog hert...@debian.org  Tue, 07 Jul 2015 17:48:12 +0200
+
 chkrootkit (0.50-3) unstable; urgency=high
 
   * [9e1ed7f] Ignore Suckit false positive (Closes: #740898)
diff -Nru chkrootkit-0.50/debian/control chkrootkit-0.50/debian/control
--- chkrootkit-0.50/debian/control	2015-03-23 10:22:11.0 +0100
+++ chkrootkit-0.50/debian/control	2015-07-07 18:01:01.0 +0200
@@ -11,7 +11,8 @@
 
 Package: chkrootkit
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, net-tools, debconf, procps
+Built-Using: ${Built-Using}
+Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, net-tools, debconf, procps, openssh-client
 Description: rootkit detector
  The chkrootkit security scanner searches the local system for signs
  that it is infected with a 'rootkit'. Rootkits are set of programs
diff -Nru chkrootkit-0.50/debian/rules chkrootkit-0.50/debian/rules
--- chkrootkit-0.50/debian/rules	2015-03-23 10:22:11.0 +0100
+++ chkrootkit-0.50/debian/rules	2015-07-07 17:55:13.0 +0200
@@ -26,6 +26,8 @@
 	INSTALL_PROGRAM += -s
 endif
 
+BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libc-dev-bin)
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -80,7 +82,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol
+	dh_gencontrol -- -VBuilt-Using=$(BUILT_USING)
 	dh_md5sums
 	dh_builddeb
 


Processed: chkrootkit: diff for NMU version 0.50-3.1

2015-07-07 Thread Debian Bug Tracking System
Processing control commands:

 tags 769353 + patch
Bug #769353 [chkrootkit] chkrootkit: statically linked against libc6 without a 
Built-Using: field
Ignoring request to alter tags of bug #769353 to the same tags previously set
 tags 785322 + patch
Bug #785322 [chkrootkit] chkrootkit: Should depend on openssh-client
Ignoring request to alter tags of bug #785322 to the same tags previously set

-- 
769353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769353
785322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785322
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#777939: marked as done (libbonoboui: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 15:41:23 +
with message-id e1zcuzr-00016i...@franck.debian.org
and subject line Bug#777939: fixed in libbonoboui 2.24.5-3
has caused the Debian Bug report #777939,
regarding libbonoboui: ftbfs with GCC-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.)


-- 
777939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:libbonoboui
Version: 2.24.5-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/libbonoboui_2.24.5-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=\/usr/share/locale\ -I.. 
-DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\/usr/share/gnome/ui/\ 
-DBONOBO_TOPSRCDIR=\..\ -DG_LOG_DOMAIN=\Bonobo\ -DVERSION=\2.24.5\ 
-Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes 
-Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self 
-Werror=format-security -Werror=format=2 -Werror=missing-include-dirs  
-D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/orbit-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pang
 o-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -D_FORTIFY_SOURCE=2  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
test-reparent.o test-reparent.c
In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
 from ../bonobo/bonobo-widget.h:15,
 from ../libbonoboui.h:18,
 from ../bonobo.h:14,
 from test-reparent.c:13:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration 
isn't a prototype [-Wstrict-prototypes]
 typedef void (*GtkItemFactoryCallback)  ();
 ^
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro 
-o test-reparent test-reparent.o ../bonobo/libbonoboui-2.la -lgnomecanvas-2 
-lart_lgpl_2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lgmodule-2.0 
-pthread -lORBit-2 -lgthread-2.0 -pthread -lxml2 -lgconf-2 -lgtk-x11-2.0 
-lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 
-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgobject-2.0 -lglib-2.0  
libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/test-reparent 
test-reparent.o -pthread -pthread  ../bonobo/.libs/libbonoboui-2.so 
-lgnomecanvas-2 -lart_lgpl_2 -lgnome-2 /usr/lib/x86_64-linux-gnu/libpopt.so 
-lbonobo-2 -lbonobo-activation -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lxml2 
-lgconf-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig 

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-07 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 06/07/15 18:23, James Page wrote:
 The ceph Debian package git repository only contains very little
 reasoning about the change. James can you please expand on this
 a bit? In general I would prefer to have changes like this in
 their own commit and not mixed with unrelated changelog
 updates. Did the Hammer release not build with the jerasure in
 Debian or are you just afraid of unexpected results if the
 Debian package is built with another version of jerasure than
 what they ship in their source code? These would IMO be valid
 reasons to (temporarily) remove the patch.
 Re-basing the patch - which was turning out to be non-trivial -
 pushed me over the time I had todo this update; as the upload was
 to experimental only, I intended to revisit when time permitted.

I dug into this in a bit more detail today; the Ceph package builds a
number of difference loadable erasure coding plugins, enabling
different cpu feature sets (generic, neon, sse3, sse4); each time
Jerasure and gf-complete are statically linked into the module, built
with the required flags to enable the right CPU instruction codes
(build time, not runtime enablement).

Unless I'm reading the packaging wrong, the jerasure and gf-complete
packages current disable any CPU specific extensions in order to have
a completely generic library that works on any CPU.  So using the
system libraries effectively cripples any CPU optimization that might
be achievable at runtime in Ceph.


- -- 
James Page
Ubuntu and Debian Developer
james.p...@ubuntu.com
jamesp...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVm/0lAAoJEL/srsug59jD/EsP/iageGQ/sd+1jE5Suz+dhLoP
+6w8xlHyBYKFM7mDqE39+CZN6OsBO/edjt9WuGdfyWMwSIa6cc9T1w/rwCtu+hU/
DAtBxXh9yQuq6SP7A1ER1v3Q0jJ/tCEkqO/wsGZ5XgjE4jB2jjiYRkl17CtNShSg
oC2cf2khp5LcIa4V1RFoZQstVVXCWryY22F+u0HGm4wqRVwBU5Iihpb5GR0kwcxk
0zLEy9yar9EmicztMW4iWFfk5j8jcHWTQz0SejzrfFd1Nxm7xKyDKxhC7ybJPpXP
iZ0wQKKnuPcr5Ix90IgmUqMjt8wGD9q3e5zhHtL4sajoF9nNSftWlWbd4MedDosU
KTHz3SaLAkLeJ8694tOfUoYNfQ+YS73gd47DOz1fjixaUZaVXXsS/WY8DKS01g1r
NZeQ+NNwfiPIkQxUTv40xLas2yzVwHmQEjYe9xvIny8fvsEJ7j2alS56zQn6qB44
KCfnrfQh0DLsD3RqcuAWOqGTCymiFlj741HZQEEvWF5ADsyEentSvpTT9Q4w1CBD
F+boqsMKqR9nYwy6RfqqGtW1rRHF13tOUgMmaleiGY9BtMgfSb1Iiq9hWlSmp+rF
1BsUUumoeQKUto8GBW5yodHBJoHS+JRbF7uZl2ZKGvFG9RJAuGdsQCjL8iGhLfh5
URYktR/1Bp+5y6mO8wNe
=r3uE
-END PGP SIGNATURE-


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



Bug#791693: percona-xtradb-cluster-common-5.5: uninstallable in sid

2015-07-07 Thread Andreas Beckmann
Package: percona-xtradb-cluster-common-5.5
Version: 5.5.39-25.11+dfsg-1
Severity: grave
Tags: sid
Justification: renders package unusable
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

0m17.9s ERROR: Command failed (status=100): ['chroot', 
'/tmp/piupartss/tmpx3lw54', 'apt-get', '-y', 'install', 
'percona-xtradb-cluster-common-5.5=5.5.39-25.11+dfsg-1']
  Reading package lists...
  Building dependency tree...
  Reading state information...
  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:
   percona-xtradb-cluster-common-5.5 : Depends: mysql-common but it is not 
going to be installed
  E: Unable to correct problems, you have held broken packages.
  

Cheers,

Andreas


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



Bug#769353: marked as done (chkrootkit: statically linked against libc6 without a Built-Using: field)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:19:23 +
with message-id e1zcvad-0007uv...@franck.debian.org
and subject line Bug#769353: fixed in chkrootkit 0.50-3.1
has caused the Debian Bug report #769353,
regarding chkrootkit: statically linked against libc6 without a Built-Using: 
field
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.)


-- 
769353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chkrootkit
Version: 0.50-2
Severity: serious
Tags: jessie-ignore
Justification: Policy 7.8

chkrootkit provides /usr/lib/chkrootkit/strings-static which is
statically linked against libc6. According to Debian Policy §7.8 such
a package MUST list the glibc source package (and possibly others) in
the Built-Using: field.

Note: While this is a serious policy violation, it has been agreed with
the release team that this is not a blocker bug for the Jessie release.
That's why the jessie-ignore tag is added. This makes this bug non RC.

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: chkrootkit
Source-Version: 0.50-3.1

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

Debian distribution maintenance software
pp.
Raphaël Hertzog hert...@debian.org (supplier of updated chkrootkit 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: Tue, 07 Jul 2015 17:48:12 +0200
Source: chkrootkit
Binary: chkrootkit
Architecture: source amd64
Version: 0.50-3.1
Distribution: unstable
Urgency: medium
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description:
 chkrootkit - rootkit detector
Closes: 769353 785322
Changes:
 chkrootkit (0.50-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing dependency on openssh-client. Closes: #785322
   * Add Built-Using field to track the source package required to rebuild
 the statically linked binary. Closes: #769353
Checksums-Sha1:
 4d0a231d4b5e2cf3c2ac1a5bce28476172faffa8 1600 chkrootkit_0.50-3.1.dsc
 722c9471aa7ee3c9b34b08eef7887b4fabc92372 33200 
chkrootkit_0.50-3.1.debian.tar.xz
 c58acf86abdffd7d32c749fe22b626bed057318b 308698 chkrootkit_0.50-3.1_amd64.deb
Checksums-Sha256:
 d29b7450fa2ef2bd8675e3d2bb3d5e9fb95777ca5cdf62a2aba3f4a1dffd7acf 1600 
chkrootkit_0.50-3.1.dsc
 44a96368387b9c53784359e65621971aef7482bf562ec75c8a10ba97fcab13b8 33200 
chkrootkit_0.50-3.1.debian.tar.xz
 586b63b17c1b9c13950a8f598f0984ba85393983ce349ffb517099a00b7b0b0b 308698 
chkrootkit_0.50-3.1_amd64.deb
Files:
 8f9a8cc3d9124d4dbd54d47ec0878ebd 1600 misc optional chkrootkit_0.50-3.1.dsc
 139b2d3dc0808aff4880f284e9117eaa 33200 misc optional 
chkrootkit_0.50-3.1.debian.tar.xz
 27f2061262f0e7cc1b5beb6f977dd5dc 308698 misc optional 
chkrootkit_0.50-3.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJVm/h3AAoJEAOIHavrwpq5tdIH/1ZF3Q0R7hefEj+324YtZtuP
XtpiBpDo8SnTPwN+Himv87QZgPDN/dgwouQQ6ReTfgqNEEmCKyS9BTUP092+WfIc
0s+3ePLyvezaTWAxREuDXQmc1qru5IWYb6dctD9mmg5oL/5MYBYQC2hEdsy0PaHw
+sVLQt6hiza/EugDFx7MwbTKT6PRC2Q2/vL8dusgjaYHOcfvjg0w5CO/5tDW65UR
WX+3IR4KcVppGs+nv2SLOvPTNS9kiccb1bidb+BVZ0F9DMy2njR+nPMYmbiXRhgD
hJ4WbcMCu/xxMmFL+s8VoIPmQtG0q1W+yftub0/nSqs8UYssnI+Y9xMmljIttMI=
=itFw
-END PGP SIGNATUREEnd Message---


Bug#777845: marked as done (eurephia: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:20:33 +
with message-id e1zcvbl-0007io...@franck.debian.org
and subject line Bug#777845: fixed in eurephia 1.1.0-5
has caused the Debian Bug report #777845,
regarding eurephia: ftbfs with GCC-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.)


-- 
777845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:eurephia
Version: 1.1.0-4
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/eurephia_1.1.0-4_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
[ 72%] Building C object 
eurephiadm/CMakeFiles/eurephiadm.dir/__/common/eurephiadb_session_common.c.o
In file included from /«PKGBUILDDIR»/common/eurephiadb_session_common.c:37:0:
/«PKGBUILDDIR»/eurephiadm/../common/eurephia_nullsafe.h:97:13: warning: 
inline function '_free_nullsafe' declared but never defined
 void inline _free_nullsafe(eurephiaCTX *ctx, void *ptr, const char *file, int 
line);
 ^
Linking C executable eurephiadm
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `cmd_Logout':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:185: undefined reference to 
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `eurephia_ConnectDB':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:262: undefined reference to 
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o: In function `do_login':
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:313: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:324: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:352: undefined reference to 
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/eurephiadm.c.o:/«PKGBUILDDIR»/eurephiadm/eurephiadm.c:358:
 more undefined references to `_free_nullsafe' follow
CMakeFiles/eurephiadm.dir/commands/users.c.o: In function `show_user':
/«PKGBUILDDIR»/eurephiadm/commands/users.c:423: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:392: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:388: undefined reference to 
`_free_nullsafe'
CMakeFiles/eurephiadm.dir/commands/users.c.o: In function `account_activation':
/«PKGBUILDDIR»/eurephiadm/commands/users.c:567: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:662: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:754: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:579: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:681: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:578: undefined reference to 
`xmlGetNodeContent'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:563: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:641: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:642: undefined reference to 
`_free_nullsafe'
/«PKGBUILDDIR»/eurephiadm/commands/users.c:684: 

Bug#777764: marked as done (abook: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:18:59 +
with message-id e1zcvaf-0007ka...@franck.debian.org
and subject line Bug#64: fixed in abook 0.6.0~pre2-4
has caused the Debian Bug report #64,
regarding abook: ftbfs with GCC-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.)


-- 
64: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=64
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:abook
Version: 0.6.0~pre2-3
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/abook_0.6.0~pre2-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
^
In file included from list.c:15:0:
database.h:63:12: warning: inline function 'field_id' declared but never defined
 inline int field_id(int i);
^
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/ncursesw  -g -Wall -O2 -MT 
options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c; \
then mv -f .deps/options.Tpo .deps/options.Po; else rm -f 
.deps/options.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/ncursesw  -g -Wall -O2 -MT 
ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c; \
then mv -f .deps/ui.Tpo .deps/ui.Po; else rm -f .deps/ui.Tpo; exit 1; fi
In file included from views.h:4:0,
 from options.c:20:
database.h:63:12: warning: inline function 'field_id' declared but never defined
 inline int field_id(int i);
^
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/ncursesw  -g -Wall -O2 -MT 
views.o -MD -MP -MF .deps/views.Tpo -c -o views.o views.c; \
then mv -f .deps/views.Tpo .deps/views.Po; else rm -f .deps/views.Tpo; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/ncursesw  -g -Wall -O2 -MT 
xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c; \
then mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po; else rm -f 
.deps/xmalloc.Tpo; exit 1; fi
In file included from views.h:4:0,
 from views.c:20:
database.h:63:12: warning: inline function 'field_id' declared but never defined
 inline int field_id(int i);
^
In file included from ui.c:21:0:
database.h:63:12: warning: inline function 'field_id' declared but never defined
 inline int field_id(int i);
^
gcc  -g -Wall -O2   -o abook  abook.o abook_rl.o database.o edit.o filter.o 
getname.o getopt.o getopt1.o gettext.o ldif.o list.o mbswidth.o misc.o 
options.o ui.o views.o xmalloc.o  -lncursesw -lreadline
filter.o: In function `mutt_parse_file':
/«PKGBUILDDIR»/filter.c:756: undefined reference to `field_id'
/«PKGBUILDDIR»/filter.c:754: undefined reference to `field_id'
/«PKGBUILDDIR»/filter.c:755: undefined reference to `field_id'
filter.o: In function `text_export_database':
/«PKGBUILDDIR»/filter.c:1769: undefined reference to `field_id'
filter.o: In function `csv_field_to_item':
/«PKGBUILDDIR»/filter.c:1190: undefined reference to `field_id'
filter.o:/«PKGBUILDDIR»/filter.c:1190: more undefined references to 
`field_id' follow
collect2: error: ld returned 1 exit status
make[3]: *** [abook] Error 1
Makefile:327: recipe for target 'abook' failed
make[3]: Leaving directory '/«PKGBUILDDIR»'
make[2]: *** [all-recursive] Error 1
Makefile:376: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:245: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:50: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: 

Bug#785322: marked as done (chkrootkit: Should depend on openssh-client)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 16:19:23 +
with message-id e1zcvad-0007v4...@franck.debian.org
and subject line Bug#785322: fixed in chkrootkit 0.50-3.1
has caused the Debian Bug report #785322,
regarding chkrootkit: Should depend on openssh-client
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.)


-- 
785322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chkrootkit
Version: 0.50-3
Severity: serious
Justification: Policy 7.2

Dear Maintainer,

If ssh isn't in the system chkrootkit fails with

chkrootkit: can't find `ssh'.

The shell script reads:

### check the external commands needed

cmdlist=
[...]
ssh
[...]


but ssh isn't included in any essential package and the packages it
belongs (openssh-client) isn't listed in the chkrootkit depends field.

Best Regards,
Manolo Díaz


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

Kernel: Linux 4.0.3 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages chkrootkit depends on:
ii  binutils   2.25-7
ii  debconf [debconf-2.0]  1.5.56
ii  libc6  2.19-18
ii  net-tools  1.60-26+b1
ii  procps 2:3.3.9-9

chkrootkit recommends no packages.

chkrootkit suggests no packages.
---End Message---
---BeginMessage---
Source: chkrootkit
Source-Version: 0.50-3.1

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

Debian distribution maintenance software
pp.
Raphaël Hertzog hert...@debian.org (supplier of updated chkrootkit 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: Tue, 07 Jul 2015 17:48:12 +0200
Source: chkrootkit
Binary: chkrootkit
Architecture: source amd64
Version: 0.50-3.1
Distribution: unstable
Urgency: medium
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description:
 chkrootkit - rootkit detector
Closes: 769353 785322
Changes:
 chkrootkit (0.50-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing dependency on openssh-client. Closes: #785322
   * Add Built-Using field to track the source package required to rebuild
 the statically linked binary. Closes: #769353
Checksums-Sha1:
 4d0a231d4b5e2cf3c2ac1a5bce28476172faffa8 1600 chkrootkit_0.50-3.1.dsc
 722c9471aa7ee3c9b34b08eef7887b4fabc92372 33200 
chkrootkit_0.50-3.1.debian.tar.xz
 c58acf86abdffd7d32c749fe22b626bed057318b 308698 chkrootkit_0.50-3.1_amd64.deb
Checksums-Sha256:
 d29b7450fa2ef2bd8675e3d2bb3d5e9fb95777ca5cdf62a2aba3f4a1dffd7acf 1600 
chkrootkit_0.50-3.1.dsc
 44a96368387b9c53784359e65621971aef7482bf562ec75c8a10ba97fcab13b8 33200 
chkrootkit_0.50-3.1.debian.tar.xz
 586b63b17c1b9c13950a8f598f0984ba85393983ce349ffb517099a00b7b0b0b 308698 
chkrootkit_0.50-3.1_amd64.deb
Files:
 8f9a8cc3d9124d4dbd54d47ec0878ebd 1600 misc optional chkrootkit_0.50-3.1.dsc
 139b2d3dc0808aff4880f284e9117eaa 33200 misc optional 
chkrootkit_0.50-3.1.debian.tar.xz
 27f2061262f0e7cc1b5beb6f977dd5dc 308698 misc optional 
chkrootkit_0.50-3.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJVm/h3AAoJEAOIHavrwpq5tdIH/1ZF3Q0R7hefEj+324YtZtuP
XtpiBpDo8SnTPwN+Himv87QZgPDN/dgwouQQ6ReTfgqNEEmCKyS9BTUP092+WfIc
0s+3ePLyvezaTWAxREuDXQmc1qru5IWYb6dctD9mmg5oL/5MYBYQC2hEdsy0PaHw
+sVLQt6hiza/EugDFx7MwbTKT6PRC2Q2/vL8dusgjaYHOcfvjg0w5CO/5tDW65UR
WX+3IR4KcVppGs+nv2SLOvPTNS9kiccb1bidb+BVZ0F9DMy2njR+nPMYmbiXRhgD
hJ4WbcMCu/xxMmFL+s8VoIPmQtG0q1W+yftub0/nSqs8UYssnI+Y9xMmljIttMI=
=itFw
-END PGP SIGNATUREEnd Message---


Processed: jkdfvkjdf

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

 severity 778180 important
Bug #778180 [src:xemacs21] xemacs21: ftbfs with GCC-5
Severity set to 'important' from 'serious'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
778180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778180
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#778008: Patch for gcc-5 build issue for 778008 mirrormagic

2015-07-07 Thread Thavatchai Makphaibulchoke
tags 778008 + patch
thanks

Here is a fix for the gcc-5 build issue for 778008 mirrormagic.

The attached patch, adding -std=gnu89 to CFLAGS in src/Makefile, is a
work around to instruct gcc-5 to use gnu-89 semantics for inline
function declarations, so the package is able to build with no erros.

Thanks,
Mak.
--- src/Makefile.orig	2015-07-07 16:20:20.980108142 +
+++ src/Makefile	2015-07-07 16:11:48.764097541 +
@@ -112,7 +112,7 @@
 OPTIONS = -O3 -Wall
 endif
 
-CFLAGS = $(OPTIONS) $(SYS_CFLAGS) $(CONFIG)
+CFLAGS = $(OPTIONS) $(SYS_CFLAGS) $(CONFIG) -std=gnu89
 LDFLAGS = $(SYS_LDFLAGS) $(EXTRA_LDFLAGS) -lm
 
 


Processed: Patch for gcc-5 build issue for 778008 mirrormagic

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

 tags 778008 + patch
Bug #778008 [src:mirrormagic] mirrormagic: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
778008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778008
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: Patch for GCC 5 build issue

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

 tags 777880 + patch
Bug #777880 [src:gnac] gnac: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777880
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#777880: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777880 + patch
thanks

Here's a fix for the GCC 5 build issue.  I fixed a syntax error
in the libgnac-debug.h header file that was causing an
undefined reference to a non-existent function.

--
Greg Pearson
Linux for HP Helion
--- a/libgnac/libgnac-debug.h	2015-07-07 16:52:48.337744119 +
+++ b/libgnac/libgnac-debug.h	2015-07-07 16:55:00.145748723 +
@@ -52,7 +52,7 @@
 
 #if defined(__STDC_VERSION__)  __STDC_VERSION__ = 199901L
 #define libgnac_critical(...) \
-libgnac_critial_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
+libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
 #elif defined(__GNUC__)  __GNUC__ = 3
 #define libgnac_critical(...) \
 libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)


Bug#791692: cups-bsd: fails to remove: cups-bsd.prerm: update-inetd: not found

2015-07-07 Thread Andreas Beckmann
Package: cups-bsd
Version: 2.0.3-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to remove.

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

  Removing cups-bsd (2.0.3-4) ...
  /var/lib/dpkg/info/cups-bsd.prerm: 16: /var/lib/dpkg/info/cups-bsd.prerm: 
update-inetd: not found
  dpkg: error processing package cups-bsd (--remove):
   subprocess installed pre-removal script returned error exit status 127


cheers,

Andreas


cups-bsd_2.0.3-4.log.gz
Description: application/gzip


Processed: Patch for GCC 5 build issue

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

 tags 777881 + patch
Bug #777881 [src:gngb] gngb: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777881
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#778045: marked as done (openldap: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Jul 2015 10:30:59 -0700
with message-id 20150707173059.GC5857@comet
and subject line Re: [Pkg-openldap-devel] Bug#778045: openldap: ftbfs with GCC-5
has caused the Debian Bug report #778045,
regarding openldap: ftbfs with GCC-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.)


-- 
778045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778045
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:openldap
Version: 2.4.40-3
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/openldap_2.4.40-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
checking for _beginthread... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking POSIX thread version... 10
checking for LinuxThreads pthread.h... no
checking for GNU Pth pthread.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for pthread_create in default libraries... no
checking for pthread link with -kthread... no
checking for pthread link with -pthread... yes
checking for sched_yield... yes
checking for pthread_yield... yes
checking for thr_yield... no
checking for pthread_kill... yes
checking for pthread_rwlock_destroy with pthread.h... yes
checking for pthread_detach with pthread.h... yes
checking for pthread_setconcurrency... yes
checking for pthread_getconcurrency... yes
checking for thr_setconcurrency... no
checking for thr_getconcurrency... no
checking for pthread_kill_other_threads_np... no
checking for LinuxThreads implementation... no
checking for LinuxThreads consistency... no
checking if pthread_create() works... yes
checking if select yields when using pthreads... yes
checking for thread specific errno... yes
checking for thread specific h_errno... yes
checking for ctime_r... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking number of arguments of ctime_r... 2
checking number of arguments of gethostbyname_r... 6
checking number of arguments of gethostbyaddr_r... 8
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for Berkeley DB major version in db.h... none
configure: error: Unknown Berkeley DB major version in db.h
dh_auto_configure: ../../configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libdir=${prefix}/lib/x86_64-linux-gnu 
--libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --prefix=/usr --libexecdir=${prefix}/lib 
--sysconfdir=/etc --localstatedir=/var --mandir=${prefix}/share/man 
--enable-debug --enable-dynamic --enable-syslog --enable-proctitle 
--enable-ipv6 --enable-local --enable-slapd --enable-dynacl --enable-aci 
--enable-cleartext --enable-crypt --disable-lmpasswd --enable-spasswd 
--enable-modules --enable-rewrite --enable-rlookups --enable-slapi --enable-slp 
--enable-wrappers --enable-backends=mod --disable-ndb --enable-overlays=mod 
--with-subdir=ldap --with-cyrus-sasl --with-threads --with-tls=gnutls 
--with-odbc=unixodbc returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
debian/rules:66: recipe for target 'override_dh_auto_configure' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:54: recipe for 

Bug#777881: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777881 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added extern to the callable
copy of the inline functions to ensure externally visible functions are
emitted, please see section Different semantics for inline functions
at https://gcc.gnu.org/gcc-5/porting_to.html for more background.

--
Greg Pearson
Linux for HP Helion

--- a/src/cpu.c	2015-07-07 17:13:40.761787869 +
+++ b/src/cpu.c	2015-07-07 17:19:41.433800469 +
@@ -2826,7 +2826,7 @@
   }
 }
 
-__inline__ void cpu_run(void) {
+extern __inline__ void cpu_run(void) {
   static Uint32 divid_cycle;
   int v=0;
   Uint8 a;
diff -urN a/src/vram.c b/src/vram.c
--- a/src/vram.c	2015-07-07 17:15:13.713791116 +
+++ b/src/vram.c	2015-07-07 17:19:36.793800306 +
@@ -242,7 +242,7 @@
   conf.fs^=1;
 }
 
-__inline__ Uint8 get_nb_spr(void)
+extern __inline__ Uint8 get_nb_spr(void)
 {
   Uint8 *sp=oam_space;
   Sint16 no_tile,x,y,att;


Bug#777814:

2015-07-07 Thread Potter, Tim (Cloud Services)
I don’t understand the original failure, but I just rebuilt the package using 
an up-to-date version of unstable the latest version of boost installed from 
experimental as it has been rebuilt with gcc5.

The next error I get is during running the unit tests:

g++ -DHAVE_CONFIG_H -I.  -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE 
-DCEPH_LIBDIR=\/usr/lib/x86_64-linux-gnu\ 
-DCEPH_PKGLIBDIR=\/usr/lib/x86_64-linux-gnu/ceph\ -DGTEST_HAS_TR1_TUPLE=0 
-D_FORTIFY_SOURCE=2 -I/usr/include/nss -I/usr/include/nspr   -Wall 
-Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith 
-Werror=format-security -fno-strict-aliasing -fsigned-char -rdynamic 
-ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-invalid-offsetof   
-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free 
-Wstrict-null-sentinel -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -c -o test/streamtest.o test/streamtest.cc
test/streamtest.cc:190:1: warning: 'virtual int 
ObjectStore::collection_getattr(coll_t, const char*, void*, size_t)' is 
deprecated [-Wdeprecated-declarations]
 }
 ^
In file included from ./os/FileStore.h:31:0,
 from test/streamtest.cc:16:
./os/ObjectStore.h:1996:15: note: declared here
   virtual int collection_getattr(coll_t cid, const char *name,
   ^
test/streamtest.cc:190:1: warning: 'virtual int 
ObjectStore::collection_getattr(coll_t, const char*, ceph::bufferlist)' is 
deprecated [-Wdeprecated-declarations]
 }
 ^
In file included from ./os/FileStore.h:31:0,
 from test/streamtest.cc:16:
./os/ObjectStore.h:2010:15: note: declared here
   virtual int collection_getattr(coll_t cid, const char *name, bufferlist bl)
   ^
test/streamtest.cc:190:1: warning: 'virtual int 
ObjectStore::collection_getattrs(coll_t, 
std::mapstd::__cxx11::basic_stringchar, ceph::buffer::ptr)' is deprecated 
[-Wdeprecated-declarations]
 }
 ^
In file included from ./os/FileStore.h:31:0,
 from test/streamtest.cc:16:
./os/ObjectStore.h:2022:15: note: declared here
   virtual int collection_getattrs(coll_t cid, mapstring,bufferptr aset)
   ^
/bin/bash ../libtool  --tag=CXX   --mode=link g++ -I/usr/include/nss 
-I/usr/include/nspr   -Wall -Wtype-limits -Wignored-qualifiers -Winit-self 
-Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char 
-rdynamic -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-invalid-offsetof   
-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free 
-Wstrict-null-sentinel -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,--as-needed -latomic_ops -fPIE -pie -Wl,-z,relro 
-Wl,-z,now -Wl,--as-needed -o ceph_streamtest test/streamtest.o libos.la -laio  
 -lleveldb -lsnappy libglobal.la libcommon.la -lpthread -lm -lnss3 -lnssutil3 
-lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4  -luuid -lm  -lrt   -lboost_system
libtool: link: g++ -I/usr/include/nss -I/usr/include/nspr -Wall -Wtype-limits 
-Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security 
-fno-strict-aliasing -fsigned-char -rdynamic -ftemplate-depth-1024 
-Wnon-virtual-dtor -Wno-invalid-offsetof -fno-builtin-malloc 
-fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free 
-Wstrict-null-sentinel -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
ceph_streamtest test/streamtest.o  /usr/lib/libatomic_ops.a -Wl,--as-needed 
./.libs/libos.a -laio -lleveldb -lsnappy ./.libs/libglobal.a 
./.libs/libcommon.a -ldl -lboost_thread -lpthread -lnss3 -lnssutil3 -lsmime3 
-lssl3 -lplds4 -lplc4 -lnspr4 -luuid -lm -lrt -lboost_system
./.libs/libos.a(libos_la-LevelDBStore.o): In function 
`LevelDBStore::do_open(std::ostream, bool)':
/ceph-0.94.2/src/os/LevelDBStore.cc:70: undefined reference to 
`leveldb::DB::Open(leveldb::Options const, std::__cxx11::basic_stringchar, 
std::char_traitschar, std::allocatorchar  const, leveldb::DB**)'
/ceph-0.94.2/src/os/LevelDBStore.cc:73: undefined reference to 
`leveldb::Status::ToString[abi:cxx11]() const'
./.libs/libos.a(libos_la-LevelDBStore.o): In function 
`LevelDBStore::_test_init(std::__cxx11::basic_stringchar, 
std::char_traitschar, std::allocatorchar  const)':
/ceph-0.94.2/src/os/LevelDBStore.cc:100: undefined reference to 
`leveldb::DB::Open(leveldb::Options const, std::__cxx11::basic_stringchar, 
std::char_traitschar, std::allocatorchar  const, leveldb::DB**)'
collect2: error: ld returned 1 exit status
Makefile:11304: recipe for target 'ceph_streamtest' failed
make[5]: *** [ceph_streamtest] Error 1
make[5]: Leaving directory '/ceph-0.94.2/src'
Makefile:20993: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/ceph-0.94.2/src'
Makefile:8907: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/ceph-0.94.2/src'
Makefile:465: recipe for target 

Processed: Re: Bug#788971: marked as done (mozilla-gnome-keyring: FTBFS with iceweasel-38: static assertion failed: .. ~GnomeKeyring())

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

 fixed 788967 0.10-1
Bug #788967 {Done: Ximin Luo infini...@pwned.gg} [xul-ext-gnome-keyring] 
xul-ext-gnome-keyring: Incompatible with iceweasel 38.0.1
Marked as fixed in versions mozilla-gnome-keyring/0.10-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
788967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788967
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#790867: marked as done (New version available)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 07:48:53 +
with message-id e1zcncb-00039g...@franck.debian.org
and subject line Bug#790867: fixed in gnome-shell-pomodoro 0.11.0-1
has caused the Debian Bug report #790867,
regarding New version available
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.)


-- 
790867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-shell-pomodoro
Version: 0.10.3-1
Severity: serious

gnome-shell-pomodoro 0.10.3 dosn't work with gnome-shell 3.16. There is a
new version of gnome-shell-pomodoro available upstream that does.

Maybe the Debian package should also be updated to depend on versions of
gnome-shell less than the version after what's currently supported? So
in the current case, it would be gnome-shell ( 3.15).

Thanks!

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

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-shell-pomodoro depends on:
ii  gnome-shell3.16.2-4
ii  gnome-shell-pomodoro-data  0.10.3-1
ii  libatk1.0-02.16.0-2
ii  libc6  2.19-18
ii  libcairo-gobject2  1.14.2-2
ii  libcairo2  1.14.2-2
ii  libcanberra0   0.30-2.1
ii  libdbus-1-31.8.18-1
ii  libdbus-glib-1-2   0.102-1
ii  libgdk-pixbuf2.0-0 2.31.4-2
ii  libglib2.0-0   2.44.1-1.1
ii  libgnome-desktop-3-10  3.16.2-2
ii  libgstreamer1.0-0  1.4.5-2
ii  libgtk-3-0 3.16.4-2
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libupower-glib30.99.3-1+b1

gnome-shell-pomodoro recommends no packages.

gnome-shell-pomodoro suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: gnome-shell-pomodoro
Source-Version: 0.11.0-1

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

Debian distribution maintenance software
pp.
Joseph Herlant herla...@gmail.com (supplier of updated gnome-shell-pomodoro 
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: Tue,  7 Jul 2015 00:42:36 PDT
Source: gnome-shell-pomodoro
Binary: gnome-shell-pomodoro gnome-shell-pomodoro-data
Architecture: source all
Version: 0.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Joseph Herlant herla...@gmail.com
Changed-By: Joseph Herlant herla...@gmail.com
Description: 
 gnome-shell-pomodoro - GNOME Shell time-management app
 gnome-shell-pomodoro-data - Data for GNOME Shell time-management app
Closes: 790867
Changes:
 gnome-shell-pomodoro (0.11.0-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.11.0 (Closes: #790867)
   * Removing the 2 quilt patches integrated by upstream
   * Updating dependencies for the new release:
 - package gnome-shell-pomodoro dependecy:
   gnome-shell version bumped to 3.11.90/3.17 as per upstream requirements
 - Build-Deps:
   libtelepathy-glib-dev: New upstream dependency
   Gnome packages bumped to 3.13 as per upstream dependency:
   gsettings-desktop-schemas, libgnome-desktop-3-dev,libgtk-3-dev
   * Adding new file to the installation process:
 - usr/share/appdata/org.gnome.Pomodoro.appdata.xml
   * Disable the unit tests for now. Will be re-enabled after fixing #791494
   * Remove unused copyright paragraph after upstream removed their embedded
 copy of libcamberra
Checksums-Sha256: 
 b3e050caee663c36e8e2569c9d4e7e62273231c1384a33122ff7ec6ee7d7aa4f 2535 
gnome-shell-pomodoro_0.11.0-1.dsc
 06693d4858d7d96c36f93afd2a3c352bbaeea90e67839a7669a9f0f1fe4e825c 6039564 
gnome-shell-pomodoro_0.11.0.orig.tar.gz
 

Bug#791563: Please remove axel-kapt from archive

2015-07-07 Thread Dr. Tobias Quathamer
Am 06.07.2015 um 15:58 schrieb Osamu Aoki:
 On Mon, Jul 06, 2015 at 11:30:16AM +0200, Dr. Tobias Quathamer wrote:
 Another option might be to remove the package axel altogether, because
 it seems to be abandoned upstream as well. That is your decision, of course.
 
 I vote for the removal of the package axel altogether.  The maintainer
 seems to be not acting at all and refuses to get this package removed.

Hi,

thanks for your feedback. I suggest that we wait a bit longer, to give Y
Giridhar Appaji Nag a chance to reply to this bug report.

Should there be no response in a few weeks' time, I'll ask for removal
of axel.

Regards,
Tobias




signature.asc
Description: OpenPGP digital signature


Bug#791561: debtags: Missing dependency on python3-apt and python3-debian

2015-07-07 Thread Raphael Hertzog
On Mon, 6 Jul 2015 11:12:55 +0200 Kacper Gutowski mwgam...@gmail.com wrote:
 Upgrading debtags to 2.0 made it throw ImportError: No module named 'apt'
 in post-invoke.

And after having install python3-apt, you get a similar error
for python3-debian:

Setting up debtags (2.0) ...
Traceback (most recent call last):
  File /usr/bin/debtags, line 32, in module
from debian import deb822
ImportError: No module named 'debian'

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


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



Bug#791588: texinfo: package installation fails with update-fmtutil: cannot read /etc/texmf/fmt.d/00tex.cnf

2015-07-07 Thread Raphael Hertzog
Hi,

On Tue, 07 Jul 2015, Norbert Preining wrote:
 The only thing that is necessary is that there is a dependency on
 tex-common = 6 in texinfo.

Ok.

 I will upload the fix soon, and hope that tex-common (and all the rest)
 will transition to testing soon, thatn the problem will be fixed 
 for testing.

You should probably do a bit more than hope. :-)

The set of packages to migrate is large, so you might want 
to work with the release team to put a proper hint into place.
Migrating tex-common seems to require migrating all the rest:
https://release.debian.org/migration/testing.pl?package=tex-common

For now, quite a few packages are only 2 of 5 days old.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


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



Bug#788471: elasticsearch: CVE-2015-4165: unspecified arbitrary files modification vulnerability

2015-07-07 Thread Moritz Mühlenhoff
On Sun, Jun 21, 2015 at 02:56:36PM +0200, Hilko Bengen wrote:
 * Salvatore Bonaccorso:
 
  Did you had a chance to get more details on it?
 
 ,[ http://seclists.org/bugtraq/2015/Jun/53 ]
 | Elasticsearch versions 1.0.0 - 1.5.2 are vulnerable to an engineered
 | attack on other applications on the system. The snapshot API may be used
 | indirectly to place snapshot metadata files into locations that are
 | writeable by the user running the Elasticsearch process. It is possible
 | to create a file that another application could read and take action on,
 | such as code execution.
 `
 
 Looking at upstream's commits leading to 1.6.0, this seems like a
 candidate:
 
 ,
 | commit dedbe528d5da95fdb6cccd1d0483aa0ca2c07563
 | Author: jaymode jay.m...@elasticsearch.com
 | Date:   Fri May 29 11:14:46 2015 -0400
 | 
 | Snapshot/Restore: fix check for locations in a repository path
 | 
 | Currently, when trying to determine if a location is within one of the 
 configured repository
 | paths, we compare a canonical path against an absolute path. These are 
 not always
 | equivalent and this check will fail even when the same directory is 
 used. This changes
 | the logic to to follow that of master, where we use normalized absolute 
 path comparisons. A
 | test has been added that failed with the old code and now passes with 
 the updated method.
 `

That seems plausible, yes.

Cheers,
Moritz


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



Processed: astropy-utils: bump Breaks+Replaces to python-pyfits ( 1:3.0.7-4~)

2015-07-07 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #790530 [astropy-utils] astropy-utils: bump Breaks+Replaces to 
python-pyfits ( 1:3.0.7-4~)
Added tag(s) pending.

-- 
790530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790530
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#790530: astropy-utils: bump Breaks+Replaces to python-pyfits ( 1:3.0.7-4~)

2015-07-07 Thread Ole Streicher
Control: tags -1 + pending

Fixed in git; I am just waiting for the new version (1.0.4), which
should be out in the next few days.

Best regards

Ole


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



Bug#791646: librtmp1: not installable

2015-07-07 Thread Salvo Tomaselli
Package: librtmp1
Version: 2.4+20150115.gita107cef-1+b2
Severity: grave

Dear Maintainer,
the package currently in sid can't be installed

 # aptitude dist-upgrade 
 I seguenti pacchetti saranno aggiornati:
   librtmp1{b} 
 1 pacchetti aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
 È necessario prelevare 58,9 kB di archivi. Dopo l'estrazione, verranno 
 occupati 13,3 kB.
 I seguenti pacchetti hanno dipendenze non soddisfatte:
 librtmp1 : Dipende: libhogweed2 che è un pacchetto virtuale.
 Dipende: libnettle4 che è un pacchetto virtuale.
 aperti: 219; chiusi: 585; rimandati: 195; in conflitto: 637   
   
   
 .Le seguenti azioni permetteranno di soddisfare queste dipendenze:


   Rimuovere i seguenti pacchetti:
 1)   0ad  
 2)   akonadiconsole   
 3)   akregator
 [several packages]
 249) vlc  
 250) vlc-nox  
 251) yakuake  

 Accettare questa soluzione? [Y/n/q/?] 

Could you investigate the situation? I believe that libhogweed2 and libnettle4
have been removed from archive ( #787620 ).

Best

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

Kernel: Linux 3.19.8j (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages librtmp1 depends on:
ii  libc6  2.19-18
ii  libgmp10   2:6.0.0+dfsg-7
ii  libgnutls-deb0-28  3.3.15-7
ii  libhogweed43.1.1-3
ii  libnettle6 3.1.1-3
ii  zlib1g 1:1.2.8.dfsg-2+b1

librtmp1 recommends no packages.

librtmp1 suggests no packages.

-- no debconf information


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



Bug#791646: marked as done (librtmp1: not installable)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Jul 2015 10:19:12 +0200
with message-id 
CAOOnQAevMJ__DbjcUjkYKJrN+m6eTn=mss6bd-uwnbvx5rq...@mail.gmail.com
and subject line My mistake
has caused the Debian Bug report #791646,
regarding librtmp1: not installable
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.)


-- 
791646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: librtmp1
Version: 2.4+20150115.gita107cef-1+b2
Severity: grave

Dear Maintainer,
the package currently in sid can't be installed

 # aptitude dist-upgrade 
 I seguenti pacchetti saranno aggiornati:
   librtmp1{b} 
 1 pacchetti aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
 È necessario prelevare 58,9 kB di archivi. Dopo l'estrazione, verranno 
 occupati 13,3 kB.
 I seguenti pacchetti hanno dipendenze non soddisfatte:
 librtmp1 : Dipende: libhogweed2 che è un pacchetto virtuale.
 Dipende: libnettle4 che è un pacchetto virtuale.
 aperti: 219; chiusi: 585; rimandati: 195; in conflitto: 637   
   
   
 .Le seguenti azioni permetteranno di soddisfare queste dipendenze:


   Rimuovere i seguenti pacchetti:
 1)   0ad  
 2)   akonadiconsole   
 3)   akregator
 [several packages]
 249) vlc  
 250) vlc-nox  
 251) yakuake  

 Accettare questa soluzione? [Y/n/q/?] 

Could you investigate the situation? I believe that libhogweed2 and libnettle4
have been removed from archive ( #787620 ).

Best

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

Kernel: Linux 3.19.8j (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages librtmp1 depends on:
ii  libc6  2.19-18
ii  libgmp10   2:6.0.0+dfsg-7
ii  libgnutls-deb0-28  3.3.15-7
ii  libhogweed43.1.1-3
ii  libnettle6 3.1.1-3
ii  zlib1g 1:1.2.8.dfsg-2+b1

librtmp1 recommends no packages.

librtmp1 suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
I had debian-multimedia enabled.

Not a debian problem.

-- 
Salvo Tomaselli

Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di
senso, ragione ed intelletto intendesse che noi ne facessimo a meno.
-- Galileo Galilei

http://ltworf.github.io/ltworf/---End Message---


Bug#791435: marked as done (The dropped transitive packages libgd2-{xpm, noxmp}-dev are still used by other packages)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 07:19:16 +
with message-id e1zcn9w-0006gt...@franck.debian.org
and subject line Bug#791435: fixed in libgd2 2.1.1-3
has caused the Debian Bug report #791435,
regarding The dropped transitive packages libgd2-{xpm, noxmp}-dev are still 
used by other packages
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.)


-- 
791435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791435
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libgd2
Version: 2.1.1-2
Severity: serious
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs toolchain


[serious because breaks other package builds without a good reason]

Dear maintainer,

the 2.1.1-2 changelog reads:

   * Drop libgd2-{xpm,noxmp}-dev dummy packages

though there are still packages (build-)depending on them.
I see no bugs against those packages asking for changing such build-dep (I
chkecked only a handful of them), and as such now those packages can't be built
anymore.

Please add at least a Provides: so that package can continue using such
transitive packages and open a bug against them asking for such change.

Following there is what the daily cruft report reports, you can find some more
with grep-dctrl since there are packages with such build-dep masked by an
alternative.


* source package libgd2 version 2.1.1-2 no longer builds
  binary package(s): libgd2-noxpm-dev libgd2-xpm-dev
  on 
amd64,arm64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,ppc64el,s390x,sparc
  - suggested command:
dak rm -m [auto-cruft] NBS (no longer built by libgd2) -s unstable -a 
amd64,arm64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,ppc64el,s390x,sparc
 -p -R -b libgd2-noxpm-dev libgd2-xpm-dev
  - broken Depends:
haskell-gd: libghc-gd-dev [sparc]
  - broken Build-Depends:
analog: libgd2-noxpm-dev (= 2.0.1-18)
apcupsd: libgd2-noxpm-dev
awffull: libgd2-xpm-dev |libgd2-noxpm-dev
cvsgraph: libgd2-noxpm-dev |libgd2-xpm-dev
dvipng: libgd2-noxpm-dev
embassy-domainatrix: libgd2-xpm-dev
embassy-domalign: libgd2-xpm-dev
embassy-domsearch: libgd2-xpm-dev
embassy-phylip/non-free: libgd2-xpm-dev
falconpl: libgd2-xpm-dev
fceux: libgd2-xpm-dev
fsl/non-free: libgd2-noxpm-dev (= 2.0.33) |libgd2-xpm-dev (= 2.0.33)
fswebcam: libgd2-noxpm-dev |libgd2-xpm-dev
grads: libgd2-xpm-dev
graphviz: libgd2-noxpm-dev (= 2.0.35)
haskell-gd: libgd2-xpm-dev
lcd4linux: libgd2-xpm-dev
libgdchart-gd2: libgd2-noxpm-dev ( 2.0.28)
libgphoto2: libgd2-xpm-dev
libpst: libgd2-noxpm-dev |libgd2-xpm-dev
libpuzzle: libgd2-noxpm-dev
libpwiz: libgd2-xpm-dev (= 2.0.35)
mldonkey: libgd2-xpm-dev
mrtg: libgd2-noxpm-dev
nagios3: libgd2-noxpm-dev (= 2.0.1) |libgd2-xpm-dev (= 2.0.1)
ntop: libgd2-noxpm-dev
oggvideotools: libgd2-xpm-dev
osmium: libgd2-xpm-dev
pdl: libgd2-xpm-dev
php-ps: libgd2-xpm-dev ( 2.0.0)
ploticus: libgd2-noxpm-dev
plplot: libgd2-noxpm-dev |libgd2-xpm-dev
png2html: libgd2-noxpm-dev
polybori: libgd2-xpm-dev
pygdchart2: libgd2-noxpm-dev |libgd2-xpm-dev
sarg: libgd2-noxpm-dev |libgd2-xpm-dev
webdruid: libgd2-noxpm-dev
wims: libgd2-xpm-dev |libgd2-noxpm-dev

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: libgd2
Source-Version: 2.1.1-3

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

Debian distribution maintenance software
pp.
Ondřej Surý ond...@debian.org (supplier of updated libgd2 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jul 2015 08:59:00 +0200
Source: 

Bug#791646: librtmp1: not installable

2015-07-07 Thread Sebastian Ramacher
On 2015-07-07 09:31:19, Salvo Tomaselli wrote:
 Package: librtmp1
 Version: 2.4+20150115.gita107cef-1+b2
 Severity: grave
 
 Dear Maintainer,
 the package currently in sid can't be installed
 
  # aptitude dist-upgrade 
  I seguenti pacchetti saranno aggiornati:
librtmp1{b} 
  1 pacchetti aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
  È necessario prelevare 58,9 kB di archivi. Dopo l'estrazione, verranno 
  occupati 13,3 kB.
  I seguenti pacchetti hanno dipendenze non soddisfatte:
  librtmp1 : Dipende: libhogweed2 che è un pacchetto virtuale.
  Dipende: libnettle4 che è un pacchetto virtuale.
  aperti: 219; chiusi: 585; rimandati: 195; in conflitto: 637 
  

  .Le seguenti azioni permetteranno di soddisfare queste dipendenze:
 
 
Rimuovere i seguenti pacchetti:
  1)   0ad  
  2)   akonadiconsole   
  3)   akregator
  [several packages]
  249) vlc  
  250) vlc-nox  
  251) yakuake  
 
  Accettare questa soluzione? [Y/n/q/?] 
 
 Could you investigate the situation? I believe that libhogweed2 and libnettle4
 have been removed from archive ( #787620 ).

So you have deb-multimedia.org in your sources.list?

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#790515: marked as done (theseus-examples: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc/theseus/examples/1s40.pdb.gz)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 07:53:32 +
with message-id e1zcnh6-00044y...@franck.debian.org
and subject line Bug#790515: fixed in theseus 3.3.0-3
has caused the Debian Bug report #790515,
regarding theseus-examples: fails to upgrade from 'testing' - trying to 
overwrite /usr/share/doc/theseus/examples/1s40.pdb.gz
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.)


-- 
790515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790515
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: theseus-examples
Version: 3.3.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package theseus-examples.
  Preparing to unpack .../theseus-examples_3.3.0-1_all.deb ...
  Unpacking theseus-examples (3.3.0-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/theseus-examples_3.3.0-1_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/theseus/examples/1s40.pdb.gz', which is 
also in package theseus 3.0.0-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/theseus-examples_3.3.0-1_all.deb


cheers,

Andreas


theseus=3.0.0-1_theseus-examples=3.3.0-1.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: theseus
Source-Version: 3.3.0-3

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

Debian distribution maintenance software
pp.
Andreas Tille ti...@debian.org (supplier of updated theseus 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: Tue, 07 Jul 2015 09:03:03 +0200
Source: theseus
Binary: theseus theseus-examples
Architecture: source all amd64
Version: 3.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 theseus- superimpose macromolecules using maximum likelihood
 theseus-examples - superimpose macromolecules using maximum likelihood 
(examples)
Closes: 790515
Changes:
 theseus (3.3.0-3) unstable; urgency=medium
 .
   * Fix versioning which really
 Closes: #790515
Checksums-Sha1:
 6381a301e1b7137343ac752c2715a63673b13f70 2046 theseus_3.3.0-3.dsc
 2e3c415fd7e74a6710fd765b25c942881de0e362 9772 theseus_3.3.0-3.debian.tar.xz
 1746ffab88f20dc1e977daf18d640d1a14d28ea7 20836306 
theseus-examples_3.3.0-3_all.deb
 e95cbce892b487d2b1598ffe2bee33b8636d0582 416124 theseus_3.3.0-3_amd64.deb
Checksums-Sha256:
 3e07d71f852ec6c46b2bf420008e5e4732e5d497e99b0adf756d2106bb5673cb 2046 
theseus_3.3.0-3.dsc
 d4124b5e53b628a1f691915804d474421d8d731cc81986f87897655573ffbd6a 9772 
theseus_3.3.0-3.debian.tar.xz
 a267056bb9573488420e20c3533c25975ab5cae7bb98d98a3e6692cf083da71d 20836306 
theseus-examples_3.3.0-3_all.deb
 31dc5524db2a768d8a287750bd8afb8684f6a12e2845a28e3aa833808f6f0611 416124 
theseus_3.3.0-3_amd64.deb
Files:
 88e77ab1f17189a572c865ca5d7ce89c 2046 science optional theseus_3.3.0-3.dsc
 23a21c9beff75c7bd345fc72ef73e250 9772 science optional 
theseus_3.3.0-3.debian.tar.xz
 7a29f32250bcdfa9a421d593a2dfe0fc 20836306 science optional 
theseus-examples_3.3.0-3_all.deb
 78bd4249bc633a33b5690d8017604a15 416124 science optional 
theseus_3.3.0-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVm3u8AAoJEFeKBJTRxkbRsQ8QAIljXHTp9w1n5sg3NIQDCe2W
eelhtdhq0NoVyEI2xeAkH6uMFB79CQgPAqcBvhnkvBRjQcjGBwhOc9fue3Z2PM3w
kWXGktZVJ+ENDIpM3mfQ3jxnfRBKaQ5Jo+uli+APIZdLwLE5gBZLSiIWLZrNPwfn
rZtZ0RFgFG7mjUXDWB2M2KIGHmUDhixJV5qEoYBDY5vSNBQWna2Uc4/NLnDpPjSv
/gyrm5xeB1TuHbd1mjbEnYmfkxTsiy65UzAwkP5NqtXeJRDPRgpuh7Y8RObVMRmK

Bug#791709: marked as done (libjson-perl: FTBFS: Recursive inheritance detected)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 19:34:16 +
with message-id e1zcyde-pu...@franck.debian.org
and subject line Bug#791709: fixed in libjson-perl 2.90-1
has caused the Debian Bug report #791709,
regarding libjson-perl: FTBFS: Recursive inheritance detected
to be marked as done.

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

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


-- 
791709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791709
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libjson-perl
Version: 2.61-1
Severity: serious
Tags: stretch sid fixed-upstream

As noticed by the reproducible builds CI system, this package fails to
build on current sid, apparently due to changes in libjson-xs-perl = 3.0.

Upstream has released JSON-2.90 with this:

  ## JSON version 2.9 #
   
  CAUTION!!!
  INCOMPATIBLE CHANGE
   
  JSON.pm had patched JSON::XS::Boolean and JSON::PP::Boolean internally
  on loading time for making these modules inherit JSON::Boolean.
  But since JSON::XS v3.0 it use Types::Serialiser as boolean class.
  Then now JSON.pm breaks boolean classe overload features and
  -support_by_pp if JSON::XS v3.0 or later is installed.
   
  JSON::true and JSON::false returned JSON::Boolean objects.
  For workaround, they return JSON::PP::Boolean objects in this version.
   
  isa_ok(JSON::true, 'JSON::PP::Boolean');
   
  And it discards a feature:
   
  ok(JSON::true eq 'true');
   
  In other word, JSON::PP::Boolean overload numeric only.
   
  ok( JSON::true == 1 );
   
  ##

From the build log:

  Recursive inheritance detected in package 'Types::Serialiser::BooleanBase' at 
(eval 9) line 76.
  BEGIN failed--compilation aborted at t/xe04support_by_pp.t line 7.
  # Looks like your test exited with 255 before it could output anything.
  [...]
  Test Summary Report
  ---
  t/xe04support_by_pp.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 3 tests but ran 0.
  t/xe05_indent_length.t(Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 7 tests but ran 0.
  t/xe10_bignum.t   (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 6 tests but ran 0.
  t/xe12_boolean.t  (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 4 tests but ran 0.
  t/xe19_xs_and_suportbypp.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 2 tests but ran 0.
  Files=58, Tests=3810, 11 wallclock secs ( 1.28 usr  0.11 sys +  9.58 cusr  
0.33 csys = 11.30 CPU)
  Result: FAIL
 
-- 
Niko Tyni   nt...@debian.org
---End Message---
---BeginMessage---
Source: libjson-perl
Source-Version: 2.90-1

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 791...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jul 2015 21:31:15 +0200
Source: libjson-perl
Binary: libjson-perl
Architecture: source all
Version: 2.90-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libjson-perl - module for manipulating JSON-formatted data
Closes: 791709
Changes:
 libjson-perl (2.90-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * New upstream release.
 Fixes FTBFS: Recursive inheritance detected
 (Closes: #791709)
   * Declare compliance with Debian Policy 3.9.5.
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 .
   [ gregor herrmann ]
   * Add debian/upstream/metadata
   * Update years of packaging copyright.
   * Mark package as autopkgtest-able.
   * Declare 

Bug#777882: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777882 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added extern to the callable
copy of the inline functions to ensure an externally visible function is
emitted, please see section Different semantics for inline functions
at https://gcc.gnu.org/gcc-5/porting_to.html for more background.

--
Greg Pearson
Linux for HP Helion
--- a/xgnokii/xgnokii.c	2015-07-07 17:58:16.285881332 +
+++ b/xgnokii/xgnokii.c	2015-07-07 18:03:19.661891930 +
@@ -798,7 +798,7 @@
 }
 
 
-inline void GUI_HideAbout(void)
+extern inline void GUI_HideAbout(void)
 {
 	gtk_widget_hide(AboutDialog);
 }
diff -urN a/xgnokii/xgnokii_logos.c b/xgnokii/xgnokii_logos.c
--- a/xgnokii/xgnokii_logos.c	2015-07-07 17:58:40.145882166 +
+++ b/xgnokii/xgnokii_logos.c	2015-07-07 18:03:13.349891709 +
@@ -1303,7 +1303,7 @@
 	return 0;
 }
 
-inline void CloseLogosWindow(void)
+extern inline void CloseLogosWindow(void)
 {
 	gtk_widget_hide(GUI_LogosWindow);
 }


Bug#777888: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777888 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added parentheses so the
logical not applies to the whole comparison and not just the left
hand side.

--
Greg Pearson
Linux for HP Helion
--- a/libxdgutils/XDGDesktopEntry.cpp	2015-07-07 18:50:07.661990020 +
+++ b/libxdgutils/XDGDesktopEntry.cpp	2015-07-07 18:51:36.149993111 +
@@ -468,7 +468,7 @@
 
 // Now find missing required keys
 for(i = 0; registeredEntries[i].name != NULL; i++) {
-	if (!registeredEntries[i].type  type)
+	if (!(registeredEntries[i].type  type))
 	continue;
 
 	if (registeredEntries[i].required) {


Processed: Patch for GCC 5 build issue

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

 tags 777888 + patch
Bug #777888 [src:goplay] goplay: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777888
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: Patch for libmoe FTBFS for libmoe with GCC-5

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

 tags 777958 + patch
Bug #777958 [src:libmoe] libmoe: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777958
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#791446: NMU to DELAYED/5

2015-07-07 Thread Hilko Bengen
* Emmanuel Bourg:

 As you want, it up to you if you want to use the modified package
 immediately or in 5 days.

Done.

 Right. I wrote NMU out of a habit -- the actual changelog is no NMU.
 Good, could you just commit the changes on alioth please?

I could do that, but unfortunately the subversion repository already has
a commit by apo-guest (Markus Koschany a...@gambaru.de) that I can't
or don't know how to back out to get the history right.

Cheers,
-Hilko


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



Bug#791446: NMU to DELAYED/5

2015-07-07 Thread Emmanuel Bourg
Le 07/07/2015 21:48, Hilko Bengen a écrit :

 I could do that, but unfortunately the subversion repository already has
 a commit by apo-guest (Markus Koschany a...@gambaru.de) that I can't
 or don't know how to back out to get the history right.

Hum I didn't see that :( In this case you have to revert the commit
18732 by Markus, apply your changes, tag the repository for the version
1.2.17-6, and reapply the bnd changes.


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



Bug#777958: Patch for libmoe FTBFS for libmoe with GCC-5

2015-07-07 Thread Linn Crosetto
tags 777958 + patch
thanks

libmoe was written to use GNU89 inline semantics for a few inline functions
declared in mb.h. Here is a patch to make them compatible with GCC 5.

-- 
Linn Crosetto
Linux for HP Helion
diff -urN b/iso2mb.c c/iso2mb.c
--- b/iso2mb.c	2015-07-06 21:38:49.129658661 +
+++ c/iso2mb.c	2015-07-07 18:50:17.211540572 +
@@ -513,11 +513,11 @@
   return wc;
 }
 
-mb_wchar_t
+__attribute__ ((gnu_inline)) __inline__ mb_wchar_t
 mb_encode_to_wchar(mb_info_t *info)
 MB_ENCODE_TO_WCHAR
 
-mb_wchar_t
+__attribute__ ((gnu_inline)) __inline__ mb_wchar_t
 mb_fetch_wchar(mb_info_t *info)
 MB_FETCH_WCHAR
 
diff -urN b/mb2iso.c c/mb2iso.c
--- b/mb2iso.c	2015-07-06 21:38:49.133658683 +
+++ c/mb2iso.c	2015-07-07 19:07:47.583244156 +
@@ -900,7 +900,7 @@
   return n;
 }
 
-size_t
+__attribute__ ((gnu_inline)) __inline__ size_t
 mb_store_wchar(mb_wchar_t enc, mb_info_t *info)
 MB_STORE_WCHAR
 
diff -urN b/mb.h c/mb.h
--- b/mb.h	2015-07-06 21:38:49.133658683 +
+++ c/mb.h	2015-07-07 18:50:17.211540572 +
@@ -434,7 +434,7 @@
 }
 
 #ifdef __GNUC__
-extern __inline__ mb_wchar_t mb_encode_to_wchar(mb_info_t *info) MB_ENCODE_TO_WCHAR
+extern __attribute__ ((gnu_inline))  __inline__ mb_wchar_t mb_encode_to_wchar(mb_info_t *info);
 #else
 extern mb_wchar_t mb_encode_to_wchar(mb_info_t *info);
 #endif
@@ -449,7 +449,7 @@
 }
 
 #ifdef __GNUC__
-extern __inline__ mb_wchar_t mb_fetch_wchar(mb_info_t *info) MB_FETCH_WCHAR
+extern __attribute__ ((gnu_inline))  __inline__ mb_wchar_t mb_fetch_wchar(mb_info_t *info);
 #else
 extern mb_wchar_t mb_fetch_wchar(mb_info_t *info);
 #endif
@@ -552,7 +552,7 @@
 }
 
 #ifdef __GNUC__
-extern __inline__ size_t mb_store_wchar(mb_wchar_t enc, mb_info_t *info) MB_STORE_WCHAR
+extern __attribute__ ((gnu_inline)) __inline__ size_t mb_store_wchar(mb_wchar_t enc, mb_info_t *info);
 #else
 extern size_t mb_store_wchar(mb_wchar_t enc, mb_info_t *info);
 #endif


Bug#778125: solarpowerlog: ftbfs with GCC-5

2015-07-07 Thread Tobias Frost
Package: src:solarpowerlog
Followup-For: Bug #778125
Control: severity -1 important

As today on debian-announce:

 These are build failures seen when building with GCC 5.  Those which can be
 fixed now, have an RC priority, those that require changes on other packages,
 or only can be uploaded once GCC 5 is the default, have priority important.

As this bug is waiting for boost to hit sid, downgrading to important.


--
tobi


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Processed: Re: solarpowerlog: ftbfs with GCC-5

2015-07-07 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 important
Bug #778125 [src:solarpowerlog] solarpowerlog: ftbfs with GCC-5
Severity set to 'important' from 'serious'

-- 
778125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778125
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: Patch for GCC 5 build issue

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

 tags 777882 + patch
Bug #777882 [src:gnokii] gnokii: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777882
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#777891: Unable to reproduce GCC-5 build issue

2015-07-07 Thread Pearson, Greg
fixed 777891 2.91.7-1
thanks

The new version of gtranslator 2.91.7-1 uploaded on  Tue, 26 May 2015
no longer has the build issue reported in this bug. The package builds
and links with GCC-5.  I suggest you close this bug.

--
Greg Pearson
Linux for HP Helio


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



Processed: Unable to reproduce GCC-5 build issue

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

 fixed 777891 2.91.7-1
Bug #777891 [src:gtranslator] gtranslator: ftbfs with GCC-5
Marked as fixed in versions gtranslator/2.91.7-1.
 thanks
Stopping processing here.

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

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

 # fixed in git
 tags 791709 + pending
Bug #791709 [libjson-perl] libjson-perl: FTBFS: Recursive inheritance detected
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
791709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791709
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#777836: marked as done (dune-common: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 19:19:08 +
with message-id e1zcyoa-0006me...@franck.debian.org
and subject line Bug#777836: fixed in dune-common 2.3.1-2
has caused the Debian Bug report #777836,
regarding dune-common: ftbfs with GCC-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.)


-- 
777836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:dune-common
Version: 2.3.1-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/dune-common_2.3.1-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
 from ../../../dune/common/iteratorfacades.hh:6,
 from ../../../dune/common/test/iteratorfacadetest.hh:5,
 from iteratorfacadetest.cc:7:
/usr/include/c++/5/system_error:209:5: note: candidate: templateclass _CharT, 
class _Traits std::basic_ostream_CharT, _Traits 
std::operator(std::basic_ostream_CharT, _Traits, const std::error_code)
 operator(basic_ostream_CharT, _Traits __os, const error_code __e)
 ^
/usr/include/c++/5/system_error:209:5: note:   template argument 
deduction/substitution failed:
In file included from iteratorfacadetest.cc:8:0:
../../../dune/common/test/iteratortest.hh:148:58: note:   cannot convert 
'std::cerr' (type 'std::ostream {aka std::basic_ostreamchar}') to type 'const 
std::error_code'
  increment ooperator n times! std::cerr;
  ^
In file included from /usr/include/c++/5/string:52:0,
 from /usr/include/c++/5/bits/locale_classes.h:40,
 from /usr/include/c++/5/bits/ios_base.h:41,
 from /usr/include/c++/5/ios:42,
 from /usr/include/c++/5/ostream:38,
 from /usr/include/c++/5/iterator:64,
 from ../../../dune/common/iteratorfacades.hh:6,
 from ../../../dune/common/test/iteratorfacadetest.hh:5,
 from iteratorfacadetest.cc:7:
/usr/include/c++/5/bits/basic_string.h:5168:5: note: candidate: templateclass 
_CharT, class _Traits, class _Alloc std::basic_ostream_CharT, _Traits 
std::operator(std::basic_ostream_CharT, _Traits, const 
std::basic_string_CharT, _Traits, _Alloc)
 operator(basic_ostream_CharT, _Traits __os,
 ^
/usr/include/c++/5/bits/basic_string.h:5168:5: note:   template argument 
deduction/substitution failed:
In file included from iteratorfacadetest.cc:8:0:
../../../dune/common/test/iteratortest.hh:148:58: note:   'std::ostream {aka 
std::basic_ostreamchar}' is not derived from 'const std::basic_string_CharT, 
_Traits, _Alloc'
  increment ooperator n times! std::cerr;
  ^
make[6]: *** [iteratorfacadetest.o] Error 1
Makefile:1613: recipe for target 'iteratorfacadetest.o' failed
make[6]: Leaving directory '/«PKGBUILDDIR»/dune/common/test'
make[5]: *** [check-am] Error 2
Makefile:2721: recipe for target 'check-am' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/dune/common/test'
make[4]: *** [check-recursive] Error 1
Makefile:699: recipe for target 'check-recursive' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/dune/common'
make[3]: *** [check-recursive] Error 1
Makefile:468: recipe for target 'check-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/dune'
make[2]: *** [check-recursive] Error 1
Makefile:630: recipe for target 'check-recursive' failed
make[2]: Leaving 

Bug#791591: marked as done (pinba-engine-mysql-5.5: package is uninstallable, unsatisfiable dep on mysql-server-core-5.5 ( 5.5.43))

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 21:51:19 +0200
with message-id 87io9v691k@zoro.exoscale.ch
and subject line Re: Bug#791591: pinba-engine-mysql-5.5: package is 
uninstallable, unsatisfiable dep on mysql-server-core-5.5 ( 5.5.43)
has caused the Debian Bug report #791591,
regarding pinba-engine-mysql-5.5: package is uninstallable, unsatisfiable dep 
on mysql-server-core-5.5 ( 5.5.43)
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.)


-- 
791591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pinba-engine-mysql-5.5
Version: 1.0.0-4
Severity: grave
Justification: renders package unusable
User: de...@kali.org
Usertags: origin-kali

The package is not installable in stretch or sid:

(stretch-amd64-sbuild)root@x230-buxy:/root# apt-get install 
pinba-engine-mysql-5.5
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:
 pinba-engine-mysql-5.5 : Depends: mysql-server-core-5.5 ( 5.5.43) but 
5.5.43-0+deb8u1 is to be installed
  Recommends: mysql-client-5.5 but it is not going to 
be installed
E: Unable to correct problems, you have held broken packages.

-- System Information:
Debian Release: stretch/sid
  APT prefers squeeze-lts
  APT policy: (500, 'squeeze-lts'), (500, 'oldoldstable'), (500, 'unstable'), 
(500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---
 ❦  6 juillet 2015 16:36 +0200, Raphaël Hertzog hert...@debian.org :

 The package is not installable in stretch or sid:

 (stretch-amd64-sbuild)root@x230-buxy:/root# apt-get install 
 pinba-engine-mysql-5.5
 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:
  pinba-engine-mysql-5.5 : Depends: mysql-server-core-5.5 ( 5.5.43) but 
 5.5.43-0+deb8u1 is to be installed
   Recommends: mysql-client-5.5 but it is not going to 
 be installed
 E: Unable to correct problems, you have held broken packages.

binNMU has been requested and it should now be fixed.
-- 
Use the telephone test for readability.
- The Elements of Programming Style (Kernighan  Plauger)


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


Processed: Patch for GCC 5 build issue

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

 tags 778191 + patch
Bug #778191 [src:yap] yap: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
778191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778191
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#778191: Patch for GCC 5 build issue

2015-07-07 Thread Dall, Elizabeth J
tags 778191 + patch
thanks

I found this patch by Petr Pisar posted on the yap-users email list:
http://permalink.gmane.org/gmane.comp.ai.prolog.yap.general/1790

I applied his patch, tested it with gcc-5 and found that it fixed the
build error.

I will copy the patch here and please give all credit to Petr. This
patch has not yet been accepted in to the upstream development branch
for yap.

Tested-by: Betty Dall betty.d...@hp.com
---
 packages/swi-minisat2/C/Solver.C  | 4 ++--
 packages/swi-minisat2/C/SolverTypes.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/swi-minisat2/C/Solver.C
b/packages/swi-minisat2/C/Solver.C
index 2de3e6d..1bcdbff 100644
--- a/packages/swi-minisat2/C/Solver.C
+++ b/packages/swi-minisat2/C/Solver.C
 at  at  -120,7 +120,7  at  at  bool Solver::addClause(vecLit ps)
 uncheckedEnqueue(ps[0]);
 return ok = (propagate() == NULL);
 }else{
-Clause* c = Clause_new(ps, false);
+Clause* c = Clause::Clause_new(ps, false);
 clauses.push(c);
 attachClause(*c);
 }
 at  at  -599,7 +599,7  at  at  lbool Solver::search(int
nof_conflicts, int nof_learnts)
 if (learnt_clause.size() == 1){
 uncheckedEnqueue(learnt_clause[0]);
 }else{
-Clause* c = Clause_new(learnt_clause, true);
+Clause* c = Clause::Clause_new(learnt_clause, true);
 learnts.push(c);
 attachClause(*c);
 claBumpActivity(*c);
diff --git a/packages/swi-minisat2/C/SolverTypes.h
b/packages/swi-minisat2/C/SolverTypes.h
index 47e3023..919b60b 100644
--- a/packages/swi-minisat2/C/SolverTypes.h
+++ b/packages/swi-minisat2/C/SolverTypes.h
 at  at  -119,7 +119,7  at  at  public:

 // -- use this function instead:
 templateclass V
-friend Clause* Clause_new(const V ps, bool learnt = false) {
+static Clause* Clause_new(const V ps, bool learnt = false) {
 assert(sizeof(Lit)  == sizeof(uint32_t));
 assert(sizeof(float)== sizeof(uint32_t));
 void* mem = malloc(sizeof(Clause) + sizeof(uint32_t)*(ps.size()));
--
Betty Dall
Linux for HP Helion, Hewlett-Packard



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



Bug#789916: marked as done (neurodebian-desktop: fails to install: subprocess installed post-installation script returned error exit status 2)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 18:25:14 +
with message-id e1zcxyq-00059z...@franck.debian.org
and subject line Bug#789916: fixed in neurodebian 0.37.1
has caused the Debian Bug report #789916,
regarding neurodebian-desktop: fails to install: subprocess installed 
post-installation script returned error exit status 2
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.)


-- 
789916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789916
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: neurodebian-desktop
Version: 0.37
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

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

  Selecting previously unselected package neurodebian-desktop.
  (Reading database ... 
(Reading database ... 13558 files and directories currently installed.)
  Preparing to unpack .../neurodebian-desktop_0.37_all.deb ...
  Unpacking neurodebian-desktop (0.37) ...
  Setting up neurodebian-desktop (0.37) ...
  update-alternatives: using /usr/share/backgrounds/neurodebian.png to provide 
/usr/share/images/desktop-base/desktop-background (desktop-background) in auto 
mode
  ls: cannot access /usr/share/icons/gnome/*/places: No such file or directory
  update-alternatives: using /usr/share/pixmaps/neurodebian.svg to provide 
/usr/share/icons/gnome/scalable/places/start-here.svg (start-here.svg) in auto 
mode
  update-alternatives: error: error creating symbolic link 
'/usr/share/icons/gnome/scalable/places/start-here.svg.dpkg-tmp': No such file 
or directory
  dpkg: error processing package neurodebian-desktop (--configure):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   neurodebian-desktop

I didn't check in detail, but from the error it seems that you must ship
an empty directory where you want to install the (slave) alternatives.


cheers,

Andreas


neurodebian-desktop_0.37.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: neurodebian
Source-Version: 0.37.1

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

Debian distribution maintenance software
pp.
Yaroslav Halchenko deb...@onerussian.com (supplier of updated neurodebian 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Jun 2015 12:32:28 -0400
Source: neurodebian
Binary: neurodebian neurodebian-dev neurodebian-desktop 
neurodebian-archive-keyring neurodebian-popularity-contest
Architecture: source all
Version: 0.37.1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description:
 neurodebian - neuroscience-oriented distribution - repository configuration
 neurodebian-archive-keyring - neuroscience-oriented distribution - GnuPG 
archive keys
 neurodebian-desktop - neuroscience-oriented distribution - desktop integration
 neurodebian-dev - neuroscience-oriented distribution - development tools
 neurodebian-popularity-contest - neuroscience-oriented distribution - popcon 
integration
Closes: 789916
Changes:
 neurodebian (0.37.1) unstable; urgency=medium
 .
   * Do not override start-here.* icons of other themes with an alternative
 (Closes: #789916)
Checksums-Sha1:
 f5408985263677c99c7aa7332791138a5be11d04 2058 neurodebian_0.37.1.dsc
 f41e5a81b05d5b47ed91bf01fae6edbe3a31ca48 8146400 neurodebian_0.37.1.tar.xz
 2543324090ee114b5104bb2d8628d0088c099c98 9602 
neurodebian-archive-keyring_0.37.1_all.deb
 e1bcfa21f4b2496f93d6831d01c46239d1189c65 115338 
neurodebian-desktop_0.37.1_all.deb
 7c3053e10e979c2a7de09b3282e2a1e4812f8381 31712 neurodebian-dev_0.37.1_all.deb
 46c6909a5f907d1446488be7f37aceda75306c6b 11644 
neurodebian-popularity-contest_0.37.1_all.deb
 4026315723da1415e9c24f69ef06433698bf6caa 22202 neurodebian_0.37.1_all.deb

Processed: Unable to reproduce GCC-5 build issue

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

 fixed 777883 3.16.2-1
Bug #777883 [src:gnome-disk-utility] gnome-disk-utility: ftbfs with GCC-5
Marked as fixed in versions gnome-disk-utility/3.16.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777883
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#777883: Unable to reproduce GCC-5 build issue

2015-07-07 Thread Pearson, Greg
fixed 777883 3.16.2-1
thanks

The new version of gnome-disk-utility 3.16.2-1 uploaded on Sun, 31 May 2015
no longer has the build issue reported in this bug. The package builds
and links with GCC-5.  I suggest you close this bug.

--
Greg Pearson
Linux for HP Helion



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



Processed: fixed 777836 in 2.4~20150505g1ce8697-1

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

 fixed 777836 2.4~20150505g1ce8697-1
Bug #777836 [src:dune-common] dune-common: ftbfs with GCC-5
Marked as fixed in versions dune-common/2.4~20150505g1ce8697-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777836
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#791709: libjson-perl: FTBFS: Recursive inheritance detected

2015-07-07 Thread Niko Tyni
Package: libjson-perl
Version: 2.61-1
Severity: serious
Tags: stretch sid fixed-upstream

As noticed by the reproducible builds CI system, this package fails to
build on current sid, apparently due to changes in libjson-xs-perl = 3.0.

Upstream has released JSON-2.90 with this:

  ## JSON version 2.9 #
   
  CAUTION!!!
  INCOMPATIBLE CHANGE
   
  JSON.pm had patched JSON::XS::Boolean and JSON::PP::Boolean internally
  on loading time for making these modules inherit JSON::Boolean.
  But since JSON::XS v3.0 it use Types::Serialiser as boolean class.
  Then now JSON.pm breaks boolean classe overload features and
  -support_by_pp if JSON::XS v3.0 or later is installed.
   
  JSON::true and JSON::false returned JSON::Boolean objects.
  For workaround, they return JSON::PP::Boolean objects in this version.
   
  isa_ok(JSON::true, 'JSON::PP::Boolean');
   
  And it discards a feature:
   
  ok(JSON::true eq 'true');
   
  In other word, JSON::PP::Boolean overload numeric only.
   
  ok( JSON::true == 1 );
   
  ##

From the build log:

  Recursive inheritance detected in package 'Types::Serialiser::BooleanBase' at 
(eval 9) line 76.
  BEGIN failed--compilation aborted at t/xe04support_by_pp.t line 7.
  # Looks like your test exited with 255 before it could output anything.
  [...]
  Test Summary Report
  ---
  t/xe04support_by_pp.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 3 tests but ran 0.
  t/xe05_indent_length.t(Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 7 tests but ran 0.
  t/xe10_bignum.t   (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 6 tests but ran 0.
  t/xe12_boolean.t  (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 4 tests but ran 0.
  t/xe19_xs_and_suportbypp.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan.  You planned 2 tests but ran 0.
  Files=58, Tests=3810, 11 wallclock secs ( 1.28 usr  0.11 sys +  9.58 cusr  
0.33 csys = 11.30 CPU)
  Result: FAIL
 
-- 
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#791692: marked as done (cups-bsd: fails to remove: cups-bsd.prerm: update-inetd: not found)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 21:21:20 +0200
with message-id 1638157.EnbzcffunQ@gyllingar
and subject line Re: Bug#791692: cups-bsd: fails to remove: cups-bsd.prerm: 
update-inetd: not found
has caused the Debian Bug report #791692,
regarding cups-bsd: fails to remove: cups-bsd.prerm: update-inetd: not found
to be marked as done.

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

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


-- 
791692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cups-bsd
Version: 2.0.3-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to remove.

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

  Removing cups-bsd (2.0.3-4) ...
  /var/lib/dpkg/info/cups-bsd.prerm: 16: /var/lib/dpkg/info/cups-bsd.prerm: 
update-inetd: not found
  dpkg: error processing package cups-bsd (--remove):
   subprocess installed pre-removal script returned error exit status 127


cheers,

Andreas


cups-bsd_2.0.3-4.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Version: 2.0.3-6

Hi Andreas,

Le mardi, 7 juillet 2015, 18.14:13 Andreas Beckmann a écrit :
 during a test with piuparts I noticed your package fails to remove.
 
 From the attached log (scroll to the bottom...):
   Removing cups-bsd (2.0.3-4) ...
   /var/lib/dpkg/info/cups-bsd.prerm: 16:
 /var/lib/dpkg/info/cups-bsd.prerm: update-inetd: not found dpkg:
 error processing package cups-bsd (--remove):
subprocess installed pre-removal script returned error exit status
 127

Thanks for the report, I had seen the piuparts log already and prepared 
a fix. 2.0.3-6 should be OKay.

Cheers,
OdyX---End Message---


Processed: chkrootkit: diff for NMU version 0.50-3.1

2015-07-07 Thread Debian Bug Tracking System
Processing control commands:

 tags 769353 + patch
Bug #769353 [chkrootkit] chkrootkit: statically linked against libc6 without a 
Built-Using: field
Added tag(s) patch.
 tags 785322 + patch
Bug #785322 [chkrootkit] chkrootkit: Should depend on openssh-client
Added tag(s) patch.

-- 
769353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769353
785322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785322
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: Patch for GCC 5 build issue

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

 tags 777877 + patch
Bug #777877 [src:gltron] gltron: ftbfs with GCC-5
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
777877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777877
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#769353: [aa87b94] Fix for Bug#769353 committed to git

2015-07-07 Thread Raphaël Hertzog

tags 769353 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Raphaël Hertzog hert...@debian.org on Tue, 7 Jul 2015 18:44:01 +0200.
 The fix will be in the next upload. 
=
Add Built-Using field

This field is used to track the source package required to rebuild the
statically linked binary.

Closes: #769353
=

You can check the diff of the fix at:

;a=commitdiff;h=aa87b94


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



Bug#778132: marked as done (survex: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Wed, 8 Jul 2015 08:19:13 +1200
with message-id 20150707201913.ga2...@survex.com
and subject line Re: Bug#778132: survex: ftbfs with GCC-5
has caused the Debian Bug report #778132,
regarding survex: ftbfs with GCC-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.)


-- 
778132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:survex
Version: 1.2.16-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/survex_1.2.16-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: Leaving directory '/«PKGBUILDDIR»/src'
Making check in doc
make[2]: Entering directory '/«PKGBUILDDIR»/doc'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/«PKGBUILDDIR»/doc'
Making check in tests
make[2]: Entering directory '/«PKGBUILDDIR»/tests'
make  check-TESTS
make[3]: Entering directory '/«PKGBUILDDIR»/tests'
make[4]: Entering directory '/«PKGBUILDDIR»/tests'
FAIL: smoke.tst
PASS: diffpos.tst
PASS: cavern.tst
PASS: extend.tst
PASS: 3dtopos.tst
FAIL: aven.tst
make[5]: Entering directory '/«PKGBUILDDIR»/tests'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/«PKGBUILDDIR»/tests'

Testsuite summary for survex 1.2.16

# TOTAL: 6
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
make[4]: *** [test-suite.log] Error 1
# ERROR: 0

See tests/test-suite.log
Please report to http://trac.survex.com/

Makefile:613: recipe for target 'test-suite.log' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/tests'
make[3]: *** [check-TESTS] Error 2
Makefile:719: recipe for target 'check-TESTS' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/tests'
make[2]: *** [check-am] Error 2
Makefile:827: recipe for target 'check-am' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/tests'
make[1]: *** [check-recursive] Error 1
Makefile:406: recipe for target 'check-recursive' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---
Control: fixed -1 wxwidgets3.0/3.0.2-3

The ABI check in wxwidgets3.0/3.0.2-3 issues a warning instead of an error.
Survex now builds with GCC5 and the build works, so closing.

Cheers,
Olly---End Message---


Bug#779599: marked as done (libsocl-contrib-1.2-0, libsocl-1.2-0: missing breaks+replaces against each other)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 21:29:24 +
with message-id e1zcaqe-0008az...@franck.debian.org
and subject line Bug#779599: fixed in starpu-contrib 1.2.0~rc2+dfsg-2
has caused the Debian Bug report #779599,
regarding libsocl-contrib-1.2-0, libsocl-1.2-0: missing breaks+replaces against 
each other
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.)


-- 
779599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libsocl-contrib-1.2-0,libsocl-1.2-0
Version: 1.2.0~20141210+dfsg-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Architecture: amd64
Distribution: experimental

Hi,

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

  Selecting previously unselected package libstarpu-contrib-1.2-0.
  (Reading database ... 7843 files and directories currently installed.)
  Preparing to unpack 
.../libstarpu-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb ...
  Unpacking libstarpu-contrib-1.2-0 (1.2.0~20141210+dfsg-1) ...
  Selecting previously unselected package libsocl-contrib-1.2-0.
  Preparing to unpack .../libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb 
...
  Unpacking libsocl-contrib-1.2-0 (1.2.0~20141210+dfsg-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb 
(--unpack):
   trying to overwrite '/usr/lib/libsocl-1.2.so.0.0.0', which is also in 
package libsocl-1.2-0 1.2.0~20141210+dfsg-1
  Errors were encountered while processing:
   /var/cache/apt/archives/libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb

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

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

  usr/lib/libsocl-1.2.so.0
  usr/lib/libsocl-1.2.so.0.0.0

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

Cheers,

Andreas

PS: for more information about the detection of file overwrite errors
of this kind see https://qa.debian.org/dose/file-overwrites.html


libsocl-1.2-0=1.2.0~20141210+dfsg-1_libsocl-contrib-1.2-0=1.2.0~20141210+dfsg-1.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: starpu-contrib
Source-Version: 1.2.0~rc2+dfsg-2

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

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (supplier of updated starpu-contrib 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jul 2015 16:29:49 +0200
Source: starpu-contrib
Binary: libstarpu-contrib-dev libstarpu-contrib-1.2-1 
libstarpu-contribfft-1.2-0 libstarpu-contribmpi-1.2-0 starpu-contrib-tools 
starpu-contrib-examples libsocl-contrib-1.2-0
Architecture: amd64 i386 source
Version: 1.2.0~rc2+dfsg-2
Distribution: experimental
Urgency: medium
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Closes: 779599
Description: 
 libsocl-contrib-1.2-0 - Task scheduler for heterogeneous multicore machines
 

Bug#779599: marked as done (libsocl-contrib-1.2-0, libsocl-1.2-0: missing breaks+replaces against each other)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 21:29:00 +
with message-id e1zcaqg-0007wd...@franck.debian.org
and subject line Bug#779599: fixed in starpu 1.2.0~rc2+dfsg-2
has caused the Debian Bug report #779599,
regarding libsocl-contrib-1.2-0, libsocl-1.2-0: missing breaks+replaces against 
each other
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.)


-- 
779599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libsocl-contrib-1.2-0,libsocl-1.2-0
Version: 1.2.0~20141210+dfsg-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Architecture: amd64
Distribution: experimental

Hi,

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

  Selecting previously unselected package libstarpu-contrib-1.2-0.
  (Reading database ... 7843 files and directories currently installed.)
  Preparing to unpack 
.../libstarpu-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb ...
  Unpacking libstarpu-contrib-1.2-0 (1.2.0~20141210+dfsg-1) ...
  Selecting previously unselected package libsocl-contrib-1.2-0.
  Preparing to unpack .../libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb 
...
  Unpacking libsocl-contrib-1.2-0 (1.2.0~20141210+dfsg-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb 
(--unpack):
   trying to overwrite '/usr/lib/libsocl-1.2.so.0.0.0', which is also in 
package libsocl-1.2-0 1.2.0~20141210+dfsg-1
  Errors were encountered while processing:
   /var/cache/apt/archives/libsocl-contrib-1.2-0_1.2.0~20141210+dfsg-1_amd64.deb

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

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

  usr/lib/libsocl-1.2.so.0
  usr/lib/libsocl-1.2.so.0.0.0

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

Cheers,

Andreas

PS: for more information about the detection of file overwrite errors
of this kind see https://qa.debian.org/dose/file-overwrites.html


libsocl-1.2-0=1.2.0~20141210+dfsg-1_libsocl-contrib-1.2-0=1.2.0~20141210+dfsg-1.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: starpu
Source-Version: 1.2.0~rc2+dfsg-2

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

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (supplier of updated starpu package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jul 2015 16:29:49 +0200
Source: starpu
Binary: libstarpu-dev libstarpu-1.2-1 libstarpufft-1.2-0 libstarpumpi-1.2-0 
starpu-tools starpu-top starpu-examples libsocl-1.2-0
Architecture: source amd64
Version: 1.2.0~rc2+dfsg-2
Distribution: experimental
Urgency: medium
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description:
 libsocl-1.2-0 - Task scheduler for heterogeneous multicore machines
 libstarpu-1.2-1 - Task scheduler for heterogeneous multicore machines
 libstarpu-dev - Task scheduler for heterogeneous multicore 

Bug#790649: marked as done (FTBFS: Program 'makeinfo' version = 5 is required.)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 22:00:40 +
with message-id e1zcauu-0004um...@franck.debian.org
and subject line Bug#790649: fixed in liblouis 2.6.2-2
has caused the Debian Bug report #790649,
regarding FTBFS: Program 'makeinfo' version = 5 is required.
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.)


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

liblouis fails to build in unstable.

configure checks that makeinfo is = 5 and it looks for ^makeinfo in
the output, but this is texi2any now.

% makeinfo --version
texi2any (GNU texinfo) 6.0

vs:

configure:
  MAKEINFO_VERSION=`makeinfo --version | sed -ne 's/^makeinfo .* 
\([0-9][0-9]*\)\.[0-9][0-9]*$/\1/p'`

 sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on m400-c3n1.hlinux.usa.hp.com
...
 checking for a sed that does not truncate output... (cached) /bin/sed
 checking for makeinfo... yes
 checking for makeinfo version = 5... no
 configure: error: Program 'makeinfo' version = 5 is required.
 debian/rules:27: recipe for target 'configure-stamp' failed
 make: *** [configure-stamp] Error 1

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
---End Message---
---BeginMessage---
Source: liblouis
Source-Version: 2.6.2-2

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

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (supplier of updated liblouis package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jul 2015 23:16:20 +0200
Source: liblouis
Binary: liblouis-dev liblouis2 liblouis-data liblouis-bin python-louis 
python3-louis
Architecture: source amd64 all
Version: 2.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description:
 liblouis-bin - Braille translation library - utilities
 liblouis-data - Braille translation library - data
 liblouis-dev - Braille translation library - static libs and headers
 liblouis2  - Braille translation library - shared libs
 python-louis - Python bindings for liblouis
 python3-louis - Python bindings for liblouis
Closes: 790649
Changes:
 liblouis (2.6.2-2) unstable; urgency=medium
 .
   * patches/git-a8375da: Fix build with makeinfo = 6 (Closes: #790649).
Checksums-Sha1:
 23b204b9ef191c6974a559b9ad5339c2cad23a52 2348 liblouis_2.6.2-2.dsc
 38806607ff077c200dd5917a16e5e6ecbcadf525 7064 liblouis_2.6.2-2.debian.tar.xz
 4853a539da5acc51ab458a3875b91df6b48af12c 40706 liblouis-bin_2.6.2-2_amd64.deb
 4f3ca709be616d415ba960ef349e944285f8a077 1089172 liblouis-data_2.6.2-2_all.deb
 fd8a9f1f9b1ed7a9d05cd4ad0adacddbf9e77165 192402 liblouis-dev_2.6.2-2_amd64.deb
 c317c90095e2c8df068225dded7120f582b3f1d2 70646 liblouis2_2.6.2-2_amd64.deb
 9dc50f3fd6e182c8ce9891bccdccb1fbfdc00282 22700 python-louis_2.6.2-2_all.deb
 4860e27ab963e9d316cb0fad9809032de84164a8 22770 python3-louis_2.6.2-2_all.deb
Checksums-Sha256:
 c96f9500e3c7f51a81b3253f664f8af2c837e87b67f6f29e3b8f98af72f77b5d 2348 
liblouis_2.6.2-2.dsc
 aca152f7469b7574f222dadfd17a332ac0848c1ed4c6d3fb491bf01eaa18c9c5 7064 
liblouis_2.6.2-2.debian.tar.xz
 1e47b7aa899ab60bdfd5a463aecab3f75b45aa8712b86d31e5d6b2dda801d4fb 40706 
liblouis-bin_2.6.2-2_amd64.deb
 e341ce3fd1d7c318bd76fd6766bf0650b774262079c2342135c55606734c8113 1089172 
liblouis-data_2.6.2-2_all.deb
 6f36a5815672d7a6b383f2e0d2d0b5ca28833d5845e1a3902bbc31a055d3a3ae 192402 
liblouis-dev_2.6.2-2_amd64.deb
 7d7d03d08f062081427eae761168aa5686453919b475ce2c188800d759950fb4 70646 
liblouis2_2.6.2-2_amd64.deb
 f12ba3c1c4946ae5c816226bb4224c1a03bb1139fd3d1eea7f1bcceff9ebe177 22700 
python-louis_2.6.2-2_all.deb
 17f1fb5c20c1cbd72896d976cc966463dd2008c152d795f17f9a886faf0d77e0 22770 
python3-louis_2.6.2-2_all.deb
Files:
 1cb769ce1c80dd6b4fc3323d7bc848bb 2348 libs extra liblouis_2.6.2-2.dsc
 3db29b6e642b385c9ab79b5ef4a38aa1 7064 libs extra 

Processed: fixed 791715 in 1:9.8.4.dfsg.P1-6+nmu2+deb7u5

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

 fixed 791715 1:9.8.4.dfsg.P1-6+nmu2+deb7u5
Bug #791715 [src:bind9] bind9: CVE-2015-4620: Specially Constructed Zone Data 
Can Cause a Resolver to Crash when Validating
The source 'bind9' and version '1:9.8.4.dfsg.P1-6+nmu2+deb7u5' do not appear to 
match any binary packages
Marked as fixed in versions bind9/1:9.8.4.dfsg.P1-6+nmu2+deb7u5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
791715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791715
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: bind9: CVE-2015-4620: Specially Constructed Zone Data Can Cause a Resolver to Crash when Validating

2015-07-07 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 1:9.9.5.dfsg-9+deb8u1
Bug #791715 [src:bind9] bind9: CVE-2015-4620: Specially Constructed Zone Data 
Can Cause a Resolver to Crash when Validating
The source 'bind9' and version '1:9.9.5.dfsg-9+deb8u1' do not appear to match 
any binary packages
Marked as fixed in versions bind9/1:9.9.5.dfsg-9+deb8u1.

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

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

 tags 791715 + squeeze wheezy jessie stretch sid
Bug #791715 [src:bind9] bind9: CVE-2015-4620: Specially Constructed Zone Data 
Can Cause a Resolver to Crash when Validating
Added tag(s) squeeze, wheezy, jessie, sid, and stretch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
791715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791715
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#777891: marked as done (gtranslator: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 23:38:58 +0200
with message-id 559c46f2.1080...@debian.org
and subject line Re: Bug#777891: Unable to reproduce GCC-5 build issue
has caused the Debian Bug report #777891,
regarding gtranslator: ftbfs with GCC-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.)


-- 
777891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gtranslator
Version: 2.91.6-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gtranslator_2.91.6-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
--vtail GType\n@enum_name@_get_type (void)\n{\n \
--vtail   static GType type = 0;\n\n \
--vtail   if (G_UNLIKELY (type == 0))\n \
--vtail type = g_@type@_register_static (\@EnumName@\, 
_@enum_name@_values);\n\n \
--vtail   return type;\n}\n\n \
egg-editable-toolbar.h egg-toolbars-model.h egg-toolbar-editor.h )  
xgen-stamp-eggtypebuiltins.c \
 ( cmp -s xgen-stamp-eggtypebuiltins.c eggtypebuiltins.c || cp 
xgen-stamp-eggtypebuiltins.c eggtypebuiltins.c ) \
 rm -f xgen-stamp-eggtypebuiltins.c \
 echo timestamp  stamp-eggtypebuiltins.c
( cd .  /usr/bin/glib-mkenums \
--fhead #ifndef __EGGTYPEBUILTINS_H__\n \
--fhead #define __EGGTYPEBUILTINS_H__ 1\n\n \
--fhead #include glib-object.h\n\n \
--fhead G_BEGIN_DECLS\n\n \
--ftail G_END_DECLS\n\n \
--ftail #endif /* __EGGTYPEBUILTINS_H__ */\n \
--fprod \n/* --- @filename@ --- */ \
--eprod #define EGG_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n \
--eprod GType @enum_name@_get_type (void);\n \
egg-editable-toolbar.h egg-toolbars-model.h egg-toolbar-editor.h )  
xgen-stamp-eggtypebuiltins.h \
 ( cmp -s xgen-stamp-eggtypebuiltins.h eggtypebuiltins.h || cp 
xgen-stamp-eggtypebuiltins.h eggtypebuiltins.h ) \
 rm -f xgen-stamp-eggtypebuiltins.h \
 echo timestamp  stamp-eggtypebuiltins.h
/usr/bin/make  all-am
make[6]: Entering directory '/«PKGBUILDDIR»/src/toolbareditor'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../.. -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/libgdl-3.0 
-I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
-I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgda-5.0 
-I/usr/include/libgda-5.0/libgda -I/usr/include/libpeas-1.0 
-I/usr/include/gsettings-desktop-schemas  -Wall -Wstrict-prototypes 
-Wnested-externs -Werror=missing-prototypes 
-Werror=implicit-function-declaration -Werror=poi
 nter-arith -Werror=init-self -Werror=format-security -Werror=format=2 
-Werror=missing-include-dirs   -DCURSOR_DIR=\/usr/share/gtranslator\  
-I../../lib/egg  -D_FORTIFY_SOURCE=2  -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o libtoolbareditor_la-eggmarshalers.lo `test 
-f 'eggmarshalers.c' || echo './'`eggmarshalers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread 

Bug#788561: Bug RC #788561 (python3-memcache not Python 3 compatible)

2015-07-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/06/2015 01:10 AM, Hugo Lefeuvre wrote:
 Hi Thomas,
 
 This has already been done in Sid, and therefore, it is my opinion that
 we should have one of the below action:
 1/ Remove support for Py3 in Jessie, and ask the release team to approve
 that. I do believe that they will accept this.
 2/ Ask for the release team to accept an update to the package version
 which is in Sid. It's very unlikely that they accept.

 If you want to work on one of these, it'd be great. But dealing with the
 release team for doing this type of fix in stable is famously difficult
 because:
 1/ They are very busy
 2/ They don't accept often big changes in already existing package, and
 you need to convince them.

 Both are very valid reasons and I don't blame the release team for that.
 
 I'd be glad to try to help you to fix this bug.
 
 I agree with the fact that it will be quite difficult to update Jessie
 with the version currently in Sid. A lot of changes have been made 
 between 1.53 and 1.54; it will be really hard to prove that this new 
 version won't introduce new bugs. 
 
 So, the first solution seems to be much easier. Moreover, according to 
 memcache's popcon[0], python3-memcache isn't downloaded a lot. So, it 
 won't be prolematic to remove this package in Jessie, at least for the 
 moment.
 
 Naturally, I think it's sad to lose memcache's Python 3 support on Jessie, 
 but we must fix this bug, and the first solution seems to be the only 
 realistic solution.
 
 Maybe that we could try to ask the release team for the second solution,
 and, if they do not accept, ask them for the first solution ?

Yes, that's the way to go. I think it's better to go directly for the
removal of python3-memcached in fact.

 #788561 is now marked as fixed in 1.54+20150423+git+48e882719c-2. Is it
 enough ?

I believe so, yes.

Cheers,

Thomas Goirand (zigo)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVnEqxAAoJENQWrRWsa0P+11sQAJuJnIZ34SSA6vs4c7Zki19B
vNK0493SxdFmw9XlSsvmw9dKLkN6IzMzGcpFhLv3CZjn2F7q7pt8yvHS6mqzxRZk
HVhz1QyGdYGu0oGbrYXJ++zpbvB+dArINq8FRIGaYaz5hPtjVKmrVFYoEHV4z7bs
quKTbLV6eGXiZtKbVhUpnYufXylqFXysxwHO7P/qQKaf3h7k8SoYLTBCkbvJneX4
sLQuYZsYaj8bKOPhOtC0W5UosxMA+dSN6sQ+IYQCncOB8hbpCrpFO07+p0offlfF
aexjnPWjBTNfb1iTmZG6r7qPHmnPAV8FQnbAd3+UIBAtGiVfBpLwxhGCY//Z1lGf
dExddXhjaA65FlbJpILwpEtJluQyb7CgRUjtXqbL4uLC/Cz2/fZ6cF99pK1rj86g
/NTOTChZYDPixQWZbc6otdYwFd8JuJAdXpyeh0wBxCISuCEz2pPSWB/GcZph96CH
dMZDgzdycq5CeRDYoBA/5ZMNwO+/FrEw/irlBgywquKpROGaI8RvNrov3ZAeTJ5B
NfWwE7l9kmnuDUxYSA5WLuq+5mDOCseFtJosQmB99Dn0duxu+4VVBJzoRulfulmi
fEBom7uKHnWeMg1seNK1VunJgtcu0yq8BWyBYgpiGW+9+YbPUwSunKVFS820dkIg
VkhtH/4yrnKM765/TvmT
=r8D9
-END PGP SIGNATURE-


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



Bug#791715: bind9: CVE-2015-4620: Specially Constructed Zone Data Can Cause a Resolver to Crash when Validating

2015-07-07 Thread Salvatore Bonaccorso
Source: bind9
Version: 1:9.7.3.dfsg-1
Severity: grave
Tags: security upstream fixed-upstream
Justification: user security hole
Control: fixed -1 1:9.9.5.dfsg-9+deb8u1

Hi,

the following vulnerability was published for bind9.

CVE-2015-4620[0]:
Specially Constructed Zone Data Can Cause a Resolver to Crash when Validating

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-4620
[1] https://kb.isc.org/article/AA-01267

Regards,
Salvatore


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



Bug#790403: marked as done (bitcoin: FTBFS: qt/test/test_bitcoin-qt fails)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Jul 2015 15:59:10 -0400
with message-id 
cang8-dc0aevw-h0ptqt_oc1wc3f6kwoc5zxzahdzfbesp+e...@mail.gmail.com
and subject line 790403 is fixed with fake TMPDIR and HOME
has caused the Debian Bug report #790403,
regarding bitcoin: FTBFS: qt/test/test_bitcoin-qt fails
to be marked as done.

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

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


-- 
790403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: bitcoin
Version: 0.10.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Automated builds of bitcoin have been failing:

  ../build-aux/test-driver: line 107: 20324 Aborted $@  
$log_file 21
  FAIL: qt/test/test_bitcoin-qt

If this test requires X, perhaps you can declare a build dependency on
xvfb and arrange to run the test suite under xvfb-run.

At any rate, could you please take a look?

Thanks!
---End Message---
---BeginMessage---
Source: bitcoin
Source-Version: 0.10.2-3

Fixed by setting TMPDIR and HOME to a fake TMPDIR and HOMEDIR---End Message---


Bug#791725: node-mapnik: FTBFS against mapnik 3.0.0

2015-07-07 Thread Emilio Pozuelo Monfort
Package: node-mapnik
Version: 1.2.3-1
Severity: serious

Your package fails to build against mapnik 3.0.0:

In file included from ../src/node_mapnik.cpp:25:0:
.../src/mapnik_image_view.hpp:7:61: fatal error: mapnik/image_data.hpp: No such 
file or directory
 #include mapnik/image_data.hpp// for image_data_32
 ^
compilation terminated.

Full logs at 
https://buildd.debian.org/status/logs.php?pkg=node-mapnikver=1.2.3-1%2Bb2

Emilio


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



Bug#791729: kde-config-gtk-style: Upgrading to version 4:5.3.2-1 makes it not work anymore

2015-07-07 Thread Diederik de Haas
Package: kde-config-gtk-style
Version: 4:5.3.2-1
Severity: grave
Justification: renders package unusable

When I upgraded this package to 4:5.3.2-1 it disappeared from System
Settings.
I then did a downgrade to the version in testing and it came back. While
keeping System Settings - Application Appearance open and then after the 
upgrade selecting 'GTK' again, I saw the following error message:
=
Could not find plugin 'GTK' for application 'systemsettings'Library
kcm_cgc not found
=

At the bottom of the screen I got the following text:
=
Possible reasons:
- An error occurred during your last KDE upgrade leaving an orphaned
  control module
- You have old third party modules lying around.

Check these points carefully and try to remove the module mentioned in
the error message. If this fails, consider contacting your distributor
or packager.
=

My guess is that it's missing one of more dependencies.

Let me know if you need more info.

Regards,
  Diederik

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

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kde-config-gtk-style depends on:
ii  libc6 2.19-18
ii  libgtk2.0-0   2.24.28-1
ii  libkf5archive55.11.0-2
ii  libkf5configwidgets5  5.11.0-1
ii  libkf5coreaddons5 5.11.0-1
ii  libkf5i18n5   5.11.0-1
ii  libkf5iconthemes5 5.11.0-1
ii  libkf5kiocore55.11.0-2
ii  libkf5kiowidgets5 5.11.0-2
ii  libkf5newstuff5   5.11.0-1
ii  libkf5widgetsaddons5  5.11.0-2
ii  libqt5core5a  5.4.2+dfsg-4
ii  libqt5gui55.4.2+dfsg-4
ii  libqt5widgets55.4.2+dfsg-4
ii  libstdc++65.1.1-13

kde-config-gtk-style recommends no packages.

Versions of packages kde-config-gtk-style suggests:
pn  kde-config-gtk-style-preview  none

-- no debconf information


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



Bug#791731: FTBFS: ld.bfd: cannot find -lX11, -lgdk, -lpango, -lcairo, -latk etc.

2015-07-07 Thread Chris West (Faux)
Source: cqrlog
Version: 1.9.0-1
Severity: serious
Tags: sid stretch
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs

Dear Maintainer,

The package fails to build:

/usr/bin/ld.bfd: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld.bfd: cannot find -lX11
/usr/bin/ld.bfd: cannot find -lgdk_pixbuf-2.0
/usr/bin/ld.bfd: cannot find -lgtk-x11-2.0
/usr/bin/ld.bfd: cannot find -lgdk-x11-2.0
/usr/bin/ld.bfd: cannot find -lgobject-2.0
/usr/bin/ld.bfd: cannot find -lglib-2.0
/usr/bin/ld.bfd: cannot find -lgthread-2.0
/usr/bin/ld.bfd: cannot find -lgmodule-2.0
/usr/bin/ld.bfd: cannot find -lpango-1.0
/usr/bin/ld.bfd: cannot find -lcairo
/usr/bin/ld.bfd: cannot find -latk-1.0
/usr/bin/ld.bfd: cannot find -lpangocairo-1.0
cqrlog.lpr(63,1) Error: Error while linking
cqrlog.lpr(63,1) Fatal: There were 1 errors compiling module, stopping
ERROR: failed compiling of project /tmp/buildd/cqrlog-1.9.0/src/cqrlog.lpi
Makefile:9: recipe for target 'cqrlog' failed
make[1]: *** [cqrlog] Error 2

The error looks suspiciously similar to https://bugs.debian.org/791407 , which 
has been fixed manually.

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/cqrlog.html


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

Kernel: Linux 3.19.0-22-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#777883: marked as done (gnome-disk-utility: ftbfs with GCC-5)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Wed, 8 Jul 2015 01:45:11 +0200
with message-id 559c6487.9090...@debian.org
and subject line Re: [Pkg-utopia-maintainers] Bug#777883: Unable to reproduce 
GCC-5 build issue
has caused the Debian Bug report #777883,
regarding gnome-disk-utility: ftbfs with GCC-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.)


-- 
777883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gnome-disk-utility
Version: 3.12.1-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gnome-disk-utility_3.12.1-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
  CCLD libgdu.la
make[5]: Leaving directory '/«PKGBUILDDIR»/src/libgdu'
make[4]: Leaving directory '/«PKGBUILDDIR»/src/libgdu'
Making all in disks
make[4]: Entering directory '/«PKGBUILDDIR»/src/disks'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
make  all-am
make[5]: Entering directory '/«PKGBUILDDIR»/src/disks'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
  CC   gnome_disks-main.o
  CC   gnome_disks-resources.o
  CC   gnome_disks-gduapplication.o
  CC   gnome_disks-gdudevicetreemodel.o
  CC   gnome_disks-gduvolumegrid.o
In file included from gduvolumegrid.c:11:0:
gduvolumegrid.c: In function 'maybe_add_partition':
gduvolumegrid.c:1552:31: error: format '%d' expects argument of type 'int', but 
argument 2 has type 'guint {aka unsigned int}' [-Werror=format=]
   s = g_strdup_printf (C_(volume-grid, Partition %d: %s), number, 
name);
   ^
/usr/include/glib-2.0/glib/gi18n.h:29:47: note: in definition of macro 'C_'
 #define C_(Context,String) g_dpgettext (NULL, Context \004 String, strlen 
(Context) + 1)
   ^
gduvolumegrid.c:1559:31: error: format '%d' expects argument of type 'int', but 
argument 2 has type 'guint {aka unsigned int}' [-Werror=format=]
   s = g_strdup_printf (C_(volume-grid, Partition %d), number);
   ^
/usr/include/glib-2.0/glib/gi18n.h:29:47: note: in definition of macro 'C_'
 #define C_(Context,String) g_dpgettext (NULL, Context \004 String, strlen 
(Context) + 1)
   ^
cc1: some warnings being treated as errors
make[5]: *** [gnome_disks-gduvolumegrid.o] Error 1
Makefile:676: recipe for target 'gnome_disks-gduvolumegrid.o' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/src/disks'
make[4]: *** [all] Error 2
Makefile:471: recipe for target 'all' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src/disks'
make[3]: *** [all-recursive] Error 1
Makefile:405: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:460: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:391: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---
Am 07.07.2015 um 20:34 schrieb Pearson, Greg:
 fixed 777883 

Processed: Patch for GCC 5 build issue

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

 tags 778055 + patch
Bug #778055 [src:padevchooser] padevchooser: ftbfs with GCC-5
Ignoring request to alter tags of bug #778055 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
778055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778055
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#791624: marked as done (cloudprint-service: incorrect removal of obsolete initscript)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Wed, 08 Jul 2015 00:33:54 +
with message-id e1zcdjc-ep...@franck.debian.org
and subject line Bug#791624: fixed in cloudprint 0.12-3
has caused the Debian Bug report #791624,
regarding cloudprint-service: incorrect removal of obsolete initscript
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.)


-- 
791624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cloudprint-service
Version: 0.12-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies conffiles.
This is forbidden by the policy, see
https://www.debian.org/doc/debian-policy/ch-files.html#s-config-files

The correct way to remove obsolete conffiles is to use
'dpkg-maitscript-helper rm_conffile', ideally from
d/$PACKAGE.maintscript files.
See dpkg-maintscript-helper(1) and dh_installdeb(1) for details.


debsums reports modification of the following files,
from the attached log (scroll to the bottom...):

1m18.1s ERROR: FAIL: debsums reports modifications inside the chroot:
  debsums: missing file /etc/init.d/cloudprintd (from cloudprint-service 
package)


cheers,


Andreas


cloudprint-service_0.12-1.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: cloudprint
Source-Version: 0.12-3

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

Debian distribution maintenance software
pp.
David Steele dste...@gmail.com (supplier of updated cloudprint package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Jul 2015 21:44:39 -0400
Source: cloudprint
Binary: cloudprint cloudprint-service
Architecture: source all
Version: 0.12-3
Distribution: unstable
Urgency: low
Maintainer: David Steele dste...@gmail.com
Changed-By: David Steele dste...@gmail.com
Description:
 cloudprint - Google Cloud Print proxy
 cloudprint-service - provide a service for sharing printers on Google Cloud 
Print
Closes: 791624
Changes:
 cloudprint (0.12-3) unstable; urgency=low
 .
   * Clear out the old init file the right way (Closes: 791624).
Checksums-Sha1:
 3b507330aabebacc172e15de1127cf40a9094d2c 1991 cloudprint_0.12-3.dsc
 1e7599427ec21c46b8a9ce77d4a126bcdbee59a1 9532 cloudprint_0.12-3.debian.tar.xz
 a1e881dd5c4622a365aa82ae7088e209f485c908 8330 cloudprint-service_0.12-3_all.deb
 b21144ac1832bcc73bb59098dbb729f74e26da8e 13248 cloudprint_0.12-3_all.deb
Checksums-Sha256:
 3435f597828003b13fb63158e728c8eaaf15d02df4f67b736a66bb6e5cc12b97 1991 
cloudprint_0.12-3.dsc
 688e289cd403debcb9bb4efc6faa800f2979677ae5bea1b42c69eebb79c7669e 9532 
cloudprint_0.12-3.debian.tar.xz
 d0b6b365bc94bf306f199e0a48beab6365a5d96a587506e1d9e05697957d8b5b 8330 
cloudprint-service_0.12-3_all.deb
 aa1b3d7135f9b09463f1833c5691f36220f070af3f51b985d01eadbec2a7154a 13248 
cloudprint_0.12-3_all.deb
Files:
 4279163cb784686294605d2674927a6b 1991 net optional cloudprint_0.12-3.dsc
 a7707819a6d15d839d36dad161a9e0c4 9532 net optional 
cloudprint_0.12-3.debian.tar.xz
 e3967b79c30e8fb93da3bf78c8e120f7 8330 net optional 
cloudprint-service_0.12-3_all.deb
 cfa68aaf768627c91258de12519625f9 13248 net optional cloudprint_0.12-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVnGuFAAoJEGJ+uykKgXqCIkkP/0sW0POfLmirpwYZ2LWfGxbr
x9Qio9iO8BBRQ9/NLvftG83EzkB3U+13mmEId0RQpYJStxFAZED9AEgyn8am3Ne7
NN/z4atashXYqW8a1fvr2j5wwHsIP+kiNE07R6wAqdNtoIABEBEjwDp0vHYDtv0m
EBTkt59DXU3h1zVAjyHtsyhX/6AkGuHH506cAJVF0QJVK9Zej5p4uejZNfc1EcJK
9TGSLzKQCD4OeWCMU4lV9zrTzMG17IYk8TX946gJVp33Zttavpd6hOMvpuPtYucc
GawgQ15gDCEBBXHpSX1yb/sr1GfSrYfgRBFNGg7yMtCDfHV4Y42VZG2g94+hBG5L
Htd+IzDuBKTIGM4djG0A6bEG3UZ+XdJICiJq27UCaxBCaFLr3HJHWr2h/1KoNFKd
MSMMSCekNRREHM1udSEFTheLFDe0xYTHz12Rx3DiHGBEuoJLPwgBQVaqAkvA1GR4
17CVs+6FzEL2be+NGLhTTa28NLpkTZdJWuwRZRY+gpXVCHqi8gtvPSyG2aooYwW3
QV0jXJUaImAid5Y3Ylej+z2rgohbAhelty1eJhP9lrcJRLuOHknkneo6YGYIjLKt
E8uosBZo5O6XJaOvn5JwN4iYuLWVEM1l76jpLcPybL7V3g6rqz+KbGYV/Vy+gPny
a6C640hGZm1NN8qruar5
=xL4Q
-END PGP 

Bug#791729: What version of systemsettings?

2015-07-07 Thread Jeremy Lainé
Hi Diederik,

What version of systemsettings are you running?

Cheers,
Jeremy


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



Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags  + patch

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard
--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel
 


Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags 778055 + patch
thanks

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard

--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel
 



Bug#791729: What version of systemsettings?

2015-07-07 Thread Diederik de Haas
Hi Jeremy,

On Wednesday 08 July 2015 00:24:02 Jeremy Lainé wrote:
 What version of systemsettings are you running?

Still on 4:4.11.13-2 since the latest version made systemsettings not work at 
all for me (couple of days ago).
If kde-config-gtk-style would need systemsettings version 4:5.3.2-2, it should 
state that in the dependencies, which it currently doesn't.
And documenting that some dependency (or sth like that) is missing, is the 
purpose of my bug report :)

Cheers,
  Diederik
-- 
GPG: 0x138E41915C7EFED6

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


Bug#771241: Could someone explain why this fix is still not available for Stable/Jessie?

2015-07-07 Thread Luke Pascoe
This is a serious issue which makes stunnel unusable in many
configurations, why has it not been backported into 8.0?

Luke Pascoe



*E* l...@osnz.co.nz
* P* +64 (9) 296 2961
* M* +64 (27) 426 6649
* W* www.osnz.co.nz

24 Wellington St
Papakura
Auckland, 2110
New Zealand


Bug#790851: autoconf-archive: fails to install: dpkg-maintscript-helper: error: symlink pathname ends with a slash

2015-07-07 Thread Michael Biebl
On Mon, 06 Jul 2015 22:21:03 +0100 Simon McVittie s...@debian.org wrote:
 I'm not available to do uploads right now (partial connectivity), but
 I'm in the GNOME team, so if nobody has uploaded gnome-common with
 #790936 fixed before next week, I'll do a team upload for it. I'd also
 be happy to sponsor a maintainer upload for #790937, or add the Breaks
 in a minimal NMU, at that point.

Breaks and Replaces, after all autoconf-archive is taking over the file
from gnome-common.

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


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



Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-07 Thread Thomas Goirand
On 07/06/2015 04:46 PM, Gaudenz Steinlin wrote:
 
 [ Adding the jerasure maintainer to the CC ]
 
 Hi
 
 Loic Dachary l...@dachary.org writes:
 
 Hi,

 I'm co-maintainer of both jerasure and ceph. If the Debian jerasure
 package was orphaned, I would be happy to step in and maintain it as a
 standalone package. Jerasure was packaged without dialog with the
 jerasure upstream and I can understand that keeping it in sync with
 what ceph needs is significant work.
 
 Loic thanks for your offer to help with this. We definitively need some
 upstream assistence on this. IMO while the current approach to just use
 the bundled version is suboptimal, the previous approach to just
 unilaterally use a different version of jerasure than upstream is not
 good either.
 
 Currently ceph is AFAICS the only reverse dependency of jerasure. I
 don't know why Thomas packaged it in the first place. But if we want to
 keept the standalone package it might be the best for the ceph
 maintainers group to take over maintenance of the jerasure Debian
 package. I hope Thomas won't mind if we lower the burden for him a bit.

I packaged it because it's needed by python-pyeclib, itself needed by
the latest Swift. No, I don't wish to hand-over its maintainership, but
I do accept contributions within the OpenStack packaging group on Alioth.

 From a Distribution packagers standpoint the current situation is less
 than optimal. I would very much prefer to not have third party libraries
 bundled in the source code. But without upstream cooperation this is
 hard to solve, more so as the bundled library is also a modified version
 of the original jerasure code.

Outch! Talking with upstream is indeed important here. FYI, I had to
battle the pyeclib upstream also, so that they don't embbed the package.
Having gf-complete and libjerasure early in Debian helped to convince
them, so I am happy I did the work early.

Cheers,

Thomas Goirand (zigo)


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



Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags 778055 + patch

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard

--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel
 



Processed (with 3 errors): Patch for GCC 5 build issue

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

 tags 778055 + patch
Bug #778055 [src:padevchooser] padevchooser: ftbfs with GCC-5
Added tag(s) patch.
 Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
Unknown command or malformed arguments to command.
 -std=gnu89' to the rules file to use the GNU89 inline semantics.
Unknown command or malformed arguments to command.
 I tested it with both gcc-5.0 and gcc-4.9.
Unknown command or malformed arguments to command.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
778055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778055
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#791446: marked as done (liblog4j1.2-java: org/apache/log4j/pattern is missing from .jar.)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 12:21:33 +
with message-id e1zcrst-0005iy...@franck.debian.org
and subject line Bug#791446: fixed in apache-log4j1.2 1.2.17-6
has caused the Debian Bug report #791446,
regarding liblog4j1.2-java: org/apache/log4j/pattern is missing from .jar.
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.)


-- 
791446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liblog4j1.2-java
Version: 1.2.17-5
Severity: grave

I am trying to build apache-log4j-extras1.2 (a dependency for
Elasticsearch 1.6) and am failing because a number of symbols cannot be
resolved, see below. It turns out that those classes are present in the
jar file -- and also in the sources that liblog4j1.2-java is built from.

All of the missing classes are in the org/apache/log4j/pattern directory
which is missing from the jar that ships with this package.

Cheers,
-Hilko

.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[22,31]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[23,31]
 error: cannot find symbol
  symbol:   class IntegerPatternConverter
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[24,31]
 error: cannot find symbol
  symbol:   class DatePatternConverter
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[57,10]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[159,18]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[169,18]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/pattern/ExtrasPatternParser.java:[439,17]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class ExtrasPatternParser
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/xml/XSLTLayout.java:[45,31]
 error: cannot find symbol
  symbol:   class CachedDateFormat
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/xml/XSLTLayout.java:[145,18]
 error: cannot find symbol
  symbol:   class CachedDateFormat
  location: class XSLTLayout
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/FixedWindowRollingPolicy.java:[24,31]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/extras/XSLTLayout.java:[45,31]
 error: cannot find symbol
  symbol:   class CachedDateFormat
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/extras/XSLTLayout.java:[149,18]
 error: cannot find symbol
  symbol:   class CachedDateFormat
  location: class XSLTLayout
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/TimeBasedRollingPolicy.java:[24,31]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: package org.apache.log4j.pattern
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[134,28]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[136,7]
 error: cannot find symbol
  symbol:   class PatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[161,44]
 error: cannot find symbol
  symbol:   class DatePatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/rolling/RollingPolicyBase.java:[171,44]
 error: cannot find symbol
  symbol:   class IntegerPatternConverter
  location: class RollingPolicyBase
.../apache-log4j-extras1.2/src/main/java/org/apache/log4j/pattern/ExtrasPatternParser.java:[92,19]
 error: cannot find symbol
  symbol:   class LoggerPatternConverter
  location: class ExtrasPatternParser

Processed: Status of axel-kapt

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

 block 789819 by 791563
Bug #789819 [ftp.debian.org] RM: kaptain -- ROM; dead upstream, uses Qt4, 
cannot be easily ported to Qt5, low popcon
789819 was not blocked by any bugs.
789819 was not blocking any bugs.
Added blocking bug(s) of 789819: 791563
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
789819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789819
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#791613: libguava-java[-doc]: add Breaks+Replaces against libguava18-java[-doc]

2015-07-07 Thread Andreas Beckmann
Followup-For: Bug #791613

In addition to the removal of src:guava-libraries-18, the libguava-java
and libguava-java-doc packages should carry (unversioned) Breaks and
Replaces against their *18* counterparts to ensure smooth upgrades
within sid.


Andreas


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



Bug#791588: texinfo: package installation fails with update-fmtutil: cannot read /etc/texmf/fmt.d/00tex.cnf

2015-07-07 Thread Norbert Preining
Hi Raphaël

 You should probably do a bit more than hope. :-)

of course, as with previous transitions, I wait until all the packages are 
ready, and if it doesn't work out contact release managers.

Enjoy

Norbert


PREINING, Norbert  http://www.preining.info
JAIST, Japan TeX Live  Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13


Bug#791469: closed by Raphaël Hertzog hert...@debian.org (Bug#791469: fixed in aptdaemon 0.31+bzr413-1.1+deb6u2)

2015-07-07 Thread Bruce Momjian,,,
On Mon, Jul  6, 2015 at 09:21:05AM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the python-aptdaemon package:
 
 #791469: apt-get upgrade generates Python errors

I can confirm the problem is now fixed.  Thanks.

---


 
 It has been closed by Raphaël Hertzog hert...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Raphaël Hertzog 
 hert...@debian.org by
 replying to this email.
 
 
 -- 
 791469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791469
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems

Received: (at 791469-close) by bugs.debian.org; 6 Jul 2015 09:19:45 +
X-Spam-Checker-Version: SpamAssassin 3.4.0-bugs.debian.org_2005_01_02
(2014-02-07) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-13.5 required=4.0 tests=BAYES_00,DIGITS_LETTERS,

FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,PGPSIGNATURE,RCVD_IN_DNSWL_MED,
RP_MATCHES_RCVD autolearn=ham autolearn_force=no
version=3.4.0-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0. Tokens: new, 60; hammy, 150; neutral, 138; spammy,
0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
0.000-+--H*MI:franck, 0.000-+--H*m:franck
Return-path: envel...@ftp-master.debian.org
Received: from mailly.debian.org ([82.195.75.114])
from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP 
CA,CN=mailly.debian.org,EMAIL=hostmas...@mailly.debian.org (verified)
by buxtehude.debian.org with esmtps 
(TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
(Exim 4.84)
(envelope-from envel...@ftp-master.debian.org)
id 1ZC2Yy-0002Rh-VL
for 791469-cl...@bugs.debian.org; Mon, 06 Jul 2015 09:19:45 +
Received: from franck.debian.org ([138.16.160.12])
from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP 
CA,CN=franck.debian.org,EMAIL=hostmas...@franck.debian.org (verified)
by mailly.debian.org with esmtps 
(TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
(Exim 4.84)
(envelope-from envel...@ftp-master.debian.org)
id 1ZC2Yw-00012i-Sb; Mon, 06 Jul 2015 09:19:42 +
Received: from dak by franck.debian.org with local (Exim 4.84)
(envelope-from envel...@ftp-master.debian.org)
id 1ZC2Yv-fn-NY; Mon, 06 Jul 2015 09:19:41 +
From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= hert...@debian.org
To: 791469-cl...@bugs.debian.org
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: aptdaemon
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Subject: Bug#791469: fixed in aptdaemon 0.31+bzr413-1.1+deb6u2
Message-Id: e1zc2yv-fn...@franck.debian.org
Date: Mon, 06 Jul 2015 09:19:41 +
 
 Source: aptdaemon
 Source-Version: 0.31+bzr413-1.1+deb6u2
 
 We believe that the bug you reported is fixed in the latest version of
 aptdaemon, 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 791...@bugs.debian.org,
 and the maintainer will reopen the bug report if appropriate.
 
 Debian distribution maintenance software
 pp.
 Raphaël Hertzog hert...@debian.org (supplier of updated aptdaemon package)
 
 (This message was generated automatically at their request; if you
 believe that there is a problem with it please contact the archive
 administrators by mailing ftpmas...@ftp-master.debian.org)
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 Format: 1.8
 Date: Mon, 06 Jul 2015 09:52:49 +0200
 Source: aptdaemon
 Binary: aptdaemon python-aptdaemon python-aptdaemon-gtk
 Architecture: source all
 Version: 0.31+bzr413-1.1+deb6u2
 Distribution: squeeze-lts
 Urgency: medium
 Maintainer: Julian Andres Klode j...@debian.org
 Changed-By: Raphaël Hertzog hert...@debian.org
 Description: 
  aptdaemon  - transaction based package management service
  python-aptdaemon - Python module for the server and client of aptdaemon
  python-aptdaemon-gtk - Python GTK+ widgets to run an aptdaemon client
 Closes: 791469
 Changes: 
  aptdaemon (0.31+bzr413-1.1+deb6u2) squeeze-lts; urgency=medium
  .
* Non-maintainer upload by the Debian LTS team.
* Fix syntax error with Python 2.5 introduced by former security fix
  (due to usage of the with statement). Closes: #791469
 Checksums-Sha1: 
  9a58107676a0b929f71e2e43e99034796c1990dc 1699 
 aptdaemon_0.31+bzr413-1.1+deb6u2.dsc
  31d0b3c16cb2830df84d73ae8018d08974a50f0c 9790 
 aptdaemon_0.31+bzr413-1.1+deb6u2.debian.tar.gz
  

Bug#791619: marked as done (fusionforge-common: fails to upgrade from 'testing' - trying to overwrite /usr/bin/forge_make_admin)

2015-07-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jul 2015 10:22:16 +
with message-id e1zcq12-0006cv...@franck.debian.org
and subject line Bug#791619: fixed in fusionforge 6.0.2+20150707-1
has caused the Debian Bug report #791619,
regarding fusionforge-common: fails to upgrade from 'testing' - trying to 
overwrite /usr/bin/forge_make_admin
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.)


-- 
791619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fusionforge-common
Version: 6.0.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + gforge-db-postgresql

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package fusionforge-common.
  Preparing to unpack .../fusionforge-common_6.0.2-1_all.deb ...
  Unpacking fusionforge-common (6.0.2-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/fusionforge-common_6.0.2-1_all.deb (--unpack):
   trying to overwrite '/usr/bin/forge_make_admin', which is also in package 
gforge-db-postgresql 5.3.2+20141104-3+deb8u1


cheers,

Andreas


gforge-db-postgresql_6.0.2-1.log.gz
Description: application/gzip
---End Message---
---BeginMessage---
Source: fusionforge
Source-Version: 6.0.2+20150707-1

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

Debian distribution maintenance software
pp.
Sylvain Beucler b...@debian.org (supplier of updated fusionforge package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jul 2015 11:32:19 +0200
Source: fusionforge
Binary: fusionforge fusionforge-common fusionforge-db-local 
fusionforge-db-remote fusionforge-web fusionforge-web-vhosts fusionforge-shell 
fusionforge-scm fusionforge-mta-postfix fusionforge-mta-exim4 fusionforge-lists 
gforge-common gforge-db-postgresql gforge-db-remote gforge-web-apache2 
gforge-shell-postgresql gforge-mta-postfix gforge-mta-exim4 
gforge-lists-mailman fusionforge-plugin-scmgit fusionforge-plugin-scmsvn 
fusionforge-plugin-scmbzr fusionforge-plugin-scmarch fusionforge-plugin-scmcvs 
fusionforge-plugin-scmdarcs fusionforge-plugin-scmhg 
fusionforge-plugin-mediawiki fusionforge-plugin-moinmoin 
fusionforge-plugin-admssw fusionforge-plugin-authcas 
fusionforge-plugin-authhttpd fusionforge-plugin-authldap 
fusionforge-plugin-blocks fusionforge-plugin-compactpreview 
fusionforge-plugin-contribtracker fusionforge-plugin-doaprdf 
fusionforge-plugin-extsubproj fusionforge-plugin-foafprofiles 
fusionforge-plugin-globalsearch fusionforge-plugin-gravatar
 fusionforge-plugin-headermenu fusionforge-plugin-hudson 
fusionforge-plugin-message fusionforge-plugin-projectlabels 
fusionforge-plugin-scmhook fusionforge-plugin-sysauthldap 
fusionforge-plugin-taskboard
 fusionforge-plugin-webanalytics
Architecture: source all
Version: 6.0.2+20150707-1
Distribution: unstable
Urgency: medium
Maintainer: Roland Mas lola...@debian.org
Changed-By: Sylvain Beucler b...@debian.org
Description:
 fusionforge - collaborative development tool - standard metapackage
 fusionforge-common - collaborative development tool - shared files
 fusionforge-db-local - collaborative development tool - database (using 
PostgreSQL)
 fusionforge-db-remote - collaborative development tool - database (remote)
 fusionforge-lists - collaborative development tool - mailing-lists (using 
Mailman)
 fusionforge-mta-exim4 - collaborative development tool - mail tools (using 
Exim 4)
 fusionforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 fusionforge-plugin-admssw - FusionForge plugin - ADMS.SW
 fusionforge-plugin-authcas - FusionForge plugin - CAS authentication
 fusionforge

Bug#781640: Downgrading bug severity

2015-07-07 Thread Daniele Tricoli
Hello Salvatore,

On Monday 06 July 2015 20:49:24 Salvatore Bonaccorso wrote:
 Increasing again the severity, since we have it fixed in
 jessie-security but not yet included as well for stretch.

Thanks and sorry for the delay and the missed deadline, but I had some 
important stuff to take care of.

I'm working on this right now. The package is quite ready (it build fine) but
since upstream maintainer changed I have to look again at all the code to 
check if the updated copyright is right.

Thanks for your patience, I will send an ack later.

Kind regards,

-- 
 Daniele Tricoli 'Eriol'
 https://mornie.org

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


Bug#781640: Downgrading bug severity

2015-07-07 Thread Salvatore Bonaccorso
Hi Daniele,

On Tue, Jul 07, 2015 at 02:01:59PM +0200, Daniele Tricoli wrote:
 Hello Salvatore,
 
 On Monday 06 July 2015 20:49:24 Salvatore Bonaccorso wrote:
  Increasing again the severity, since we have it fixed in
  jessie-security but not yet included as well for stretch.
 
 Thanks and sorry for the delay and the missed deadline, but I had some 
 important stuff to take care of.
 
 I'm working on this right now. The package is quite ready (it build fine) but
 since upstream maintainer changed I have to look again at all the code to 
 check if the updated copyright is right.
 
 Thanks for your patience, I will send an ack later.

Thanks for this status update. (really appreciated!)

Regards,
Salvatore


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



Bug#791446: NMU to DELAYED/5

2015-07-07 Thread Emmanuel Bourg
Le 07/07/2015 13:20, Hilko Bengen a écrit :

 Should I reschedule?

As you want, it up to you if you want to use the modified package
immediately or in 5 days.


 Right. I wrote NMU out of a habit -- the actual changelog is no NMU.

Good, could you just commit the changes on alioth please?

Emmanuel Bourg


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



  1   2   >