Bug#718178: [sflphone-kde] crash on startup

2013-08-17 Thread Lorenz Wenner
Thanks for your reply.
I just reinstalled the Package after purging it. I testet it with my
standard all day user profile.
Meanwhile I switched to linphone, so in case I was the only person with
this bug it is no longer relevant.

Kind regards
Lorenz

Am 17.08.2013 22:27, schrieb peter green:
> "When I start sflphone-client-kde in the terminal even after a fresh
> install I get this:"
> Can you clarify what exactly you mean by "after a fresh install"? Did
> you reinstall all of debian or just the package? if the latter did you
> purge the package before reinstalling and did you test with a clean user
> profile?
> 



0x0C8DE883.asc
Description: application/pgp-keys


Bug#701289: Accepted gltron 0.70final-11 (source amd64)

2013-08-17 Thread Andreas Moog
On 18.08.2013 05:33, Ari Pollak wrote:

Hi there,

>* Run dh_autoreconf to fix build with newer GCC versions. (Closes: #701289)
>  - Add dh-autoreconf to build-depends for this.

Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
lua/src/Makefile.am:8: warning: 'LDFLAGS' is a user variable, you should
not override it;
lua/src/Makefile.am:8: use 'AM_LDFLAGS' instead
autoreconf: automake failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
make: *** [config.status] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

The problem with running autoreconf instead of just autoconf is that you
have to make sure that the build system is completely compatible with
newer versions of the autotools. That's why I chose to just run autoconf
to regenerate the configure file. If you want to use dh-autoreconf, you
either have to create those missing files or adjust the automake
initialization in configure.in like:

--- configure.in.orig   2003-12-14 08:42:54.0 +
+++ configure.in2013-08-18 06:41:40.0 +
@@ -1,10 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.

 dnl initialisation
-AC_INIT(src/gltron.c)
+AC_INIT([gltron],[0.70])
+AC_CONFIG_SRCDIR([src/gltron.c])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gltron, 0.70)
+AM_INIT_AUTOMAKE([foreign])

 AC_PREFIX_DEFAULT("/usr/local")


With the "foreign" option you tell automake to be less strict when
checking required files.

Hope that helps

Cheers,
  Andreas



signature.asc
Description: OpenPGP digital signature


Bug#713206: marked as done (openrocket: FTBFS: [javac] /«PKGBUILDDIR»/core/src/net/sf/openrocket/gui/print/DesignReport.java:276: cannot find symbol)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 07:59:44 +0200 (CEST)
with message-id <20130818055944.c413c7e0...@rover.gag.com>
and subject line fixed
has caused the Debian Bug report #713206,
regarding openrocket: FTBFS: [javac] 
/«PKGBUILDDIR»/core/src/net/sf/openrocket/gui/print/DesignReport.java:276: 
cannot find symbol
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.)


-- 
713206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713206
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openrocket
Version: 12.03-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> ant -f core/build.xml dist-bin
> Buildfile: /«PKGBUILDDIR»/core/build.xml
> 
> checktodo:
>  [echo] Checking project for FIXMEs.
>  [loadfile] Do not set property criticaltodos as its length is 0.
>[delete] Deleting: /«PKGBUILDDIR»/core/checktodo-84850910
>  [echo] No critical TODOs in project.
> 
> checkascii:
>  [echo] Checking project for non-ASCII characters.
>  [loadfile] Do not set property nonascii as its length is 0.
>[delete] Deleting: /«PKGBUILDDIR»/core/checkascii-1787024658
>  [echo] No non-ASCII characters in project.
> 
> check:
> 
> clean:
> 
> build:
> [mkdir] Created dir: /«PKGBUILDDIR»/core/build/dist
>  [echo] Compiling main classes
> [javac] /«PKGBUILDDIR»/core/build.xml:59: warning: 'includeantruntime' 
> was not set, defaulting to build.sysclasspath=last; set to false for 
> repeatable builds
> [javac] Compiling 569 source files to /«PKGBUILDDIR»/core/build/dist
> [javac] 
> /«PKGBUILDDIR»/core/src/net/sf/openrocket/gui/print/DesignReport.java:40: 
> cannot find symbol
> [javac] symbol  : class DefaultFontMapper
> [javac] location: package com.itextpdf.text.pdf
> [javac] import com.itextpdf.text.pdf.DefaultFontMapper;
> [javac] ^
> [javac] 
> /«PKGBUILDDIR»/core/src/net/sf/openrocket/gui/print/DesignReport.java:276: 
> cannot find symbol
> [javac] symbol  : class DefaultFontMapper
> [javac] location: class net.sf.openrocket.gui.print.DesignReport
> [javac]   final DefaultFontMapper mapper = new 
> DefaultFontMapper();
> [javac] ^
> [javac] 
> /«PKGBUILDDIR»/core/src/net/sf/openrocket/gui/print/DesignReport.java:276: 
> cannot find symbol
> [javac] symbol  : class DefaultFontMapper
> [javac] location: class net.sf.openrocket.gui.print.DesignReport
> [javac]   final DefaultFontMapper mapper = new 
> DefaultFontMapper();
> [javac]^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 3 errors
> 
> BUILD FAILED
> /«PKGBUILDDIR»/core/build.xml:59: Compile failed; see the compiler error 
> output for details.
> 
> Total time: 16 seconds
> make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/openrocket_12.03-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
The package was restructed for the 13.05.1 and later uploads.

Bdale--- End Message ---


Bug#713320: FTBFS: automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'

2013-08-17 Thread Eric Dorland
I did not look deeply but something in either your build or
dh_autoreconf is setting -Werror on the automake invocation, which is
not the default. I don't believe this is a bug in automake.


-- 
Eric Dorland 
ICQ: #61138586, Jabber: ho...@jabber.com



signature.asc
Description: Digital signature


Bug#720060: patch for segfault

2013-08-17 Thread Steve M. Robbins
So the immediate problem is that the crypt() call in system.c line 108 returns 
NULL, so
the strcmp() naturally segfaults.  Below is a patch to cure this issue.  The 
program now
just displays "-ERR Bad login" without a segfault.

What I don't yet understand is why mu_authenticate_generic() is used
rather than mu_authenticate_system().  The latter properly handles
shadow passwords.  It also has the same problematic construct that
doesn't handle the case that crypt() returns NULL so the patch below 
fixes that, too.


--- orig/mailutils-2.99.98/libmailutils/auth/system.c   2012-01-05 
12:21:31.0 -0600
+++ mailutils-2.99.98/libmailutils/auth/system.c2013-08-17 
23:58:49.064170096 -0500
@@ -104,9 +104,17 @@
   if (!auth_data || !pass)
 return EINVAL;
   
-  return auth_data->passwd
- && strcmp (auth_data->passwd, crypt (pass, auth_data->passwd)) == 0 ?
+  if (!auth_data->passwd)
+return MU_ERR_AUTH_FAILURE;
+
+  {
+char *crypt_pass = crypt (pass, auth_data->passwd);
+if (!crypt_pass)
+  return MU_ERR_AUTH_FAILURE;
+
+return strcmp (auth_data->passwd, crypt_pass) == 0 ?
   0 : MU_ERR_AUTH_FAILURE;
+  }
 }
 
 /* Called only if generic fails */
@@ -126,8 +134,11 @@
   struct spwd *spw;
   spw = getspnam (auth_data->name);
   if (spw)
-   return strcmp (spw->sp_pwdp, crypt (pass, spw->sp_pwdp)) == 0 ?
+   {
+ char *crypt_pass = crypt (pass, spw->sp_pwdp);
+ return crypt_pass && strcmp (spw->sp_pwdp, crypt_pass) == 0 ?
0 : MU_ERR_AUTH_FAILURE;
+   }
 }
 #endif
   return MU_ERR_AUTH_FAILURE;


signature.asc
Description: Digital signature


Bug#720060: The backtrace

2013-08-17 Thread Steve M. Robbins
Hi,

Below is a backtrace (password masked).

Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
213 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
(gdb) bt
#0  __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
#1  0x765d38a8 in mu_authenticate_generic (return_data=0x0, 
key=0x557dd4d0, func_data=0x0, call_data=0x7fffe325) at system.c:108
#2  0x765d2950 in mu_auth_runlist (flist=0x5578bcd0, 
return_data=0x0, key=0x557dd4d0, data=0x7fffe325) at mu_auth.c:196
#3  0x765d3056 in mu_authenticate (auth_data=0x557dd4d0, 
pass=0x7fffe325 "x") at mu_auth.c:297
#4  0x55560be1 in pop3d_user (arg=0x7fffe5a5 "tanu", 
sess=0x7fffe590) at user.c:118
#5  0xf0c3 in pop3d_mainloop (ifd=0, ofd=1, tls=tls_no) at 
pop3d.c:426
#6  0xf9e3 in main (argc=1, argv=0x7fffe908) at pop3d.c:662

(gdb) up
#1  0x765d38a8 in mu_authenticate_generic (return_data=0x0, 
key=0x557ded90, func_data=0x0, call_data=0x7fffe325) at system.c:108
108  && strcmp (auth_data->passwd, crypt (pass, auth_data->passwd)) 
== 0 ?
(gdb) p auth_data->passwd
$4 = 0x557dede5 "x"


Note that my system uses shadow passwords, hence the 'x'.

-Steve


signature.asc
Description: Digital signature


Bug#720060: segfault after sending password

2013-08-17 Thread Steve M. Robbins
Package: mailutils-pop3d
Version: 1:2.99.98-1
Severity: grave
File: /usr/sbin/pop3d

The pop3d daemon segfaults after receiving the USER and PASS commands.
This has been happening for quite some time, perhaps 6 months or more.

Running under gdb gives the following backtrace.

Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
213 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
(gdb) bt
#0  __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
#1  0x765d38a8 in ?? () from /usr/lib/libmailutils.so.4
#2  0x765d2950 in mu_auth_runlist () from /usr/lib/libmailutils.so.4
#3  0x765d3056 in mu_authenticate () from /usr/lib/libmailutils.so.4
#4  0x55560aa1 in ?? ()
#5  0xef83 in ?? ()
#6  0xf8a3 in ?? ()
#7  0x754a3995 in __libc_start_main (main=0xf3d4, argc=2, 
ubp_av=0x7fffe9d8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe9c8) at libc-start.c:260
#8  0xb749 in ?? ()


I'll try to obtain a backtrace with debugging symbols.


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

Kernel: Linux 3.10-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

Versions of packages mailutils-pop3d depends on:
ii  libc6  2.17-92
ii  libgnutls262.12.23-5
ii  libgsasl7  1.8.0-2
ii  libkyotocabinet16  1.2.76-4
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libmailutils4  1:2.99.98-1
ii  libpam0g   1.1.3-9
ii  libwrap0   7.6.q-24
ii  mailutils-common   1:2.99.98-1
ii  netbase5.1
ii  update-inetd   4.43

mailutils-pop3d recommends no packages.

mailutils-pop3d 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#701289: marked as done (gltron: ftbfs with GCC-4.8)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:33:25 +
with message-id 
and subject line Bug#701289: fixed in gltron 0.70final-11
has caused the Debian Bug report #701289,
regarding gltron: ftbfs with GCC-4.8
to be marked as done.

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

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


-- 
701289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701289
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gltron
Version: 0.70final-10
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

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

  vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const' 
qualifier from pointer target type [-Werror]

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/gltron_0.70final-10_unstable_gcc48.log
The last lines of the build log are at the end of this report.

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

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

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

[...]
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/base'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/base'
Making all in filesystem
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/filesystem'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/filesystem'
Making all in input
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/input'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/input'
Making all in scripting
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/scripting'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/scripting'
Making all in video
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include/video'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include/video'
make[4]: Entering directory `/«PKGBUILDDIR»/nebu/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«PKGBUILDDIR»/nebu/include'
make[3]: Leaving directory `/«PKGBUILDDIR»/nebu/include'
Making all in base
make[3]: Entering directory `/«PKGBUILDDIR»/nebu/base'
source='geom.c' object='geom.o' libtool=no \
depfile='.deps/geom.Po' tmpdepfile='.deps/geom.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
x86_64-linux-gnu-gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" 
-DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-Dconst= -DHAVE_MKSTEMP=1  -I. -I.   -DDATA_DIR=\"/usr/share/games/gltron\" 
-DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -Wall -g -O2 
-DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-c `test -f geom.c || echo './'`geom.c
source='vector.c' object='vector.o' libtool=no \
depfile='.deps/vector.Po' tmpdepfile='.deps/vector.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
x86_64-linux-gnu-gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" 
-DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
-Dconst= -DHAVE_MKSTEMP=1  -I. -I.   -DDATA_DIR=\"/usr/share/games/gltron\" 
-DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -Wall -g -O2 
-DSEPARATOR="'/'" -Wall -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-c `test -f vector.c || echo './'`vector.c
vector.c: In function 'segment2_IntersectParallel':
vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const' 
qualifier from pointer target type [-Werror]
  assert(t >= 0);
  ^
In file included from vector.c:6:0:
/usr/include/assert.h:70:13: note: expected 'char *' but argument is of type 
'const char *'
 extern void __assert_fail (const char *__assertion, const char *__file,
 ^
cc1: all warnings being treated as errors
make[3]: *** [vector.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/nebu/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/nebu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Messag

Bug#710642: marked as done (gltron: FTBFS: vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const' qualifier from pointer target type [-Werror])

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:33:25 +
with message-id 
and subject line Bug#701289: fixed in gltron 0.70final-11
has caused the Debian Bug report #701289,
regarding gltron: FTBFS: vector.c:244:2: error: passing argument 4 of 
'__assert_fail' discards 'const' qualifier from pointer target type [-Werror]
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.)


-- 
701289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701289
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gltron
Version: 0.70final-10
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130529 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>   x86_64-linux-gnu-gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" 
> -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_UNISTD_H=1 
> -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1  -I. -I.   
> -DDATA_DIR=\"/usr/share/games/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" 
> -I../../nebu/include -Wall -g -O2 -DSEPARATOR="'/'" -Wall -Werror 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c `test -f vector.c || echo 
> './'`vector.c
> vector.c: In function 'segment2_IntersectParallel':
> vector.c:244:2: error: passing argument 4 of '__assert_fail' discards 'const' 
> qualifier from pointer target type [-Werror]
> In file included from vector.c:6:0:
> /usr/include/assert.h:70:13: note: expected 'char *' but argument is of type 
> 'const char *'
> cc1: all warnings being treated as errors
> make[3]: *** [vector.o] Error 1

The full build log is available from:
   http://deiv.vzpla.net/logs/2013/05/29/gltron_0.70final-10_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: gltron
Source-Version: 0.70final-11

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

Debian distribution maintenance software
pp.
Ari Pollak  (supplier of updated gltron 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: Sat, 17 Aug 2013 11:41:39 -0500
Source: gltron
Binary: gltron
Architecture: source amd64
Version: 0.70final-11
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak 
Changed-By: Ari Pollak 
Description: 
 gltron - 3D lightcycle game
Closes: 686540 701289
Changes: 
 gltron (0.70final-11) unstable; urgency=low
 .
   [ Ari Pollak ]
   * debian/patches/fix-clang-build.patch:
 - Apply patch from Cyril Roelandt to fix FTBFS with clang (Closes: #686540)
   * debian/patches/automake-error.patch:
 - Fix error when running recent version of automake
 .
   [ Andreas Moog ]
   * Run dh_autoreconf to fix build with newer GCC versions. (Closes: #701289)
 - Add dh-autoreconf to build-depends for this.
   * debian/patches/fix-prototypes.patch: Match function calls with the
 prototype declarations.
Checksums-Sha1: 
 7e541616a4cde6df4326c0bd75de36ab07eb5bf0 1805 gltron_0.70final-11.dsc
 851d0fac50bf2d8e46540acfe4259af7ff1571de 10756 
gltron_0.70final-11.debian.tar.gz
 9e5748269d52db423ead4a33df4db35753f12fa5 1989708 gltron_0.70final-11_amd64.deb
Checksums-Sha256: 
 5dc9cc837bf3ac53d1e3e70c2e5f826d5ea3de25a38675ca64af329cf7c57892 1805 
gltron_0.70final-11.dsc
 835fe41f00ae2e6fc304c8e3ea3b4db08658ea8c87c1fad4d12bc6a42fd7a22e 10756 
gltron_0.70final-11.debian.tar.gz
 8ed9a2ec7ef0c95c4037cd8f844240229b74d2b6fa370b4d34405e5ca0de80ba 1989708 
gltron_0.70final-11_amd64.deb
Files: 
 5d22a54a883d799d9e1a2233769818fb 1805 games optional gltron_0.70final-11.dsc
 97fe4d0b085b9c759616ef441ad2c1d8 10756 games optional 
gltron_0.70final-11.debian.tar.gz
 2a3bec2b5bcc40ce2b7613dc01880926 1989708 games optional 
gltron_0.70final-11_amd64.deb

-

Bug#714446: marked as done ([rss-glx] please build-depend on libgl1-mesa-dev (Ubuntu))

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:07:43 +
with message-id 
and subject line Bug#713110: fixed in rss-glx 0.9.1-6
has caused the Debian Bug report #713110,
regarding [rss-glx] please build-depend on libgl1-mesa-dev (Ubuntu)
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.)


-- 
713110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rss-glx
Version: 0.9.1-5
Severity: wishlist

Hi Maintainer

Please change the build dependency on libgl1-mesa-swx11-dev to
libgl1-mesa-dev | libgl-dev.
This will allow your package to build on Ubuntu and derivatives that no
longer have the libgl1-mesa-swx11 package.

Regards
Graham
--- End Message ---
--- Begin Message ---
Source: rss-glx
Source-Version: 0.9.1-6

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

Debian distribution maintenance software
pp.
Ari Pollak  (supplier of updated rss-glx 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: Sat, 17 Aug 2013 22:08:50 -0400
Source: rss-glx
Binary: rss-glx
Architecture: source amd64
Version: 0.9.1-6
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak 
Changed-By: Ari Pollak 
Description: 
 rss-glx- Really Slick Screensavers GLX Port
Closes: 713110
Changes: 
 rss-glx (0.9.1-6) unstable; urgency=low
 .
   * Build-depend on libgl1-mesa-dev instead of -swx11-dev (Closes: #713110)
Checksums-Sha1: 
 6281d35eea6b4ea18441cdc24c47b43430d2a8d4 1933 rss-glx_0.9.1-6.dsc
 6125f953ba4e8022cbb5e9c4e3faed338bbc15cc 7235 rss-glx_0.9.1-6.debian.tar.gz
 fab5d655ab84fa09016dc28544d84cd1976269e2 4982282 rss-glx_0.9.1-6_amd64.deb
Checksums-Sha256: 
 c29196b1bc80d5abc0c054f25c7cddcd4ce843bbac2e0f195cf4d6d4f8a1a49a 1933 
rss-glx_0.9.1-6.dsc
 c4dce57799cb7eaad8459f7219a3e8c57e55c09f1f87b6942af1c476d068165c 7235 
rss-glx_0.9.1-6.debian.tar.gz
 fd864f3b7f39816b59d8f3f65632ab81574e95bb2fb86bcf1592f05e78c62703 4982282 
rss-glx_0.9.1-6_amd64.deb
Files: 
 b00518a0ada794cf48c56c499c22fcf8 1933 x11 optional rss-glx_0.9.1-6.dsc
 6611f5c04ec67b8c90db3fbdd308bc40 7235 x11 optional 
rss-glx_0.9.1-6.debian.tar.gz
 cdce4454874d27c7e3b7eaf4010362ab 4982282 x11 optional rss-glx_0.9.1-6_amd64.deb

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

iQIcBAEBAgAGBQJSEDANAAoJEIiCILh+eYmJ40oQANfjNe2Md2k9390irL7gjc39
uoVqGgR8may8GkM4k2KE2R55nRkDmpkETPvdDWvBV7FNYs+PUeuSKF94RVpabGjH
dipsw2nM+jcdjMZUqsO9DJsjCHh8ywptBarhLVMcn+3714iLcJb4USh7+zDB5Nwr
9RWZA2X/gJhhbzupGjJbGDns1y23KPVok3xMgrz0eYszPLCWQfmFh8RUEMrDJBor
1DAFCck6j2ZumcyUp2Hgt2UScBYNozYZGK+w9kXXyAPH3pEMkC/f5+TNOwxPrv82
UNUAeo0EIl9kp8xFtaQrb8U/5s5b2A9S1lazKlIaDNYpJ7QeBbgfnpq8hAK73NC8
x2a+yvw+6M4qutnMvjDXThlRUWQku4CqxzYphAMyba+aIUsD6frKsm7D445cnWCf
UXMdNcYAA8USQWWMBK+8iVhaUS9S6G/wVjZMBVisjBbATg4vhRWTCMTk9lhoRvlC
NM5MTWMFkvSwgSq8YlDM0PRNB0dA7nawsdSWF/skZ1+RHBwp7T/MoyMKLEq9WbCC
SFRCH5iGZg7LV8YBUHvYXr//BLva6YmfcGvPlpnN8sOIMOBrJTPQrQYZSWtonnW+
L/gzzRgYNdkkZW3maYoOMcIklMdXHg7UIlJGiNtoiZXbv1lEeOv5u1zidBLn+sux
d28XBOn3rGIR72GOkizW
=pahi
-END PGP SIGNATURE End Message ---


Bug#713110: marked as done (rss-glx: FTBFS: build-dependency not installable: libgl1-mesa-swx11-dev)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:07:43 +
with message-id 
and subject line Bug#713110: fixed in rss-glx 0.9.1-6
has caused the Debian Bug report #713110,
regarding rss-glx: FTBFS: build-dependency not installable: 
libgl1-mesa-swx11-dev
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.)


-- 
713110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rss-glx
Version: 0.9.1-5
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> ┌──┐
> │ Install rss-glx build dependencies (apt-based resolver) 
>  │
> └──┘
> 
> Installing build dependencies
> 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:
>  sbuild-build-depends-rss-glx-dummy : Depends: libgl1-mesa-swx11-dev but it 
> is not going to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/rss-glx_0.9.1-5_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: rss-glx
Source-Version: 0.9.1-6

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

Debian distribution maintenance software
pp.
Ari Pollak  (supplier of updated rss-glx 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: Sat, 17 Aug 2013 22:08:50 -0400
Source: rss-glx
Binary: rss-glx
Architecture: source amd64
Version: 0.9.1-6
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak 
Changed-By: Ari Pollak 
Description: 
 rss-glx- Really Slick Screensavers GLX Port
Closes: 713110
Changes: 
 rss-glx (0.9.1-6) unstable; urgency=low
 .
   * Build-depend on libgl1-mesa-dev instead of -swx11-dev (Closes: #713110)
Checksums-Sha1: 
 6281d35eea6b4ea18441cdc24c47b43430d2a8d4 1933 rss-glx_0.9.1-6.dsc
 6125f953ba4e8022cbb5e9c4e3faed338bbc15cc 7235 rss-glx_0.9.1-6.debian.tar.gz
 fab5d655ab84fa09016dc28544d84cd1976269e2 4982282 rss-glx_0.9.1-6_amd64.deb
Checksums-Sha256: 
 c29196b1bc80d5abc0c054f25c7cddcd4ce843bbac2e0f195cf4d6d4f8a1a49a 1933 
rss-glx_0.9.1-6.dsc
 c4dce57799cb7eaad8459f7219a3e8c57e55c09f1f87b6942af1c476d068165c 7235 
rss-glx_0.9.1-6.debian.tar.gz
 fd864f3b7f39816b59d8f3f65632ab81574e95bb2fb86bcf1592f05e78c62703 4982282 
rss-glx_0.9.1-6_amd64.deb
Files: 
 b00518a0ada794cf48c56c499c22fcf8 1933 x11 optional rss-glx_0.9.1-6.dsc
 6611f5c04ec67b8c90db3fbdd308bc40 7235 x11 optional 
rss-glx_0.9.1-6.debian.tar.gz
 cdce4454874d27c7e3b7eaf4010362ab 4982282 x11 optional rss-glx_0.9.1-6_amd64.deb

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

iQIcBAEBAgAGBQJSEDANAAoJEIiCILh+eYmJ40oQANfjNe2Md2k9390irL7gjc39
uoVqGgR8may8GkM4k2KE2R55nRkDmpkETPvdDWvBV7FNYs+PUeuSKF94RVpabGjH
dipsw2nM+jcdjMZUqsO9DJsjCHh8ywptBarhLVMcn+3714iLcJb4USh7+zDB5Nwr
9RWZA2X/gJhhbzupGjJbGDns1y23KPVok3xMgrz0eYszPLCWQfmFh8RUEMrDJBor
1DAFCck6j2ZumcyUp2Hgt2UScBYNozYZGK+w9kXXyAPH3pEMkC/f5+TNOwxPrv82
UNUAeo0EIl9kp8xFtaQrb8U/5s5b2A9S1lazKlIaDNYpJ7QeBb

Processed: your mail

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

> forcemerge 713110 714446
Bug #713110 [src:rss-glx] rss-glx: FTBFS: build-dependency not installable: 
libgl1-mesa-swx11-dev
Bug #714446 [src:rss-glx] [rss-glx] please build-depend on libgl1-mesa-dev 
(Ubuntu)
Severity set to 'serious' from 'wishlist'
Added tag(s) sid and jessie.
Merged 713110 714446
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
713110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713110
714446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714446
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#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections

2013-08-17 Thread Keith Packard
Alan Coopersmith  writes:

> Reviewed-by: Alan Coopersmith 

Merged.
   6a49f88..fe7463b  master -> master

-- 
keith.pack...@intel.com


pgpYmmpZTo9YP.pgp
Description: PGP signature


Bug#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections

2013-08-17 Thread Julien Cristau
On Sat, Jul 27, 2013 at 10:38:57 -0700, Alan Coopersmith wrote:

> On 07/27/13 03:09 AM, Julien Cristau wrote:
> >Fixes build error with XACE disabled:
> >window.c:886:5: error: implicit declaration of function 
> >'DeleteWindowFromAnySelections' [-Werror=implicit-function-declaration]
> >  DeleteWindowFromAnySelections(pWin);
> >  ^
> >
> >Debian bug#701372
> >
> >Reported-by: Matthias Klose 
> >Signed-off-by: Julien Cristau 
> >---
> >  dix/window.c |1 +
> >  1 file changed, 1 insertion(+)
> >
> >diff --git a/dix/window.c b/dix/window.c
> >index 8950f97..9fa51c2 100644
> >--- a/dix/window.c
> >+++ b/dix/window.c
> >@@ -126,6 +126,7 @@ Equipment Corporation.
> >  #ifdef COMPOSITE
> >  #include "compint.h"
> >  #endif
> >+#include "selection.h"
> >
> >  #include "privates.h"
> >  #include "xace.h"
> >
> 
> Reviewed-by: Alan Coopersmith 
> 
Keith, can you merge this?

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#718001: gromacs-mpich, gromacs-openmpi: fails to upgrade from wheezy - trying to overwrite /usr/lib/libgmxpreprocess_mpi_d.mpich.so

2013-08-17 Thread Andreas Beckmann
Followup-For: Bug #718001
Control: found -1 4.6.3-2

>  gromacs (4.6.3-2) unstable; urgency=low
>* control:
>  - Have -dev Replaces/Breaks earlier versions of
>-openmpi/-mpich to handle file move.  (Closes: #718001)

Looks like this has to be the other way around ...


Andreas


gromacs-dev=4.5.5-2_gromacs-mpich=4.6.3-2.log.gz
Description: GNU Zip compressed data


Processed: Re: gromacs-mpich, gromacs-openmpi: fails to upgrade from wheezy - trying to overwrite /usr/lib/libgmxpreprocess_mpi_d.mpich.so

2013-08-17 Thread Debian Bug Tracking System
Processing control commands:

> found -1 4.6.3-2
Bug #718001 {Done: Nicholas Breen } 
[gromacs-mpich,gromacs-openmpi] gromacs-mpich, gromacs-openmpi: fails to 
upgrade from wheezy - trying to overwrite 
/usr/lib/libgmxpreprocess_mpi_d.mpich.so
Marked as found in versions gromacs/4.6.3-2; no longer marked as fixed in 
versions gromacs/4.6.3-2 and reopened.

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


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



Processed (with 3 errors): your mail

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

> reassign 680720 grub-efi
Bug #680720 [grub-common] 30_os-prober tries to chainload +1 on UEFI
Bug #679817 [grub-common] grub-common: broken chainloader entry in grub.cfg for 
windows systems in GPT partitioned disks
Bug reassigned from package 'grub-common' to 'grub-efi'.
Bug reassigned from package 'grub-common' to 'grub-efi'.
No longer marked as found in versions grub2/1.99-22.1.
No longer marked as found in versions grub2/1.99-22.1.
Ignoring request to alter fixed versions of bug #680720 to the same values 
previously set
Ignoring request to alter fixed versions of bug #679817 to the same values 
previously set
> unarchive 698914
> forcemerge 698914 680720
Bug #698914 {Done: Colin Watson } [grub-efi] grub-efi 
booting Windows 8 in UEFI mode
Bug #679817 [grub-efi] grub-common: broken chainloader entry in grub.cfg for 
windows systems in GPT partitioned disks
Severity set to 'serious' from 'normal'
Severity set to 'serious' from 'normal'
679817 was blocked by: 687921
679817 was not blocking any bugs.
Removed blocking bug(s) of 679817: 687921 and 705259
680720 was blocked by: 687921
680720 was not blocking any bugs.
Removed blocking bug(s) of 680720: 687921 and 705259
Failed to forcibly merge 698914: Locking already locked file: 
/org/bugs.debian.org/spool/lock/merge
$lockfile = '/org/bugs.debian.org/spool/lock/merge';
$locks = {
   'relockable' => {
 '/org/bugs.debian.org/spool/lock/698914' => 0,
 '/org/bugs.debian.org/spool/lock/680720' => 1,
 '/org/bugs.debian.org/spool/lock/679817' => 1
   },
   'lockorder' => [
'/org/bugs.debian.org/spool/lock/698914',
'/org/bugs.debian.org/spool/lock/680720',
'/org/bugs.debian.org/spool/lock/679817',
'/org/bugs.debian.org/spool/lock/merge',
'/org/bugs.debian.org/spool/lock/679817',
'/org/bugs.debian.org/spool/lock/680720'
  ],
   'locks' => {
'/org/bugs.debian.org/spool/lock/merge' => 1,
'/org/bugs.debian.org/spool/lock/698914' => 1,
'/org/bugs.debian.org/spool/lock/679817' => 2,
'/org/bugs.debian.org/spool/lock/680720' => 2
  }
 };

Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/merge', 
'HASH(0x31c0330)') called at /usr/local/lib/site_perl/Debbugs/Status.pm line 479
Debbugs::Status::lock_read_all_merged_bugs('bug', 687921, 'locks', 
'HASH(0x31c0330)') called at /usr/local/lib/site_perl/Debbugs/Control.pm line 
495
Debbugs::Control::set_blocks('bug', 679817, 'block', 687921, 'remove', 
1, 'request_msgid', '<20130817231239.gf3...@belkar.wrar.name>', 
'request_replyto', ...) called at /usr/local/lib/site_perl/Debbugs/Control.pm 
line 2116
Debbugs::Control::set_merged('transcript', 'GLOB(0x3179bd0)', 
'requester', 'Andrey Rahmatullin ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20130817231239.gf3...@belkar.wrar.name>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', 'forcemerge 698914 
680720', 'clonebugs', 'HASH(0x30f2ab8)', 'limit', 'HASH(0x30f24a0)', 
'common_control_options', 'ARRAY(0x30f24e8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> archive 698914
> --
Stopping processing here.

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


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



Processed (with 2 errors): your mail

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

> unarchive 698914
Bug #698914 {Done: Colin Watson } [grub-efi] grub-efi 
booting Windows 8 in UEFI mode
Unarchived Bug 698914
> forcemerge 698914 680720
Bug #698914 {Done: Colin Watson } [grub-efi] grub-efi 
booting Windows 8 in UEFI mode
Unable to merge bugs because:
package of #679817 is 'grub-common' not 'grub-efi'
package of #680720 is 'grub-common' not 'grub-efi'
Failed to forcibly merge 698914: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2928228)', 
'requester', 'Andrey Rahmatullin ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20130817230533.gd3...@belkar.wrar.name>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', 'forcemerge 698914 
680720', 'clonebugs', 'HASH(0x288aab8)', 'limit', 'HASH(0x288a4a0)', 
'common_control_options', 'ARRAY(0x288a4e8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> archive 698914
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
679817: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679817
680720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680720
698914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698914
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#720038: Shipping a minified version of dataTables.

2013-08-17 Thread Ben Armstrong
Package: opennebula
Followup-For: Bug #720038

I guess there's some level of awareness that opennebula needs this, as I
just found:

http://bugs.debian.org/719601

Ben


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



Bug#720053: php5-json: fails to upgrade from 'wheezy' - trying to overwrite /usr/include/php5/ext/json/php_json.h

2013-08-17 Thread Andreas Beckmann
Package: php5-json
Version: 1.3.1+dfsg-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'wheezy'.
It installed fine in 'wheezy', 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
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package php5-json.
  Unpacking php5-json (from .../php5-json_1.3.1+dfsg-2_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/php5-json_1.3.1+dfsg-2_amd64.deb (--unpack):
   trying to overwrite '/usr/include/php5/ext/json/php_json.h', which is also 
in package php5-dev 5.4.4-14+deb7u2
  Errors were encountered while processing:
   /var/cache/apt/archives/php5-json_1.3.1+dfsg-2_amd64.deb


cheers,

Andreas


php5-dev=5.4.4-14+deb7u2_php5-json=1.3.1+dfsg-2.log.gz
Description: GNU Zip compressed data


Bug#719571: marked as done (goldencheetah: bogus hardcoded libclucene0ldbl dependency)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 22:18:04 +
with message-id 
and subject line Bug#719571: fixed in goldencheetah 3.0-3
has caused the Debian Bug report #719571,
regarding goldencheetah: bogus hardcoded libclucene0ldbl dependency
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.)


-- 
719571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: goldencheetah
Version: 3.0-2
Severity: serious

Hi,

thanks for fixing goldencheetah for building with the new clucene 2.x. 
Unfortunately
the package is still buggy because it has

Depends: ${shlibs:Depends}, ${misc:Depends}, libclucene0ldbl

in debian/control so it still relies on the (obsolete)  libclucene0ldbl... And 
thus also
appears as red in 
http://release.debian.org/transitions/html/libclucene-core1.html.

Please remove that libclucene0ldbl, it was and should be handled by 
${shlibs:Depends} anyway.

Regards,

Rene
--- End Message ---
--- Begin Message ---
Source: goldencheetah
Source-Version: 3.0-3

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

Debian distribution maintenance software
pp.
KURASHIKI Satoru  (supplier of updated goldencheetah 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: Sun, 18 Aug 2013 07:02:45 +0900
Source: goldencheetah
Binary: goldencheetah
Architecture: source amd64
Version: 3.0-3
Distribution: unstable
Urgency: low
Maintainer: KURASHIKI Satoru 
Changed-By: KURASHIKI Satoru 
Description: 
 goldencheetah - set of analysis tools for cycling performance
Closes: 719571
Changes: 
 goldencheetah (3.0-3) unstable; urgency=low
 .
   * debian/control: remove needless dependency. (Closes: #719571)
Checksums-Sha1: 
 33e5c532713033db77109be1be570452ea7d297e 2335 goldencheetah_3.0-3.dsc
 aa9b3820f367e2014ef6c1124ae6afa8874b538b 15157 
goldencheetah_3.0-3.debian.tar.gz
 5f8f05cdd393cc1eae82690906ade1002a94ba38 9101092 goldencheetah_3.0-3_amd64.deb
Checksums-Sha256: 
 3e7b0eaaa0c6e46f7bb0c50b9cfcd4ffa3935523fee63dd0217a5c977d3ab25f 2335 
goldencheetah_3.0-3.dsc
 0b872935bc9488c477fcd0d9817874aaa634dd3ee90ac0bfc91ffa8c0f694373 15157 
goldencheetah_3.0-3.debian.tar.gz
 8e0f538ab22d8ec6c393c80fe40a67d6f8c3a9235f6ef615b35073cc2e8e648c 9101092 
goldencheetah_3.0-3_amd64.deb
Files: 
 daa39787ac0356e63c0e031fc25f9eae 2335 misc optional goldencheetah_3.0-3.dsc
 e9cd1e67ad462c780cce82002571bc6e 15157 misc optional 
goldencheetah_3.0-3.debian.tar.gz
 2369642fc96e2a245d318c0f154a8b3a 9101092 misc optional 
goldencheetah_3.0-3_amd64.deb

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

iQIcBAEBCAAGBQJSD/UsAAoJENJ93hFAovETDuEP/1kZ5t1+yEUNzj0RQd62xIHZ
ZdnSToG8C8nllBf4kz+RQP61zvNEtQ3iun98WUQiiUFFEOKZqcfIEhe0itrSZ40r
2/3bC4wmydCl1RnpCmb6nqqBaPXzjYSxSLf6H43bePncc0A44k+aCCJewe57ZZho
ID9Pt3TMmAO6nST1WS+E8MaXQkH+PfNMuIHTKeOyR3fT0n9oRfMXp+PyLqEH2kkH
sprjeMhGd9IL/FR2OXb0LW8p2EOhhLdUYuA/0YAsrn1DADZ4fHoD79qep/frVrBz
kmsq1SD7LNtEooduFTmhZkUegdpvUw0I0h2+7/oGx1ewjm1x0mVVCDYlFO4cH1Tx
7PH7FK/NgBxAyh9wO8vZWu6dRZzHSr0fVcf8JRgPaQ8oUtycZMuTqarwyUoVDAfz
tvXjhzBeVCQD6rzrfvz1e/Th04v582BV3bl24mcgZ3Gk2Q2M6RJT+NwwU5yFkUDM
HOYsd7+3MGkNZ3WBUf3wE9m8mKm+t98tlXVGkOMKHj5DXSH3U+vGS+Ve1WFKpAPL
GZAlNXyg34lHW9kcpRSBlC9RaY2jBqAJgep447qZWeQJqdMnfvz7y4vmwX4TKgWI
0tQEY2KDW/BX3/PeEifC/Txbqd43tcmza0Vnt4qmEsweb6CKI2Xa3znSwilg8D16
R1OFmNHqV7T4bWnEtNi6
=1mI0
-END PGP SIGNATURE End Message ---


Bug#720048: org-mode-doc: fails to upgrade from 'wheezy' - trying to overwrite /usr/share/info/org.gz

2013-08-17 Thread Andreas Beckmann
Package: org-mode-doc
Version: 8.0.7-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + org-mode

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'wheezy'.
It installed fine in 'wheezy', 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
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package org-mode-doc.
  Unpacking org-mode-doc (from .../org-mode-doc_8.0.7-1_all.deb) ...
  dpkg: error processing /var/cache/apt/archives/org-mode-doc_8.0.7-1_all.deb 
(--unpack):
   trying to overwrite '/usr/share/info/org.gz', which is also in package 
org-mode 7.8.11-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Processing triggers for fontconfig ...
  Errors were encountered while processing:
   /var/cache/apt/archives/org-mode-doc_8.0.7-1_all.deb


cheers,

Andreas


org-mode=7.8.11-1_org-mode-doc=8.0.7-1.log.gz
Description: GNU Zip compressed data


Processed: org-mode-doc: fails to upgrade from 'wheezy' - trying to overwrite /usr/share/info/org.gz

2013-08-17 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + org-mode
Bug #720048 [org-mode-doc] org-mode-doc: fails to upgrade from 'wheezy' - 
trying to overwrite /usr/share/info/org.gz
Added indication that 720048 affects org-mode

-- 
720048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720048
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: user debian...@lists.debian.org, tagging 699402, severity of 718787 is serious, tagging 718787 ...

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

> user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was a...@debian.org).
> tags 699402 - upstream
Bug #699402 {Done: Andreas Beckmann } [nvidia-glx-legacy-96xx] 
nvidia-kernel-legacy-96xx-source: display a gradual fuzzy white after boot, 
display unusable
Removed tag(s) upstream.
> severity 718787 serious
Bug #718787 [libapache2-mod-musicindex] libapache2-mod-musicindex: Dependency 
on apache2.2 (-common) holds up migration to Apache 2.4
Severity set to 'serious' from 'important'
> tags 718787 + sid
Bug #718787 [libapache2-mod-musicindex] libapache2-mod-musicindex: Dependency 
on apache2.2 (-common) holds up migration to Apache 2.4
Added tag(s) sid.
> usertags 718787 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 718962 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 718138 piuparts
Usertags were: qa-ftbfs-20130726 qa-ftbfs.
Usertags are now: qa-ftbfs-20130726 piuparts qa-ftbfs.
> affects 718138 + libsqlexpr-ocaml-dev
Bug #718138 [src:ocaml-sqlexpr] ocaml-sqlexpr: FTBFS: Cannot find findlib 
package estring
Added indication that 718138 affects libsqlexpr-ocaml-dev
> usertags 712221 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 707585 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 707585 + libwhy-coq
Bug #707585 [why] why: FTBFS in unstable
Added indication that 707585 affects libwhy-coq
> user multiarch-de...@lists.alioth.debian.org
Setting user to multiarch-de...@lists.alioth.debian.org (was 
debian...@lists.debian.org).
> usertags 693248 multiarch
There were no usertags set.
Usertags are now: multiarch.
> found 719512 0.11.0-1
Bug #719512 [ruby-rack-google-analytics,ruby-rack-piwik] ruby-rack-piwik and 
ruby-rack-google-analytics: error when trying to install together
There is no source info for the package 'ruby-rack-piwik' at version '0.11.0-1' 
with architecture ''
Marked as found in versions ruby-rack-google-analytics/0.11.0-1.
> found 719512 0.2.2-1
Bug #719512 [ruby-rack-google-analytics,ruby-rack-piwik] ruby-rack-piwik and 
ruby-rack-google-analytics: error when trying to install together
There is no source info for the package 'ruby-rack-google-analytics' at version 
'0.2.2-1' with architecture ''
Marked as found in versions ruby-rack-piwik/0.2.2-1.
> found 719511 4.7.0-1
Bug #719511 [ruby-twitter,ruby-twitter4r] ruby-twitter4r and ruby-twitter: 
error when trying to install together
There is no source info for the package 'ruby-twitter4r' at version '4.7.0-1' 
with architecture ''
Marked as found in versions ruby-twitter/4.7.0-1.
> found 719511 0.7.0-3
Bug #719511 [ruby-twitter,ruby-twitter4r] ruby-twitter4r and ruby-twitter: 
error when trying to install together
There is no source info for the package 'ruby-twitter' at version '0.7.0-3' 
with architecture ''
Marked as found in versions ruby-twitter4r/0.7.0-3.
> found 719771 4.0.7+dfsg-3.1
Bug #719771 [libpion-net-plugins,libpion-plugins] libpion-plugins and 
libpion-net-plugins: error when trying to install together
There is no source info for the package 'libpion-plugins' at version 
'4.0.7+dfsg-3.1' with architecture ''
Marked as found in versions pion-net/4.0.7+dfsg-3.1.
> found 719771 5.0.3+dfsg-1
Bug #719771 [libpion-net-plugins,libpion-plugins] libpion-plugins and 
libpion-net-plugins: error when trying to install together
There is no source info for the package 'libpion-net-plugins' at version 
'5.0.3+dfsg-1' with architecture ''
Marked as found in versions pion/5.0.3+dfsg-1.
> found 719772 4.0.7+dfsg-3.1
Bug #719772 [libpion-net-plugins-dbg,libpion-plugins-dbg] libpion-plugins-dbg 
and libpion-net-plugins-dbg: error when trying to install together
There is no source info for the package 'libpion-plugins-dbg' at version 
'4.0.7+dfsg-3.1' with architecture ''
Marked as found in versions pion-net/4.0.7+dfsg-3.1.
> found 719772 5.0.3+dfsg-1
Bug #719772 [libpion-net-plugins-dbg,libpion-plugins-dbg] libpion-plugins-dbg 
and libpion-net-plugins-dbg: error when trying to install together
There is no source info for the package 'libpion-net-plugins-dbg' at version 
'5.0.3+dfsg-1' with architecture ''
Marked as found in versions pion/5.0.3+dfsg-1.
> affects 720040 + libdb5.3-java libdb5.1-java
Bug #720040 [libdb6.0-java] libdb6.0-java: file conflicts with 
libdb5.[13]-java: /usr/share/java/db.jar
Added indication that 720040 affects libdb5.3-java and libdb5.1-java
> affects 720042 + libdb5.3-sql-dev libdb5.3-stl-dev
Bug #720042 [libdb6.0-sql-dev,libdb6.0-stl-dev] libdb6.0-sql-dev, 
libdb6.0-stl-dev: file conflicts with libdb5.3-sql-dev, libdb5.3-stl-dev
Added indication that 720042 affects libdb5.3-sql-dev and libdb5.3-stl-dev
> found 717986 1.2.5+hg1034-1
Bug #717986 [crmsh] crmsh: fails to upgrade from 'sid' - trying to overwrite 
/usr/sbin/crm
Marked as found in versions crmsh/1.2.5+hg1034-1.
> thanks
Stopping processing here.

Please contact me if you n

Bug#720046: python-django-filters-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc-base/python-django-filter

2013-08-17 Thread Andreas Beckmann
Package: python-django-filters-doc
Version: 0.6-2
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
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package python-django-filters-doc.
  Unpacking python-django-filters-doc (from 
.../python-django-filters-doc_0.6-2_all.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/python-django-filters-doc_0.6-2_all.deb (--unpack):
   trying to overwrite '/usr/share/doc-base/python-django-filter', which is 
also in package python-django-filter-doc 0.6-1
  Errors were encountered while processing:
   /var/cache/apt/archives/python-django-filters-doc_0.6-2_all.deb


cheers,

Andreas


python-django-filter-doc=0.6-1_python-django-filters-doc=0.6-2.log.gz
Description: GNU Zip compressed data


Bug#720045: python-transmissionrpc-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc-base/python-transmissionrpc

2013-08-17 Thread Andreas Beckmann
Package: python-transmissionrpc-doc
Version: 0.10-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
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package python-transmissionrpc-doc.
  Unpacking python-transmissionrpc-doc (from 
.../python-transmissionrpc-doc_0.10-1_all.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/python-transmissionrpc-doc_0.10-1_all.deb (--unpack):
   trying to overwrite '/usr/share/doc-base/python-transmissionrpc', which is 
also in package python-transmissionrpc 0.8-1
  Errors were encountered while processing:
   /var/cache/apt/archives/python-transmissionrpc-doc_0.10-1_all.deb


cheers,

Andreas


python-transmissionrpc=0.8-1_python-transmissionrpc-doc=0.10-1.log.gz
Description: GNU Zip compressed data


Bug#720043: base: debian freezes at any time, all programs are frozen. The only thing that is working is the mouse

2013-08-17 Thread Josue
Package: base
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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


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

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#720044: elk-lapw: /usr/bin/elk already provided by the elk package

2013-08-17 Thread Andreas Beckmann
Package: elk-lapw
Version: 1.4.22-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files.

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

  Selecting previously unselected package elk-lapw.
  Unpacking elk-lapw (from .../elk-lapw_1.4.22-1_amd64.deb) ...
  dpkg: error processing /var/cache/apt/archives/elk-lapw_1.4.22-1_amd64.deb 
(--unpack):
   trying to overwrite '/usr/bin/elk', which is also in package elk 3.99.8-2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/elk-lapw_1.4.22-1_amd64.deb


cheers,

Andreas


elk=3.99.8-2_elk-lapw=1.4.22-1.log.gz
Description: GNU Zip compressed data


Bug#720042: libdb6.0-sql-dev, libdb6.0-stl-dev: file conflicts with libdb5.3-sql-dev, libdb5.3-stl-dev

2013-08-17 Thread Andreas Beckmann
Package: libdb6.0-sql-dev,libdb6.0-stl-dev
Version: 6.0.19-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

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

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

  Selecting previously unselected package libdb6.0-sql-dev.
  Unpacking libdb6.0-sql-dev (from .../libdb6.0-sql-dev_6.0.19-3_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/libdb6.0-sql-dev_6.0.19-3_amd64.deb (--unpack):
   trying to overwrite '/usr/include/dbsql.h', which is also in package 
libdb5.3-sql-dev 5.3.21-2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/libdb6.0-sql-dev_6.0.19-3_amd64.deb


Shared files between libdb6.0-sql-dev and libdb5.3-sql-dev:

usr/include/dbsql.h
usr/lib/x86_64-linux-gnu/libdb_sql.a
usr/lib/x86_64-linux-gnu/libdb_sql.so


Shared files between libdb6.0-stl-dev and libdb5.3-stl-dev:

usr/include/dbstl_base_iterator.h
usr/include/dbstl_common.h
usr/include/dbstl_container.h
usr/include/dbstl_dbc.h
usr/include/dbstl_dbt.h
usr/include/dbstl_element_ref.h
usr/include/dbstl_exception.h
usr/include/dbstl_inner_utility.h
usr/include/dbstl_map.h
usr/include/dbstl_resource_manager.h
usr/include/dbstl_set.h
usr/include/dbstl_utility.h
usr/include/dbstl_vector.h
usr/lib/x86_64-linux-gnu/libdb_stl.a
usr/lib/x86_64-linux-gnu/libdb_stl.so


cheers,

Andreas


libdb5.3-sql-dev=5.3.21-2_libdb6.0-sql-dev=6.0.19-3.log.gz
Description: GNU Zip compressed data


Bug#720040: libdb6.0-java: file conflicts with libdb5.[13]-java: /usr/share/java/db.jar

2013-08-17 Thread Andreas Beckmann
Package: libdb6.0-java
Version: 6.0.19-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

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

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

  Selecting previously unselected package libdb6.0-java.
  Unpacking libdb6.0-java (from .../libdb6.0-java_6.0.19-3_all.deb) ...
  dpkg: error processing /var/cache/apt/archives/libdb6.0-java_6.0.19-3_all.deb 
(--unpack):
   trying to overwrite '/usr/share/java/db.jar', which is also in package 
libdb5.3-java 5.3.21-2
  Errors were encountered while processing:
   /var/cache/apt/archives/libdb6.0-java_6.0.19-3_all.deb

  Selecting previously unselected package libdb6.0-java.
  Unpacking libdb6.0-java (from .../libdb6.0-java_6.0.19-3_all.deb) ...
  dpkg: error processing /var/cache/apt/archives/libdb6.0-java_6.0.19-3_all.deb 
(--unpack):
   trying to overwrite '/usr/share/java/db.jar', which is also in package 
libdb5.1-java 5.1.29-7
  Errors were encountered while processing:
   /var/cache/apt/archives/libdb6.0-java_6.0.19-3_all.deb


cheers,

Andreas


libdb5.3-java=5.3.21-2_libdb6.0-java=6.0.19-3.log.gz
Description: GNU Zip compressed data


Bug#720038: Shipping a minified version of dataTables.

2013-08-17 Thread Paul Tagliamonte
Package: opennebula
Severity: serious
User: paul...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Heyya folks,

Looks like you're shipping minified JS from upstream. synrg@ (cc'd) found
this (hey, thanks!), and also needs this file for one of his packages. It'd
be nice to get it packaged.

The file is:

  ./src/sunstone/public/vendor/dataTables/jquery.dataTables.min.js

Please DFSG repack this ASAP.

Thanks!
  Paul

-- 
 .''`.  Paul Tagliamonte 
: :'  : Proud Debian Developer
`. `'`  4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
 `- http://people.debian.org/~paultag


signature.asc
Description: Digital signature


Bug#719674: marked as done (mueval does not work, needs ShowQ)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 21:20:43 +
with message-id 
and subject line Bug#719674: fixed in haskell-mueval 0.9.1-1
has caused the Debian Bug report #719674,
regarding mueval does not work, needs ShowQ
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.)


-- 
719674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mueval
Version: 0.9-2
Severity: grave
Tags: upstream
Forwarded: Gwern 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

$ /usr/bin/mueval-core -e '1+1'
Could not find module `ShowQ'
Use -v to see a list of the files searched for

mueval needs a different version of ShowQ. Upstream has been notified.

Greetings,
Joachim


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

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

Versions of packages mueval depends on:
ii  libc6 2.17-92
ii  libffi6   3.0.13-4
ii  libgmp10  2:5.1.2+dfsg-2

mueval recommends no packages.

mueval suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAlILN0UACgkQ9ijrk0dDIGxRHQCeLhZ6tFXI2vKG/8ySuMebKnTB
fcoAnif2v0njs/ARneHsIwYwf9wZjJl8
=oQrp
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: haskell-mueval
Source-Version: 0.9.1-1

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

Debian distribution maintenance software
pp.
Joachim Breitner  (supplier of updated haskell-mueval 
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: Sat, 17 Aug 2013 21:45:32 +0200
Source: haskell-mueval
Binary: mueval libghc-mueval-dev libghc-mueval-prof libghc-mueval-doc
Architecture: source all amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 

Changed-By: Joachim Breitner 
Description: 
 libghc-mueval-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-mueval-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-mueval-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
 mueval - Safely evaluate pure Haskell expressions - executables
Closes: 719325 719674
Changes: 
 haskell-mueval (0.9.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #719674)
   * Fix description of mueval package (Closes: #719325 )
Checksums-Sha1: 
 7979f27bab5a467a212b6ffcc3e832170a5a2611 1928 haskell-mueval_0.9.1-1.dsc
 68d5eea030c1cb765c35e37f8653ecec95370831 15386 haskell-mueval_0.9.1.orig.tar.gz
 f9b58f8fc7885ec130c281ff844ab17dd86315a9 2533 
haskell-mueval_0.9.1-1.debian.tar.gz
 ebf597b2a06676294095d977e7d5bb05106b96e5 45880 
libghc-mueval-doc_0.9.1-1_all.deb
 05ef337661c51ca41bdac6501e76e76ec76c74d1 4453636 mueval_0.9.1-1_amd64.deb
 2b806667a7d15765bc76dc41c29cf9b4cdcb6a19 76594 
libghc-mueval-dev_0.9.1-1_amd64.deb
 2ccc38a2aaac495a8a67c25baa86f63c5d8e2cb3 77086 
libghc-mueval-prof_0.9.1-1_amd64.deb
Checksums-Sha256: 
 b70527b03462f779bb95411901435ee5af4464ecf164226093964850bbe72c85 1928 
haskell-mueval_0.9.1-1.dsc
 f8f62ac6ac0c09b755f41cee8d47df9a9f36cf2625169786a842b69bcf47c6b8 15386 
haskell-mueval_0.9.1.orig.tar.gz
 9a868e4c40bc33dc912c4ce123c50604a2c04c2d879e939da58b2a6ac1120a6a 2533 
haskell-mueval_0.9.1-1.debian.tar.gz
 1ae6077db429ae8526799f8a51d3bea31e5c87046eeda300379bfbd250d88f4e 45880 
libghc-mueval-doc_0.9.1-1_all.deb
 fb8ba09f537932b65e8072d33629a323b0b29ddf0cfc1749ad4ddedef99e8a43 4453636 
mueval_0.9.1-1_amd64.deb
 67085dbe1e90a87b1ac7fc123c9d4bdb4627c5cc4382b7ec47f551353b692dd3 76594 
libghc-mueval-dev_0.9.1-1_amd64.deb
 b38bce1b9f57c36f5af6f3d604fcb86cbb66f6b9c793753db6fa3a7e9573255f 77086 
libghc-mueval-prof_0.9.1-1_amd64.deb
Files: 
 dc4036975d5f7df98919c72f98403826 1928 haskell extra haskell-mueval_0.9.1-1.dsc
 7e36d3a6b319b7639ed193a4a8dddb3d 15386 haskell ext

Bug#718699: Changelog is not in UTF8

2013-08-17 Thread Arthur de Jong
On Sun, 2013-08-04 at 15:19 +0200, Enrico Zini wrote:
> the package declares Standards-Version: 3.9.2 but the changelog is
> encoded in latin1.

I've had a look at the changelog but the version currently in the
python-modules Subversion repository is UTF-8 encoded.

The fix was in r23712 while the file that went into the version that was
uploaded does not seem to be in Subversion. It looks somewhat similar to
r23711 but the upload also contains an outdated README.source and
maintainer line.

The next upload, if based on the current Subversion version, should be
OK.

-- 
-- arthur - adej...@debian.org - http://people.debian.org/~adejong --


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


Bug#718178: [sflphone-kde] crash on startup

2013-08-17 Thread peter green
"When I start sflphone-client-kde in the terminal even after a fresh 
install I get this:"
Can you clarify what exactly you mean by "after a fresh install"? Did 
you reinstall all of debian or just the package? if the latter did you 
purge the package before reinstalling and did you test with a clean user 
profile?



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



Bug#715529: can not start goobox

2013-08-17 Thread Helge Kreutzmann
severity 715529 important
thanks

Hello Picca
On Sun, Jul 28, 2013 at 07:54:50PM +0200, Helge Kreutzmann wrote:
> But first I'd be glad to get your answer.

Since I cannot reproduce your problem and you are not answering I lower
this bug to important so that goobox can (finally) migrate to testing.

I still be happy to get the answers to my questions.

Greetings

   Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Processed: Re: Bug#715529: can not start goobox

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

> severity 715529 important
Bug #715529 [goobox] can not start goobox
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
715529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715529
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#719989: marked as done (libchi-driver-memcached-perl: FTBFS: missing dependency on Moose)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 19:48:16 +
with message-id 
and subject line Bug#719989: fixed in libchi-driver-memcached-perl 0.14-4
has caused the Debian Bug report #719989,
regarding libchi-driver-memcached-perl: FTBFS: missing dependency on Moose
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.)


-- 
719989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libchi-driver-memcached-perl
Version: 0.14-3
Severity: serious
Justification: FTBFS on sid
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'use CHI::Driver::Memcached;'
#   at t/00-load.t line 6.
# Tried to use 'CHI::Driver::Memcached'.
# Error:  Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
# BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Testing CHI::Driver::Memcached 0.14, Perl 5.014002, /usr/bin/perl
# Looks like you failed 1 test of 1.
t/00-load.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached/Fast.pm
 line 5.
BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached/Fast.pm
 line 5.
Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
t/CHIDriverTests-Fast.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/CHIDriverTests-libmemcached.t .. skipped: one of required modules not 
installed: Cache::Memcached::libmemcached
Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
t/CHIDriverTests-Memcached.t . 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Failed 3/5 test programs. 1/14 subtests failed.
t/pod.t .. ok
Test Summary Report
---
t/00-load.t(Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/CHIDriverTests-Fast.t(Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/CHIDriverTests-Memcached.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=5, Tests=14,  2 wallclock secs ( 0.02 usr  0.03 sys +  0.83 cusr  0.16 
csys =  1.04 CPU)
Result: FAIL
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory 
`/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14'
dh_auto_test: make -j1 test returned exit code 2
make: *** [build] Error 2

This fails on sid and jessi

Bug#720021: libhtml-template-dumper-perl: FTBFS with perl 5.18: test failures

2013-08-17 Thread Dominic Hargreaves
Source: libhtml-template-dumper-perl
Version: 0.1-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'Output is as expected'
#   at t/020_output.t line 69.
# Looks like you failed 1 test of 7.
t/020_output.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 test programs. 1/13 subtests failed.
Failed 1/7 subtests 

Test Summary Report
---
t/020_output.t (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1

Cheers,
Dominic.


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



Bug#719991: marked as done (libgd-securityimage-perl: FTBFS with perl 5.18: POD)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 19:33:05 +
with message-id 
and subject line Bug#719991: fixed in libgd-securityimage-perl 1.72-1
has caused the Debian Bug report #719991,
regarding libgd-securityimage-perl: FTBFS with perl 5.18: POD
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.)


-- 
719991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgd-securityimage-perl
Version: 1.71-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'POD test for blib/lib/GD/SecurityImage.pm'
#   at /usr/share/perl5/Test/Pod.pm line 186.
# blib/lib/GD/SecurityImage.pm (1381): L<> starts or ends with whitespace
# Looks like you failed 1 test of 4.
t/201-pod.t  
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: libgd-securityimage-perl
Source-Version: 1.72-1

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

Debian distribution maintenance software
pp.
Salvatore Bonaccorso  (supplier of updated 
libgd-securityimage-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: Sat, 17 Aug 2013 20:55:59 +0200
Source: libgd-securityimage-perl
Binary: libgd-securityimage-perl
Architecture: source all
Version: 1.72-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Salvatore Bonaccorso 
Description: 
 libgd-securityimage-perl - security image (captcha) generator
Closes: 719991
Changes: 
 libgd-securityimage-perl (1.72-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ gregor herrmann ]
   * Swap order of alternative (build) dependencies after the perl 5.14
 transition.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 1.72
   * Drop build-dependencies for POD tests.
 Drop Build-Depends-Indep on libtest-pod-coverage-perl and
 libtest-pod-perl as we do not run anymore the POD tests.
   * Bump build-dependency for Module::Build.
 Change alternative Build-Depends-Indep on perl (>= 5.13.11) |
 libmodule-build-perl (>= 0.38) to an alternative Build-Depends-Indep
 on libmodule-build-perl (>= 0.40) | perl (>= 5.17.3).
   * Update debian/copyright file.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update copyright years for upstream files.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
   * Add fix-ftbfs-with-perl5.18-pod-errors.patch patch.
 Fix FTBFS with perl 5.18. As we drop the build-dependencies to run tests
 this patch is not strictly needed as the POD tests are not run anymore.
 Patch file nevertheless and forward patch.
 Thanks to Dominic Hargreaves  (Closes: #719991)
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 050c4a8a96a41ba85e324c9de23f1852f139056e 2292 
libgd-securityimage-perl_1.72-1.dsc
 346dc154c6cd336888bc3075e05be4ea4403a5b5 88727 
libgd-securityimage-perl_1.72.orig.tar.gz
 f5b67b2dff810809102d9c42ca871b681517b24e 3499 
libgd-securityimage-perl_1.72-1.debian.tar.gz
 90267f4ceb25c7b8bc0921cfd106a0c6b6b5dd57 54044 
libgd-securityimage-perl_1.72-1_all.deb
Checksums-Sha256: 
 72a3c4ad8d3181ea51a5bf0e6bb4f584b32bfa84163b17a09da90c12e7aaddf8 2292 
libgd-securityimage-perl_1.72-1.dsc
 39e0f3f3d9b5258bc8c4b3673dadb6ccb8a859735afb77342db4aa966711401d 88727 
libgd-securityimage-perl_1.72.orig.tar.gz
 ee3c7a3a9d49e32b6ad0e3976d3d9ec738057cb2f21b29da5aaac44cc04a1116 3499 
libgd-securityimage-perl_1.72-1.debian.tar.gz
 0535c76ef8e7746664cf09208d6b9549455b2d0faa50f70da55f9dd2372abe73 54044 
libgd-securityimage-perl_1.72-1_all.deb
Files: 
 7c00df5327453437c1b0702322d2e8ba 2292 perl optional 
libgd-securityimage-perl_1.72-1.dsc
 679aae59342fb88389eda8647bf4974c 88727 perl optional 
libgd-securityim

Bug#720019: libhtml-wikiconverter-perl: FTBFS with perl 5.18: POD failures

2013-08-17 Thread Dominic Hargreaves
Source: libhtml-wikiconverter-perl
Version: 0.68-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'Pod coverage on HTML::WikiConverter::WebApp'
#   at /usr/share/perl5/Test/Pod/Coverage.pm line 126.
# HTML::WikiConverter::WebApp: requiring 'HTML::WikiConverter::WebApp' failed
# Looks like you failed 1 test of 3.
t/pod-coverage.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

Cheers,
Dominic.


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



Bug#720018: libhtml-wikiconverter-moinmoin-perl: FTBFS with perl 5.18: test failures

2013-08-17 Thread Dominic Hargreaves
Source: libhtml-wikiconverter-moinmoin-perl
Version: 0.53-4
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'table w/ attrs'
#   at t/runtests.pl line 87.
#  got: '||<-2 tablestyle="background-color:white; width:100%" id="thing
"> thing ||
# || next || crazy ||'
# expected: '||<-2 tablestyle="width:100%; background-color:white" id="thing
"> thing ||
# || next || crazy ||'
# Looks like you failed 1 test of 49.
t/moinmoin.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/49 subtests 

Cheers,
Dominic.


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



Processed: Pending fixes for bugs in the libchi-driver-memcached-perl package

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

> tag 719989 + pending
Bug #719989 [src:libchi-driver-memcached-perl] libchi-driver-memcached-perl: 
FTBFS: missing dependency on Moose
Added tag(s) pending.
> thanks
Stopping processing here.

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

2013-08-17 Thread pkg-perl-maintainers
tag 719989 + pending
thanks

Some bugs in the libchi-driver-memcached-perl package are closed in
revision 92cee5842497f423a56d6fff15593cd824846c1e in branch 'master'
by Salvatore Bonaccorso

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchi-driver-memcached-perl.git;a=commitdiff;h=92cee58

Commit message:

Add missing (build-)dependency for Moose

Add Build-Depends-Indep and Depends on libmoose-perl. Fixes FTBFS due to
the missing dependency for Moose.

Closes: #719989


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



Bug#719593: marked as done (libmongodb-perl: FTBFS on !(amd64 | i386): missing mongodb build-dependency)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 19:18:29 +
with message-id 
and subject line Bug#719593: fixed in libmongodb-perl 0.702.1+ds-1
has caused the Debian Bug report #719593,
regarding libmongodb-perl: FTBFS on !(amd64 | i386): missing mongodb 
build-dependency
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.)


-- 
719593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719593
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmongodb-perl
Version: 0.700.0-1 
Severity: serious

This package is not migrating into testing because of missing
builds on most architectures.

This is because 0.700.0-1 added a build dependency on mongodb-server,
which is only available on i386 and amd64.

Either the test suite needs to be made optional somehow, or the old
binaries need to be removed from testing.

I suppose the choice depends on whether libmongodb-perl can be used over
the network.  If it's only for local use, it doesn't make much sense to
ship it on architectures where mongodb-server isn't available,
-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: libmongodb-perl
Source-Version: 0.702.1+ds-1

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

Debian distribution maintenance software
pp.
Dominic Hargreaves  (supplier of updated libmongodb-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: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 21:06:11 +0200
Source: libmongodb-perl
Binary: libmongodb-perl
Architecture: source amd64
Version: 0.702.1+ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Dominic Hargreaves 
Description: 
 libmongodb-perl - Mongo Driver for Perl
Closes: 719591 719593
Changes: 
 libmongodb-perl (0.702.1+ds-1) unstable; urgency=low
 .
   * Only depend on mongod on i386 and amd64 (the only architectures the
 test suite is available on). Patch from Niko Tyni (Closes: #719593)
   * Ignore failures to stop the test mongod process, since it may have
 not started up successfully if mongod was started from an init script
 (see: #719641)
   * Remove editor backup files
   * Add repacking to remove mongo-meta-driver director, which has unclear
 licensing in parts and isn't needed
   * New upstream release (Closes: #719591)
   * Don't delete a shipped editor backup file
   * Rebase spelling patch, drop fix-broken-test patch (applied upstream)
Checksums-Sha1: 
 6c8adf9cc05aaf9c285f3cd964857fe1fa825085 1840 libmongodb-perl_0.702.1+ds-1.dsc
 82e960d37df73a4fbfb0c0b5bd7e1c1eb6e7c31c 1458502 
libmongodb-perl_0.702.1+ds.orig.tar.gz
 aa40899383d0c3b22539b162d70d1636114c71d3 5481 
libmongodb-perl_0.702.1+ds-1.debian.tar.gz
 07e40dabcefcc68d8f9aafba431c9209c7e56977 150786 
libmongodb-perl_0.702.1+ds-1_amd64.deb
Checksums-Sha256: 
 bfb486d2326b89754f1d75323e3140b21d464471e7511c61e6cf2976a9afcb88 1840 
libmongodb-perl_0.702.1+ds-1.dsc
 27965a8ffb7437776606a44c17085b073ddb0519419e59a79e68d8705db8a041 1458502 
libmongodb-perl_0.702.1+ds.orig.tar.gz
 753daa5102e99b90c41ac290c309439c3c07cdfd8958bf7061b52973fb538999 5481 
libmongodb-perl_0.702.1+ds-1.debian.tar.gz
 18949f751dfa2c4ee0138756c01a6fb1d8e7e7f18385e27893865c0d1752e2ac 150786 
libmongodb-perl_0.702.1+ds-1_amd64.deb
Files: 
 01a82d2e29da7d6112d4d989d5adf41d 1840 perl optional 
libmongodb-perl_0.702.1+ds-1.dsc
 2666a2082bb525767e87c77cf7ee7327 1458502 perl optional 
libmongodb-perl_0.702.1+ds.orig.tar.gz
 8dbf5d10202e3f859b8ddd3fbcb30dcb 5481 perl optional 
libmongodb-perl_0.702.1+ds-1.debian.tar.gz
 81764a76209fcb533442bac658c139a6 150786 perl optional 
libmongodb-perl_0.702.1+ds-1_amd64.deb

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

iEYEARECAAYFAlIPyqkACgkQYzuFKFF44qWZKgCgxXvukssLzHFXWeG8kcaMTWpu
0zQAni/Pg3PFF54QHZbsKkeJaTrBGEcy
=l2JH
-END PGP SIGNATURE End Message ---


Bug#719591: marked as done (libmongodb-perl: FTBFS with Perl 5.18: 't use string ("no such cmd: ") as a HASH ref while "strict refs" in use)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 19:18:29 +
with message-id 
and subject line Bug#719591: fixed in libmongodb-perl 0.702.1+ds-1
has caused the Debian Bug report #719591,
regarding libmongodb-perl: FTBFS with Perl 5.18: 't use string ("no such cmd: 
") as a HASH ref while "strict refs" in use
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.)


-- 
719591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmongodb-perl
Version:  0.700.0-1 
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition

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

   Can't use string ("no such cmd: num") as a HASH ref while "strict refs" in 
use at 
/build/dom-libmongodb-perl_0.700.0-1+b1-i386-Oc2cF5/libmongodb-perl-0.700.0/blib/lib/MongoDB/Collection.pm
 line 424.
   # Looks like you planned 75 tests but ran 40.
   # Looks like your test exited with 115 just after 40.
   t/bson.t . 
   
   [...]
   
   Test Summary Report
   ---
   t/bson.t   (Wstat: 29440 Tests: 40 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 75 tests but ran 40.
   t/collection.t (Wstat: 29440 Tests: 9 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 140 tests but ran 9.
   t/cursor.t (Wstat: 29440 Tests: 23 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 74 tests but ran 23.
   t/gridfs.t (Wstat: 29440 Tests: 0 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 62 tests but ran 0.
   t/old_conn_collection.t (Wstat: 29440 Tests: 10 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 137 tests but ran 10.
   t/old_conn_database.t  (Wstat: 29440 Tests: 3 Failed: 0)
 Non-zero exit status: 115
 Parse errors: Bad plan.  You planned 16 tests but ran 3.
   Files=21, Tests=327, 47 wallclock secs ( 0.09 usr  0.10 sys + 14.64 cusr  
0.83 csys = 15.66 CPU)
   Result: FAIL
   Failed 6/21 test programs. 0/327 subtests failed.
 
-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: libmongodb-perl
Source-Version: 0.702.1+ds-1

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

Debian distribution maintenance software
pp.
Dominic Hargreaves  (supplier of updated libmongodb-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: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 21:06:11 +0200
Source: libmongodb-perl
Binary: libmongodb-perl
Architecture: source amd64
Version: 0.702.1+ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Dominic Hargreaves 
Description: 
 libmongodb-perl - Mongo Driver for Perl
Closes: 719591 719593
Changes: 
 libmongodb-perl (0.702.1+ds-1) unstable; urgency=low
 .
   * Only depend on mongod on i386 and amd64 (the only architectures the
 test suite is available on). Patch from Niko Tyni (Closes: #719593)
   * Ignore failures to stop the test mongod process, since it may have
 not started up successfully if mongod was started from an init script
 (see: #719641)
   * Remove editor backup files
   * Add repacking to remove mongo-meta-driver director, which has unclear
 licensing in parts and isn't needed
   * New upstream release (Closes: #719591)
   * Don't delete a shipped editor backup file
   * Rebase spelling patch, drop fix-broken-test patch (applied upstream)
Checksums-Sha1: 
 6c8adf9cc05aaf9c285f3cd964857fe1fa825085 1840 libmongodb-perl_0.702.1+ds-1.dsc
 82e960d37df73a4fbfb0c0b5bd7e1c1eb6e7c31c 1458502 
libmongodb-perl_0.702.1+ds.orig.tar.gz
 aa40899383d0c3b22539b162d70d1636114c71d3 5481 
libmongodb-perl_0.702.1+ds-1.debian.tar.gz
 07e40dabcefcc68d8f9aafba431c9209c7e56977 150786 
libmongodb-perl_0.702.1+ds-1_amd64.deb
Checksums-Sha256: 
 bfb486d2326b89754f1d75323e3140b21d464471e7511c61e6cf2976a9afcb88 1840 
libmongodb-perl_0.

Bug#719991: Pending fixes for bugs in the libgd-securityimage-perl package

2013-08-17 Thread pkg-perl-maintainers
tag 719991 + pending
thanks

Some bugs in the libgd-securityimage-perl package are closed in
revision b6215f7433425af0070a3d2142cd5d794ef0919c in branch 'master'
by Salvatore Bonaccorso

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

Commit message:

Add fix-ftbfs-with-perl5.18-pod-errors.patch patch

Fix FTBFS with perl 5.18. As we drop the build-dependencies to run tests
this patch is not strictly needed as the POD tests are not run anymore.
Patch file nevertheless and forward patch.

Closes: #719991

Thanks: Dominic Hargreaves 


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



Processed: Pending fixes for bugs in the libgd-securityimage-perl package

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

> tag 719991 + pending
Bug #719991 [src:libgd-securityimage-perl] libgd-securityimage-perl: FTBFS with 
perl 5.18: POD
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719991
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: bug 719991 is forwarded to https://rt.cpan.org/Ticket/Display.html?id=87918

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

> forwarded 719991 https://rt.cpan.org/Ticket/Display.html?id=87918
Bug #719991 [src:libgd-securityimage-perl] libgd-securityimage-perl: FTBFS with 
perl 5.18: POD
Set Bug forwarded-to-address to 
'https://rt.cpan.org/Ticket/Display.html?id=87918'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719991
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#719260: marked as done (haskell-yesod-auth-account: FTBFS: YesodExample, RequestBuilder not in scope)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 18:18:12 +
with message-id 
and subject line Bug#719260: fixed in haskell-yesod-auth-account 1.2.2-1
has caused the Debian Bug report #719260,
regarding haskell-yesod-auth-account: FTBFS: YesodExample, RequestBuilder not 
in scope
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.)


-- 
719260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-yesod-auth-account
Version: 1.2.1-1
Severity: serious
Justification: fails to build from source

Builds of haskell-yesod-auth-account have been failing with the errors

  tests/Foundation.hs:105:31:
  Not in scope: type constructor or class `YesodExample'
  
  tests/Foundation.hs:108:32:
  Not in scope: type constructor or class `RequestBuilder'
  
  tests/Foundation.hs:108:58:
  Not in scope: type constructor or class `YesodExample'
  make: *** [build-ghc-stamp] Error 1
  dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Could you please take a look?

Thanks!
--- End Message ---
--- Begin Message ---
Source: haskell-yesod-auth-account
Source-Version: 1.2.2-1

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

Debian distribution maintenance software
pp.
Joachim Breitner  (supplier of updated 
haskell-yesod-auth-account 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: Sat, 17 Aug 2013 18:58:00 +0200
Source: haskell-yesod-auth-account
Binary: libghc-yesod-auth-account-dev libghc-yesod-auth-account-prof 
libghc-yesod-auth-account-doc
Architecture: source all amd64
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 

Changed-By: Joachim Breitner 
Description: 
 libghc-yesod-auth-account-dev - 
${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-yesod-auth-account-doc - 
${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-yesod-auth-account-prof - 
${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 719260
Changes: 
 haskell-yesod-auth-account (1.2.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #719260)
Checksums-Sha1: 
 1b0d654cfae2fff4a846546e31360e6db45ccc90 2970 
haskell-yesod-auth-account_1.2.2-1.dsc
 dafc03f2c49998f63c510612d5c22d5cda6756b2 14730 
haskell-yesod-auth-account_1.2.2.orig.tar.gz
 c864542105e0f0e968559791feffe3fda8909f7a 2317 
haskell-yesod-auth-account_1.2.2-1.debian.tar.gz
 b106c1bba949381e94c5b6b3c60f0f6d54267a8d 58550 
libghc-yesod-auth-account-doc_1.2.2-1_all.deb
 c917f8fd970e9e35c3cdcccd4860ec4833647950 107682 
libghc-yesod-auth-account-dev_1.2.2-1_amd64.deb
 668cfb27fc7c1f9c37464a7df0c46be0b0cb8ba0 133860 
libghc-yesod-auth-account-prof_1.2.2-1_amd64.deb
Checksums-Sha256: 
 bd33688d59c75d900691f9b572d22aaf20e5f4fdf9051c948094ff0140ee 2970 
haskell-yesod-auth-account_1.2.2-1.dsc
 100713873e3f65bdd381fbde17b6f8ab406aa0c938d4feba56a690c2b31864c7 14730 
haskell-yesod-auth-account_1.2.2.orig.tar.gz
 0ddbae224a21d9959e3f644d4fdfafe7849e46d396bcd34f87f3a86474cdc85e 2317 
haskell-yesod-auth-account_1.2.2-1.debian.tar.gz
 0a110617ab7a0800b93ef3f7417306efd6d2fbce59d4d3a817abe31f4bbe255e 58550 
libghc-yesod-auth-account-doc_1.2.2-1_all.deb
 39b483c746ab1fa7b6d2a65e5104277aa7dae2e3e3962aa0c042737de8b3193d 107682 
libghc-yesod-auth-account-dev_1.2.2-1_amd64.deb
 afd44f17d7a3f34042f759c2fe1fda36493961e6e0302272fb093284c46ff6af 133860 
libghc-yesod-auth-account-prof_1.2.2-1_amd64.deb
Files: 
 e8f61bdf48c77c77785509fdef39b04b 2970 haskell extra 
haskell-yesod-auth-account_1.2.2-1.dsc
 54c04b041fa5f4c2a8a2fe2d9ff786b3 14730 haskell extra 
haskell-yesod-auth-account_1.2.2.orig.tar.gz
 003f15aad5ce76dc6373ebe0e185256d 2317 haskell extra 
haskell-yesod-auth-account_1.2.2-1.debian.tar.gz
 a318c4374f3bb8d4c2f5f14b88c39253 58550 doc extra 
libghc-yesod-auth-account-doc_1.2.2-1_all.deb
 c5979d2c41462f6916defd4a78c23da0 107682 haskell extra 
libghc-yesod-auth-account-dev_1.2.2-1_amd64.deb
 be2ac1a3cfd08f31097607df86865223 133860 haskell extra 
libg

Processed: libtemplate-perl: diff for NMU version 2.24-1.1

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

> tags 708025 + pending
Bug #708025 [src:libtemplate-perl] libtemplate-perl: FTBFS with perl 5.18: 
text.split.join d did not match expected
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708025
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#708025: libtemplate-perl: diff for NMU version 2.24-1.1

2013-08-17 Thread Dominic Hargreaves
tags 708025 + pending
thanks

Dear maintainer,

I've prepared an NMU for libtemplate-perl (versioned as 2.24-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
Dominic (on behalf of Tamas)
diff -Nru libtemplate-perl-2.24/debian/changelog libtemplate-perl-2.24/debian/changelog
--- libtemplate-perl-2.24/debian/changelog	2012-04-10 19:06:00.0 +0200
+++ libtemplate-perl-2.24/debian/changelog	2013-08-17 20:04:30.0 +0200
@@ -1,3 +1,10 @@
+libtemplate-perl (2.24-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * apply fix from the upstream git to be compatible with Perl 5.18 (Closes: #708025)
+
+ -- CSILLAG Tamas   Sat, 17 Aug 2013 15:17:25 +0200
+
 libtemplate-perl (2.24-1) unstable; urgency=low
 
   * New upstream release (Closes: #664561)
diff -Nru libtemplate-perl-2.24/debian/patches/series libtemplate-perl-2.24/debian/patches/series
--- libtemplate-perl-2.24/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ libtemplate-perl-2.24/debian/patches/series	2013-08-17 20:04:30.0 +0200
@@ -0,0 +1 @@
+vmethods-fix-for-perl5.18
diff -Nru libtemplate-perl-2.24/debian/patches/vmethods-fix-for-perl5.18 libtemplate-perl-2.24/debian/patches/vmethods-fix-for-perl5.18
--- libtemplate-perl-2.24/debian/patches/vmethods-fix-for-perl5.18	1970-01-01 01:00:00.0 +0100
+++ libtemplate-perl-2.24/debian/patches/vmethods-fix-for-perl5.18	2013-08-17 20:10:23.0 +0200
@@ -0,0 +1,84 @@
+Description: apply fix from the upstream git to be compatible with Perl 5.18
+ Rewrite split handling to use qr// which is consistent before and after
+ the Perl 5.18.0 changes.
+ 
+ In perldelta 5.18.0 it reads:
+ 
+ split's first argument is more consistently interpreted
+ 
+ After some changes earlier in v5.17, split's behavior has been
+ simplified: if the PATTERN argument evaluates to a string containing
+ one space, it is treated the way that a literal string containing
+ one space once was.
+
+ Also apply a fix to be backward compatible.
+
+ from https://github.com/abw/Template2/commit/0caac1347e2e3f2fc290f0a4ffc0281b5df68abb
+ and  https://github.com/abw/Template2/commit/5d732184712342cdb3750f52b03f8dcc3740b53d
+ .
+ libtemplate-perl (2.24-1.1) unstable; urgency=low
+ .
+
+Author: CSILLAG Tamas 
+Author: Andy Wardley 
+Origin: upstream, https://github.com/abw/Template2/commit/0caac1347e2e3f2fc290f0a4ffc0281b5df68abb https://github.com/abw/Template2/commit/5d732184712342cdb3750f52b03f8dcc3740b53d
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=84778
+Bug-Debian: http://bugs.debian.org/708025
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=84778
+Last-Update: 2013-08-17
+
+--- libtemplate-perl-2.24.orig/lib/Template/VMethods.pm
 libtemplate-perl-2.24/lib/Template/VMethods.pm
+@@ -254,21 +254,40 @@ sub text_split {
+ my ($str, $split, $limit) = @_;
+ $str = '' unless defined $str;
+ 
+-# we have to be very careful about spelling out each possible
+-# combination of arguments because split() is very sensitive
+-# to them, for example C behaves differently
+-# to C<$space=' '; split($space, ...)>
++# For versions of Perl prior to 5.18 we have to be very careful about
++# spelling out each possible combination of arguments because split()
++# is very sensitive to them, for example C behaves
++# differently to C<$space=' '; split($space, ...)>.  Test 33 of 
++# vmethods/text.t depends on this behaviour.
+ 
+-if (defined $limit) {
+-return [ defined $split
+- ? split($split, $str, $limit)
+- : split(' ', $str, $limit) ];
++if ($] < 5.018) {
++if (defined $limit) {
++return [ defined $split
++ ? split($split, $str, $limit)
++ : split(' ', $str, $limit) ];
++}
++else {
++return [ defined $split
++ ? split($split, $str)
++ : split(' ', $str) ];
++}
+ }
+-else {
+-return [ defined $split
+- ? split($split, $str)
+- : split(' ', $str) ];
++
++# split's behavior changed in Perl 5.18.0 making this:
++# C<$space=' '; split($space, ...)>
++# behave the same as this:
++# C
++# qr// behaves the same, so use that for user-defined split.
++
++my $split_re;
++if (defined $split) {
++eval {
++$split_re = qr/$split/;
++};
+ }
++$split_re = ' ' unless defined $split_re;
++$limit ||= 0;
++return [split($split_re, $str, $limit)];
+ }
+ 
+ sub text_chunk {


Processed: Re: bzr-builddeb: FTBFS: Test failure in bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native

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

> tags 720003 pending
Bug #720003 [src:bzr-builddeb] bzr-builddeb: FTBFS: Test failure in 
bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
720003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720003
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#720003: bzr-builddeb: FTBFS: Test failure in bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native

2013-08-17 Thread Andrew Starr-Bochicchio
tags 720003 pending
thanks

Thanks for catching this change in behavior from dpkg.

-- Andrew Starr-Bochicchio

   Ubuntu Developer 
   Debian Developer 
   PGP/GPG Key ID: D53FDCB1


=== modified file 'debian/changelog'
--- debian/changelog 2013-06-09 18:41:10 +
+++ debian/changelog 2013-08-17 17:19:42 +
@@ -4,6 +4,11 @@
- Explicitly pass '--format=1.0' to dpkg-source inorder to
  silence "no source format specified" warnings printed to
  stderr (Closes: #711042).
+  * tests/test_import_dsc.py:
+   - As of dpkg 1.17.0, source format '3.0 (native)' strictly
+ enforces that native packages do not have a Debian revision.
+ Use "0.1" instead of "0.1-1" for the version number in
+ test_extract_format3_native (Closes: #720003).

  -- Andrew Starr-Bochicchio   Sun, 09 Jun 2013 14:38:31 -0400


=== modified file 'tests/test_import_dsc.py'
--- tests/test_import_dsc.py 2012-03-02 14:19:19 +
+++ tests/test_import_dsc.py 2013-08-17 17:19:42 +
@@ -1963,7 +1963,7 @@
 extractor.cleanup()

 def test_extract_format3_native(self):
-version = Version("0.1-1")
+version = Version("0.1")
 name = "package"
 builder = SourcePackageBuilder(name, version, native=True,
 version3=True)


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



Processed: libgrib-api-1.10.4: fails to upgrade from 'testing' - trying to overwrite /usr/share/grib_api/definitions/parameters_version.def

2013-08-17 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + libgrib-api-tools libgrib-api-dev
Bug #720010 [libgrib-api-1.10.4] libgrib-api-1.10.4: fails to upgrade from 
'testing' - trying to overwrite 
/usr/share/grib_api/definitions/parameters_version.def
Added indication that 720010 affects libgrib-api-tools and libgrib-api-dev

-- 
720010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720010
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#720010: libgrib-api-1.10.4: fails to upgrade from 'testing' - trying to overwrite /usr/share/grib_api/definitions/parameters_version.def

2013-08-17 Thread Andreas Beckmann
Package: libgrib-api-1.10.4
Version: 1.10.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + libgrib-api-tools libgrib-api-dev

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
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package libgrib-api-1.10.4.
  Unpacking libgrib-api-1.10.4 (from .../libgrib-api-1.10.4_1.10.4-1_amd64.deb) 
...
  dpkg: error processing 
/var/cache/apt/archives/libgrib-api-1.10.4_1.10.4-1_amd64.deb (--unpack):
   trying to overwrite 
'/usr/share/grib_api/definitions/parameters_version.def', which is also in 
package libgrib-api-1.9.16 1.9.16-2+b1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Preparing to replace libgrib-api-dev 1.9.16-2+b1 (using 
.../libgrib-api-dev_1.10.4-1_amd64.deb) ...
  Unpacking replacement libgrib-api-dev ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libgrib-api-1.10.4_1.10.4-1_amd64.deb


cheers,

Andreas


libgrib-api-dev_1.10.4-1.log.gz
Description: GNU Zip compressed data


Bug#713299: marked as done (libxmlada: FTBFS: xml.texi:2: unknown command `input')

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 16:19:20 +
with message-id 
and subject line Bug#713299: fixed in libxmlada 4.1-3
has caused the Debian Bug report #713299,
regarding libxmlada: FTBFS: xml.texi:2: unknown command `input'
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.)


-- 
713299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libxmlada
Version: 4.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  fakeroot debian/rules binary
> QUILT_PATCHES=debian/patches \
>   quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch GPL.patch
> patching file docs/xml.texi
> Hunk #1 succeeded at 48 with fuzz 2.
> 
> Applying patch info-dir-section.patch
> patching file docs/xml.texi
> 
> Applying patch xmlada-config.patch
> patching file xmlada-config
> 
> Now at patch xmlada-config.patch
> touch debian/stamp-patched
> cd docs; makeinfo --html --no-split xml.texi -o xmlada.html
> xml.texi:2: unknown command `input'
> make: *** [docs/xmlada.html] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/libxmlada_4.1-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: libxmlada
Source-Version: 4.1-3

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

Debian distribution maintenance software
pp.
Nicolas Boulenguez  (supplier of updated libxmlada 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: Fri, 16 Aug 2013 02:12:43 +0200
Source: libxmlada
Binary: libxmlada4.1-dev libxmlada-doc libxmlada4.1 libxmlada4.1-dbg
Architecture: source amd64 all
Version: 4.1-3
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta 
Changed-By: Nicolas Boulenguez 
Description: 
 libxmlada-doc - XML/Ada, a full XML suite for Ada programmers (documentation)
 libxmlada4.1 - XML/Ada, a full XML suite for Ada programmers (runtime)
 libxmlada4.1-dbg - XML/Ada, a full XML suite for Ada programmers (debugging 
symbols)
 libxmlada4.1-dev - XML/Ada, a full XML suite for Ada programmers
Closes: 713299
Changes: 
 libxmlada (4.1-3) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format.
   * Switch to debhelper 9 dh driver.
   * Standards-Version 3.9.4. No more DM-Upload-Allowed, copyright file format.
   * Rely on snippets provided by recent dpkg-dev and dh-ada-library to
 deal with architecture, hardening, noopt and parallel options.
   * Install examples. Use one as run-time test of dynamic linking.
   * Added libxmlada-doc.doc-base.xmlada, watch (informative only).
   * debian/patches/texinfo5.diff:  Closes: #713299.
   * xmlada-config,.gpr: generated, replace usr/lib with multiarch path.
   * Do not compress examples, install TODO in the -doc package.
   * Added myself to uploaders.
Checksums-Sha1: 
 ac5748f2b557a11848ac0ff1b81f418e0c966d09 2273 libxmlada_4.1-3.dsc
 a8b9d1c9e723f1afb6c8b954f985bb153c8e2e3d 11396 libxmlada_4.1-3.debian.tar.gz
 345cdd7244a0ae2160dd2dd8883da3fa2ce96144 987214 
libxmlada4.1-dev_4.1-3_amd64.deb
 2b2df1a742a1dd811aaa1116bfc0887df69b6263 566786 libxmlada4.1_4.1-3_amd64.deb
 3214bc28d424f3b97ececc69a6e8f056c83ee0d7 911408 
libxmlada4.1-dbg_4.1-3_amd64.deb
 4fa8c1a16cffcbbe9015795d30cb3534e2f85855 281150 libxmlada-doc_4.1-3_all.deb
Checksums-Sha256: 
 529cf185f38069577ef249580b5b266972cf084bcba65f31894cff5abb1bdfd7 2273 
libxmlada_4.1-3.dsc
 f4737c813d05e82082b3606e5517ee259027412be5ce81a7dc850a21e94c479e 11396 
libxmlada_4

Bug#720000: drizzle: FTBFS on multiple arch

2013-08-17 Thread Tobias Frost
Package: src:drizzle
Followup-For: Bug #72

Yes, I know...
This is due to a regression in gcc 4.8, see #715566
(and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732)

However, I am currently preparing a new upstream release,
which has a workaround for this issue.

coldtobi


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

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


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



Bug#720003: bzr-builddeb: FTBFS: Test failure in bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native

2013-08-17 Thread Daniel Schepler
Source: bzr-builddeb
Version: 2.8.6
Severity: serious

>From my pbuilder build log:

...
...ball.test_repack_tarball_with_target_dir_not_dir(.tar.lzma)   OK   10ms
...ckTarball.test_repack_tarball_with_target_dir_not_dir(.zip)   OK2ms
...ckTarball.test_repack_tarball_with_target_dir_not_dir(.tar)   OK2ms
==
FAIL: 
bzrlib.plugins.builddeb.tests.test_import_dsc.OneZeroSourceExtractorTests.test_extract_format3_native
--
_StringException: Empty attachments:
  log

Traceback (most recent call last):
  File "/tmp/buildd/bzr-builddeb-2.8.6/tests/test_import_dsc.py", line 1973, in 
test_extract_format3_native
builder.build()
  File "/tmp/buildd/bzr-builddeb-2.8.6/tests/__init__.py", line 442, in build
(proc.stdout.read(),)
AssertionError: dpkg-source failed, output:
dpkg-source: error: can't build with source format '3.0 (native)': native 
package version may not have a revision

--
Ran 530 tests in 66.856s

FAILED (failures=1)
Missing feature '_LaunchpadConnectionFeature' skipped 1 tests.
Missing feature 'bzr-svn plugin' skipped 3 tests.
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/tmp/buildd/bzr-builddeb-2.8.6'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


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



Processed: block 720000 with 715566

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

> block 72 with 715566
Bug #72 [src:drizzle] drizzle: FTBFS on multiple arch
72 was not blocked by any bugs.
72 was not blocking any bugs.
Added blocking bug(s) of 72: 715566
> thanks
Stopping processing here.

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

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

> tags 72 + pending
Bug #72 [src:drizzle] drizzle: FTBFS on multiple arch
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
72: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=72
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#720001: brickos: FTBFS: *** buffer overflow detected ***: /usr/bin/h8300-hms-ar terminated

2013-08-17 Thread Daniel Schepler
Source: brickos
Version: 0.9.0.dfsg-6
Severity: serious

>From my pbuilder build log:

...
/usr/bin/h8300-hms-gcc -O2 -fno-builtin -fomit-frame-pointer -Wall 
-I/tmp/buildd/brickos-0.9.0.dfsg/include 
-I/tmp/buildd/brickos-0.9.0.dfsg/include/lnp -I.  -c printf.c -o printf.o
rm -f libc.a
/usr/bin/h8300-hms-ar -sq libc.a memcpy.o memset.o strcmp.o strcpy.o strlen.o 
random.o printf.o
/usr/bin/h8300-hms-ar: creating libc.a
*** buffer overflow detected ***: /usr/bin/h8300-hms-ar terminated
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x2adcbd17]
/lib/x86_64-linux-gnu/libc.so.6(+0xfbcd0)[0x2adcacd0]
/lib/x86_64-linux-gnu/libc.so.6(+0xfb159)[0x2adca159]
/lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0x89)[0x2ad47209]
/lib/x86_64-linux-gnu/libc.so.6(_IO_padn+0xb0)[0x2ad3bc10]
/lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x2ebb)[0x2ad188ab]
/lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x97)[0x2adca1f7]
/lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x7d)[0x2adca13d]
/usr/bin/h8300-hms-ar[0x407240]
/usr/bin/h8300-hms-ar[0x408e5f]
/usr/bin/h8300-hms-ar[0x40ffbf]
/usr/bin/h8300-hms-ar[0x4046f6]
/usr/bin/h8300-hms-ar[0x404c1d]
/usr/bin/h8300-hms-ar[0x4026b5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x2acf0995]
/usr/bin/h8300-hms-ar[0x402a41]
=== Memory map: 
0040-00439000 r-xp  08:01 7611483
/usr/bin/h8300-hitachi-coff-ar
00639000-0063a000 rw-p 00039000 08:01 7611483
/usr/bin/h8300-hitachi-coff-ar
0063a000-0063e000 rw-p  00:00 0 
01f53000-01f74000 rw-p  00:00 0  [heap]
2aaab000-2aacc000 r-xp  08:01 5770790
/lib/x86_64-linux-gnu/ld-2.17.so
2aacc000-2aad rw-p  00:00 0 
2aad1000-2aad3000 rw-p  00:00 0 
2accc000-2accd000 r--p 00021000 08:01 5770790
/lib/x86_64-linux-gnu/ld-2.17.so
2accd000-2accf000 rw-p 00022000 08:01 5770790
/lib/x86_64-linux-gnu/ld-2.17.so
2accf000-2ae71000 r-xp  08:01 5770810
/lib/x86_64-linux-gnu/libc-2.17.so
2ae71000-2b071000 ---p 001a2000 08:01 5770810
/lib/x86_64-linux-gnu/libc-2.17.so
2b071000-2b075000 r--p 001a2000 08:01 5770810
/lib/x86_64-linux-gnu/libc-2.17.so
2b075000-2b077000 rw-p 001a6000 08:01 5770810
/lib/x86_64-linux-gnu/libc-2.17.so
2b077000-2b07b000 rw-p  00:00 0 
2b07b000-2b09 r-xp  08:01 5770816
/lib/x86_64-linux-gnu/libgcc_s.so.1
2b09-2b29 ---p 00015000 08:01 5770816
/lib/x86_64-linux-gnu/libgcc_s.so.1
2b29-2b291000 rw-p 00015000 08:01 5770816
/lib/x86_64-linux-gnu/libgcc_s.so.1
797f8000-79819000 rw-p  00:00 0  [stack]
798e-798e2000 r-xp  00:00 0  [vdso]
ff60-ff601000 r-xp  00:00 0  
[vsyscall]
make[3]: *** [libc.a] Aborted
make[3]: *** Deleting file `libc.a'
make[3]: Leaving directory `/tmp/buildd/brickos-0.9.0.dfsg/lib/c'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/buildd/brickos-0.9.0.dfsg/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/brickos-0.9.0.dfsg'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


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



Bug#708812: [Aptitude-devel] Bug#708812: [aptitude] aptitude segfaults upon being called.

2013-08-17 Thread Andreas Barth
* Andreas Barth (a...@ayous.org) [130816 15:11]:
> * Andreas Barth (a...@ayous.org) [130816 11:27]:
> > * Axel Beckert (a...@debian.org) [130815 17:55]:
> > > Andreas Barth wrote:
> > > > * Andreas Barth (a...@ayous.org) [130815 13:18]:
> > > > > As google-mock is now uploaded (and should be built on all
> > > > > architectures within the next hours - already built on most), could
> > > > > you please upload a new version of aptitude to unstable soon (the
> > > > > current version plus the gcc-4.8-patches worked for me, and produced a
> > > > > working aptitude on mipsel)?
> > > > 
> > > > can you please upload a new aptitude version? Or should I just NMU
> > > > aptitude with the required patches for gcc-4.8?
> > > 
> > > You are aware of that it needs more than just the patches for gcc-4.8
> > > to get aptitude build again properly?
> > 
> > I built (and installed and run) aptitude successfully on mipsel prior
> > to my NMU of google-mock. Might be that I had luck or whatever - I
> > will try this built now in a current chroot and see what happens.
> 
> Just rebuilt and it works fine. I will make proper packages from that,
> plus provide the patches I used somewhere, so you could review what I
> did.

Works. I put up the source package for inspection on
http://alius.ayous.org/~aba/.aptitude/

If wanted, I could upload the full package into unstable (or if I
don't get a no, I will upload it in a week).

The relevant patch is below.


Andi



diff -Nru aptitude-0.6.8.2/debian/changelog aptitude-0.6.8.2/debian/changelog
--- aptitude-0.6.8.2/debian/changelog   2012-11-05 01:52:16.0 +
+++ aptitude-0.6.8.2/debian/changelog   2013-08-16 13:25:14.0 +
@@ -1,3 +1,13 @@
+aptitude (0.6.8.2-1.1) unstable; urgency=low
+
+  * cherrypick from git:
++ 794b91 fix FTBFS with g++-4.8
++ c142a7 task_list is not extern
+  * re-upload to unstable to have again a working package on mips*.
+Closes: #708812, #714186
+
+ -- Andreas Barth   Fri, 16 Aug 2013 13:19:40 +
+
 aptitude (0.6.8.2-1) unstable; urgency=low
 
   * [all]: Support for matching architectures using specification
diff -Nru aptitude-0.6.8.2/debian/patches/aptitude-0.6.8.2-1.1 
aptitude-0.6.8.2/debian/patches/aptitude-0.6.8.2-1.1
--- aptitude-0.6.8.2/debian/patches/aptitude-0.6.8.2-1.11970-01-01 
00:00:00.0 +
+++ aptitude-0.6.8.2/debian/patches/aptitude-0.6.8.2-1.12013-08-17 
11:39:40.0 +
@@ -0,0 +1,63 @@
+Description: necessary change to make aptitude buildable in sid again
+   * cherrypick from git:
+ + 794b91 fix FTBFS with g++-4.8
+ + c142a7 task_list is not extern
+Author: Andreas Barth 
+Bug-Debian: http://bugs.debian.org/708812
+Bug-Debian: http://bugs.debian.org/714186
+
+--- aptitude-0.6.8.2.orig/src/generic/apt/aptitude_resolver_universe.cc
 aptitude-0.6.8.2/src/generic/apt/aptitude_resolver_universe.cc
+@@ -822,7 +822,6 @@ std::ostream &operator<<(std::ostream &o
+ 
+ cfg_level aptitude_universe::parse_level(const std::string &s)
+ {
+-  typedef generic_problem_resolver aptitude_resolver;
+   if(s == "maximum")
+ return cfg_level::make_level(cost_limits::maximum_level);
+   else if(s == "minimum" || s == "")
+--- aptitude-0.6.8.2.orig/src/generic/apt/resolver_manager.cc
 aptitude-0.6.8.2/src/generic/apt/resolver_manager.cc
+@@ -384,7 +384,7 @@ void resolver_manager::write_test_contro
+ 
+   typedef generic_choice_set choice_set;
+   typedef generic_choice choice;
+-  typedef aptitude_resolver_package package;
++  // typedef aptitude_resolver_package package;
+   typedef aptitude_resolver_version version;
+   typedef aptitude_resolver_dep dep;
+   const choice_set &choices = sol.get_choices();
+--- aptitude-0.6.8.2.orig/src/generic/apt/tasks.h
 aptitude-0.6.8.2/src/generic/apt/tasks.h
+@@ -63,9 +63,6 @@ public:
+   int relevance;
+ };
+ 
+-// Stores the various tasks.
+-extern std::map *task_list;
+-
+ task *find_task(const std::string &name);
+ 
+ /** \brief Get the set of tasks associated with the given package.
+--- aptitude-0.6.8.2.orig/src/generic/problemresolver/choice.h
 aptitude-0.6.8.2/src/generic/problemresolver/choice.h
+@@ -405,8 +405,6 @@ struct generic_compare_choices_by_effect
+ {
+   int operator()(const generic_choice &c1, const 
generic_choice &c2) const
+   {
+-typedef typename PackageUniverse::version version;
+-typedef typename PackageUniverse::dep dep;
+ using aptitude::util::compare3;
+ 
+ if(c1.get_type() < c2.get_type())
+--- aptitude-0.6.8.2.orig/src/pkg_grouppolicy.cc
 aptitude-0.6.8.2/src/pkg_grouppolicy.cc
+@@ -1096,8 +1096,6 @@ public:
+ void pkg_grouppolicy_task::add_package(const pkgCache::PkgIterator &pkg,
+  pkg_subtree *root)
+ {
+-  using aptitude::apt::task_list;
+-
+   set *tasks = aptitude::apt::get_tasks(pkg);
+ 
+   eassert(tasks);
diff -Nru aptitude-0.6.8.2/debian/patches/series 
aptitude-0.6.8.2/debian/patches/series
--- apti

Bug#710325: marked as done (gnulib: please provide new upstream snapshot (>= 2012-12-23))

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 15:20:15 +
with message-id 
and subject line Bug#710325: fixed in gnulib 20130805+stable-1
has caused the Debian Bug report #710325,
regarding gnulib: please provide new upstream snapshot (>= 2012-12-23)
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.)


-- 
710325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gettext
Version: 0.18.1.1-10
Severity: normal
File: /usr/share/aclocal/intl.m4
File: /usr/share/aclocal/po.m4
Usertags: autotools

From my configure.ac:

# gettext for internationalisation
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])

Whenever I run autoreconf I get this message:

configure.ac:41: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will 
soon be removed.
configure.ac:41: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
instead,
configure.ac:41: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
Makefile.am files.

This appears to be caused by po.m4 and intl.m4 from gettext:

$ grep -ri AM_PROG_MKDIR_P m4
m4/po.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
m4/intl.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
$ head -n1 m4/po.m4 m4/intl.m4
==> m4/po.m4 <==
# po.m4 serial 17 (gettext-0.18)

==> m4/intl.m4 <==
# intl.m4 serial 17 (gettext-0.18)
$ dpkg -L gettext | xargs grep AM_PROG_MKDIR_P 2> /dev/null
/usr/share/aclocal/intl.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by 
automake
/usr/share/aclocal/po.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake

I am using automake 1.12 from experimental:

$ apt-cache policy automake autoconf
automake:
  Installed: 1:1.12.6-2
  Candidate: 1:1.12.6-2
  Version table:
 *** 1:1.12.6-2 0
550 http://http.debian.net/debian/ experimental/main amd64 Packages
100 /var/lib/dpkg/status
 1:1.11.6-1 0
700 http://http.debian.net/debian/ testing/main amd64 Packages
600 http://http.debian.net/debian/ unstable/main amd64 Packages
autoconf:
  Installed: 2.69-1
  Candidate: 2.69-1
  Version table:
 *** 2.69-1 0
700 http://http.debian.net/debian/ testing/main amd64 Packages
600 http://http.debian.net/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gettext depends on:
ii  dpkg  1.16.10
ii  gettext-base  0.18.1.1-10
ii  install-info  5.1.dfsg.1-3
ii  libasprintf-dev   0.18.1.1-10
ii  libc6 2.17-3
ii  libcroco3 0.6.6-2
ii  libgettextpo-dev  0.18.1.1-10
ii  libglib2.0-0  2.36.1-2build1
ii  libgomp1  4.8.0-7
ii  libncurses5   5.9+20130504-1
ii  libtinfo5 5.9+20130504-1
ii  libunistring0 0.9.3-5
ii  libxml2   2.8.0+dfsg1-7+nmu1

Versions of packages gettext recommends:
ii  autopoint  0.18.1.1-10
ii  curl   7.30.0-2
ii  wget   1.14-1

Versions of packages gettext suggests:
pn  gettext-doc  

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20130805+stable-1

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

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

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

Debian distribution maintenance software
pp.
Ian Beckwith  (supplier of updated gnulib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 21:16:48 +0100
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20130805+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith 
Changed-By: Ian Beckwith 
Description: 
 gnulib - GNU Portability Library
Closes: 687986 710325 710330
Changes: 
 gnulib (20130805+stable-1) unstable; urgency=low
 .
   * 

Bug#701392: marked as done (eegdev: ftbfs with eglibc-2.17)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 15:20:15 +
with message-id 
and subject line Bug#687986: fixed in gnulib 20130805+stable-1
has caused the Debian Bug report #687986,
regarding eegdev: ftbfs with eglibc-2.17
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.)


-- 
687986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:eegdev
Version: 0.2-3
Severity: important
Tags: sid jessie
User: debian-gl...@lists.debian.org
Usertags: ftbfs-glibc-2.17

The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.

The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.

  ./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)

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

To install eglibc from experimental,

  apt-get -t experimental install libc6-dev

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

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


[...]
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
Making all in gnulib-local
make[2]: Entering directory `/«PKGBUILDDIR»/gnulib-local'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/«PKGBUILDDIR»/gnulib-local'
Making all in lib
make[2]: Entering directory `/«PKGBUILDDIR»/lib'
  GENalloca.h
  GENc++defs.h
  GENwarn-on-use.h
  GENarg-nonnull.h
  GENarpa/inet.h
  GENconfigmake.h
mv -f configmake.h-t configmake.h
  GENlanginfo.h
  GENnetdb.h
  GENstdio.h
  GENstdlib.h
  GENstring.h
  GENstrings.h
  GENsys/socket.h
  GENsys/time.h
  GENsys/types.h
  GENsys/uio.h
  GENtime.h
  GENunistd.h
  GENwchar.h
  GENwctype.h
make  all-recursive
make[3]: Entering directory `/«PKGBUILDDIR»/lib'
make[4]: Entering directory `/«PKGBUILDDIR»/lib'
  CC fd-hook.lo
  CC localcharset.lo
In file included from localcharset.c:27:0:
./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 ^
make[4]: *** [localcharset.lo] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20130805+stable-1

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

Debian distribution maintenance software
pp.
Ian Beckwith  (supplier of updated gnulib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 21:16:48 +0100
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20130805+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith 
Changed-By: Ian Beckwith 
Description: 
 gnulib - GNU Portability Library
Closes: 687986 710325 710330
Changes: 
 gnulib (20130805+stable-1) unstable; urgency=low
 .
   * Resumed making upstream snapshots - sorry about the gap.
   * Packaged upstream stable snapshot (Closes: #687986, #710325).
   * Fix gnulib-tool --version, also show snapshot and debian
 package version (Closes: #710330).
   * Refresh 01-gnulib-directory.patch.
   * Update lintian overrides for magical shebangs.
   * Standards-Version: 3.9.4 (no changes).
   * debi

Bug#710326: marked as done (gnulib: please provide new upstream snapshot (>= 2012-12-23))

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 15:20:15 +
with message-id 
and subject line Bug#710325: fixed in gnulib 20130805+stable-1
has caused the Debian Bug report #710325,
regarding gnulib: please provide new upstream snapshot (>= 2012-12-23)
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.)


-- 
710325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: man-db
Version: 2.6.3-6
Severity: serious

>From my pbuilder build log, using a chroot updated so that automake is
version 1:1.13.2-1:

...
 debian/rules build
dh build --builddirectory=debian/build --with=autoreconf --parallel
   dh_testdir -O--builddirectory=debian/build -O--parallel
   dh_autoreconf -O--builddirectory=debian/build -O--parallel
Copying file tools/config.rpath
Copying file gnulib/m4/intl.m4
Copying file gnulib/m4/po.m4
Copying file gnulib/po/Makefile.in.in
Copying file gnulib/po/Makevars.template
Copying file po/Makevars.template
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `tools'.
libtoolize: copying file `tools/ltmain.sh'
libtoolize: putting macros in `gnulib/m4'.
libtoolize: copying file `gnulib/m4/libtool.m4'
libtoolize: copying file `gnulib/m4/ltoptions.m4'
libtoolize: copying file `gnulib/m4/ltsugar.m4'
libtoolize: copying file `gnulib/m4/ltversion.m4'
libtoolize: copying file `gnulib/m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
automake: warnings are treated as errors
configure.ac:412: warning: The 'AM_PROG_MKDIR_P' macro is deprecated,
and its use is discouraged.
configure.ac:412: You should use the Autoconf-provided
'AC_PROG_MKDIR_P' macro instead,
configure.ac:412: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your
Makefile.am files.
parallel-tests: installing 'tools/test-driver'
autoreconf: automake failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20130805+stable-1

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

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

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

Debian distribution maintenance software
pp.
Ian Beckwith  (supplier of updated gnulib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 21:16:48 +0100
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20130805+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith 
Changed-By: Ian Beckwith 
Description: 
 gnulib - GNU Portability Library
Closes: 687986 710325 710330
Changes: 
 gnulib (20130805+stable-1) unstable; urgency=low
 .
   * Resumed making upstream snapshots - sorry about the gap.
   * Packaged upstream stable snapshot (Closes: #687986, #710325).
   * Fix gnulib-tool --version, also show snapshot and debian
 package version (Closes: #710330).
   * Refresh 01-gnulib-directory.patch.
   * Update lintian overrides for magical shebangs.
   * Standards-Version: 3.9.4 (no changes).
   * debian/copyright: refresh, switch to machine-interpretable format.
Checksums-Sha1: 
 758f502862427fe80772797ffcab2cfd3cd47bfa 1270 gnulib_20130805+stable-1.dsc
 bf606e8c5b5e9a0039120719b6602b1053c74a97 5270177 
gnulib_20130805+stable.orig.tar.gz
 e1db731a3261f3ca1141bde43791d07e408e3aba 375081 
gnulib_20130805+stable-1.debian.tar.gz
 1cbe5d06ead36fd095d7e13d373d59423d79f123 4888588 
gnulib_20130805+stable-1_all.deb
Checksums-Sha256: 
 07c85e9d60d2b25fdd27e601498ad612d9e5b3eacad30501341d43a735ea86e5 1270 
gnulib_20130805+stable-1.dsc
 de15c3daefec0ef309b131e229e2e8cf9be1dd9fbb732262caacda039bd56b08 5270177 
gnulib_20130805+stable.orig.tar.gz
 914ed12cde384f62562d6f2a3c7cb505f112ede50d0104c58af78da53f6633b0 375081 
gnulib_20130805+stable-1.debian.tar.gz
 0e88989fa98295a184e94654190561484fcce7c35b560982aa8e77c4ec7d223e 4888588 
gnulib_20130805+stable-1_all.deb
Files: 
 f0f27d3b

Bug#687986: marked as done (gnulib: gets support in stdio module breaks with newer libc)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 15:20:15 +
with message-id 
and subject line Bug#687986: fixed in gnulib 20130805+stable-1
has caused the Debian Bug report #687986,
regarding gnulib: gets support in stdio module breaks with newer libc
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.)


-- 
687986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnulib
Version: 20120404+stable-1
Severity: normal

I use the Debian package of gnulib to build upstream software tarballs.
Recently a number of people have reported that these no longer build
with current versions of libc with errors such as "error: 'gets'
undeclared here (not in a function)", e.g.:

  https://savannah.nongnu.org/bugs/?37255

I believe that this could be fixed by applying this patch:

commit 66712c23388e93e5c518ebc8515140fa0c807348
Author: Eric Blake 
Date:   Thu Mar 29 13:30:41 2012 -0600

stdio: don't assume gets any more

Gnulib intentionally does not have a gets module, and now that C11
and glibc have dropped it, we should be more proactive about warning
any user on a platform that still has a declaration of this dangerous
interface.

* m4/stdio_h.m4 (gl_STDIO_H, gl_STDIO_H_DEFAULTS): Drop gets
support.
* modules/stdio (Makefile.am): Likewise.
* lib/stdio-read.c (gets): Likewise.
* tests/test-stdio-c++.cc: Likewise.
* m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Fix comment.
* lib/stdio.in.h (gets): Make warning occur in more places.
* doc/posix-functions/gets.texi (gets): Update documentation.
Reported by Christer Solskogen.

Signed-off-by: Eric Blake 

I'd understand if you don't want to update to a whole new stable
snapshot at this point in the wheezy freeze, but perhaps you could at
least backport this one patch so that releasing upstream tarballs is a
bit less arduous?

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]
--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20130805+stable-1

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

Debian distribution maintenance software
pp.
Ian Beckwith  (supplier of updated gnulib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 21:16:48 +0100
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20130805+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith 
Changed-By: Ian Beckwith 
Description: 
 gnulib - GNU Portability Library
Closes: 687986 710325 710330
Changes: 
 gnulib (20130805+stable-1) unstable; urgency=low
 .
   * Resumed making upstream snapshots - sorry about the gap.
   * Packaged upstream stable snapshot (Closes: #687986, #710325).
   * Fix gnulib-tool --version, also show snapshot and debian
 package version (Closes: #710330).
   * Refresh 01-gnulib-directory.patch.
   * Update lintian overrides for magical shebangs.
   * Standards-Version: 3.9.4 (no changes).
   * debian/copyright: refresh, switch to machine-interpretable format.
Checksums-Sha1: 
 758f502862427fe80772797ffcab2cfd3cd47bfa 1270 gnulib_20130805+stable-1.dsc
 bf606e8c5b5e9a0039120719b6602b1053c74a97 5270177 
gnulib_20130805+stable.orig.tar.gz
 e1db731a3261f3ca1141bde43791d07e408e3aba 375081 
gnulib_20130805+stable-1.debian.tar.gz
 1cbe5d06ead36fd095d7e13d373d59423d79f123 4888588 
gnulib_20130805+stable-1_all.deb
Checksums-Sha256: 
 07c85e9d60d2b25fdd27e601498ad612d9e5b3eacad30501341d43a735ea86e5 1270 
gnulib_20130805+stable-1.dsc
 de15c3daefec0ef309b131e229e2e8cf9be1dd9fbb732262caacda039bd56b08 5270177 
gnulib_20130805+stable.orig.tar.gz
 914ed12cde384f62562d6f2a3c7cb505f112ede50d0104c58af78da53f6633b0 375081 
gnulib_20130805+stable-1.debian.tar.gz
 0e88989fa98295a184e94654190561484fcce7c35b560982aa8e77c4ec7d223e 4888588 
gnulib_20130805+stable-1_all.deb
Files: 
 f0f27d3b8b15bfa7ef4bfd7564294208 1270 devel optional 
gnulib_20130805+stable-1.dsc
 335d00790cb6ae38f04d806188f51085 5270177 devel 

Bug#720000: drizzle: FTBFS on multiple arch

2013-08-17 Thread Laurent Bigonville
Source: drizzle
Version: 1:7.1.36-stable-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

drizzle FTBFS on multiple architectures for quite sometimes now. This is
currently blocking the librabbitmq transition.

Cheers

Laurent Bigonville

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

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


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



Bug#713702: marked as done (altos: FTBFS: ld: /tmp/ccyn1Pxk.o: undefined reference to symbol 'MD5_Final@@OPENSSL_1.0.0')

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 16:31:14 +0200 (CEST)
with message-id <20130817143114.681317e0...@rover.gag.com>
and subject line fixed in 1.2.1-3
has caused the Debian Bug report #713702,
regarding altos: FTBFS: ld: /tmp/ccyn1Pxk.o: undefined reference to symbol 
'MD5_Final@@OPENSSL_1.0.0'
to be marked as done.

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

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


-- 
713702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713702
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: altos
Version: 1.2.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Maybe you need to add explicitly -lcryto LD flag.

Relevant part:
> cc -I.. -I. -I../core -I../drivers -I../micropeak -O0 -g -Wall -o ao_fat_test 
> ao_fat_test.c -lssl
> ao_fat_test.c: In function 'long_test_fs':
> ao_fat_test.c:487:2: warning: format '%llu' expects argument of type 'long 
> long unsigned int', but argument 2 has type 'uint64_t' [-Wformat=]
>   printf ("\n    Write IO: read %llu write %llu data sectors %llu\n", 
> total_reads, total_writes, (total_file_size + 511) / 512);
>   ^
> ao_fat_test.c:487:2: warning: format '%llu' expects argument of type 'long 
> long unsigned int', but argument 3 has type 'uint64_t' [-Wformat=]
> ao_fat_test.c:487:2: warning: format '%llu' expects argument of type 'long 
> long unsigned int', but argument 4 has type 'uint64_t' [-Wformat=]
> ao_fat_test.c:520:2: warning: format '%llu' expects argument of type 'long 
> long unsigned int', but argument 2 has type 'uint64_t' [-Wformat=]
>   printf ("\n   Read IO: read %llu write %llu\n", total_reads, 
> total_writes);
>   ^
> ao_fat_test.c:520:2: warning: format '%llu' expects argument of type 'long 
> long unsigned int', but argument 3 has type 'uint64_t' [-Wformat=]
> /usr/bin/ld: /tmp/ccyn1Pxk.o: undefined reference to symbol 
> 'MD5_Final@@OPENSSL_1.0.0'
> /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO 
> missing from command line
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/altos_1.2.1-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
This was fixed in 1.2.1-3, just uploaded.

Bdale--- End Message ---


Bug#719998: opencv: FTBFS with new libav: error: 'av_open_input_file' was not declared in this scope

2013-08-17 Thread Daniel Schepler
Source: opencv
Version: 2.3.1-12
Severity: serious

>From my pbuilder build log:

...
 10%] Building CXX object 
modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.o  
 
cd /tmp/buildd/opencv-2.3.1/obj-x86_64-linux-gnu/modules/highgui && 
/usr/bin/c++   -DCVAPI_EXPORTS -DHAVE_CVCONFIG_H -DHAVE_JASPER -DHAVE_JPEG 
-DHAVE_OPENEXR -DHAVE_PNG -DHAVE_TIFF -DHIGHGUI_EXPORTS 
-Dopencv_highgui_EXPORTS -Wall -Wno-long-long -pthread -ffunction-sections  -g 
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security  -fomit-frame-pointer -ffast-math -msse -msse2 -DNDEBUG 
 -fPIC -I/usr/lib/pymodules/python2.7/numpy/core/include 
-I/tmp/buildd/opencv-2.3.1/. -I/tmp/buildd/opencv-2.3.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/opencv-2.3.1/include -I/tmp/buildd/opencv-2.3.1/include/opencv 
-I/usr/include/OpenEXR -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
-I/usr/include/harfbuzz -I/tmp/buildd/opencv-2.3.1/modules/highgui/include 
-I/tmp/buildd/opencv-2.3.1/modules/highgui/../core/include 
-I/tmp/buildd/opencv-2.3.1/modules/highgui/../imgproc/include 
-I/tmp/buildd/opencv-2.3.1/modules/highgui/src 
-I/tmp/buildd/opencv-2.3.1/obj-x86_64-linux-gnu/modules/highgui-D 
PYTHON_USE_NUMPY=1 -o CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.o -c 
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg.cpp
In file included from 
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg.cpp:45:0:
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp: In member 
function 'void CvCapture_FFMPEG::close()':
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:458:9: 
warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
 av_close_input_file(ic);
 ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:458:31: 
warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
 av_close_input_file(ic);
   ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp: In member 
function 'bool CvCapture_FFMPEG::reopen()':
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:489:5: 
warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
 av_close_input_file(ic);
 ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:489:27: 
warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
at /usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
 av_close_input_file(ic);
   ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:492:52: error: 
'av_open_input_file' was not declared in this scope
 av_open_input_file(&ic, filename, NULL, 0, NULL);
^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:493:27: error: 
'av_find_stream_info' was not declared in this scope
 av_find_stream_info(ic);
   ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:500:50: error: 
'avcodec_thread_init' was not declared in this scope
 avcodec_thread_init(enc, get_number_of_cpus());
  ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:503:28: error: 
'avcodec_open' was not declared in this scope
 avcodec_open(enc, codec);
^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp: In member 
function 'bool CvCapture_FFMPEG::open(const char*)':
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:530:63: error: 
'av_open_input_file' was not declared in this scope
 int err = av_open_input_file(&ic, _filename, NULL, 0, NULL);
   ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:535:33: error: 
'av_find_stream_info' was not declared in this scope
 err = av_find_stream_info(ic);
 ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:547:54: error: 
'avcodec_thread_init' was not declared in this scope
 avcodec_thread_init(enc, get_number_of_cpus());
  ^
/tmp/buildd/opencv-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp:552:36: error: 
'avcodec_open' was not declared in this scope
   

Bug#719989: fixup

2013-08-17 Thread Dominic Hargreaves
retitle 719989 libchi-driver-memcached-perl: FTBFS: missing dependency on Moose
thanks

Just to clarify, this failure does happen on sid; I only partially
fixed the initial bug report in this respect.

Dominic.


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



Processed: fixup

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

> retitle 719989 libchi-driver-memcached-perl: FTBFS: missing dependency on 
> Moose
Bug #719989 [src:libchi-driver-memcached-perl] libchi-driver-memcached-perl: 
FTBFS with perl 5.18: missing dependency on Moose
Changed Bug title to 'libchi-driver-memcached-perl: FTBFS: missing dependency 
on Moose' from 'libchi-driver-memcached-perl: FTBFS with perl 5.18: missing 
dependency on Moose'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719989
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#719995: libhtml-template-compiled-perl: FTBFS: POD coverage

2013-08-17 Thread Dominic Hargreaves
Source: libhtml-template-compiled-perl
Version: 1.000-1
Severity: serious
Justification: FTBFS
Tags: sid jessie

This package FTBFS on a clean sid chroot:

#   Failed test 'HTML::Template::Compiled::Plugin::NumberFormat is covered'
#   at t/24_pod_cover.t line 12.
# HTML::Template::Compiled::Plugin::NumberFormat: requiring 'HTML::Template::Com
piled::Plugin::NumberFormat' failed
# Looks like you failed 1 test of 5.
t/24_pod_cover.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests 

Cheers,
Dominic.


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



Bug#678931: debian-edu-config: modified base pam configuration after purge

2013-08-17 Thread Andreas Beckmann
On 2013-08-17 15:45, Petter Reinholdtsen wrote:
> Andreas, you claimed it was still present in version 1.707 and 1.711.
> Can you explain how to reproduce it?

The piuparts command I used for testing can be found at the beginning of
the piuparts logs attached to the bug.


Andreas


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



Bug#678931: debian-edu-config: modified base pam configuration after purge

2013-08-17 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
> as documented in
> https://wiki.ubuntu.com/PAMConfigFrameworkSpec>, and thus
> believe it was fixed in version 1.704.  I have no idea what more to
> do to fix it.

I just tested, and as far as I can tell, the problem do not exist in
version 1.711.  I created a wheezy chroot, installed etckeeper,
installed debian-edu-config, upgraded to sid, and purged
debian-edu-config.  There was no mentioning of any edu-group setting
in /etc/pam.d/.  This make me believe the bug is fixed.  How am I
supposed to test this if it isn't?

Andreas, you claimed it was still present in version 1.707 and 1.711.
Can you explain how to reproduce it?

-- 
Happy hacking
Petter Reinholdtsen


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



Processed: tagging 719993

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

> tags 719993 + pending
Bug #719993 [src:linux] linux-image-3.2.0-4-s390x: hangs hard after a few hours
Ignoring request to alter tags of bug #719993 to the same tags previously set
> thanks
Stopping processing here.

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


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



Processed: closing 713109

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

> close 713109
Bug #713109 [src:closure-compiler] closure-compiler: FTBFS: build-dependency 
not installable: librhino-java (>= 1.7R4)
Marked Bug as done
> thanks
Stopping processing here.

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

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

> tags 719993 + pending
Bug #719993 [src:linux] linux-image-3.2.0-4-s390x: hangs hard after a few hours
Added tag(s) pending.
> thanks
Stopping processing here.

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

2013-08-17 Thread Damien Raude-Morvan
close 713109 
thanks

librhino-java 1.7R4 is now in unstable, so FTBFS of closure-compiler is fixed.


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



Bug#719993: linux-image-3.2.0-4-s390x: hangs hard after a few hours

2013-08-17 Thread Aurelien Jarno
Package: src:linux
Version: 3.2.46-1
Severity: grave
Forwarded: http://www.mail-archive.com/linux-390@vm.marist.edu/msg63844.html

The s390x kernel provided in Wheezy (both for s390 and s390x) hangs hard
after a few hours of uptime. After investigation, it has been determined
to be due to the following commit:

commit 4f37a68cdaf6dea833cfdded2a3e0c47c0f006da
Author: Martin Schwidefsky 
Date:   Tue Aug 23 15:29:44 2011 +0200

s390: Use direct ktime path for s390 clockevent device

The clock comparator on s390 uses the same format as the TOD clock.
If the value in the clock comparator is smaller than the current TOD
value an interrupt is pending. Use the CLOCK_EVT_FEAT_KTIME feature
to get the unmodified ktime of the next clockevent expiration and
use it to program the clock comparator without querying the TOD clock.

Signed-off-by: Martin Schwidefsky 
Cc: john stultz 
Link: http://lkml.kernel.org/r/20110823133143.153017...@de.ibm.com
Signed-off-by: Thomas Gleixner 

While the problem is being worked on, the best is probably to revert
this commit. This is what the attached patch does.

-- Package-specific info:
** Version:
Linux version 3.2.0-4-s390x (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1

** Command line:
ro vmpoff="LOGOFF" root=/dev/dasda1 enable=ccw-0.0.0120 BOOT_IMAGE=0

** Not tainted

** Kernel log:
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 3.2.0-4-s390x (debian-ker...@lists.debian.org) 
(gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1
[0.00] setup: Linux is running natively in 64-bit mode
[0.00] cpu: The CPU configuration topology of the machine is: 0 0 0 0 0 
2 / 1
[0.00] Zone PFN ranges:
[0.00]   DMA  0x -> 0x0008
[0.00]   Normal   empty
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[1] active PFN ranges
[0.00] 0: 0x -> 0x0002
[0.00] On node 0 totalpages: 131072
[0.00]   DMA zone: 1792 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 129280 pages, LIFO batch:31
[0.00] PERCPU: Embedded 11 pages/cpu @012f5000 s15872 r8192 
d20992 u45056
[0.00] pcpu-alloc: s15872 r8192 d20992 u45056 alloc=11*4096
[0.00] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 
07 
[0.00] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 
15 
[0.00] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 
23 
[0.00] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 
31 
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 129280
[0.00] Kernel command line: ro vmpoff="LOGOFF" root=/dev/dasda1 
enable=ccw-0.0.0120 BOOT_IMAGE=0
[0.00] PID hash table entries: 2048 (order: 2, 16384 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[0.00] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[0.00] Memory: 502720k/524288k available (3845k kernel code, 0k 
reserved, 2071k data, 228k init)
[0.00] Write protected kernel read-only data: 0x11200 - 0x570fff
[0.00] Hierarchical RCU implementation.
[0.00]  CONFIG_RCU_FANOUT set to non-default value of 32
[0.00]  RCU dyntick-idle grace-period acceleration is enabled.
[0.00] console [ttyS0] enabled
[0.822121] Calibrating delay loop (skipped)... 3777.00 BogoMIPS preset
[0.822193] pid_max: default: 32768 minimum: 301
[0.823189] Security Framework initialized
[0.823276] AppArmor: AppArmor disabled by boot time parameter
[0.823830] Mount-cache hash table entries: 256
[0.826067] Initializing cgroup subsys cpuacct
[0.826244] Initializing cgroup subsys memory
[0.826436] Initializing cgroup subsys devices
[0.826540] Initializing cgroup subsys freezer
[0.826631] Initializing cgroup subsys net_cls
[0.826721] Initializing cgroup subsys blkio
[0.826853] Initializing cgroup subsys perf_event
[0.827802] cpu: 2 configured CPUs, 0 standby CPUs
[0.833026] Brought up 2 CPUs
[0.840344] devtmpfs: initialized
[0.850631] print_constraints: dummy: 
[0.853330] NET: Registered protocol family 16
[0.871646] bio: create slab  at 0
[1.196411] NET: Registered protocol family 2
[1.197650] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[1.202055] TCP established hash table entries: 16384 (order: 6, 262144 
bytes)
[1.204478] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[1.207157] TCP: Hash tables configured (established 16384 bind 16384)
[1.207255] TCP reno registered
[1.207356] UDP hash table entries: 256 (order: 1, 8192 bytes)
[1.207542] UDP-Lite hash table entries: 

Bug#713950: marked as done (gzip: FTBFS due to mingw-w64 improvements)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 13:03:02 +
with message-id 
and subject line Bug#713950: fixed in gzip 1.6-2
has caused the Debian Bug report #713950,
regarding gzip: FTBFS due to mingw-w64 improvements
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.)


-- 
713950: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713950
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gzip
Version: 1.6-1
Severity: normal
Tags: upstream patch

Hi Bdale,

I'm going to upload a new version of mingw-w64 soon, but it causes
gzip to FTBFS. The new version of mingw-w64 causes a formerly-unused
portion of gnulib to be pulled in, and this portion incorrectly uses
cdecl. There's already a fix in gnulib upstream, which I'm attaching
here in DEP-3 format; I've checked it and it builds fine (and the
resulting Windows binary works).

If it's any help I can of course upload a NMU. I'm leaving the bug
severity at normal for now, I'll upgrade it to serious once the
updated mingw-w64 is in the archive.

Regards,

Stephen


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

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

Versions of packages gzip depends on:
ii  dpkg  1.16.10
ii  install-info  5.1.dfsg.1-3
ii  libc6 2.17-3

gzip recommends no packages.

Versions of packages gzip suggests:
ii  less  458-2

-- no debconf information
Description: Use __cdecl instead of cdecl
Author: Paul Eggert 
Origin: http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=86725346a1b116f3c2da26c124288f5f4495bf69

diff --git a/lib/msvc-inval.c b/lib/msvc-inval.c
index ef2b860..1873e23 100644
--- a/lib/msvc-inval.c
+++ b/lib/msvc-inval.c
@@ -28,7 +28,7 @@
 
 # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING
 
-static void cdecl
+static void __cdecl
 gl_msvc_invalid_parameter_handler (const wchar_t *expression,
const wchar_t *function,
const wchar_t *file,
@@ -45,7 +45,7 @@ gl_msvc_invalid_parameter_handler (const wchar_t *expression,
 
 #  if defined _MSC_VER
 
-static void cdecl
+static void __cdecl
 gl_msvc_invalid_parameter_handler (const wchar_t *expression,
const wchar_t *function,
const wchar_t *file,
@@ -94,7 +94,7 @@ gl_msvc_inval_current (void)
 }
 }
 
-static void cdecl
+static void __cdecl
 gl_msvc_invalid_parameter_handler (const wchar_t *expression,
const wchar_t *function,
const wchar_t *file,
--- End Message ---
--- Begin Message ---
Source: gzip
Source-Version: 1.6-2

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

Debian distribution maintenance software
pp.
Bdale Garbee  (supplier of updated gzip 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: Sat, 17 Aug 2013 14:22:53 +0200
Source: gzip
Binary: gzip gzip-win32
Architecture: source i386 all
Version: 1.6-2
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee 
Changed-By: Bdale Garbee 
Description: 
 gzip   - GNU compression utilities
 gzip-win32 - GNU compression utility (win32 build)
Closes: 713950
Changes: 
 gzip (1.6-2) unstable; urgency=low
 .
   * patch to update included gnulib for mingw-w64 changes, closes: #713950
Checksums-Sha1: 
 d113b074bd507280e44716b9fc83a0fb6ecfcfe2 1856 gzip_1.6-2.dsc
 a56d2ac711657b244dabcd89a4282621fea9c5e0 14984 gzip_1.6-2.debian.tar.gz
 389e931b4ccaee44efeb403b5fac78ab1f112314 107666 gzip_1.6-2_i386.deb
 1893b20b6f0f76a48b076b6178a9adcb80cccf07 101312 gzip-win32_1.6-2_all.deb
Checksums-Sha256: 
 a89787fa5db91088f2223534986c179ff986f0b8e21d735f376af3a87121cc5d 1856 
gzip_1.6-2.dsc
 a991f04d1bb2ac0604fdc6ecaf7cbb566dd153288a6157d43f219148142c9bee 14984 
gzip_1.

Processed: tagging 717936

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

> tags 717936 + pending
Bug #717936 {Done: Salvatore Bonaccorso } [bind9] bind9: 
CVE-2013-4854: A specially crafted query can cause BIND to terminate abnormally
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
717936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717936
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#719991: libgd-securityimage-perl: FTBFS with perl 5.18: POD

2013-08-17 Thread Dominic Hargreaves
Source: libgd-securityimage-perl
Version: 1.71-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'POD test for blib/lib/GD/SecurityImage.pm'
#   at /usr/share/perl5/Test/Pod.pm line 186.
# blib/lib/GD/SecurityImage.pm (1381): L<> starts or ends with whitespace
# Looks like you failed 1 test of 4.
t/201-pod.t  
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 

Cheers,
Dominic.


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



Bug#719989: libchi-driver-memcached-perl: FTBFS with perl 5.18: missing dependency on Moose

2013-08-17 Thread Dominic Hargreaves
Source: libchi-driver-memcached-perl
Version: 0.14-3
Severity: serious
Justification: FTBFS on sid
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'use CHI::Driver::Memcached;'
#   at t/00-load.t line 6.
# Tried to use 'CHI::Driver::Memcached'.
# Error:  Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
# BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Testing CHI::Driver::Memcached 0.14, Perl 5.014002, /usr/bin/perl
# Looks like you failed 1 test of 1.
t/00-load.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached/Fast.pm
 line 5.
BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached/Fast.pm
 line 5.
Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
t/CHIDriverTests-Fast.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/CHIDriverTests-libmemcached.t .. skipped: one of required modules not 
installed: Cache::Memcached::libmemcached
Can't locate Moose.pm in @INC (@INC contains: 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib
 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/arch
 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
BEGIN failed--compilation aborted at 
/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14/blib/lib/CHI/Driver/Memcached.pm
 line 5.
Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 317.
t/CHIDriverTests-Memcached.t . 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Failed 3/5 test programs. 1/14 subtests failed.
t/pod.t .. ok
Test Summary Report
---
t/00-load.t(Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/CHIDriverTests-Fast.t(Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/CHIDriverTests-Memcached.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=5, Tests=14,  2 wallclock secs ( 0.02 usr  0.03 sys +  0.83 cusr  0.16 
csys =  1.04 CPU)
Result: FAIL
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory 
`/build/dom-libchi-driver-memcached-perl_0.14-3-i386-GnzxyI/libchi-driver-memcached-perl-0.14'
dh_auto_test: make -j1 test returned exit code 2
make: *** [build] Error 2

This fails on sid and jessie but not on wheezy. I *assume*, but have
not confirmed, that this is due to an implicit dependency changing,
together with a missing explicit dependency.

Cheers,
Dominic.


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



Bug#719578: Patch for a cdk-perl-20130717 build failure with Perl 5.18

2013-08-17 Thread Thomas Dickey
On Fri, Aug 16, 2013 at 10:41:56AM +0200, Dominic Hargreaves wrote:
> On Thu, Aug 15, 2013 at 08:24:44PM -0400, Thomas Dickey wrote:
> > On Thu, Aug 15, 2013 at 10:23:54PM +0300, Niko Tyni wrote:
> > > Hi Thomas,
> > > 
> > > recent changes in cdk-perl-20130717 broke the build again with
> > > newer versions of ExtUtils::ParseXS, including the one
> > > bundled with Perl 5.18.
> > 
> > thanks (I'd have found this directly, but haven't found a way to get
> > 5.18 other than compiling it myself - it seems that Debian/experimental
> > skipped a step between 5.14 and 5.18).
> 
> Debian experimental did have 5.16 at one point, and 5.18 is now in Debian
> experimental. In any case, the main practical problem with testing is the
> large number of other perl XS module packages which also need to be
> rebuilt (over 300 in the archive). This has been done for i386 and the
> results are at
> 
> http://people.debian.org/~dom/perl/test/perl-5.18.0/
> 
> (only suitable for a dedicated test system really).
> Apologies that this has been less than useful for package maintainers
> so far.

well, I was puzzled at the delay - I'd been tracking this since the first
report, thinking that getting a package update would be the most reliable
way to duplicate the problem.  Yesterday I downloaded perl 5.18.1 and
built that for testing this problem (as well as verifying that vile's
perl.xs was not affected).

I didn't see any additional fixes (including compiler warnings) that
I should make to cdk-perl, so I marked that as 20130816.  There was
some outage on my ISP yesterday; I've uploaded the version with this
patch.  Later when I'm done with my changes to cdk, I may update this
package for fixes as needed.

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#719986: libcgi-application-plugin-ajaxupload-perl: FTBFS with perl 5.18: test failures

2013-08-17 Thread Dominic Hargreaves
Source: libcgi-application-plugin-ajaxupload-perl
Version: 0.0.3-3
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'UPLOADED (body match)'
#   at t/lib/TestWebApp.pm line 54.
#   '{"image_url":"/images/test.txt","status":"UPLOADED"}'
# doesn't match '(?^msx:{"status":"UPLOADED","image_url":"/images/test.t
xt"})'
# Looks like you failed 1 test of 4.

#   Failed test 'options'
#   at t/02.warnings.t line 310.

#   Failed test 'UPLOADED (body match)'
#   at t/lib/TestWebApp.pm line 54.
#   
'{"image_url":"/img/uploads/test.txt","status":"UPLOADED"}'
# doesn't match 
'(?^msx:{"status":"UPLOADED","image_url":"/img/uploads/test.txt"})'
# Looks like you failed 1 test of 4.

#   Failed test 'UPLOADED'
#   at t/02.warnings.t line 336.
# Looks like you failed 2 tests of 12.
t/02.warnings.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests 

#   Failed test 'UPLOADED (body match)'
#   at t/lib/TestWebApp.pm line 54.
#   
'{"image_url":"/img/uploads/test.jpeg","status":"UPLOADED"}'
# doesn't match 
'(?^msx:{"status":"UPLOADED","image_url":"/img/uploads/test.jpeg"})'
# Looks like you failed 1 test of 4.

#   Failed test 'UPLOADED'
#   at t/03.images.t line 272.
# Looks like you failed 1 test of 10.
t/03.images.t . 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests 

#   Failed test 'UPLOADED (body match)'
#   at t/lib/TestWebApp.pm line 54.
#   '{"image_url":"/images/test.jpeg","status":"UPLOADED"}'
# doesn't match 
'(?^msx:{"status":"UPLOADED","image_url":"/images/test.jpeg"})'
# Looks like you failed 1 test of 4.
#   Failed test 'options'
#   at t/04-resize.t line 274.

#   Failed test 'UPLOADED (body match)'
#   at t/lib/TestWebApp.pm line 54.
#   
'{"image_url":"/img/uploads/test.jpeg","status":"UPLOADED"}'
# doesn't match 
'(?^msx:{"status":"UPLOADED","image_url":"/img/uploads/test.jpeg"})'
# Looks like you failed 1 test of 4.

#   Failed test 'square'
#   at t/04-resize.t line 354.
# Looks like you failed 2 tests of 12.
t/04-resize.t . 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests 

...

Test Summary Report
---
t/02.warnings.t (Wstat: 512 Tests: 12 Failed: 2)
  Failed tests:  10-11
  Non-zero exit status: 2
t/03.images.t   (Wstat: 256 Tests: 10 Failed: 1)
Failed 3/13 test programs. 5/38 subtests failed.
  Failed test:  9
  Non-zero exit status: 1
t/04-resize.t   (Wstat: 512 Tests: 12 Failed: 2)
  Failed tests:  8, 11
  Non-zero exit status: 2
Files=13, Tests=38,  2 wallclock secs ( 0.07 usr  0.05 sys +  1.65 cusr  0.26 
csys =  2.03 CPU)
Result: FAIL
dh_auto_test: perl Build test returned exit code 255
make: *** [build] Error 255


Cheers,
Dominic.


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



Bug#719984: Adding... dialog pops up after every bug making multitasking impossible

2013-08-17 Thread Goswin von Brederlow
Package: calibre
Version: 0.9.41+dfsg-1
Severity: critical
File: /usr/bin/calibre

Hi,

I'm using calibre for the first time so I'm adding a large number of books
all at once. Given that it takes rather long per book, 5-30s per book, I
would realy like to do something else with my computer while it scans books.
But every time a book is added the "Adding..." dialog pops to the front
obscuring other windows, stealing the focus (because my mouse happens to be
where the dialog is) and making it impossible to work.

It, at least temporary, breaks the system.

MfG
Goswin

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

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

Versions of packages calibre depends on:
ii  calibre-bin   0.9.41+dfsg-1
ii  fonts-liberation  1.07.2-7
ii  imagemagick   8:6.7.7.10-2
ii  libjs-mathjax 2.2-1
ii  poppler-utils 0.18.4-3
ii  python-beautifulsoup  3.2.1-1
ii  python-chardet2.0.1-2
ii  python-cherrypy3  3.2.2-2
ii  python-cssselect  0.8-1
ii  python-cssutils   0.9.10~b1-2
ii  python-dateutil   1.5-1
ii  python-dbus   1.2.0-2+b1
ii  python-feedparser 5.1.2-2
ii  python-imaging1.1.7-4
ii  python-lxml   3.2.0-1+b1
ii  python-markdown   2.3.1-1
ii  python-mechanize  1:0.2.5-3
ii  python-netifaces  0.8-2
ii  python-pkg-resources  0.6.49-2
ii  python-pyparsing  1.5.7+dfsg1-2
ii  python-qt44.10.2-2
ii  python-routes 1.13-2
ii  python2.7 2.7.3-1
ii  xdg-utils 1.1.0~rc1+git20111210-6

Versions of packages calibre recommends:
pn  python-dnspython  

calibre 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#719288: (no subject)

2013-08-17 Thread Cleto Martín
Hi!

thanks for your bug report.

I think this issue is resolved at newer versions of Linthesia. Have you
tried more recent versions?

Cheers,
 cleto.


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



Processed: Re: Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

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

> severity 719960 normal
Bug #719960 [libnet-arp-perl] libnet-arp-perl: Net::ARP::arp_lookup always 
fails (regression)
Severity set to 'normal' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719960
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#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Florian Schlichting
severity 719960 normal
thanks

On Sat, Aug 17, 2013 at 11:33:31AM +0200, Olof Johansson wrote:
> On 2013-08-17 10:19 +0200, Vincent Lefevre wrote:
> > After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup
> > always fails:
> > 
> > xvii:~> perl -MNet::ARP -e 'print "-> 
> > ".Net::ARP::arp_lookup(undef,"192.168.1.1")."\n"'
> > No valid device name found.
> > -> unknown
> 
> I can't seem to find any references to arp_lookup accepting undef as
> device in the manual. I can reproduce your issue, but actually setting
> device to something makes it work. I'm inclined to disagree on this
> being grave. Imho.
> 
> $ perl -MNet::ARP -E 'say Net::ARP::arp_lookup("wlan0", "192.168.1.1")'

The implementation changed between 1.0.4-1 and 1.0.8-1; whereas before,
it would just open /proc/net/arp and look for the IP address, matching
the device only when given, it now uses the SIOCGARP ioctl for which a
device name is mandatory.

So I think this "works as intended", but one could perhaps ask upstream
to provide an option to iterate over several / all available devices, or
amend the documentation to explain that undef values are not / no longer
supported.

Florian


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



Bug#719983: libcatalyst-action-serialize-data-serializer-perl: FTBFS with perl 5.18: test failures

2013-08-17 Thread Dominic Hargreaves
Source: libcatalyst-action-serialize-data-serializer-perl
Version: 1.08-1
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'POST text/x-data-dumper succeeded'
#   at t/data-serializer.t line 53.

#   Failed test 'POST text/x-data-dumper data matches'
#   at t/data-serializer.t line 54.
#  got: 'Content-Type text/x-data-dumper had a problem with your 
request.
# ***ERROR***
# 'ref-to-glob cast' trapped by operation mask at (eval 631) line 1, <$fh> line 
2.
# '
# expected: 'is good for monkey'

#   Failed test 'POST Data::Dumper data error matches'
#   at t/data-serializer.t line 73.
#   'Content-Type text/x-data-dumper had a problem with your 
request.
# ***ERROR***
# 'ref-to-glob cast' trapped by operation mask at (eval 639) line 1, <$fh> line 
2.
# '
# doesn't match '(?^s:Content-Type text/x-data-dumper had a problem with 
your request.*'die' trapped by operation mask)'
# Looks like you failed 3 tests of 31.
t/data-serializer.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 1/1 test programs. 3/31 subtests failed.
Failed 3/31 subtests 
(less 20 skipped subtests: 8 okay)

Test Summary Report
---
t/data-serializer.t (Wstat: 768 Tests: 31 Failed: 3)
  Failed tests:  16-17, 31
  Non-zero exit status: 3
Files=1, Tests=31,  2 wallclock secs ( 0.03 usr  0.02 sys +  1.09 cusr  0.11 
csys =  1.25 CPU)
Result: FAIL
make[1]: *** [test_dynamic] Error 3

Cheers,
Dominic.


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



Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Olof Johansson
On 2013-08-17 10:19 +0200, Vincent Lefevre wrote:
> After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup
> always fails:
> 
> xvii:~> perl -MNet::ARP -e 'print "-> 
> ".Net::ARP::arp_lookup(undef,"192.168.1.1")."\n"'
> No valid device name found.
> -> unknown

I can't seem to find any references to arp_lookup accepting undef as
device in the manual. I can reproduce your issue, but actually setting
device to something makes it work. I'm inclined to disagree on this
being grave. Imho.

$ perl -MNet::ARP -E 'say Net::ARP::arp_lookup("wlan0", "192.168.1.1")'

-- 
 --- 
| Olof Johansson  http://stdlib.se/ |
|  irc: zibri   https://github.com/olof |
 --- 


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



Bug#719972: libapache-authznetldap-perl: FTBFS with perl 5.18: syntax error at Makefile.PL

2013-08-17 Thread Dominic Hargreaves
Source: libapache-authznetldap-perl
Version: 0.07-4
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

   dh_auto_configure
Unknown regexp modifier "/n" at Makefile.PL line 5, at end of line
Regexp modifiers "/a" and "/d" are mutually exclusive at Makefile.PL line 5, at
end of line
syntax error at Makefile.PL line 5, near "m/--(?:default|skip|testonly)/and-t "
syntax error at Makefile.PL line 11, near "}eval"
BEGIN not safe after errors--compilation aborted at Makefile.PL line 12.
dh_auto_configure: perl Makefile.PL INSTALLDIRS=vendor create_packlist=0 returne
d exit code 255
make: *** [build-stamp] Error 2

Cheers,
Dominic.


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



Bug#713231: marked as done (libmojolicious-plugin-mailexception-perl: FTBFS: tests failed)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 09:06:03 +
with message-id 
and subject line Bug#713231: fixed in libmojolicious-plugin-mailexception-perl 
0.17-1
has caused the Debian Bug report #713231,
regarding libmojolicious-plugin-mailexception-perl: FTBFS: tests failed
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.)


-- 
713231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmojolicious-plugin-mailexception-perl
Version: 0.16-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
> [Fri Jun 21 06:32:55 2013] [debug] GET "/".
> [Fri Jun 21 06:32:55 2013] [debug] Routing to controller "MpemTest::Ctl" and 
> action "hello".
> [Fri Jun 21 06:32:55 2013] [error] Can't locate object method "render_text" 
> via package "MpemTest::Ctl" at /usr/share/perl5/Mojolicious/Routes.pm line 172
>  at /usr/share/perl/5.14/Carp.pm line 79
> [Fri Jun 21 06:32:55 2013] [debug] Template "exception.development.html.ep" 
> not found.
> [Fri Jun 21 06:32:55 2013] [debug] Template "exception.html.ep" not found.
> [Fri Jun 21 06:32:55 2013] [debug] Rendering inline template.
> [Fri Jun 21 06:32:55 2013] [debug] Rendering inline template.
> [Fri Jun 21 06:32:55 2013] [debug] 500 Internal Server Error (0.038605s, 
> 25.903/s).
> 
> #   Failed test '200 OK'
> #   at t/010-tplugun.t line 34.
> #  got: '500'
> # expected: '200'
> 
> #   Failed test 'exact match for content'
> #   at t/010-tplugun.t line 34.
> #  got: '
> # 
> #   
> # Server error
> # 
> # 
> # 
> # 
> #  rel="stylesheet" />
> # /* # 
> #   a img { border: 0 }
> #   body {
> # background-color: #f5f6f8;
> # color: #44;
> # font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
> # font-weight: normal;
> # line-height: 1.5em;
> # margin: 0;
> #   }
> #   pre {
> # font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
> # margin: 0;
> # white-space: pre-wrap;
> #   }
> #   table {
> # border-collapse: collapse;
> # margin-top: 1em;
> # margin-bottom: 1em;
> # width: 100%;
> #   }
> #   td { padding: 0.5em }
> #   .box {
> # background-color: #fff;
> # -moz-box-shadow: 0px 0px 2px #ccc;
> # -webkit-box-shadow: 0px 0px 2px #ccc;
> # box-shadow: 0px 0px 2px #ccc;
> # overflow: hidden;
> # padding: 1em;
> #   }
> #   .code {
> # background-color: #1a1a1a;
> # background: url(/mojo/pinstripe.gif);
> # color: #eee;
> # text-shadow: #333 0 1px 0;
> #   }
> #   .important { background-color: rgba(47, 48, 50, .75) }
> #   .infobox { color: #333 }
> #   .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
> #   .infobox tr:nth-child(even) .value { background-color: #eef9ff }
> #   .key { text-align: right }
> #   .spaced {
> # margin-left: 5em;
> # margin-right: 5em;
> #   }
> #   .striped { border-top: solid #cce4ff 1px }
> #   .tap {
> # font: 0.5em Verdana, sans-serif;
> # text-align: center;
> #   }
> #   .value {
> # padding-left: 1em;
> # width: 100%;
> #   }
> #   #footer {
> # padding-top: 1em;
> # text-align: center;
> #   }
> #   #nothing { padding-top: 60px }
> #   #showcase > pre {
> # font: 1.5em 'Helvetica Neue', Helvetica, sans-serif;
> # font-weight: 300;
> # margin: 0;
> # text-shadow: #333 0 1px 0;
> #   }
> #   #showcase td {
> # padding-top: 0;
> # padding-bottom: 0;
> #   }
> #   #showcase .key { padding-right: 0 }
> #   #more, #trace {
> # -moz-border-radius-bottomleft: 5px;
> # border-bottom-left-radius: 5px;
> # -moz-border-radius-bottomright: 5px;
> # border-bottom-right-radius: 5px;
> #   }
> #   #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
> #   #request {
> # -moz-border-radius-topleft: 5px;
> # border-top-left-radius: 5px;
> # -moz-border-radius-topright: 5px;

Bug#719969: ikiwiki: FTBFS with perl 5.18: t/po.t failure

2013-08-17 Thread Dominic Hargreaves
Source: ikiwiki
Version: 3.20130711
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#   Failed test 'links (po_link_to=negotiated) nontranslatable'
#   at t/po.t line 138.
# Structures begin differing at:
#  $got->[2] = 'translatable.es'
# $expected->[2] = 'translatable.fr'
# Looks like you failed 1 test of 114.
t/po.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/114 subtests 

Please ask debian-p...@lists.debian.org if you need help with preparing
or testing a change; if you have a suitable test i386 system you can
install perl 5.18 by adding experimental to your sources as well as the
repository at 

You can also find more about the perl 5.18 transition, which we hope
to start in the next week or so, at .

Thanks for your work!

Cheers,
Dominic.


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



Bug#717788: marked as done (software-properties-gtk crashed on launch: AttributeError: 'gi.repository.GObject' object has no attribute 'GObjectMeta')

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 09:01:25 +
with message-id 
and subject line Bug#707768: fixed in aptdaemon 1.0-1
has caused the Debian Bug report #707768,
regarding software-properties-gtk crashed on launch: AttributeError: 
'gi.repository.GObject' object has no attribute 'GObjectMeta'
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.)


-- 
707768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: software-properties-gtk
version: 0.82.7.1debian1
severity: grave

pravi@savannah:~$ software-properties-gtk
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 38, in 
from softwareproperties.gtk.SoftwarePropertiesGtk import
SoftwarePropertiesGtk
  File 
"/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
line 39, in 
from DialogCacheOutdated import DialogCacheOutdated
  File 
"/usr/lib/python2.7/dist-packages/softwareproperties/gtk/DialogCacheOutdated.py",
line 27, in 
import aptdaemon.client
  File "/usr/lib/python2.7/dist-packages/aptdaemon/client.py", line
70, in 
class MemoizedMixIn(MemoizedTransaction, GObject.GObjectMeta):
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 316, in __getattr__
return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 135, in __getattr__
self.__name__, name))
AttributeError: 'gi.repository.GObject' object has no attribute 'GObjectMeta'
pravi@savannah:~$

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.
--- End Message ---
--- Begin Message ---
Source: aptdaemon
Source-Version: 1.0-1

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

Debian distribution maintenance software
pp.
Julian Andres Klode  (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: SHA1

Format: 1.8
Date: Sun, 14 Jul 2013 18:11:59 +0200
Source: aptdaemon
Binary: aptdaemon python3-aptdaemon python-aptdaemon python3-aptdaemon.test 
aptdaemon-data python-aptdaemon-gtk python3-aptdaemon.pkcompat 
python-aptdaemon.gtkwidgets python3-aptdaemon.gtk3widgets 
python-aptdaemon.gtk3widgets
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode 
Changed-By: Julian Andres Klode 
Description: 
 aptdaemon  - transaction based package management service
 aptdaemon-data - data files for clients
 python-aptdaemon - Python 2 module for the server and client of aptdaemon
 python-aptdaemon-gtk - Transitional dummy package
 python-aptdaemon.gtk3widgets - Python 2 GTK+ 3 widgets to run an aptdaemon 
client
 python-aptdaemon.gtkwidgets - Python GTK+ 2 widgets to run an aptdaemon client
 python3-aptdaemon - Python 3 module for the server and client of aptdaemon
 python3-aptdaemon.gtk3widgets - Python 3 GTK+ 3 widgets to run an aptdaemon 
client
 python3-aptdaemon.pkcompat - PackageKit compatibilty for AptDaemon
 python3-aptdaemon.test - Test environment for aptdaemon clients
Closes: 707768
Changes: 
 aptdaemon (1.0-1) unstable; urgency=low
 .
   * Merge with Ubuntu saucy.
 - Fixes incorrect GObjectMeta usage (Closes: #707768)
   * Build-Depend on xauth (xvfb tests don't seem to work otherwise)
   * Disable tests for now, the test infrastructure seems broken; but
 upstream does not react to the bug report, and I don't want to
 wait any longer because #707768 really needs to be closed.
Checksums-Sha1: 
 2b9963f4d4cba5654e703c16380a04fd7a336bfd 2325 aptdaemon_1.0-1.dsc
 bcd9ec277824ef4c8de3c74eafbc73886191aed5 1358739 aptdaemon_1.0.orig.tar.gz
 7977677b48b2448b77fcb8b62b373c157b1087fe 25520 aptdaemon_1.0-1.debian.tar.gz
 d307fc5ca1e43f28e774c12c80b965d21f6417b9 358242 aptdaemon_1.0-1_all.deb
 3f3e8c5a1e22e6d4b1db31bc79f830dfa5f4393f 132000 python3-aptdaemon_1.0-1_all.deb
 b7bd39283f14e9e87df986eb3b

Processed: unarchiving 707346

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

> unarchive 707346
Bug #707346 {Done: Samuel Thibault } [src:edbrowse] 
edbrowse: FTBFS: jsdom.c:174:55: error: 'JS_FinalizeStub' undeclared here (not 
in a function)
Unarchived Bug 707346
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
707346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707346
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#707768: marked as done (software-properties-gtk doesn't start since last synaptic update)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sat, 17 Aug 2013 09:01:25 +
with message-id 
and subject line Bug#707768: fixed in aptdaemon 1.0-1
has caused the Debian Bug report #707768,
regarding software-properties-gtk doesn't start since last synaptic update
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.)


-- 
707768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: software-properties-gtk
Version: 0.82.7.1debian1
Severity: grave
Justification: renders package unusable

Since I updated today my sid installation (and synaptic updated along with it,
to version 0.80) software-properties-gtk no longer starts when opened from
Settings -> Repositories in Synaptic. The error is the following:

Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 38, in 
from softwareproperties.gtk.SoftwarePropertiesGtk import
SoftwarePropertiesGtk
  File "/usr/lib/python2.7/dist-
packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 39, in 
from DialogCacheOutdated import DialogCacheOutdated
  File "/usr/lib/python2.7/dist-
packages/softwareproperties/gtk/DialogCacheOutdated.py", line 27, in 
import aptdaemon.client
  File "/usr/lib/python2.7/dist-packages/aptdaemon/client.py", line 70, in

class MemoizedMixIn(MemoizedTransaction, GObject.GObjectMeta):
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 316, in
__getattr__
return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 135, in
__getattr__
self.__name__, name))
AttributeError: 'gi.repository.GObject' object has no attribute 'GObjectMeta'




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

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

Versions of packages software-properties-gtk depends on:
ii  gir1.2-gtk-3.03.4.2-6
ii  python2.7.3-5
ii  python-aptdaemon.gtk3widgets  0.45-2
ii  python-gi 3.8.1-2
ii  python-software-properties0.82.7.1debian1
ii  python2.6 2.6.8-2
ii  python2.7 2.7.3-8
ii  software-properties-common0.82.7.1debian1

software-properties-gtk recommends no packages.

software-properties-gtk suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: aptdaemon
Source-Version: 1.0-1

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

Debian distribution maintenance software
pp.
Julian Andres Klode  (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: SHA1

Format: 1.8
Date: Sun, 14 Jul 2013 18:11:59 +0200
Source: aptdaemon
Binary: aptdaemon python3-aptdaemon python-aptdaemon python3-aptdaemon.test 
aptdaemon-data python-aptdaemon-gtk python3-aptdaemon.pkcompat 
python-aptdaemon.gtkwidgets python3-aptdaemon.gtk3widgets 
python-aptdaemon.gtk3widgets
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode 
Changed-By: Julian Andres Klode 
Description: 
 aptdaemon  - transaction based package management service
 aptdaemon-data - data files for clients
 python-aptdaemon - Python 2 module for the server and client of aptdaemon
 python-aptdaemon-gtk - Transitional dummy package
 python-aptdaemon.gtk3widgets - Python 2 GTK+ 3 widgets to run an aptdaemon 
client
 python-aptdaemon.gtkwidgets - Python GTK+ 2 widgets to run an aptdaemon client
 python3-aptdaemon - Python 3 module for the server and client of aptdaemon
 python3-aptdaemon.gtk3widgets - Python 3 GTK+ 3 widgets to run an aptdaemon 
client
 python3-aptdaemon.pkcompat - PackageKit compatibilty for AptDaemon
 python3-aptdaemon.test - Test environment for aptdaemon clients
Closes: 707768
Changes: 
 aptdaemon (1.0-1) unstable; u

Bug#719963: grepmail: FTBFS with perl 5.18: 'Subroutine Scalar::Util::openhandle redefined

2013-08-17 Thread Dominic Hargreaves
Source: grepmail
Version: 5.3033-5
Severity: serious
Justification: transition imminent
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition
Tags: sid jessie

This package FTBFS with perl 5.18:

#  $got->[0] = 'Subroutine Scalar::Util::openhandle redefined at 
/usr/share/perl/5.18/XSLoader.pm line 92.

(repeated lots).

Please ask debian-p...@lists.debian.org if you need help with preparing
or testing a change; if you have a suitable test i386 system you can
install perl 5.18 by adding experimental to your sources as well as the
repository at http://people.debian.org/~dom/perl/test/perl-5.18.0/

Cheers,
Dominic.


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



Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Vincent Lefevre
Package: libnet-arp-perl
Version: 1.0.8-1
Severity: grave
Justification: renders package unusable

After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup
always fails:

xvii:~> perl -MNet::ARP -e 'print "-> 
".Net::ARP::arp_lookup(undef,"192.168.1.1")."\n"'
No valid device name found.
-> unknown

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

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

Versions of packages libnet-arp-perl depends on:
ii  libc6   2.17-92
ii  perl5.14.2-21
ii  perl-base [perlapi-5.14.2]  5.14.2-21

Versions of packages libnet-arp-perl recommends:
ii  libnet-pcap-perl  0.17-1

libnet-arp-perl 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