Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
Package: htslib
Version: 1.5-1
Severity: serious
Tags: buster sid

As per logs from reproducible builds [1], htslib 1.5-1 recently
(around 2017-09-25) started to FTBFS on i386 with the following test
failures:

test_vcf_api:
/build/1st/htslib-1.5/test/test-vcf-api /tmp/o6gEIzeYrS/test-vcf-api.bcf
bcf_get_format_float didn't produce the expected output.

.. failed ...

test_vcf_sweep:
/build/1st/htslib-1.5/test/test-vcf-sweep /tmp/o6gEIzeYrS/test-vcf-api.bcf

The outputs differ:
/build/1st/htslib-1.5/test/test-vcf-sweep.out
/build/1st/htslib-1.5/test/test-vcf-sweep.out.new
.. failed ...


[1] https://tests.reproducible-builds.org/debian/rb-pkg/buster/i386/htslib.html



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
Better link:
https://tests.reproducible-builds.org/debian/history/i386/htslib.html



Bug#881038: marked as done (jupyter-notebook FTBFS: ERROR: notebook.tests.test_notebookapp.test_notebook_stop)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 08:41:00 +
with message-id <8f679646-50c6-a1f9-11bb-02d0316df...@debian.org>
and subject line Re: jupyter-notebook FTBFS: ERROR: 
notebook.tests.test_notebookapp.test_notebook_stop
has caused the Debian Bug report #881038,
regarding jupyter-notebook FTBFS: ERROR: 
notebook.tests.test_notebookapp.test_notebook_stop
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.)


-- 
881038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jupyter-notebook
Version: 5.1.0-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=jupyter-notebook&arch=all&ver=5.1.0-1&stamp=1509918772&raw=0

...
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:184: cd /<>/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m nose 
No handlers could be found for logger "NotebookApp"
../usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58:
 Warning: Implicitly cleaning up 
  Warning)
./usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58: Warning: 
Implicitly cleaning up 
  Warning)
.../usr/lib/python2.7/dist-packages/nbformat/validator.py:251:
 UserWarning: No schema for validating v2 notebooks
  warnings.warn("No schema for validating v%s notebooks" % version, UserWarning)
.Traceback
 (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
  File "/usr/lib/python2.7/runpy.py", line 102, in _get_module_details
loader = get_loader(mod_name)
  File "/usr/lib/python2.7/pkgutil.py", line 464, in get_loader
return find_loader(fullname)
  File "/usr/lib/python2.7/pkgutil.py", line 475, in find_loader
loader = importer.find_module(fullname)
  File "/usr/lib/python2.7/pkgutil.py", line 184, in find_module
path = [os.path.realpath(self.path)]
  File "/usr/lib/python2.7/posixpath.py", line 375, in realpath
path, ok = _joinrealpath('', filename, {})
  File "/usr/lib/python2.7/posixpath.py", line 400, in _joinrealpath
if not islink(newpath):
  File "/usr/lib/python2.7/posixpath.py", line 135, in islink
st = os.lstat(path)
KeyboardInterrupt
../usr/lib/python2.7/dist-packages/jupyter_client/kernelspec.py:199: 
UserWarning: Invalid kernelspec directory name (Kernel names can only contain 
ASCII letters and numbers and these separators: - . _ (hyphen, period, and 
underscore).): /tmp/tmpphMb4f/data/kernels/sample 2
  d = self.find_kernel_specs()
./<>/.pybuild/pythonX.Y_2.7/build/notebook/services/kernelspecs/handlers.py:56:
 UserWarning: Invalid kernelspec directory name (Kernel names can only contain 
ASCII letters and numbers and these separators: - . _ (hyphen, period, and 
underscore).): /tmp/tmpphMb4f/data/kernels/sample 2
  for kernel_name in ksm.find_kernel_specs():
./usr/lib/python2.7/dist-packages/ipython_genutils/tempdir.py:58:
 Warning: Implicitly cleaning up 
  Warning)
.E.S
==
ERROR: notebook.tests.test_notebookapp.test_notebook_stop
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File 
"/<>/.pybuild/pythonX.Y_2.7/build/notebook/tests/test_notebookapp.py",
 line 165, in test_notebook_stop
app.start()
  File "/<>/.pybuild/pythonX.Y_2.7/build/notebook/notebookapp.py", 
line 367, in start
servers = list(list_running_servers(self.runtime_dir))
  File "/usr/lib/python2.7/dist-packages/traitlets/traitlets.py", line 556, in 
__get__
return self.get(obj, cls)
  File "/usr/lib/python2.7/dist-packages/traitlets/traitlets.py", line 535, in 
get
value = self._validate(obj, dynamic_default())
  File "/usr/lib/python2.7/dist-packages/jupyter_core/application.py", line 99, 
in _runtime_dir_default
ensure_dir_exists(rd, mode=0o700)
  File "/usr/lib/python2.7/dist-packages/ipython_genutils/path.py", line 167, 
in ensure_dir_exists
os.makedirs(path, mode=mode)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/run/user'

Bug#872270: marked as done (celery: FTBFS with Sphinx 1.6: AttributeError: 'Sphinx' object has no attribute 'domains')

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 08:50:57 +
with message-id 
and subject line Bug#872270: fixed in celery 4.1.0-1
has caused the Debian Bug report #872270,
regarding celery: FTBFS with Sphinx 1.6: AttributeError: 'Sphinx' object has no 
attribute 'domains'
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.)


-- 
872270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872270
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: celery
Version: 3.1.23-7
Severity: important
Tags: fixed-upstream
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx1.6

Dear maintainer,

celery fails to build with Sphinx 1.6, currently available in experimental:

  Running Sphinx v1.6.3
  making output directory...
  Generating grammar tables from /usr/share/sphinx/pycode/Grammar-py2.txt
  WARNING: sphinx.ext.pngmath has been deprecated. Please use 
sphinx.ext.imgmath instead.

  Exception occurred:
File "/tmp/celery-3.1.23/docs/../celery/contrib/sphinx.py", line 75, in 
setup
  app.domains['py'].directives['task'] = TaskDirective
  AttributeError: 'Sphinx' object has no attribute 'domains'
  The full traceback has been saved in /tmp/sphinx-err-KsCJml.log, if you want 
to report the issue to the developers.

And the full traceback from the mentioned file is:

  Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/sphinx/cmdline.py", line 305, in main
  opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
File "/usr/lib/python2.7/dist-packages/sphinx/application.py", line 196, in 
__init__
  self.setup_extension(extension)
File "/usr/lib/python2.7/dist-packages/sphinx/application.py", line 456, in 
setup_extension
  self.registry.load_extension(self, extname)
File "/usr/lib/python2.7/dist-packages/sphinx/registry.py", line 207, in 
load_extension
  metadata = mod.setup(app)
File "/tmp/celery-3.1.23/docs/../celery/contrib/sphinx.py", line 75, in 
setup
  app.domains['py'].directives['task'] = TaskDirective
  AttributeError: 'Sphinx' object has no attribute 'domains'

This looks like a result of this Sphinx commit:
https://github.com/sphinx-doc/sphinx/commit/8ca9bdfbd41cc547

This commit from upstream Celery should fix this:
https://github.com/celery/celery/commit/3c98e6216167d7e5

--
Dmitry Shachnev


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: celery
Source-Version: 4.1.0-1

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

Debian distribution maintenance software
pp.
Michael Fladischer  (supplier of updated celery package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 09:04:37 +0100
Source: celery
Binary: python-celery python-celery-common python-celery-doc python3-celery
Architecture: source all
Version: 4.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-celery - async task/job queue based on message passing (Python2 version)
 python-celery-common - async task/job queue based on message passing (common 
files)
 python-celery-doc - async task/job queue based on message passing 
(Documentation)
 python3-celery - async task/job queue based on message passing (Python3 
version)
Closes: 872270
Changes:
 celery (4.1.0-1) unstable; urgency=low
 .
   * Upload to unstable (Closes: #872270).
   * Run wrap-and-sort -bast to reduce diff size of future changes.
   * Build documentation in override_dh_sphinxdoc.
   * Clean up modified files to allow two builds in a row.
   * Bump Standards-Version to 4.1.1.
   * Drop X-Python* headers.
   * Install all process management integrations as examples in python-
 celery-common.
   * Use https:// for uscan URL.
   * Drop celeryd binary package.
Checksums-Sha1:
 b6d44fe30b546e5d3ed6c224b500f576ac15a306 2715 celery_4.1.0-1.dsc
 68c4fcb08b0e1251fdc88cadd68fca2442a163b7 1331689 celery_4.1.0.orig.tar.gz
 e3db6a2b835c9dc702ac9a4682f66d3e0475a57d 21896 celery_4.1.0-1.debi

Bug#868927: marked as done (python-pybedtools FTBFS with more than one supported Python3 version)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 08:56:32 +
with message-id 
and subject line Bug#868927: fixed in python-pybedtools 0.7.10-1
has caused the Debian Bug report #868927,
regarding python-pybedtools FTBFS with more than one supported Python3 version
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.)


-- 
868927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868927
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pybedtools
Version: 0.7.8-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170719 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -Isrc/ -I/usr/include/python3.6m -c 
> pybedtools/cbedtools.cxx -o build/temp.linux-amd64-3.6/pybedtools/cbedtools.o
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
> C/ObjC but not for C++
> pybedtools/cbedtools.cxx:4:20: fatal error: Python.h: No such file or 
> directory
>  #include "Python.h"
> ^
> compilation terminated.
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> E: pybuild pybuild:283: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3.6 setup.py build 
> dh_auto_build: pybuild --build --test-nose -i python{version} -p 3.6 3.5 
> returned exit code 13
> debian/rules:19: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 25

The full build log is available from:
   http://aws-logs.debian.net/2017/07/19/python-pybedtools_0.7.8-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 ---
Source: python-pybedtools
Source-Version: 0.7.10-1

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated python-pybedtools package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 09:00:50 +0100
Source: python-pybedtools
Binary: python3-pybedtools
Architecture: source
Version: 0.7.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 python3-pybedtools - Python 3 wrapper around BEDTools for bioinformatics work
Closes: 868927
Changes:
 python-pybedtools (0.7.10-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Build-Depends: python3-all-dev (Thanks for the hint to Adrian Bunk
 )
 Closes: #868927
   * Standards-Version: 4.1.1 (no changes needed)
   * do not uselessly parse d/changelog
   * hardening
   * Exclude test test_issue_178 since it fails for strange reasons (to be
 clarified with upstream)
Checksums-Sha1:
 e5e1edcf6605f4a1a835859159df4f2875d210e8 2316 python-pybedtools_0.7.10-1.dsc
 3da9a68cb24e07ddb88b6f01a2c996e8a625b183 12445775 
python-pybedtools_0.7.10.orig.tar.gz
 62701c75346e81dfe20605ccc7e77ce113d62b4e 27496 
python-pybedtools_0.7.10-1.debian.tar.xz
 ea3cd7bb5dacfd40d36e5c335ea099504e0b7734 12904 
python-pybedtools_0.7.10-1_source.buildinfo
Checksums-Sha256:
 5f2352316180728f1be38ec96cf1fb8727e150083f0026472508fdf097cbd8f9 2316 
python-pybedtools_0.7.10-1.dsc
 bc81c1655e998d8090d852f109925fc7fd3dad3ff90371cf80807dd4438a826a 12445775 
python-pybedtools_0.7.10.orig.tar.gz
 8eae8a6d1e03180906e6147219dc37e791eadeafb6eee50aa2056866ab53bcd5 27496 
python-pybedtools_0.7.10-1.debian.tar.xz
 4742b7939b8bae8ab6e5565b44483f

Processed: htslib FTBFS: test failures on i386

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

> reassign 881149 src:htslib 1.5-1
Bug #881149 [htslib] htslib FTBFS: test failures on i386
Bug reassigned from package 'htslib' to 'src:htslib'.
No longer marked as found in versions 1.5-1.
Ignoring request to alter fixed versions of bug #881149 to the same values 
previously set
Bug #881149 [src:htslib] htslib FTBFS: test failures on i386
Marked as found in versions htslib/1.5-1.
> thanks
Stopping processing here.

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



Bug#881061: python-lz4 FTBFS on big endian: FAIL: test_get_frame_info (test_frame.TestLZ4Frame)

2017-11-08 Thread James Cowgill
Hi,

On 07/11/17 22:29, Thomas Goirand wrote:
> Hi James,
> 
> I tried to build on zelenka.debian.org, which is a s390 porter box (big
> endian), and it failed even more.

I only tested on mips (where my patch works). Maybe the other failures
are specific to 64-bit big endian? Eg: s390x, ppc64 and sparc64 all
failed the same way which is different from the way mips and powerpc fail.

Thanks,
James



signature.asc
Description: OpenPGP digital signature


Bug#870635: mutt package is not using the official mutt tarball

2017-11-08 Thread Jonathan Dowland

On Thu, Aug 03, 2017 at 10:21:51PM +, Antonio Radici wrote:
as I said on the original thread I'm planning to fix this, and as you 
can see there have been no new releases until the fix is in place.


It would be great if you could summarize *in this bug* what's your plan 
of action.


We are packaging neomutt, but calling it mutt. The obvious solution is 
to rename the package.  "mutt" could be used as transitional name to 
smoothly handle upgrades. This would not need to live for more than one 
release.


This would not proclude someone else from packaging "vanilla" mutt if 
they wanted to.



--

Jonathan Dowland



Bug#853410: galera-3: ftbfs with GCC-7

2017-11-08 Thread Dimitri John Ledkov
On Tue, 31 Oct 2017 21:42:35 + Dimitri John Ledkov
 wrote:
> On Tue, 31 Jan 2017 09:31:28 + Matthias Klose  wrote:
> > Package: src:galera-3
> > Version: 25.3.19-2
> > Severity: normal
> > Tags: sid buster
> > User: debian-...@lists.debian.org
> > Usertags: ftbfs-gcc-7
> >
>
> Well, building without -Werror works...

But not for armhf.

Regards,

Dimitri.



Bug#881155: e17: Won't start correctly any longer, corrupted windows shown

2017-11-08 Thread Adrian Immanuel Kiess
Package: e17
Version: 0.17.6-1.1+b1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
 Using E17.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 startx or login with XDM.
   * What was the outcome of this action?
 Currupted window display after login into E17.
   * What outcome did you expect instead?
 Working E17 window manager.

currently in Debian/testing the E17 window manager won't load correctly any
longer.

I tried with a default .e config and my own .e configuration.

The application windows won't show up correctly any longer after login.

Thank you very much in advance,

Yours Adrian Immanuel Kieß
http://immanuelK.net





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

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

Versions of packages e17 depends on:
ii  dbus-x11   1.12.0-1
ii  e17-data   0.17.6-1.1
ii  libasound2 1.1.3-5
ii  libc6  2.24-17
ii  libdbus-1-31.12.0-1
ii  libecore-con1  1.8.6-2.5+b2
ii  libecore-evas1 1.8.6-2.5+b2
ii  libecore-file1 1.8.6-2.5+b2
ii  libecore-imf1  1.8.6-2.5+b2
ii  libecore-input11.8.6-2.5+b2
ii  libecore-ipc1  1.8.6-2.5+b2
ii  libecore-x11.8.6-2.5+b2
ii  libecore1  1.8.6-2.5+b2
ii  libedbus1  1.7.10-1+b2
ii  libedje-bin1.8.6-2.5+b2
ii  libedje1   1.8.6-2.5+b2
ii  libeet11.8.6-2.5+b2
ii  libeeze1   1.8.6-2.5+b2
ii  libefreet-bin  1.8.6-2.5+b2
ii  libefreet1a1.8.6-2.5+b2
ii  libeina1   1.8.6-2.5+b2
ii  libeio11.8.6-2.5+b2
ii  libevas1   1.8.6-2.5+b2
ii  libevas1-engines-x [libevas1-engine-software-x11]  1.8.6-2.5+b2
ii  libpam0g   1.1.8-3.6
ii  libxcb-keysyms10.4.0-1+b2
ii  libxcb-shape0  1.12-1
ii  libxcb11.12-1

Versions of packages e17 recommends:
ii  pm-utils  1.4.1-17

e17 suggests no packages.

-- no debconf information


Bug#881163: astroquery: FTBFS with astropy-helpers 2.0.2: The section Examples appears twice in the docstring

2017-11-08 Thread Dmitry Shachnev
Source: astroquery
Version: 0.3.6+dfsg-2
Severity: serious
Justification: fails to build from source
Tags: fixed-upstream

Dear maintainer,

astroquery currently fails to build with this error:

  Exception occurred:
File 
"/usr/lib/python3/dist-packages/astropy_helpers/extern/numpydoc/docscrape.py", 
line 343, in _parse
  raise ValueError(msg)
  ValueError: The section Examples appears twice in the docstring of None in 
None.

The error message is quite confusing, but the duplicate section is in the
docstring of SkyViewClass.get_image_list() in astroquery/skyview/core.py,
one Examples section is in the original docstring, another one is added by
the @prepend_docstr_noreturns(get_images.__doc__) decorator.

This was caused by python-astropy-helpers 2.0.2, where some checks were
made stricter.

Full build log is available here:
https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/astroquery_0.3.6+dfsg-2.rbuild.log

Quick fix for this is applying this commit:
https://github.com/astropy/astroquery/commit/f8380f42698973ec

A more proper, but longer, fix is backporting these changes:
https://github.com/astropy/astroquery/pull/988

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#881092: marked as done (brewtarget FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 12:19:15 +
with message-id 
and subject line Bug#881092: fixed in brewtarget 2.3.1-2
has caused the Debian Bug report #881092,
regarding brewtarget FTBFS: Qt5LinguistTools*.cmake moved to qttools5-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.)


-- 
881092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: brewtarget
Version: 2.3.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/brewtarget.html

...
CMake Error at CMakeLists.txt:151 (FIND_PACKAGE):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


qttools-opensource-src (5.9.2-3) unstable; urgency=medium

  * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to qttools5-dev.
...
--- End Message ---
--- Begin Message ---
Source: brewtarget
Source-Version: 2.3.1-2

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

Debian distribution maintenance software
pp.
Dr. Tobias Quathamer  (supplier of updated brewtarget package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 13:02:53 +0100
Source: brewtarget
Binary: brewtarget
Architecture: source
Version: 2.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Dr. Tobias Quathamer 
Changed-By: Dr. Tobias Quathamer 
Description:
 brewtarget - GUI beer brewing software
Closes: 881092
Changes:
 brewtarget (2.3.1-2) unstable; urgency=medium
 .
   * Fix FTBFS: Build-Depends on qttools5-dev instead of qttools5-dev-tools.
 Thanks to Adrian Bunk  (Closes: #881092)
   * Wrap d/control
   * Use HTTPS URL in d/copyright
   * Update Standards-Version to 4.1.1
Checksums-Sha1:
 a660a9dd895644c16f643b952e4cfccb1628d7c4 1969 brewtarget_2.3.1-2.dsc
 a03cb09fa00a10b84dcfcd049a859f726b1fa985 9672 brewtarget_2.3.1-2.debian.tar.xz
 433d10c70a34d2f182c4acf11ae6948aabc98650 12615 
brewtarget_2.3.1-2_amd64.buildinfo
Checksums-Sha256:
 fa5db8d3f8bec4ab2f1354185f961ebb589e707b7fb7d3ae79852bc04e0d1845 1969 
brewtarget_2.3.1-2.dsc
 372b3ba7d6e38e95f9fc1fa82db5e2883d059ea55d8d37caf1ecf5ff49a9c97a 9672 
brewtarget_2.3.1-2.debian.tar.xz
 4290671e351f1a30cbaaa97f4ee032107a07e0d2589d9b55b6b4482969a85e71 12615 
brewtarget_2.3.1-2_amd64.buildinfo
Files:
 9a9aaec335eb9b96d550594aa8c9bc72 1969 misc optional brewtarget_2.3.1-2.dsc
 a8adfce96badaae635a80d0ecdab9bc6 9672 misc optional 
brewtarget_2.3.1-2.debian.tar.xz
 5013a6d8fb3576a875f07324aa28354f 12615 misc optional 
brewtarget_2.3.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAloC80sACgkQEwLx8Dbr
6xnrqg/9EBqzgvpXB2IqdXYsIZTxhNgUKQERCwf/vl6xwTfTZLWlcxKxIBJAo6mt
Y4vezEayQBMLJrhIY7j9q9wwihv1PpvZlHTzfZyviqs6Y5AXrH8qGmnwg8w4IoOj
7DReS/laNWW0xgBFDQ1eHU8lKTrz8k2WKa1vK7u8/AngYvAY1Dz9THBP7877jz4c
uniPx1f4ERZKl+SGbmvbkLTvkSVUMQGwRinVj9FBAyKAW0fAZ4wVT0/JbjCX8ZfA
yMFAGdhvI4ajG+QjoP8r3LrG0aY2QBuzkJ2bhYZlTHXiJPa6mA60Hp1LII0ixfvq
GGUeoDys0tv0zBmCXX2FdP9QnXTp2f2q4zKFa+FzOhJUSDzZP6Nf+OgG9Kljhfks
eBLj0V3lC2dGowDA3GmeRCLQguTihnUtFpkYTsO8kKEF1LE4HtxGXSnZjf94GMUT
N76dbdZp98y1pGPTT5xHj91hrZe0MiANDErsC4EQrzCoHLpy0V9RJnXV0HBCVF7g
G9thR3abAXBMg2gLEx9oFKm2umTA63syTAf8GSDECVe6+lVK1RJRj5UV/NLhortr
LDJ3It+aNeU8OuIkBYn6mzBKMxkSVGalKgMngfwP93yig62lZ4qLIKTY9rgUsEj5
s2UPnDWsphECXp/bh+109n/FUV01AJrxLjpAnH9plvtYxXLu4+Y=
=ujc4
-END PGP SIGNATURE End Message ---


Bug#876834: marked as done (fonts-smc-manjari FTBFS with fonttools 3.15.1-2)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 12:20:09 +
with message-id 
and subject line Bug#876834: fixed in fonts-smc-manjari 1.1-2
has caused the Debian Bug report #876834,
regarding fonts-smc-manjari FTBFS with fonttools 3.15.1-2
to be marked as done.

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

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


-- 
876834: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fonts-smc-manjari
Version: 1.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fonts-smc-manjari.html

...
   dh_auto_build
make -j1
make[1]: Entering directory '/build/1st/fonts-smc-manjari-1.1'
Traceback (most recent call last):
  File "tools/build.py", line 13, in 
from fontTools.ttLib import TTFont
ImportError: No module named fontTools.ttLib
Traceback (most recent call last):
  File "tools/build.py", line 13, in 
from fontTools.ttLib import TTFont
ImportError: No module named fontTools.ttLib
Traceback (most recent call last):
  File "tools/build.py", line 13, in 
from fontTools.ttLib import TTFont
ImportError: No module named fontTools.ttLib
Makefile:13: recipe for target 'otf' failed
make[1]: *** [otf] Error 1
--- End Message ---
--- Begin Message ---
Source: fonts-smc-manjari
Source-Version: 1.1-2

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

Debian distribution maintenance software
pp.
Kartik Mistry  (supplier of updated fonts-smc-manjari 
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, 21 Oct 2017 19:52:33 +0530
Source: fonts-smc-manjari
Binary: fonts-smc-manjari
Architecture: source
Version: 1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian-IN Team 
Changed-By: Kartik Mistry 
Description:
 fonts-smc-manjari - Manjari malayalam font
Closes: 876834
Changes:
 fonts-smc-manjari (1.1-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control:
 + Updated Build-dep: fonttools->python-fonttools. Thanks Adrian Bunk.
   (Closes: #876834)
 + Bumped Standards-Version to 4.1.1
Checksums-Sha1:
 7235dcdeb21c26d10f1d2bcae3c9205702f4a35f 1578 fonts-smc-manjari_1.1-2.dsc
 e3d9ccd774a39ba7d1388ee919593d08d5ce34c0 3944 
fonts-smc-manjari_1.1-2.debian.tar.xz
 332f0de4d7590c49e3ddfdef9d8d72030c17 7078 
fonts-smc-manjari_1.1-2_source.buildinfo
Checksums-Sha256:
 6215e76e2e8879bd4408a561465d261fc4d0c4755536e86b445164a7394845c0 1578 
fonts-smc-manjari_1.1-2.dsc
 e94949bd909b5468b9333af96a00abb11b915d2c2e2444912dff2ab5c81a2cfa 3944 
fonts-smc-manjari_1.1-2.debian.tar.xz
 9695c3a1eb58ad5fd5082a06cd48a3ec6ce8e48ae0ea1014e3563a3231a44dab 7078 
fonts-smc-manjari_1.1-2_source.buildinfo
Files:
 642d0a5f5d181a2b014237023d3d51b3 1578 fonts optional 
fonts-smc-manjari_1.1-2.dsc
 183c559f8493c4340d30b21a469372a5 3944 fonts optional 
fonts-smc-manjari_1.1-2.debian.tar.xz
 959570d2c4adad621c18c168447403f8 7078 fonts optional 
fonts-smc-manjari_1.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEDaW6T6L/DKEbAUswlu2rmy5rcXEFAloC8tgACgkQlu2rmy5r
cXFGLwf+PjG4eIiJxefw3ZzU75KZ0fF80e51BK791PaWWVUYWt3czVFaTQJGcRSR
9EyxKTv/wU2aI6sQ+vy53xUctmPZKNizUbym8hZ2AXAd2UBsxV0fTFYzvGRSfYcb
KDJmXEagTJHPeYp5YWncKQVI3pI5q99E0tQ18+P+V486FkFJz0fR/zAPn3/bwB9h
yMrhplzPfJY9trz2OtqKhxSf70dkMxXGqPjegvXJkQ5DYDPOrubeTtYa+PrjoIh7
XSVp+m773uxDhscdYnbj+GoMcFCtZCbTw7ew53+l7mKJ8Bmmmqh7PLHqqydp7IIY
H2Gg2o+zAXI5z2iCpJ9BxGSfbKhBwA==
=Uehp
-END PGP SIGNATURE End Message ---


Bug#877210: normaliz FTBFS on i386/armhf: Some error in the normaliz input data detected: Error while reading grading (a 1x2 matrix) !

2017-11-08 Thread Jerome BENOIT
Hello Folks,

it appears that the latest version also shows up issues on i386 arch.
An issue ticket has been emitted: 
https://github.com/Normaliz/Normaliz/issues/156 .

Thanks, Jerome


-- 
Jerome BENOIT | calculus+at-rezozer^dot*net
https://qa.debian.org/developer.php?login=calcu...@rezozer.net
AE28 AE15 710D FF1D 87E5  A762 3F92 19A6 7F36 C68B



signature.asc
Description: OpenPGP digital signature


Bug#881116: Call trace at debian stretch

2017-11-08 Thread Ben Hutchings
Control: severity -1 important
Control: tag -1 moreinfo

On Tue, 2017-11-07 at 20:20 -0200, paulo bruck wrote:
> Package: linux-image-4.9.0-4-amd64
> Version: 4.9.51-1
> Severity: critical
> Justification: breaks the whole system
> 
> Dear Mainteners
> 
> Actually I am using kernel from jessie because if I try to use kernel
> from strech it hangs at boot  with this message bellow.
> 
> Let me know if I could help witn more details.
> 
> nov 07 18:10:12 zeus kernel: CPU: 0 PID: 5729 Comm: munin-update
> Tainted: G  DO4.9.0-4-amd64 #1
[...]

This isn't the first BUG message; please send the first one.

Also what extra modules you have added?

Ben.

-- 
Ben Hutchings
It is impossible to make anything foolproof because fools are so
ingenious.



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


Processed: Re: Bug#881116: Call trace at debian stretch

2017-11-08 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #881116 [linux-image-4.9.0-4-amd64] Call trace at debian stretch
Severity set to 'important' from 'critical'
> tag -1 moreinfo
Bug #881116 [linux-image-4.9.0-4-amd64] Call trace at debian stretch
Added tag(s) moreinfo.

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



Bug#881171: safeeyes: fails to start: ImportError: No module named '_dbus_bindings'

2017-11-08 Thread Julian Gilbey
Package: safeeyes
Version: 2.0.0-1
Severity: serious

This is what I get when I try to run safeeyes:

erdos:~ $ safeeyes 
Traceback (most recent call last):
  File "/usr/bin/safeeyes", line 11, in 
load_entry_point('safeeyes==2.0.0', 'console_scripts', 'safeeyes')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 570, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2755, 
in load_entry_point
return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2409, 
in load
return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2415, 
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/safeeyes/__main__.py", line 33, in 

from safeeyes.SafeEyes import SafeEyes
  File "/usr/lib/python3/dist-packages/safeeyes/SafeEyes.py", line 27, in 

import dbus
  File "/usr/lib/python3/dist-packages/dbus/__init__.py", line 77, in 
import dbus.types as types
  File "/usr/lib/python3/dist-packages/dbus/types.py", line 6, in 
from _dbus_bindings import (
ImportError: No module named '_dbus_bindings'


I tried modifying debian/control, changing the line

X-Python3-Version: 3.5

to read

X-Python3-Version: >= 3.5

so that it would rebuild on a Debian testing system.  (This addresses
bug #880828, by the way.)  It now starts, but seems to just hang: I
certainly don't get any icon in my notification bar.

Best wishes,

   Julian


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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8), LANGUAGE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages safeeyes depends on:
ii  python3 3.6.3-2
ii  python3-babel   2.4.0+dfsg.1-2
ii  python3-psutil  5.0.1-1+b1
ii  python3-xlib0.14+20091101-6
ii  python3.5   3.5.4-4

safeeyes recommends no packages.

safeeyes suggests no packages.

-- no debconf information



Processed: Severity

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

> severity 881162 grave
Bug #881162 [tomcat7] tomcat7: Server reports 404 on any request, even /
Severity set to 'grave' from 'important'
> tags 881162 +security
Bug #881162 [tomcat7] tomcat7: Server reports 404 on any request, even /
Added tag(s) security.
> thanks
Stopping processing here.

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



Bug#853351: marked as done (comet-ms: ftbfs with GCC-7)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 13:50:14 +
with message-id 
and subject line Bug#853351: fixed in libmstoolkit 77.0.0-1.1
has caused the Debian Bug report #853351,
regarding comet-ms: ftbfs with GCC-7
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.)


-- 
853351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:comet-ms
Version: 2014022-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/comet-ms_2014022-3_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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

[...]
dpkg-source: info: applying fix-format-security-gcc-warnings.patch
dpkg-source: info: applying 
fix-makefiles-to-handle-lib-debian-way-of-doing-things.patch
dpkg-source: info: building comet-ms using existing 
./comet-ms_2014022.orig.tar.gz
dpkg-source: info: building comet-ms in comet-ms_2014022-3.debian.tar.xz
dpkg-source: info: building comet-ms in comet-ms_2014022-3.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
docbook-to-man debian/comet-ms.sgml > debian/comet-ms.1
/usr/bin/onsgmls:debian/comet-ms.sgml:89:12:E: end tag for "PARA" omitted, but 
OMITTAG NO was specified
/usr/bin/onsgmls:debian/comet-ms.sgml:87:4: start tag was here
/usr/bin/onsgmls:debian/comet-ms.sgml:89:12: open elements: REFENTRY 
REFSECT1[1] PARA[1] (#PCDATA[1])
dh_quilt_patch
quilt --quiltrc /dev/null push -a || test $? = 2
File series fully applied, ends at patch 
fix-makefiles-to-handle-lib-debian-way-of-doing-things.patch
make 
make[2]: Entering directory '/<>'
g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall 
-Wformat-security -Wextra -Wno-char-subscripts -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DGCC -I/usr/include/libmstoolkit -ICometSearch -L. 
Comet.cpp -c
In file included from CometSearch/Common.h:39:0,
 from Comet.cpp:18:
/usr/include/libmstoolkit/MSReader.h:85:80: error: invalid conversion from 
'char' to 'char*' [-fpermissive]
   void writeFile(const char* c, MSFileFormat ff, MSObject& m, char* 
sha1Report='\0');


^~~~
Comet.cpp: In function 'void LoadParameters(char*, 
CometInterfaces::ICometSearchManager*)':
Comet.cpp:219:12: warning: ignoring return value of 'char* fgets(char*, int, 
FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fgets(szParamBuf, SIZE_BUF, fp);
   ~^~
Comet.cpp:248:12: warning: ignoring return value of 'char* fgets(char*, int, 
FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fgets(szParamBuf, SIZE_BUF, fp);
   ~^~
Comet.cpp:937:9: warning: ignoring return value of 'char* fgets(char*, int, 
FILE*)', declared with attribute warn_unused_result [-Wunused-result]
fgets(szParamBuf, SIZE_BUF, fp);
~^~
Comet.cpp:977:12: warning: ignoring return value of 'char* fgets(char*, int, 
FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fgets(szParamBuf, SIZE_BUF, fp);
   ~^~
Makefile:25: recipe for target 'Comet.o' failed
make[2]: *** [Comet.o] Error 1
make[2]: Leaving directory '/<>'
debian/rules:32: recipe for target 'override_dh_

Bug#853498: marked as done (libmstoolkit: ftbfs with GCC-7)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 13:50:14 +
with message-id 
and subject line Bug#853351: fixed in libmstoolkit 77.0.0-1.1
has caused the Debian Bug report #853351,
regarding libmstoolkit: ftbfs with GCC-7
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.)


-- 
853351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libmstoolkit
Version: 77.0.0-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/libmstoolkit_77.0.0-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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

[...]

 ~^~
./src/MSToolkit/MSReader.cpp:1953:9: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
fread(&ms.convC,8,1,fileIn);

~^~
./src/MSToolkit/MSReader.cpp:1954:9: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
fread(&ms.convD,8,1,fileIn);

~^~
./src/MSToolkit/MSReader.cpp:1955:9: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
fread(&ms.convE,8,1,fileIn);

~^~
./src/MSToolkit/MSReader.cpp:1956:9: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
fread(&ms.convI,8,1,fileIn);

~^~
./src/MSToolkit/MSReader.cpp:1958:10: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
 fread(&ms.TIC,8,1,fileIn);

 ~^~~~
./src/MSToolkit/MSReader.cpp:1959:10: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
 fread(&ms.IIT,4,1,fileIn);

 ~^~~~
./src/MSToolkit/MSReader.cpp:1962:8: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
   fread(&ms.numZStates,4,1,fileIn);

   ~^~~
./src/MSToolkit/MSReader.cpp:1964:24: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
   if(iVersion>=3) fread(&ms.numEZStates,4,1,fileIn);

   ~^~~~
./src/MSToolkit/MSReader.cpp:1967:8: warning: ignoring return value of 'size_t 
fread(void*, size_t, size_t, FILE*)', declared with attribute 
warn_unused_result [-Wunused-result]
   fread(&ms.numDataPoints,4,1,fileIn);

   ~^~
Makefile:90: recipe for target 'MSReader.o' failed
make[3]: *** [MSReader.o] Error 1
make[3]: Leaving directory '/<>'
Makefile:38: recipe for target 'solib' failed
make[2]: *** [solib] Error 2
make[2]: Leaving directory '/<>'
debian/rules:33: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
debian/rules:23: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libmstoolkit
So

Bug#881162: tomcat7: Server reports 404 on any request, even /

2017-11-08 Thread Schöke
We have also this problem.
It's only when use the secure mode
TOMCAT7_SECURITY=yes





Bug#881171: safeeyes: fails to start: ImportError: No module named '_dbus_bindings'

2017-11-08 Thread Julian Gilbey
On Wed, Nov 08, 2017 at 01:23:11PM +, Julian Gilbey wrote:
> Package: safeeyes
> Version: 2.0.0-1
> Severity: serious
> 
> This is what I get when I try to run safeeyes:
> 
> erdos:~ $ safeeyes 
> [...]
> 
> I tried modifying debian/control, changing the line
> 
> X-Python3-Version: 3.5
> 
> to read
> 
> X-Python3-Version: >= 3.5
> 
> so that it would rebuild on a Debian testing system.  (This addresses
> bug #880828, by the way.)  It now starts, but seems to just hang: I
> certainly don't get any icon in my notification bar.

Bizarrely, though it still doesn't show any icon in the notification
area, now that I have recompiled it for python3.6, which is the
default python3 on my system, it now does do breaks, though there is
no obvious way to make any changes to it without resorting to the
commandline.  So clearly, it was having problems due to the other
python3-version bug: it was running python3.6 (because the shebang
line says /usr/bin/python3) but it couldn't find the needed modules.

Best wishes,

   Julian



Bug#881162: tomcat7: Server reports 404 on any request, even /

2017-11-08 Thread Markus Koschany
Thank you for the report. There was a recent security update of Tomcat 7
which is the likely cause for this issue.

Roberto can you take a look please?

Regards,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#881162: tomcat7: Server reports 404 on any request, even /

2017-11-08 Thread Roberto C . Sánchez
On Wed, Nov 08, 2017 at 03:03:06PM +0100, Markus Koschany wrote:
> Thank you for the report. There was a recent security update of Tomcat 7
> which is the likely cause for this issue.
> 
> Roberto can you take a look please?
> 
Hi Markus,

I also received a direct email from another user this morning who was
experiencing a similar issue.  I will definitely take a look. 

Regards,

-Roberto

-- 
Roberto C. Sánchez



Processed: reassign

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

> # it's causing FTBFSes
> severity 868820 serious
Bug #868820 [src:pylint] pylint: update to 1.7.2
Severity set to 'serious' from 'normal'
> severity 868819 important
Bug #868819 [src:astroid] astroid: upgrade to new version
Severity set to 'important' from 'normal'
> reassign 880231 src:pylint
Bug #880231 [src:ubuntu-dev-tools] ubuntu-dev-tools: FTBFS: dh_auto_test: 
pybuild --test -i python{version} -p 3.6 returned exit code 13
Bug reassigned from package 'src:ubuntu-dev-tools' to 'src:pylint'.
No longer marked as found in versions ubuntu-dev-tools/0.161.
Ignoring request to alter fixed versions of bug #880231 to the same values 
previously set
> forcemerge 868820 880231
Bug #868820 [src:pylint] pylint: update to 1.7.2
Bug #880231 [src:pylint] ubuntu-dev-tools: FTBFS: dh_auto_test: pybuild --test 
-i python{version} -p 3.6 returned exit code 13
Added tag(s) patch.
Bug #868820 [src:pylint] pylint: update to 1.7.2
Added tag(s) sid and buster.
Merged 868820 880231
> affects 868820 ubuntu-dev-tools
Bug #868820 [src:pylint] pylint: update to 1.7.2
Bug #880231 [src:pylint] ubuntu-dev-tools: FTBFS: dh_auto_test: pybuild --test 
-i python{version} -p 3.6 returned exit code 13
Added indication that 868820 affects ubuntu-dev-tools
Added indication that 880231 affects ubuntu-dev-tools
> --
Stopping processing here.

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



Bug#881076: marked as done (kirigami2 FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 14:51:54 +
with message-id 
and subject line Bug#881076: fixed in kirigami2 5.37.0-3
has caused the Debian Bug report #881076,
regarding kirigami2 FTBFS: Qt5LinguistTools*.cmake moved to qttools5-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.)


-- 
881076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881076
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kirigami2
Version: 5.37.0-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kirigami2.html

...
CMake Error at /usr/share/ECM/modules/ECMPoQmTools.cmake:144 (find_package):
  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


qttools-opensource-src (5.9.2-3) unstable; urgency=medium

  * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to qttools5-dev.
...
--- End Message ---
--- Begin Message ---
Source: kirigami2
Source-Version: 5.37.0-3

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

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated kirigami2 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 17:01:56 +0300
Source: kirigami2
Binary: kirigami-gallery kirigami2-dev qml-module-org-kde-kirigami2
Architecture: source
Version: 5.37.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 kirigami-gallery - set of QtQuick components targeted for mobile use
 kirigami2-dev - set of QtQuick components targeted for mobile use
 qml-module-org-kde-kirigami2 - set of QtQuick components targeted for mobile 
use
Closes: 881076
Changes:
 kirigami2 (5.37.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Change build-dependency from qttools5-dev-tools to qttools5-dev.
 (Closes: #881076)
Checksums-Sha1:
 770bcf9a0fe02afbca6da55acd0fc24388d46826 2479 kirigami2_5.37.0-3.dsc
 cf56c52f8efcb558b3d24d2f2c713e80a674 4796 kirigami2_5.37.0-3.debian.tar.xz
 1cd49c7cdcf0bd233f8d3f0ecf613d8abce5b73e 11125 
kirigami2_5.37.0-3_source.buildinfo
Checksums-Sha256:
 935be17be974db0748753006e42f3b9816a15a5f449983ca45a6524f8e681600 2479 
kirigami2_5.37.0-3.dsc
 d124365d909caaa23a57039d9f358fbfafbe069b8cfda34b4e8d3178ace7aaa3 4796 
kirigami2_5.37.0-3.debian.tar.xz
 96a4a3f47c59877f78a21d2326bc38ffeae792a10e60e76dc5b9773003b884a7 11125 
kirigami2_5.37.0-3_source.buildinfo
Files:
 c32f31a5af839d4ec250b98bb891d65d 2479 kde optional kirigami2_5.37.0-3.dsc
 39aa3ef0cc6a85ad06e0f3bc1ea5de57 4796 kde optional 
kirigami2_5.37.0-3.debian.tar.xz
 a884fae993bc41480ecb79cfa8819476 11125 kde optional 
kirigami2_5.37.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAloDDq8ACgkQ1v5xA2P4
XdNMdQ//dFcPODL8xv2Ig+eiEyf2aRIRgOfA+u4zsbPewfM+Ab4A1i42yJRRMFDs
OqVLWFm/Da6eeVgdPOUGqwbU8a/ILneaK8ber5TtvrHpLJNVUTHJa1Srn/hS5CzY
0iasTTNdpjHS/LbG0BudhijUdiiE03GMBVWUaYzKqUYDbLD+ly8yOCiU6fd4d8yi
mDH1TnBTRhotoBG93nVPN8cZwct71k0FTaEObZVYMf6fZLD98jHM+zNw9hAZF5aS
XzQpanCRHwwn6umSSMpYlMw6zjmNXk+iSKOHyWr52jKCPAgWOujqfg305LH+pttG
QDg4S6uPBpPrxPJZk3Ke8nMg3yIzZX4pv68n3NrzH/5DJHR46Io/2uuaH2/cQ+xM
Q2tVomwgDzZEcAReAZz0v67xggpMHhtFNIn0YicCwfP72LPKqtjTfvfbYmS/9x/S
LTOO/NTSGryulsjNqR8aerDe4IvLaRQASUuC4Rl12Muxjjt1l+ZSy2PAG/ckY0AG
U3FmkdFhxD2nSB9IEG6ss0yfWFOgYjNyba6U6ps2VzFQalboSrt0jorZ8i4jrPSb
0NBaSbEfwSOZ72+JL5+zjr30+arBYHigWJ0ifIwpn5aKcT6YJcu0W+nCJtHwpqqo
eOTsTFKCpWvydL/whZ+UAmoAU7zT1O0xGOlDIJJJlLSjEQKK0WA=
=oJcL
-END PGP SIGNATURE End Message ---


Bug#881078: marked as done (kdb FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 14:51:47 +
with message-id 
and subject line Bug#881078: fixed in kdb 3.0.2-2
has caused the Debian Bug report #881078,
regarding kdb FTBFS: Qt5LinguistTools*.cmake moved to qttools5-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.)


-- 
881078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kdb
Version: 3.0.2-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kdb.html

...
CMake Error at /usr/share/ECM/modules/ECMPoQmTools.cmake:144 (find_package):
  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


qttools-opensource-src (5.9.2-3) unstable; urgency=medium

  * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to qttools5-dev.
...
--- End Message ---
--- Begin Message ---
Source: kdb
Source-Version: 3.0.2-2

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

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated kdb package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 16:28:38 +0300
Source: kdb
Binary: libkdb3-3 libkdb-data libkdb3-dev libkdb3-driver-sqlite 
libkdb3-driver-mysql libkdb3-driver-postgresql
Architecture: source
Version: 3.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libkdb-data - data files for KDb
 libkdb3-3  - database connectivity and creation framework -- shared library
 libkdb3-dev - development files for KDb
 libkdb3-driver-mysql - MySQL driver for KDb
 libkdb3-driver-postgresql - PostgreSQL driver for KDb
 libkdb3-driver-sqlite - SQLite driver for KDb
Closes: 881078
Changes:
 kdb (3.0.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Change build-dependency from qttools5-dev-tools to qttools5-dev.
 (Closes: #881078)
Checksums-Sha1:
 b3a9872a806b90dda1762fdb42744ad83ef150dd 2515 kdb_3.0.2-2.dsc
 dccdccd0385e3c2d1acd85ced63f06c5b0bf2c70 16960 kdb_3.0.2-2.debian.tar.xz
 7c0fe414539c57655165d0d2bb17ba05485f71d7 11474 kdb_3.0.2-2_source.buildinfo
Checksums-Sha256:
 5db5d5768a3bc5899381c2eb6ad3bdf8dd0dd8a5922f59ceb3b5962585e562a3 2515 
kdb_3.0.2-2.dsc
 33ce7f583f98adc4cd551a75bdb89087db7800117a66bf86f879bcdfab201e4e 16960 
kdb_3.0.2-2.debian.tar.xz
 65071102430065333f3cc7de5fd2e35b0cd3f804a6868f52e553ecaa07cf4521 11474 
kdb_3.0.2-2_source.buildinfo
Files:
 95d19126b67f2232256336868eeec239 2515 libs optional kdb_3.0.2-2.dsc
 3b76639a2704cb6d6aff93b2158bd647 16960 libs optional kdb_3.0.2-2.debian.tar.xz
 054d47c2acdfb397e504e0394bcc0b95 11474 libs optional 
kdb_3.0.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAloDB/IACgkQ1v5xA2P4
XdNcYA/7BiRmB75092cfkOGFcxPoTLEglufV62fPF/9ug7bcA8LKruqNgf8GzdAo
/YzrVKe4uMCpZb5SkiFv9mRNqhB9RSkFZNZHTlFU14FWdHshMx1uZV0oINTCGZe1
v0aPzGrr5VshpS2iA1+TNnggpUawZjttE48iCYtrlS6Gf9R0vmOo8aSWL1811wap
WS4AaXWpKjegn00xiTwCy4tL5SkWVPhOe/er+xfbWCUPLpc0ayG4Tvy6TBqiLJxW
PSW3yMCdF7Q5amtLLAvP7EeDoX4c7XgoRt3466VGtMjLP3I2wH7E+TDvp1RXpwUl
QGcGxjErGrZ0j3YI0SnH7LbP2/EqwbRowYMT4OgGuf+7JR8ctlF3EE9pymvxHudM
xi4e3phQLNulRnTPXQYpSwqf1zGXN7AuXy29Wujp/MhpJPAkexdcqlkQQ3eMhJqU
Olf4pa1mgsUVvBbCu+9L22dIaRERzQaUYUD/3Sq2Q5IpPp8504fOqLHcK6j9Ya05
gxtaQ+ugpVKzF1eoBi52NZ4+0ojU/dyu0BYJG+UpDhw3cbhCKVAZeA3aUWTtMLY2
bwRw+y2UcLzTpQTfbIWrRaNP0x7Wipjs3yNuDdwGCFgbYt8lG9DED6dCMp4g1YIZ
FG+zOFK/cZmkhDEGPbyexTGosqIHil/nampQu79vg0j9iYaCrbU=
=D/S6
-END PGP SIGNATURE End Message ---


Bug#878751: marked as done (expeyes FTBFS: recipe for target 'microhope.pdf' failed)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 14:50:44 +
with message-id 
and subject line Bug#878751: fixed in expeyes 4.3.3+dfsg1-1
has caused the Debian Bug report #878751,
regarding expeyes FTBFS: recipe for target 'microhope.pdf' 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.)


-- 
878751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: expeyes
Version: 4.3.1+dfsg-1
Severity: serious

https://buildd.debian.org/status/package.php?p=expeyes&suite=sid

...
make[3]: Entering directory 
'/<>/expeyes-4.3.1+dfsg/microhope/microhope-doc'
Exporting microhope.lyx to a LaTeX file ... Makefile:35: recipe for target 
'microhope.pdf' failed
make[3]: *** [microhope.pdf] Error 127
--- End Message ---
--- Begin Message ---
Source: expeyes
Source-Version: 4.3.3+dfsg1-1

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

Debian distribution maintenance software
pp.
Georges Khaznadar  (supplier of updated expeyes package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Nov 2017 11:24:31 +0100
Source: expeyes
Binary: expeyes eyes17 libej0 libej-dev expeyes-clib expeyes-firmware-dev 
python-expeyes expeyes-web microhope
Architecture: source amd64 all
Version: 4.3.3+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar 
Changed-By: Georges Khaznadar 
Description:
 expeyes- hardware & software framework for developing science experiments
 expeyes-clib - hardware & software framework for developing science experiments
 expeyes-firmware-dev - hardware & software framework for developing science 
experiments
 expeyes-web - Web interface for expEYES-Junior
 eyes17 - hardware & software framework for developing science experiments
 libej-dev  - hardware & software framework for developing science experiments
 libej0 - hardware & software framework for developing science experiments
 microhope  - hardware & software framework to learn microcontrollers
 python-expeyes - Python library for expeyes
Closes: 878751
Changes:
 expeyes (4.3.3+dfsg1-1) unstable; urgency=medium
 .
   * precompiled microhope.pdf, since it cannot be done properly in the
 compiler farm. Sources are still there. Modified
 debian/get-newest-source.sh to precompile microhope.pdf for future
 source package builds. Closes: #878751
   * removed build dependencies on now unnecessary lyx and texlive.
   * Updated Standards-Version to 4.1.1 and debhelper level to 10
Checksums-Sha1:
 a700f12b9df38776a7760354cb44c3fa085780ba 2372 expeyes_4.3.3+dfsg1-1.dsc
 0c6507127e258945c561497a6dd5df649e7279f6 14625764 
expeyes_4.3.3+dfsg1.orig.tar.xz
 91f35057185e4a0b6954178d27dcac61c28c1fe5 16192 
expeyes_4.3.3+dfsg1-1.debian.tar.xz
 2a6f4a93b8b85ec14d23efafa9ba6855f9b0f08b 24864 
expeyes-clib-dbgsym_4.3.3+dfsg1-1_amd64.deb
 a1f093ac23271c57ac6ecafaf6c251f8630052d5 17156 
expeyes-clib_4.3.3+dfsg1-1_amd64.deb
 8c42fe9847b7aabd77f5fb6fb2b02141d2588348 26904 
expeyes-firmware-dev_4.3.3+dfsg1-1_all.deb
 45f3befac8aa3bcf3b610b59e4d0f9d0f7b72ab3 606392 
expeyes-web_4.3.3+dfsg1-1_all.deb
 4460717bc973cfe43f650de02e5845ea7d73b497 589396 expeyes_4.3.3+dfsg1-1_all.deb
 04e3ec6df9f7909ca7175e7fd8c33c402b0b4724 14510 
expeyes_4.3.3+dfsg1-1_amd64.buildinfo
 d86c55902d8b7ba9f24221cd4d1bbf706c183393 621508 eyes17_4.3.3+dfsg1-1_all.deb
 d54b6d860eed5fbfe4212dc9ea9f9653a744eeb0 20692 
libej-dev_4.3.3+dfsg1-1_amd64.deb
 aa2e1213e27912d5f7324496b3e20720e5c36b4d 17992 
libej0-dbgsym_4.3.3+dfsg1-1_amd64.deb
 decd78d08d68576b73bbeb97ce93b30df84e66eb 19652 libej0_4.3.3+dfsg1-1_amd64.deb
 4b0becdd92961de7dcbf9fb0c604381b805bfeb7 41432 
microhope-dbgsym_4.3.3+dfsg1-1_amd64.deb
 b321d073899bf58e96bc1fecde8133a4b4433659 3360960 
microhope_4.3.3+dfsg1-1_amd64.deb
 2a020cf0066797dc2670549bc79cf31449bed077 87984 
python-expeyes_4.3.3+dfsg1-1_all.deb
Checksums-Sha256:
 2894fb6d8236648197c49349e76a0b78000ded8eedcad3d98c414ced4ca0f29a 2372 
expeyes_4.3.3+dfsg1-1.dsc
 1028e650b6228c105b3cbdf6eda35aeed3a05608b470

Bug#880921: libopencv-dev: removal of libopencv-dev makes files disappear from libhighgui-dev

2017-11-08 Thread Mattia Rizzolo
Hi Andreas,

On Sun, Nov 05, 2017 at 06:39:45PM +0100, Andreas Beckmann wrote:
> during a test with piuparts and DOSE tools I noticed your package causes
> removal of files that also belong to another package.
> This is caused by using Replaces without corresponding Breaks.

Oh, fancy.

> The libopencv-dev package has the following relationships with libhighgui-dev:
> 
>   Conflicts: libhighgui-dev (<= 2.4.9.1+dfsg-2.1)
>   Breaks:
>   Replaces:  libhighgui-dev
> 
> * The Conflicts version obviously predates the moving around of highgui.h
> * The Replaces should be versioned identical to the corresponding Breaks (or 
> Conflicts)
> * Breaks is preferred over Conflicts for moving files between packages since 
> it makes apt's job easier
> * There are more unversioned Replaces with versioned Conflicts, these should 
> be made versioned, too

libhighgui-dev has been removed altogether.  Therefore, I wonder if an
acceptable solution would be to remove the version restriction in the
Conflicts.
Seemingly, I'd remove the version from the libcv-dev, libcvaux-dev
Conflicts as well (they are in the same situation, probably if you test
them you will find the same bug).

Are the other binaries that are affected by a similar situation?

-- 
regards,
Mattia Rizzolo

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


signature.asc
Description: PGP signature


Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Adrian Bunk
On Wed, Nov 08, 2017 at 10:25:31AM +0200, Graham Inggs wrote:
> Package: htslib
> Version: 1.5-1
> Severity: serious
> Tags: buster sid
> 
> As per logs from reproducible builds [1], htslib 1.5-1 recently
> (around 2017-09-25) started to FTBFS on i386 with the following test
> failures:

The relevant change is gcc 6 -> 7.

> test_vcf_api:
> /build/1st/htslib-1.5/test/test-vcf-api /tmp/o6gEIzeYrS/test-vcf-api.bcf
> bcf_get_format_float didn't produce the expected output.
> 
> .. failed ...
> 
> test_vcf_sweep:
> /build/1st/htslib-1.5/test/test-vcf-sweep /tmp/o6gEIzeYrS/test-vcf-api.bcf
> 
> The outputs differ:
> /build/1st/htslib-1.5/test/test-vcf-sweep.out
> /build/1st/htslib-1.5/test/test-vcf-sweep.out.new
> .. failed ...
>...

There has been some amount of FTBFS due to gcc 7 seemingly hitting not 
standards performance behaviour of x87 more frequently than previous
gcc versions.

It is actually not clear that the code compiled with older gcc works 
always correctly, it might just not hit problems in the tests.

Some time ago I read through the upstream bug for the likely related #819617.

With multiarch allowing installation of amd64 packages even on an i386
installation, I'm wondering whether we would lose anything by just doing
an RM of htslib and rdeps on i386 - that would be the cleanest solution.

cu
Adrian

-- 

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



Bug#866712: marked as done (moonshot-gss-eap FTBFS on arm64: libeap/src/utils/common.h:429:0: error: "__bitwise" redefined [-Werror])

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 15:35:13 +
with message-id 
and subject line Bug#866712: fixed in moonshot-gss-eap 1.0.1-3
has caused the Debian Bug report #866712,
regarding moonshot-gss-eap FTBFS on arm64: libeap/src/utils/common.h:429:0: 
error: "__bitwise" redefined [-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.)


-- 
866712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: moonshot-gss-eap
Version: 0.9.5-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/moonshot-gss-eap.html

...
make  all-am
make[4]: Entering directory '/build/1st/moonshot-gss-eap-0.9.5/mech_eap'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"/etc\" -DDATAROOTDIR=\"/usr/share\" 
-Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall -Wunused-parameter -isystem 
/usr/include/mit-krb5 -I/usr/include  -DGSSEAP_ENABLE_ACCEPTOR 
-I./../libeap/src -I./../libeap/src/common -I./../libeap/src/eap_common 
-I./../libeap/src/utils  -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 
-DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_PAX -DEAP_SAKE 
-DEAP_GPSK -DEAP_GPSK_SHA256 -DEAP_SERVER_IDENTITY -DEAP_SERVER_TLS 
-DEAP_SERVER_PEAP -DEAP_SERVER_TTLS -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 
-DEAP_SERVER_GTC -DEAP_SERVER_PSK -DEAP_SERVER_PAX -DEAP_SERVER_SAKE 
-DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DIEEE8021X_EAPOL -I/usr/include -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated -Wno-error=deprecated-declarations -c -o 
mech_eap_la-acquire_cred.lo `test -f 'acquire_cred.c' || echo 
'./'`acquire_cred.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DBUILD_GSSEAP_LIB 
-DSYSCONFDIR=\"/etc\" -DDATAROOTDIR=\"/usr/share\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -Werror -Wall -Wunused-parameter -isystem 
/usr/include/mit-krb5 -I/usr/include -DGSSEAP_ENABLE_ACCEPTOR -I./../libeap/src 
-I./../libeap/src/common -I./../libeap/src/eap_common -I./../libeap/src/utils 
-DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP 
-DEAP_LEAP -DEAP_PSK -DEAP_PAX -DEAP_SAKE -DEAP_GPSK -DEAP_GPSK_SHA256 
-DEAP_SERVER_IDENTITY -DEAP_SERVER_TLS -DEAP_SERVER_PEAP -DEAP_SERVER_TTLS 
-DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_GTC -DEAP_SERVER_PSK 
-DEAP_SERVER_PAX -DEAP_SERVER_SAKE -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 
-DIEEE8021X_EAPOL -I/usr/include -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated 
-Wno-error=deprecated-declarations -c acquire_cred.c  -fPIC -DPIC -o 
.libs/mech_eap_la-acquire_cred.o
In file included from gssapiP_eap.h:85:0,
 from acquire_cred.c:37:
./../libeap/src/utils/common.h:429:0: error: "__bitwise" redefined [-Werror]
 #define __bitwise
 
In file included from /usr/include/aarch64-linux-gnu/asm/sigcontext.h:19:0,
 from /usr/include/aarch64-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:306,
 from /usr/include/aarch64-linux-gnu/sys/param.h:28,
 from gssapiP_eap.h:56,
 from acquire_cred.c:37:
/usr/include/linux/types.h:21:0: note: this is the location of the previous 
definition
 #define __bitwise __bitwise__
 
cc1: all warnings being treated as errors
Makefile:806: recipe for target 'mech_eap_la-acquire_cred.lo' failed
make[4]: *** [mech_eap_la-acquire_cred.lo] Error 1
--- End Message ---
--- Begin Message ---
Source: moonshot-gss-eap
Source-Version: 1.0.1-3

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

Debian distribution maintenance software
pp.
Sam Hartman  (supplier of updated moonshot-gss-eap package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 10:14:39 -0500
Source: moonshot-gss-eap
Binary: moonshot-gss-eap moonshot-gss-eap-dbg
Architecture: source
Version: 1.0.1-3
Distribution: experimental
Urgency: medium
Mainta

Bug#881180: magics++ FTBFS: The imported target "odb" references the file "/usr/bin/odb" but this file does not exist

2017-11-08 Thread Adrian Bunk
Source: magics++
Version: 2.34.3-3
Severity: serious

https://buildd.debian.org/status/package.php?p=magics%2B%2B&suite=sid

...
CMake Error at 
/usr/lib/aarch64-linux-gnu/cmake/odb_api/odb_api-targets.cmake:103 (message):
  The imported target "odb" references the file

 "/usr/bin/odb"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

 "/usr/lib/aarch64-linux-gnu/cmake/odb_api/odb_api-targets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/aarch64-linux-gnu/cmake/odb_api/odb_api-config.cmake:78 (include)
  cmake/ecbuild_find_package.cmake:208 (find_package)
  cmake/ecbuild_use_package.cmake:307 (ecbuild_find_package)
  cmake/ecbuild_add_option.cmake:229 (ecbuild_use_package)
  CMakeLists.txt:74 (ecbuild_add_option)



Bug#876525: marked as done (threadscope FTBSF on non-x86: #error Unknown mingw32 arch)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 15:55:50 +
with message-id 
and subject line Bug#876525: fixed in threadscope 0.2.9-2
has caused the Debian Bug report #876525,
regarding threadscope FTBSF on non-x86: #error Unknown mingw32 arch
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.)


-- 
876525: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: threadscope
Version: 0.2.9-1
Severity: serious

https://buildd.debian.org/status/package.php?p=threadscope&suite=sid

...
touch configure-ghc-stamp
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
build_recipe
Running debian/hlibrary.setup build --builddir=dist-ghc
Building threadscope-0.2.9...
Preprocessing executable 'threadscope' for threadscope-0.2.9...

In file included from ./GUI/GtkExtras.hs:24:0: error: 

include/windows_cconv.h:9:3: error:
 error: #error Unknown mingw32 arch
 # error Unknown mingw32 arch
   ^
`gcc' failed in phase `C pre-processor'. (Exit code: 1)
/usr/share/cdbs/1/class/hlibrary.mk:147: recipe for target 'build-ghc-stamp' 
failed
make: *** [build-ghc-stamp] Error 1
--- End Message ---
--- Begin Message ---
Source: threadscope
Source-Version: 0.2.9-2

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

Debian distribution maintenance software
pp.
Ilias Tsitsimpis  (supplier of updated threadscope package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 16:38:51 +0200
Source: threadscope
Binary: threadscope
Architecture: source
Version: 0.2.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 

Changed-By: Ilias Tsitsimpis 
Description:
 threadscope - graphical thread profiler for Haskell programs
Closes: 876525
Changes:
 threadscope (0.2.9-2) unstable; urgency=medium
 .
   * Change Priority to optional. Since Debian Policy version 4.0.1,
 priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
   * Apply patch to fix FTBFS on non-x86 (Closes: #876525)
Checksums-Sha1:
 aa504a6d152dcbfc87658ec609fff9be8006a86f 2419 threadscope_0.2.9-2.dsc
 c98ed110113defc9c409990e777c2c9c3c19cc77 6112 threadscope_0.2.9-2.debian.tar.xz
 186493d380b9b2edd68a24461a9f2a363d2f953d 11354 
threadscope_0.2.9-2_amd64.buildinfo
Checksums-Sha256:
 c7b0f15495b98c1a9dcb4e8271c0dbd32ee2e592d56c656008fcc7b59b92e635 2419 
threadscope_0.2.9-2.dsc
 68115a19902aa225a810780b8060f2b5542852b3690545d75fa9075e86b6eee8 6112 
threadscope_0.2.9-2.debian.tar.xz
 529900af6b35b48497b93872115dd8d469902c9f91cb7aed267d79c09340d212 11354 
threadscope_0.2.9-2_amd64.buildinfo
Files:
 ea67cd511e5eac8044e05c37bb129c4b 2419 haskell optional threadscope_0.2.9-2.dsc
 a9c60dcffaea0116b27b9b0f7a0feb47 6112 haskell optional 
threadscope_0.2.9-2.debian.tar.xz
 6ced4b52ed565ea6b171cb38123b5799 11354 haskell optional 
threadscope_0.2.9-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAloDIuEUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDwcJRAArwhxjTLLoIiueCNPFLY0CFTeKLNN
ugWM7A4eVx5EVseH5g6GjWl1j6oG2N2jQg+dWLCl6igh8v1JwqkVH0GBiVANys/E
j6P7tbSaSYArV7yLi5icUNsYYnW1R8Yv2k/Q8Mr0R9cL2CN8vQUWz1ZWmZQpYgOm
C4iM5KefCHwMYIQm0BEgl44KNexssXeQQChmUbm6ixNUuwqBfx25Oq8EwVDwmjnF
ESNrMwrQ/FoOLYIgglFmf0gkowj7KdTu0owtb0Tene3iW4/MudLuOEfhv0heFoF1
wRhoCb5RzQwLhZ6113HqnmymKg+g173Ei89h2PV5TepR564SELgD0zK2b2GD+KpF
8zkWk9G+0FHmz0Ys+tQrSQVVFo392ozAmDcYa7Gk/jvEn7CVXWv0jU1SujjV6BOW
oJFAOG7RrGtMGk3vZoH2+KX+eIRMQrrgtMD6JNEo3Kh6TBPH12kGgjOpva8e7nHB
k9tIXXWntIhHsVXIW2mC1W3R7Wu1+bG5Oei99z3aMAgeaGBGmYY2h6dcCjFbHX0F
68K5QQoOUSb28475obWnGFfQZT/mT3ql+3Ws3Nwg/uzMb8Qgsq0GIQb/WOxRwEp9
1y2k5wfR8lDofFB/wZq5ZZCcP/qscF1y2jCajkeXmRAuIH1vetoEYLq6yvsoiXCS
v3HJbXAIATSGCOM=
=1ii9
-END PGP SIGNATURE End Message ---


Bug#880982: ifup does not trigger scripts any more after booting

2017-11-08 Thread Narcis Garcia
Please try this with Debian 7 and Debian 8 to assume that behaviour has
changed about /etc/network/if-*.d scripts
(either because of ifupdown or udev)

and Debian 9 has lost this up/down triggering feature.


__
I'm using this express-made address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.



Bug#880982: ifup does not trigger scripts any more after booting

2017-11-08 Thread Narcis Garcia
I've realised this problem because of this software relies on this feature:
www.actiu.net/durruter

__
I'm using this express-made address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.



Bug#881163: marked as done (astroquery: FTBFS with astropy-helpers 2.0.2: The section Examples appears twice in the docstring)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 16:19:17 +
with message-id 
and subject line Bug#881163: fixed in astroquery 0.3.6+dfsg-3
has caused the Debian Bug report #881163,
regarding astroquery: FTBFS with astropy-helpers 2.0.2: The section Examples 
appears twice in the docstring
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.)


-- 
881163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: astroquery
Version: 0.3.6+dfsg-2
Severity: serious
Justification: fails to build from source
Tags: fixed-upstream

Dear maintainer,

astroquery currently fails to build with this error:

  Exception occurred:
File 
"/usr/lib/python3/dist-packages/astropy_helpers/extern/numpydoc/docscrape.py", 
line 343, in _parse
  raise ValueError(msg)
  ValueError: The section Examples appears twice in the docstring of None in 
None.

The error message is quite confusing, but the duplicate section is in the
docstring of SkyViewClass.get_image_list() in astroquery/skyview/core.py,
one Examples section is in the original docstring, another one is added by
the @prepend_docstr_noreturns(get_images.__doc__) decorator.

This was caused by python-astropy-helpers 2.0.2, where some checks were
made stricter.

Full build log is available here:
https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/astroquery_0.3.6+dfsg-2.rbuild.log

Quick fix for this is applying this commit:
https://github.com/astropy/astroquery/commit/f8380f42698973ec

A more proper, but longer, fix is backporting these changes:
https://github.com/astropy/astroquery/pull/988

--
Dmitry Shachnev


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: astroquery
Source-Version: 0.3.6+dfsg-3

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

Debian distribution maintenance software
pp.
Vincent Prat  (supplier of updated astroquery package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 16:42:40 +0100
Source: astroquery
Binary: python-astroquery python3-astroquery python-astroquery-doc
Architecture: source
Version: 0.3.6+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team 
Changed-By: Vincent Prat 
Description:
 python-astroquery - Python online astronomical database querying (Python 2)
 python-astroquery-doc - Python online astronomical database querying 
(documentation)
 python3-astroquery - Python online astronomical database querying (Python 3)
Closes: 881163
Changes:
 astroquery (0.3.6+dfsg-3) unstable; urgency=medium
 .
   * Patch to fix RC bug (Closes: #881163)
   * Update Standards-Version to 4.1.1
   * Use HTTPS in watch file
Checksums-Sha1:
 044dfb465e9e2b530a280123c92400994b193d3a 2634 astroquery_0.3.6+dfsg-3.dsc
 92d1b508253eeeb90c9e500ec54ff0da3557b59f 5056 
astroquery_0.3.6+dfsg-3.debian.tar.xz
 8a09a9e6cd64c11f747cd16cab37c74cb1807883 9660 
astroquery_0.3.6+dfsg-3_source.buildinfo
Checksums-Sha256:
 3bc0a71ae951b779b10e78bf3e04b4f9a51081eb9f10c7c062e339f751eea955 2634 
astroquery_0.3.6+dfsg-3.dsc
 1fc3934be54f0a41a7cca7315c8bc1a603c3fc6525d8954388819b2c3ffc5ec3 5056 
astroquery_0.3.6+dfsg-3.debian.tar.xz
 3714ef3d848eab4aad5af7ca0e9fdb504679c5a0dd20d4bca8918d36b343410a 9660 
astroquery_0.3.6+dfsg-3_source.buildinfo
Files:
 aed15668d02426e59a99b9f8d556c9c7 2634 python optional 
astroquery_0.3.6+dfsg-3.dsc
 12fd4d9407d4ad4b031933eff287591a 5056 python optional 
astroquery_0.3.6+dfsg-3.debian.tar.xz
 e595e50aeabb8d80bee8b93839eee88a 9660 python optional 
astroquery_0.3.6+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEwN+g0Kj2VQgeB/icBzHNjq6Fm38FAloDKzgSHHZpbmNlcHJh
dEBmcmVlLmZyAAoJEAcxzY6uhZt/Rk4P/1zrHkkh/OHn3IFEvz3fWCR1QLy5m8+G
OPgNOPEg2B8acNNVQxt5RmCxVAeyNaxKbihBaJCSk0uKzFOIzIg4Mb8XApIsLrDi
dGPGmv24OzQaxRLUgbmn6f88FKGCRSrNPMrFT3rvxIlhmnuW8e37WuJhOlRGc/0X
Ou8dPMLDaIZL1oPzrTKL4kNqCU1/kZePPN6JfOU9E8e0udu/tMJHrmPPGyoDAMeq
PQXH/grz1qutrO2RFinfIRKfdnnc1oQT5f3tQtCnDIM39HRHVjvY0dVAjUpOtIyF
WyoxnUBXiEZw3

Processed: Re: [Pkg-e-devel] Bug#881155: e17: Won't start correctly any longer, corrupted windows shown

2017-11-08 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #881155 [e17] e17: Won't start correctly any longer, corrupted windows shown
Severity set to 'important' from 'grave'

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



Bug#881155: [Pkg-e-devel] Bug#881155: e17: Won't start correctly any longer, corrupted windows shown

2017-11-08 Thread Ross Vandegrift
Control: severity -1 important

I'm not able to reproduce.  This could be related to your video drivers.
But since Enlightenment in buster is old an unmaintained, nothing can be
done to fix it.

The current Enlightenment release is available in Debian experimental -
I'd encourage you to try that version instead.

Thanks,
Ross


On Wed, Nov 08, 2017 at 11:45:15AM +0100, Adrian Immanuel Kiess wrote:
> Package: e17
> Version: 0.17.6-1.1+b1
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
>* What led up to the situation?
>  Using E17.
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>  startx or login with XDM.
>* What was the outcome of this action?
>  Currupted window display after login into E17.
>* What outcome did you expect instead?
>  Working E17 window manager.
> 
> currently in Debian/testing the E17 window manager won't load correctly any
> longer.
> 
> I tried with a default .e config and my own .e configuration.
> 
> The application windows won't show up correctly any longer after login.
> 
> Thank you very much in advance,
> 
> Yours Adrian Immanuel Kieß
> http://immanuelK.net
> 
> 
> 
> 
> 
> -- System Information:
> Debian Release: buster/sid
>   APT prefers testing
>   APT policy: (900, 'testing')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
> LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages e17 depends on:
> ii  dbus-x11   1.12.0-1
> ii  e17-data   0.17.6-1.1
> ii  libasound2 1.1.3-5
> ii  libc6  2.24-17
> ii  libdbus-1-31.12.0-1
> ii  libecore-con1  1.8.6-2.5+b2
> ii  libecore-evas1 1.8.6-2.5+b2
> ii  libecore-file1 1.8.6-2.5+b2
> ii  libecore-imf1  1.8.6-2.5+b2
> ii  libecore-input11.8.6-2.5+b2
> ii  libecore-ipc1  1.8.6-2.5+b2
> ii  libecore-x11.8.6-2.5+b2
> ii  libecore1  1.8.6-2.5+b2
> ii  libedbus1  1.7.10-1+b2
> ii  libedje-bin1.8.6-2.5+b2
> ii  libedje1   1.8.6-2.5+b2
> ii  libeet11.8.6-2.5+b2
> ii  libeeze1   1.8.6-2.5+b2
> ii  libefreet-bin  1.8.6-2.5+b2
> ii  libefreet1a1.8.6-2.5+b2
> ii  libeina1   1.8.6-2.5+b2
> ii  libeio11.8.6-2.5+b2
> ii  libevas1   1.8.6-2.5+b2
> ii  libevas1-engines-x [libevas1-engine-software-x11]  1.8.6-2.5+b2
> ii  libpam0g   1.1.8-3.6
> ii  libxcb-keysyms10.4.0-1+b2
> ii  libxcb-shape0  1.12-1
> ii  libxcb11.12-1
> 
> Versions of packages e17 recommends:
> ii  pm-utils  1.4.1-17
> 
> e17 suggests no packages.
> 
> -- no debconf information
> ___
> Pkg-e-devel mailing list
> pkg-e-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-e-devel
> 



Bug#879980: marked as done (antlr: FTBFS: dh: unable to load addon maven-repo-helper)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 16:49:12 +
with message-id 
and subject line Bug#879980: fixed in antlr 2.7.7+dfsg-9.1
has caused the Debian Bug report #879980,
regarding antlr: FTBFS: dh: unable to load addon maven-repo-helper
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.)


-- 
879980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: antlr
Version: 2.7.7+dfsg-9
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of antlr in minimal environments geared for building only its
architecture-dependent binary packages (as on the autobuilders) have
started failing with errors along the lines of

  dh clean --with maven-repo-helper --with python2,python3
  dh: unable to load addon maven-repo-helper: Can't locate 
Debian/Debhelper/Sequence/maven_repo_helper.pm in @INC (you may need to install 
the Debian::Debhelper::Sequence::maven_repo_helper module) (@INC contains: 
/etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.26.0 
/usr/local/share/perl/5.26.0 /usr/lib/aarch64-linux-gnu/perl5/5.26 
/usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl/5.26 /usr/share/perl/5.26 
/usr/local/lib/site_perl /usr/lib/aarch64-linux-gnu/perl-base) at (eval 12) 
line 1.
  BEGIN failed--compilation aborted at (eval 12) line 1.

  debian/rules:8: recipe for target 'clean' failed
  make: *** [clean] Error 2

Please either conditionalize the usage of --with maven-repo-helper
appropriately or move maven-repo-helper to the main Build-Depends
field.

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
--- End Message ---
--- Begin Message ---
Source: antlr
Source-Version: 2.7.7+dfsg-9.1

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

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated antlr package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 17:37:34 +0100
Source: antlr
Binary: antlr antlr-doc libantlr-dev libantlr-java python-antlr python3-antlr
Architecture: source
Version: 2.7.7+dfsg-9.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Matthias Klose 
Description:
 antlr  - language tool for constructing recognizers, compilers etc
 antlr-doc  - language tool for constructing recognizers, compilers etc
 libantlr-dev - language tool for constructing recognizers, compilers etc
 libantlr-java - language tool for constructing recognizers, compilers etc 
(java l
 python-antlr - language tool for constructing recognizers, compilers etc - 
Pytho
 python3-antlr - language tool for constructing recognizers, compilers etc - 
Pytho
Closes: 879980
Changes:
 antlr (2.7.7+dfsg-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Move maven-repo-helper to Build-Depends. Closes: #879980.
Checksums-Sha1:
 469a05a90481f5813be4af8165c65df0cbba9dfb 2360 antlr_2.7.7+dfsg-9.1.dsc
 5b1e331f5d346dbf91c6f97986bd78dcaec45284 14416 
antlr_2.7.7+dfsg-9.1.debian.tar.xz
 d537d65f78b62c2790b0d0f72e5b88d11592a3f9 12077 
antlr_2.7.7+dfsg-9.1_source.buildinfo
Checksums-Sha256:
 d3acf46167038154966fd11f6fb9307cbb2a855009f0f10723618e2fcb793e62 2360 
antlr_2.7.7+dfsg-9.1.dsc
 8af638b45bea9db578263df0e1cae49af7a3893eed5b59d6e23c39b3d8e4f72b 14416 
antlr_2.7.7+dfsg-9.1.debian.tar.xz
 623a1f21cafdbb42ed07517626573c02b3b2f35302007dfb6f2e45d665c5db86 12077 
antlr_2.7.7+dfsg-9.1_source.buildinfo
Files:
 24ec9db0bf1e5a9b23126b5460c0dc82 2360 java optional antlr_2.7.7+dfsg-9.1.dsc
 739b8e3f3cda9b1e4fb24ddb1cfaf894 14416 java optional 
antlr_2.7.7+dfsg-9.1.debian.tar.xz
 b4741f43f8d8c7ac8c2a97b350d1889b 12077 java optional 
antlr_2.7.7+dfsg-9.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAloDMwsQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9d+zD/9aoh0w/6mhyRA3VwRUqm8R0JvmGB8GAzr7
LhsMWqwtSRifjmrF/zgomlmERDW2pzQCa5vyNSyXObIXGa33r

Bug#881188: openstack-trove FTBFS: test failure

2017-11-08 Thread Adrian Bunk
Source: openstack-trove
Version: 1:8.0.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openstack-trove.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/openstack-trove-8.0.0'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
===> Running tests
set -e ; set -x ; for i in 2.7 ; do \
PYMAJOR=`echo $i | cut -d'.' -f1` ; \
echo "===> Testing with python$i (python$PYMAJOR)" ; \
rm -rf .testrepository ; \
testr-python$PYMAJOR init ; \
TEMP_REZ=`mktemp -t` ; \
PYTHONPATH=/build/1st/openstack-trove-8.0.0 PYTHON=python$i 
testr-python$PYMAJOR run --subunit 
'(?!(.*guestagent\.test_dbaas\.MySqlAppTest\.test__wait_for_slave_status.*|.*taskmanager\.test_models\.BuiltInstanceTasksTest\.test_error_attach_replica.*))'
 | tee $TEMP_REZ | subunit2pyunit ; \
cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
rm -f $TEMP_REZ ; \
testr-python$PYMAJOR slowest ; \
done
+ echo 2.7
+ cut -d. -f1
+ PYMAJOR=2
+ echo ===> Testing with python2.7 (python2)
===> Testing with python2.7 (python2)
+ rm -rf .testrepository
+ testr-python2 init
+ mktemp -t
+ TEMP_REZ=/tmp/tmp.mWFUBcLwCL
+ PYTHONPATH=/build/1st/openstack-trove-8.0.0 PYTHON=python2.7 testr-python2 
run --subunit 
(?!(.*guestagent\.test_dbaas\.MySqlAppTest\.test__wait_for_slave_status.*|.*taskmanager\.test_models\.BuiltInstanceTasksTest\.test_error_attach_replica.*))
+ subunit2pyunit
+ tee /tmp/tmp.mWFUBcLwCL
Non-zero exit code (2) from test listing.
running=${PYTHON:-python} -m subunit.run discover ./trove/tests/unittests 
--list 
--- import errors ---
Failed to import test module: hacking.test_translation_checks
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
__import__(name)
  File 
"/build/1st/openstack-trove-8.0.0/trove/tests/unittests/hacking/test_translation_checks.py",
 line 13, in 
from trove.hacking import translation_checks as tc
  File "trove/hacking/translation_checks.py", line 15, in 
import pep8
ImportError: No module named pep8

--
Ran 0 tests in 4.570s

OK
+ subunit-filter -s --no-passthrough
+ cat /tmp/tmp.mWFUBcLwCL
+ subunit-stats
Total tests:   0
Passed tests:  0
Failed tests:  0
Skipped tests: 0
Seen tags: 
+ rm -f /tmp/tmp.mWFUBcLwCL
+ testr-python2 slowest
debian/rules:56: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
On 8 November 2017 at 17:10, Adrian Bunk  wrote:
> The relevant change is gcc 6 -> 7.

Thanks.  I've just checked, and the last successful i386 build in
Ubuntu was on 2017-08-04 against gcc 6.

> With multiarch allowing installation of amd64 packages even on an i386
> installation, I'm wondering whether we would lose anything by just doing
> an RM of htslib and rdeps on i386 - that would be the cleanest solution.

I'm not against removal of htslib and rdeps on i386.

In this case though, test_vcf_sweep uses the output from test_vcf_api,
so it is only really 1 out of 85 tests that fails.  I've verified that
test_vcf_sweep works on i386 with test-vcf-api.bcf generated on amd64.
I have an i386 VM set up and will have a look when I have some time.
The fix might be trivial.

BTW, are you sure it is possible to install amd64 packages on i386?  I
know i386 on amd64 is possible, but I've never heard this before.



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Adrian Bunk
On Wed, Nov 08, 2017 at 07:44:43PM +0200, Graham Inggs wrote:
>...
> BTW, are you sure it is possible to install amd64 packages on i386?  I
> know i386 on amd64 is possible, but I've never heard this before.

All combinations are possible, for example:

dpkg --add-architecture s390x
apt-get update
apt-get install hello:s390x

$ hello
bash: /usr/bin/hello: cannot execute binary file: Exec format error
$ file /usr/bin/hello 
/usr/bin/hello: ELF 64-bit MSB shared object, IBM S/390, ...
$ 


cu
Adrian

-- 

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



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
On 8 November 2017 at 19:57, Adrian Bunk  wrote:
> All combinations are possible, for example:
...
> bash: /usr/bin/hello: cannot execute binary file: Exec format error

OK, but you can't actually execute amd64 binaries on i386, right?
So I don't understand how being able to install amd64 packages on i386
is relevant to whether we should remove htslib and rdeps on i386.



Bug#880900: irony-server: fails to upgrade from 'testing' - trying to overwrite /usr/bin/irony-server

2017-11-08 Thread Nicholas D Steeves
Hi Andreas,

Thanks for the bug report, and sorry I missed this serious issue.
It's fixed in git.  I will wait to upload until I hear your opinion of
#880669 and #880670.  Summary of those bugs: Self-tests that were not
run for irony-mode-0.2.0-1+b3 fail for mips64el and arm64.

Do you think that uploading a 1.2.0-2 that fixes this bug and
downgrading the severity those other two provides the greatest benefit
to the greatest number of users?  eg: most users are amd64, and the
new package is validated on amd64 by self-tests that didn't exist
before.  The easiest thing to do is to just disable self-tests and
restore behaviour of the old package, but I don't think that's the
best approach...

Cheers,
Nicholas

On Sun, Nov 05, 2017 at 03:09:32PM +0100, Andreas Beckmann wrote:
> Hi,
> 
> during a test with piuparts I noticed your package fails to upgrade from
> 'testing'.
> It installed fine in 'testing', then the upgrade to 'sid' fails
> because it tries to overwrite other packages files without declaring a
> Breaks+Replaces relation.
> 
> See policy 7.6 at
> https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
> 
> From the attached log (scroll to the bottom...):
> 
>   Selecting previously unselected package irony-server.
>   Preparing to unpack .../irony-server_1.2.0-1_amd64.deb ...
>   Unpacking irony-server (1.2.0-1) ...
>   dpkg: error processing archive 
> /var/cache/apt/archives/irony-server_1.2.0-1_amd64.deb (--unpack):
>trying to overwrite '/usr/bin/irony-server', which is also in package 
> irony-mode 0.2.0-1+b3
>   Errors were encountered while processing:
>/var/cache/apt/archives/irony-server_1.2.0-1_amd64.deb
> 
> 
> cheers,
> 
> Andreas




signature.asc
Description: PGP signature


Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Adrian Bunk
On Wed, Nov 08, 2017 at 08:08:30PM +0200, Graham Inggs wrote:
> On 8 November 2017 at 19:57, Adrian Bunk  wrote:
> > All combinations are possible, for example:
> ...
> > bash: /usr/bin/hello: cannot execute binary file: Exec format error
> 
> OK, but you can't actually execute amd64 binaries on i386, right?
>...

Assuming your CPU and kernel support 64bit, this is working.

cu
Adrian

-- 

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



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
On 8 November 2017 at 20:21, Adrian Bunk  wrote:
> Assuming your CPU and kernel support 64bit, this is working.

TIL, thanks!



Bug#880997: marked as done (nageru: FTBFS on armel)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 18:36:07 +
with message-id 
and subject line Bug#880997: fixed in nageru 1.6.3-1
has caused the Debian Bug report #880997,
regarding nageru: FTBFS on armel
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.)


-- 
880997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nageru
Version: 1.6.2-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: sid buster
Control: block 880355 by -1

nageru FTBFS on armel when binNMUed for the libva transition:
| g++ -o nageru glwidget.o mainwindow.o vumeter.o lrameter.o 
compression_reduction_meter.o correlation_meter.o aboutdialog.o analyzer.o 
input_mapping_dialog.o midi_mapping_dialog.o nonlinear_fader.o glwidget.moc.o 
mainwindow.moc.o vumeter.moc.o lrameter.moc.o compression_reduction_meter.moc.o 
correlation_meter.moc.o aboutdialog.moc.o analyzer.moc.o 
input_mapping_dialog.moc.o midi_mapping_dialog.moc.o nonlinear_fader.moc.o 
ellipsis_label.moc.o clickable_label.moc.o context_menus.o vu_common.o 
piecewise_interpolator.o main.o midi_mapper.o midi_mapping.pb.o 
chroma_subsampler.o v210_converter.o mixer.o basic_stats.o metrics.o 
pbo_frame_allocator.o context.o ref_counted_frame.o theme.o httpd.o flags.o 
image_input.o alsa_output.o disk_space_estimator.o print_latency.o 
timecode_renderer.o tweaked_inputs.o audio_mixer.o alsa_input.o alsa_pool.o 
ebu_r128_proc.o stereocompressor.o resampling_queue.o correlation_measurer.o 
filter.o input_mapping.o state.pb.o quicksync_encoder.o x264_encoder.o 
x264_dynamic.o x264_speed_control.o video_encoder.o metacube2.o mux.o 
audio_encoder.o ffmpeg_raii.o ffmpeg_util.o decklink_capture.o decklink_util.o 
decklink_output.o decklink/DeckLinkAPIDispatch.o ffmpeg_capture.o -Wl,-z,relro 
-lQt5OpenGLExtensions -lQt5OpenGL -lQt5PrintSupport -lQt5Widgets -lQt5Gui 
-lQt5Core -lusb-1.0 -lmovit -llua5.2 -lmicrohttpd -lepoxy -lx264 -lprotobuf 
-pthread -lpthread -lpci -lbmusb -pthread -lva -lva-drm -lva-x11 -lX11 
-lavformat -lavcodec -lavutil -lswscale -lavresample -lzita-resampler -lasound 
-ldl -lqcustomplot
| /usr/bin/ld: httpd.o: undefined reference to symbol 
'__atomic_fetch_sub_8@@LIBATOMIC_1.0'
| //usr/lib/arm-linux-gnueabi/libatomic.so.1: error adding symbols: DSO missing 
from command line

See
https://buildd.debian.org/status/fetch.php?pkg=nageru&arch=armel&ver=1.6.2-1+b1&stamp=1509844496&raw=0
for the full log.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: nageru
Source-Version: 1.6.3-1

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

Debian distribution maintenance software
pp.
Steinar H. Gunderson  (supplier of updated nageru package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 18:51:01 +0100
Source: nageru
Binary: nageru
Architecture: source amd64
Version: 1.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson 
Changed-By: Steinar H. Gunderson 
Description:
 nageru - modern free software video mixer
Closes: 880997
Changes:
 nageru (1.6.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add a workaround for platforms that require -latomic for std::atomic.
 Patch by Adrian Bunk. (Closes: #880997)
Checksums-Sha1:
 7b0505402f6c8e09ddae0136592bb4a37c8190aa 2072 nageru_1.6.3-1.dsc
 5c7be27749588bd8ae763a6530837f70e33c4d4b 471138 nageru_1.6.3.orig.tar.gz
 298e9d64133367db96da9760c202bdfe66f9157a 4060 nageru_1.6.3-1.debian.tar.xz
 7f75fd886e8b63de66edc7f92229d9dc698bf7dc 13006712 
nageru-dbgsym_1.6.3-1_amd64.deb
 a8b1d576fa73209fb6f9e0ed8dd68d7c554809f1 13574 nageru_1.6.3-1_amd64.buildinfo
 cd446dd14ab9048efec9b3273a31b9fbe89b0275 519580 nageru_1.6.3-1_amd64.deb
Checksums-Sha256:
 e2b8a382cb9e52b61b72a38f25cfbb11656794131a2bc0553d1412f64f8f92e1 2072 
nageru_1.6.3-1.dsc
 30fb1733cf873882b2d06c4672187959b5c4ba61d26ecf81a5e025e3faf70583 471138 
nageru_1.6.3

Bug#881192: cafeobj FTBFS with sbcl 2:1.4.1-1

2017-11-08 Thread Adrian Bunk
Source: cafeobj
Version: 1.5.5-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cafeobj.html

...
* chmod +x dumps/sbcl/cafeobj.sbcl
chmod: cannot access 'dumps/sbcl/cafeobj.sbcl': No such file or directory
Makefile:258: recipe for target 'dumps/sbcl/cafeobj.sbcl' failed
make[1]: *** [dumps/sbcl/cafeobj.sbcl] Error 1
make[1]: Leaving directory '/build/1st/cafeobj-1.5.5'
debian/rules:23: recipe for target 'build-arch-stamp' failed
make: *** [build-arch-stamp] Error 2



Bug#881135: [Pkg-mozext-maintainers] Bug#881135: xul-ext-ublock-origin: Update ublock-origin to version 1.14.16 by next p-u

2017-11-08 Thread Sean Whitton
control: reassign -1 src:ublock-origin
control: forcemerge 877040 -1

Dear Julien,

On Wed, Nov 08 2017, Julien Aubin wrote:

> Firefox release 59 is coming quite soon to Debian, actually next March
> for the ones using mozilla.debian.net.
>
> By this time current ublock-origin extension won't work anymore as it
> does not have webext standard. Upstream version 1.14.16 does follow
> this standard.
>
> Could you please make it available for next p-u in order to anticipate
> the transition ?

Please see discussion in #877040.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Processed: Re: [Pkg-mozext-maintainers] Bug#881135: xul-ext-ublock-origin: Update ublock-origin to version 1.14.16 by next p-u

2017-11-08 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:ublock-origin
Bug #881135 [xul-ext-ublock-origin] xul-ext-ublock-origin: Update ublock-origin 
to version 1.14.16 by next p-u
Bug reassigned from package 'xul-ext-ublock-origin' to 'src:ublock-origin'.
No longer marked as found in versions ublock-origin/1.10.4+dfsg-1.
Ignoring request to alter fixed versions of bug #881135 to the same values 
previously set
> forcemerge 877040 -1
Bug #877040 [src:ublock-origin] New upstream version, including transition to 
webext
Bug #878072 [src:ublock-origin] Please upgrade to more recent version to be 
compatible with Firefox 57
Bug #881135 [src:ublock-origin] xul-ext-ublock-origin: Update ublock-origin to 
version 1.14.16 by next p-u
Severity set to 'serious' from 'grave'
Marked as found in versions ublock-origin/1.13.8+dfsg-1 and 
ublock-origin/1.10.4+dfsg-1.
Added tag(s) help, sid, and buster.
Bug #878072 [src:ublock-origin] Please upgrade to more recent version to be 
compatible with Firefox 57
Merged 877040 878072 881135

-- 
877040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877040
878072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878072
881135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#881149: htslib FTBFS: test failures on i386

2017-11-08 Thread Graham Inggs
So it turns out this is a re-hash of #865012.

See upstream issue reported by Sascha:
https://github.com/samtools/htslib/issues/565

Also proposed patch (which was not accepted by upstream):
https://github.com/samtools/htslib/pull/571

FWIW, the proposed patch "works for me" on amd64 and i386.



Processed: Also add affects to the src:

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

> affects 868820 src:ubuntu-dev-tools
Bug #868820 [src:pylint] pylint: update to 1.7.2
Bug #880231 [src:pylint] ubuntu-dev-tools: FTBFS: dh_auto_test: pybuild --test 
-i python{version} -p 3.6 returned exit code 13
Added indication that 868820 affects src:ubuntu-dev-tools
Added indication that 880231 affects src:ubuntu-dev-tools
> thanks
Stopping processing here.

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



Bug#881194: bzr: FTBFS and Debci failure with python-testtools 2.3.0-2

2017-11-08 Thread Adrian Bunk
Source: bzr
Version: 2.7.0+bzr6622-8
Severity: serious

https://ci.debian.net/packages/b/bzr/unstable/amd64/
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bzr.html

...
==
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_mismatch
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
233.726  creating repository in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/.
233.729  creating branch  in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/
233.740  trying to create missing lock 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/checkout/dirstate'
233.741  opening working tree 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work'
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 137, in test_mismatch
mismatch.describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a'] != [u'', u'a', u'b/', u'b/c']"
b = "[u'', u'a', u'b/', u'b/c'] != ['a']"

==
FAIL: bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
236.264  creating repository in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/.
236.267  creating branch  in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.278  trying to create missing lock 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/checkout/dirstate'
236.279  opening working tree 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work'
236.291  preparing to commit
INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.294  Selecting files for commit with filter None
INFO  Committed revision 1.
236.307  Committed revid a as revno 1.
236.314  preparing to commit
INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.317  Selecting files for commit with filter None
INFO  Committed revision 2.
236.330  Committed revid b as revno 2.
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 204, in test_mismatch
matcher.match(tree.branch).describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a', 'b', 'c'] != ['a', 'b']"
b = "['a', 'b'] != ['a', 'b', 'c']"

==
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
361.761  creating repository in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/.
361.764  creating branch  in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/
361.773  trying to create missing lock 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/checkout/dirstate'
361.773  opening working tree 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work'
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 151, in test_no_dirs
mismatch.describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "[u'', u'a'] != [u'', u'a', u'b/', u'b/c']"
b = "[u'', u'a', u'b/', u'b/c'] != [u'', u'a']"

--
Ran 28552 tests in 380.480s

FAILED (failures=3, known_failure_count=79)
2810 tests skipped
debian/rules:21: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1



Bug#881097: To be removed from wheezy as well

2017-11-08 Thread Ola Lundqvist
Hi

Considering that this package is about to be removed from jessie I
guess it should be removed from wheezy too. How is that done? Should I
contact the FTP maintainers about it, or do we simply ignore the
issue?

For people who wonder what we are discussing it is about CVE-2008-7319

Best regards

// Ola

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comFolkebogatan 26\
|  o...@debian.org   654 68 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



Bug#881196: django-celery FTBFS with celery 4.1.0-1

2017-11-08 Thread Adrian Bunk
Source: django-celery
Version: 3.1.17-4
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-celery.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-celery-3.1.17'
DEB_NETWORK_TESTS=disabled \
dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test"
I: pybuild base:184: python2.7 setup.py test
running test
Traceback (most recent call last):
  File "setup.py", line 202, in 
**extra
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
  File "setup.py", line 129, in run
execute_from_command_line(argv=sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 338, in execute
django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in 
populate
app_config.import_models()
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in 
import_models
self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File "/build/1st/django-celery-3.1.17/tests/../djcelery/models.py", line 15, 
in 
from celery.utils.timeutils import timedelta_seconds
ImportError: No module named timeutils
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
setup.py test
dh_auto_test: pybuild --test -i python{version} -p 2.7 --system=custom 
"--test-args={interpreter} setup.py test" returned exit code 13
debian/rules:27: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25



Bug#881197: django-celery-transactions FTBFS with celery 4.1.0-1

2017-11-08 Thread Adrian Bunk
Source: django-celery-transactions
Version: 0.3.6-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-celery-transactions.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-celery-transactions-0.3.6'
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="python{version} runtests.py" 
dh_auto_test
I: pybuild base:184: python2.7 runtests.py
Traceback (most recent call last):
  File "runtests.py", line 61, in 
runtests()
  File "runtests.py", line 53, in runtests
django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in 
populate
app_config = AppConfig.create(entry)
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 94, in 
create
module = import_module(entry)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File 
"/build/1st/django-celery-transactions-0.3.6/djcelery_transactions/__init__.py",
 line 8, in 
from celery.contrib.batches import Batches
ImportError: No module named batches
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
runtests.py
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:15: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25



Bug#881198: celery-haystack FTBFS with celery 4.1.0-1

2017-11-08 Thread Adrian Bunk
Source: celery-haystack
Version: 0.10-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/celery-haystack.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/celery-haystack-0.10'
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=. HAYSTACK=v2 python2.7 
/usr/bin/django-admin test --settings=celery_haystack.test_settings" 
dh_auto_test
I: pybuild base:184: PYTHONPATH=. HAYSTACK=v2 python2.7 /usr/bin/django-admin 
test --settings=celery_haystack.test_settings
Traceback (most recent call last):
  File "/usr/bin/django-admin", line 21, in 
management.execute_from_command_line()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 338, in execute
django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in 
populate
app_config.import_models()
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in 
import_models
self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File "/usr/lib/python2.7/dist-packages/djcelery/models.py", line 15, in 

from celery.utils.timeutils import timedelta_seconds
ImportError: No module named timeutils
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: 
PYTHONPATH=. HAYSTACK=v2 python2.7 /usr/bin/django-admin test 
--settings=celery_haystack.test_settings
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25



Bug#881204: safeeyes: missing dependencies

2017-11-08 Thread Julian Gilbey
Package: safeeyes
Version: 2.0.0-1.1
Severity: serious

Hi, as you can probably tell, I'm finding safeeyes really useful.

I was wondering why safeeyes didn't work without recompiling for
python3.6, and though this is probably not the reason, I discovered
what are almost certainly missing run-time dependencies (Depends: in
the control file):

python3-gi  (imported in __main__.py)
python3-dbus  (imported in SafeEyes.py)

These are not listed in the requires list in setup.py or in
requires.txt, which is presumably why they have not been picked up
automatically.

Best wishes,

   Julian

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8), LANGUAGE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages safeeyes depends on:
ii  python3 3.6.3-2
ii  python3-babel   2.4.0+dfsg.1-2
ii  python3-psutil  5.0.1-1+b1
ii  python3-xlib0.14+20091101-6

safeeyes recommends no packages.

safeeyes suggests no packages.

-- no debconf information



Bug#881205: backintime: CVE-2017-16667: shell injection in notify-send

2017-11-08 Thread Salvatore Bonaccorso
Source: backintime
Version: 1.1.12-2
Severity: grave
Tags: patch security upstream
Forwarded: https://github.com/bit-team/backintime/issues/834

Hi,

the following vulnerability was published for backintime.

CVE-2017-16667[0]:
| backintime (aka Back in Time) before 1.1.24 did improper
| escaping/quoting of file paths used as arguments to the 'notify-send'
| command, leading to some parts of file paths being executed as shell
| commands within an os.system call in qt4/plugins/notifyplugin.py. This
| could allow an attacker to craft an unreadable file with a specific
| name to run arbitrary shell commands.

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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2017-16667
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16667
[1] https://github.com/bit-team/backintime/issues/834
[2] 
https://github.com/bit-team/backintime/commit/cef81d0da93ff601252607df3db1a48f7f6f01

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#865671: scotch hides build failures

2017-11-08 Thread Aaron M. Ucko
Source: scotch
Version: 6.0.4.dfsg1-2
Followup-For: Bug #865671

Specifically, debian/rules contains several shell loops that run
without either set -e or explicit error handling.  As such, Hurd
builds running afoul of #881200 attempt to build all four variants of
the library, encounter compilation and upstream installation errors
for each of them, and don't actually fail until debian/rules tries to
rename gmap.1 to scotch_gmap.1 (presumably to avoid a file conflict).

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



Bug#881208: networking-arista FTBFS: ValueError: Unexpected boolean value 'value'

2017-11-08 Thread Adrian Bunk
Source: networking-arista
Version: 2016.2.0-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes networking-arista FTBFS:

https://tests.reproducible-builds.org/debian/history/networking-arista.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/networking-arista.html

...
==
FAIL: 
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_add_interface_to_router_on_eos
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_add_interface_to_router_on_eos
--
_StringException: stderr: {{{
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
}}}

Traceback (most recent call last):
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 
190, in setUp
setup_arista_config('value', mlag=True)
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 
32, in setup_arista_config
cfg.CONF.set_override('mlag_config', value, "l3_arista")
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/conffixture.py", line 
88, in _wrapper
return wrapped_function(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/debtcollector/removals.py", line 261, 
in wrapper
return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2402, in 
__inner
result = f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2729, in 
set_override
opt_info['opt'], override, enforce_type)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2758, in 
_get_enforced_type_value
converted = self._convert_value(value, opt)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3036, in 
_convert_value
return opt.type(value)
  File "/usr/lib/python2.7/dist-packages/oslo_config/types.py", line 235, in 
__call__
raise ValueError('Unexpected boolean value %r' % value)
ValueError: Unexpected boolean value 'value'


==
FAIL: 
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_create_router_on_eos
networking_arista.tests.unit.l3Plugin.test_arista_l3_driver.AristaL3DriverTestCasesMlagConfig.test_create_router_on_eos
--
_StringException: stderr: {{{
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
}}}

Traceback (most recent call last):
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 
190, in setUp
setup_arista_config('value', mlag=True)
  File "networking_arista/tests/unit/l3Plugin/test_arista_l3_driver.py", line 
32, in setup_arista_config
cfg.CONF.set_override('mlag_config', value, "l3_arista")
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/conffixture.py", line 
88, in _wrapper
return wrapped_function(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/debtcollector/removals.py", line 261, 
in wrapper
return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2402, in 
__inner
result = f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2729, in 
set_override
opt_info['opt'], override, enforce_type)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2758, in 
_get_enforced_type_value
converted = self._convert_value(value, opt)
  File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3036, in 
_convert_value
return opt.type(value)
  File "/usr/lib/python2.7/dist-packages/oslo_config/types.py", line 235, in 
__call__
raise ValueError('Unexpected boolean value %r' % value)
ValueError: Unexpected boolean value 'value'
...



Bug#881210: neutron-lbaas FTBFS:

2017-11-08 Thread Adrian Bunk
Source: neutron-lbaas
Version: 1:9.1.0-2
Severity: serious
Tags: buster sid

Some recent change in unstable makes neutron-lbaas FTBFS:

https://tests.reproducible-builds.org/debian/history/neutron-lbaas.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/neutron-lbaas.html

...
==
FAIL: 
neutron_lbaas.tests.unit.common.cert_manager.barbican_auth.test_barbican_acl.TestBarbicanACLAuth.test_get_barbican_client
neutron_lbaas.tests.unit.common.cert_manager.barbican_auth.test_barbican_acl.TestBarbicanACLAuth.test_get_barbican_client
--
_StringException: stderr: {{{
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
/usr/lib/python2.7/dist-packages/neutron/common/rpc.py:72: DeprecationWarning: 
Using function/method 'oslo_messaging.transport.get_transport()' is deprecated: 
use get_rpc_transport or get_notification_transport
  aliases=TRANSPORT_ALIASES)
}}}

Traceback (most recent call last):
  File 
"neutron_lbaas/tests/unit/common/cert_manager/barbican_auth/test_barbican_acl.py",
 line 43, in test_get_barbican_client
barbican_client.Client
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in 
assertIsInstance
self.assertThat(obj, matcher, msg)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 496, in 
assertThat
mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 547, in 
_matchHelper
mismatch = matcher.match(matchee)
  File "/usr/lib/python2.7/dist-packages/testtools/matchers/_basic.py", line 
275, in match
if isinstance(other, self.types):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and 
types


--
Ran 513 tests in 233.866s

FAILED (failures=1)
debian/rules:43: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1



Bug#881211: FTBFS: .../antlr-doc/examples absent

2017-11-08 Thread Aaron M. Ucko
Source: antlr
Version: 2.7.7+dfsg-9.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Thanks for taking care of #879980!  Builds of antlr covering only its
architecture-dependent binary packages (as on the autobuilders or via
dpkg-buildpackage -B) now get most of the way through, but still fail:

  dh_installexamples
  find debian/antlr-doc/usr/share/doc/antlr-doc/examples -type f -print | xargs 
chmod 0644
  find: 'debian/antlr-doc/usr/share/doc/antlr-doc/examples': No such file or 
directory
  chmod: missing operand after '0644'
  Try 'chmod --help' for more information.
  debian/rules:48: recipe for target 'override_dh_installexamples' failed
  make[1]: *** [override_dh_installexamples] Error 123
  make[1]: Leaving directory '/<>/antlr-2.7.7+dfsg'
  debian/rules:8: recipe for target 'binary-arch' failed
  make: *** [binary-arch] Error 2

Please rename override_dh_installexamples to
override_dh_installexamples-indep, and consider doing likewise for
override_dh_installdocs.

Thanks!

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



Bug#881162: tomcat7: Server reports 404 on any request, even /

2017-11-08 Thread Russell Jackson
Just adding a me too.

Update took out our entire app cluster last night.

Rolling back to previous version resolved outage.

-- 
Russell A Jackson
Information Security and Emerging Technologies
California State University, San Bernardino



Bug#881205: backintime: CVE-2017-16667: shell injection in notify-send

2017-11-08 Thread Salvatore Bonaccorso
Control: found -1 1.0.36-1

Hi

On Wed, Nov 08, 2017 at 09:02:11PM +0100, Salvatore Bonaccorso wrote:
> Please adjust the affected versions in the BTS as needed.

Looks to be present as well in 1.0.36-1+deb8u1, but in
notify/plugins/notifyplugin.py.

Regards,
Salvatore



Processed: Re: Bug#881205: backintime: CVE-2017-16667: shell injection in notify-send

2017-11-08 Thread Debian Bug Tracking System
Processing control commands:

> found -1 1.0.36-1
Bug #881205 [src:backintime] backintime: CVE-2017-16667: shell injection in 
notify-send
Marked as found in versions backintime/1.0.36-1.

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



Processed: Proper bug title

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

> retitle 881210 neutron-lbaas FTBFS: TypeError: isinstance() arg 2 must be a 
> class, type, or tuple of classes and types
Bug #881210 [src:neutron-lbaas] neutron-lbaas FTBFS:
Changed Bug title to 'neutron-lbaas FTBFS: TypeError: isinstance() arg 2 must 
be a class, type, or tuple of classes and types' from 'neutron-lbaas FTBFS:'.
> thanks
Stopping processing here.

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



Bug#881212: networking-l2gw FTBFS: AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'

2017-11-08 Thread Adrian Bunk
Source: networking-l2gw
Version: 1:1.0.0+git20160927.29cb4fe3-1
Severity: grave

Some recent change in unstable makes networking-l2gw FTBFS:

https://tests.reproducible-builds.org/debian/history/networking-l2gw.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/networking-l2gw.html

...
==
FAIL: 
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_conn_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_connection
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_conn_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_connection
--
_StringException: Traceback (most recent call last):
  File 
"networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py", line 
71, in test_create_l2gateway_connection
position_names, position_values)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in 
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'


==
FAIL: 
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway
--
_StringException: Traceback (most recent call last):
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 75, in test_create_l2gateway
self._create_l2_gateway(args, name, device)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 61, in _create_l2_gateway
position_names, position_values)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in 
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'


==
FAIL: 
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_mul_segmenation_id
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_mul_segmenation_id
--
_StringException: Traceback (most recent call last):
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 112, in test_create_l2gateway_with_mul_segmenation_id
self._create_l2_gateway(args, name, device)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 61, in _create_l2_gateway
position_names, position_values)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in 
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'


==
FAIL: 
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_devices
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_devices
--
_StringException: Traceback (most recent call last):
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 85, in test_create_l2gateway_with_multiple_devices
self._create_l2_gateway(args, name, devices)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 61, in _create_l2_gateway
position_names, position_values)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py", line 64, in 
_test_create_resource
self.client.format = self.format
AttributeError: 'CLITestV20ExtensionL2GWJSON' object has no attribute 'format'


==
FAIL: 
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_interfaces
networking_l2gw.tests.unit.l2gatewayclient.test_cli20_l2gw_ext.CLITestV20ExtensionL2GWJSON.test_create_l2gateway_with_multiple_interfaces
--
_StringException: Traceback (most recent call last):
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 94, in test_create_l2gateway_with_multiple_interfaces
self._create_l2_gateway(args, name, device)
  File "networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py", 
line 61, in _create_l2_gateway
position_names, position_values)
  File "networking_l2gw/tests/unit/l2gatew

Bug#877252: marked as pending

2017-11-08 Thread Thomas Goirand
tag 877252 pending
thanks

Hello,

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


https://anonscm.debian.org/cgit/openstack/libs/python-pbr.git/commit/?id=e124872

---
commit e124872998e0968c42d0a930a9e24a27828571fe
Author: Thomas Goirand 
Date:   Wed Nov 8 13:50:08 2017 +

  * Defines http_proxy and https_proxy to avoid accessing internet during 
the
unit tests.
  * Blacklist 
test_packaging.TestRequirementParsing.test_requirement_parsing()
which fails with the above set-up (Closes: #877252).

diff --git a/debian/changelog b/debian/changelog
index 4ec8d72..57ae4fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pbr (3.1.1-3) unstable; urgency=medium
+
+  * Defines http_proxy and https_proxy to avoid accessing internet during the
+unit tests.
+  * Blacklist test_packaging.TestRequirementParsing.test_requirement_parsing()
+which fails with the above set-up (Closes: #877252).
+
+ -- Thomas Goirand   Wed, 08 Nov 2017 13:49:29 +
+
 python-pbr (3.1.1-2) unstable; urgency=medium
 
   [ Daniel Baumann ]



Processed: Bug#877252 marked as pending

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

> tag 877252 pending
Bug #877252 [src:python-pbr] python-pbr: FTBFS: 
pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing ... 
FAIL
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#877252: marked as done (python-pbr: FTBFS: pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing ... FAIL)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 21:17:19 +
with message-id 
and subject line Bug#877252: fixed in python-pbr 3.1.1-3
has caused the Debian Bug report #877252,
regarding python-pbr: FTBFS: 
pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing ... 
FAIL
to be marked as done.

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

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


-- 
877252: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877252
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pbr
Version: 3.1.1-1
Severity: serious
Justification: fails to build from source

Hi,

python-pbr/experimental FTBFS in a current sid+experimental environment:

[...]
pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing
pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing ... 
FAIL
[...]
==
FAIL: pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing
pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing
--
_StringException: Empty attachments:
  pythonlogging:''
  pythonlogging:'pbr'
  stderr

stdout: {{{
Initialized empty Git repository in /tmp/tmpiJTbcc/tmpDyNFu8/test_reqparse/.git/











[master (root-commit) db99dac] test commit
 4 files changed, 19 insertions(+)
 create mode 100644 4
 create mode 100644 requirements.txt
 create mode 100644 setup.cfg
 create mode 100644 setup.py
}}}

traceback-1: {{{
Traceback (most recent call last):
  File "pbr/tests/test_packaging.py", line 767, in test_requirement_parsing
venv = self.useFixture(Venv('reqParse'))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 670, in 
useFixture
gather_details(fixture.getDetails(), self.getDetails())
  File "/usr/lib/python2.7/dist-packages/fixtures/fixture.py", line 170, in 
getDetails
result = dict(self._details)
TypeError: 'NoneType' object is not iterable
}}}

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/fixtures/fixture.py", line 212, in 
setUp
raise MultipleExceptions(*errors)
testtools.runtest.MultipleExceptions: ((, 
AssertionError('Failed process 2',), ), 
(, SetupError({'mkvenv-reqParse-stdout': 
, 'mkvenv-reqParse-stderr': 
},), ))


--
Ran 183 tests in 120.775s

FAILED (failures=1, skipped=22)
debian/rules:39: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/python-pbr-3.1.1'


Andreas


python-pbr_3.1.1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: python-pbr
Source-Version: 3.1.1-3

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-pbr package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 13:49:29 +
Source: python-pbr
Binary: python-pbr python-pbr-doc python3-pbr
Architecture: source all
Version: 3.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-pbr - inject useful and sensible default behaviors into setuptools - Py
 python-pbr-doc - inject useful and sensible default behaviors into setuptools 
- do
 python3-pbr - inject useful and sensible default behaviors into setuptools - Py
Closes: 877252
Changes:
 python-pbr (3.1.1-3) unstable; urgency=medium
 .
   * Defines http_proxy and https_proxy to avoid accessing internet during the
 unit tests.
   * Blacklist test_packaging.TestRequirementParsing.test_requirement_parsing()
 which fails with the above set-up (Closes: #877252).
Checksums-Sha1:
 90dc12bfdb1c387a5a21aa63da0f7e47e85ba79d 2776 python-pbr_3.1.1-3.dsc
 7b4a14180f19d3ab5ff3c8cfa78bdf786bad0ee1 7228 python-pbr_3.1.1-3.debian.tar.xz
 5667751fab025a04e528b27516431b3c29bb18c8 42840 python-pbr-doc_3.1.1-3_all.deb
 3

Bug#880529: marked as done (Conffile bacula-dir.conf can be lost; unowned conffiles)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 22:00:15 +
with message-id 
and subject line Bug#880529: fixed in bacula 9.0.5+dfsg-1
has caused the Debian Bug report #880529,
regarding Conffile bacula-dir.conf can be lost; unowned conffiles
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.)


-- 
880529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bacula
Version: 5.2.6+dfsg-9.3
Severity: serious

The main configuration files (bacula-{dir,sd,fd}.conf, bconsole.conf,
bat.conf) in the bacula packages aren't registered as belonging to their
respective packages. This leads to the following problem:

Due to the restructuring of the packaging (which happened in version
7.4.3+dfsg-3), when upgrading to the packages 7.4.3+dfsg-3 or later, the
conffile /etc/bacula/bacula-dir.conf will be deleted when the obsoleted
package "bacula-director-common" is purged. This is an error as the file
should be owned by the new package "bacula-director".
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 9.0.5+dfsg-1

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

Debian distribution maintenance software
pp.
Carsten Leonhardt  (supplier of updated bacula 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: Mon, 06 Nov 2017 13:25:37 +0100
Source: bacula
Binary: bacula bacula-common bacula-common-sqlite3 bacula-common-pgsql 
bacula-common-mysql bacula-director bacula-director-sqlite3 
bacula-director-mysql bacula-director-pgsql bacula-client bacula-fd 
bacula-server bacula-sd bacula-bscan bacula-console bacula-console-qt 
bacula-director-common
Architecture: source kfreebsd-amd64 all
Version: 9.0.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Bacula Team 
Changed-By: Carsten Leonhardt 
Description:
 bacula - network backup service - metapackage
 bacula-bscan - network backup service - bscan tool
 bacula-client - network backup service - client metapackage
 bacula-common - network backup service - common support files
 bacula-common-mysql - network backup service - MySQL common files
 bacula-common-pgsql - network backup service - PostgreSQL common files
 bacula-common-sqlite3 - network backup service - SQLite v3 common files
 bacula-console - network backup service - text console
 bacula-console-qt - network backup service - Bacula Administration Tool
 bacula-director - network backup service - Director daemon
 bacula-director-common - transitional package
 bacula-director-mysql - network backup service - MySQL storage for Director
 bacula-director-pgsql - network backup service - PostgreSQL storage for 
Director
 bacula-director-sqlite3 - network backup service - SQLite 3 storage for 
Director
 bacula-fd  - network backup service - file daemon
 bacula-sd  - network backup service - storage daemon
 bacula-server - network backup service - server metapackage
Closes: 880529
Changes:
 bacula (9.0.5+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
 .
   [ Carsten Leonhardt ]
   * Added transitional package bacula-director-common, the old leftover
 package can't be safely purged otherwise (it deletes
 /etc/bacula/bacula-dir.conf in postrm).
   * Handle the main configuration files with ucf (Closes: #880529)
   * Dropped unneeded depends on ucf from bacula-director-DBTYPE packages
 .
   [ Sven Hartge ]
   * Updated patches:
 upstream-fix-sqlite-update.patch
 non-forking-systemd-units.patch
Checksums-Sha1:
 79681adb42c31e956725bbd5dc1626e4665d987d 3359 bacula_9.0.5+dfsg-1.dsc
 bc2e24abbe7898ac34be30f4760430d78219a983 2378896 bacula_9.0.5+dfsg.orig.tar.xz
 a9b20728a154d6293a20ab452ff3814ef009f340 69484 
bacula_9.0.5+dfsg-1.debian.tar.xz
 01d21fde8a6304bf194f4e22cbda8e10ba3af86a 92748 
bacula-bscan-dbgsym_9.0.5+dfsg-1_kfreebsd-amd64.deb
 3e7cf580f8564fd267433b25fe36a98e96025318 22564 
bacula-bscan_9.0.5+dfsg-1_kfreebsd-amd64.deb
 d479aa58805e03b7583fe61f2066c19a15f53ff0 115324 
bacula-client_9.0.5+dfsg-1_all.deb
 e4a33c

Bug#881188: marked as pending

2017-11-08 Thread Thomas Goirand
tag 881188 pending
thanks

Hello,

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


https://anonscm.debian.org/cgit/openstack/services/openstack-trove.git/commit/?id=6c82b74

---
commit 6c82b74c6b3c54496d287514696f6b404e24a455
Author: Thomas Goirand 
Date:   Wed Nov 8 21:35:53 2017 +

Add missing python-pep8 build-depends (Closes: #881188).

diff --git a/debian/changelog b/debian/changelog
index a9656af..9d65a48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openstack-trove (1:8.0.0-2) unstable; urgency=medium
+
+  * Add missing python-pep8 build-depends (Closes: #881188).
+
+ -- Thomas Goirand   Wed, 08 Nov 2017 21:35:04 +
+
 openstack-trove (1:8.0.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #881095).



Processed: Bug#881188 marked as pending

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

> tag 881188 pending
Bug #881188 [src:openstack-trove] openstack-trove FTBFS: test failure
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#881188: marked as done (openstack-trove FTBFS: test failure)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Nov 2017 22:22:26 +
with message-id 
and subject line Bug#881188: fixed in openstack-trove 1:8.0.0-2
has caused the Debian Bug report #881188,
regarding openstack-trove FTBFS: test failure
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.)


-- 
881188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openstack-trove
Version: 1:8.0.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openstack-trove.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/openstack-trove-8.0.0'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
===> Running tests
set -e ; set -x ; for i in 2.7 ; do \
PYMAJOR=`echo $i | cut -d'.' -f1` ; \
echo "===> Testing with python$i (python$PYMAJOR)" ; \
rm -rf .testrepository ; \
testr-python$PYMAJOR init ; \
TEMP_REZ=`mktemp -t` ; \
PYTHONPATH=/build/1st/openstack-trove-8.0.0 PYTHON=python$i 
testr-python$PYMAJOR run --subunit 
'(?!(.*guestagent\.test_dbaas\.MySqlAppTest\.test__wait_for_slave_status.*|.*taskmanager\.test_models\.BuiltInstanceTasksTest\.test_error_attach_replica.*))'
 | tee $TEMP_REZ | subunit2pyunit ; \
cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
rm -f $TEMP_REZ ; \
testr-python$PYMAJOR slowest ; \
done
+ echo 2.7
+ cut -d. -f1
+ PYMAJOR=2
+ echo ===> Testing with python2.7 (python2)
===> Testing with python2.7 (python2)
+ rm -rf .testrepository
+ testr-python2 init
+ mktemp -t
+ TEMP_REZ=/tmp/tmp.mWFUBcLwCL
+ PYTHONPATH=/build/1st/openstack-trove-8.0.0 PYTHON=python2.7 testr-python2 
run --subunit 
(?!(.*guestagent\.test_dbaas\.MySqlAppTest\.test__wait_for_slave_status.*|.*taskmanager\.test_models\.BuiltInstanceTasksTest\.test_error_attach_replica.*))
+ subunit2pyunit
+ tee /tmp/tmp.mWFUBcLwCL
Non-zero exit code (2) from test listing.
running=${PYTHON:-python} -m subunit.run discover ./trove/tests/unittests 
--list 
--- import errors ---
Failed to import test module: hacking.test_translation_checks
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
__import__(name)
  File 
"/build/1st/openstack-trove-8.0.0/trove/tests/unittests/hacking/test_translation_checks.py",
 line 13, in 
from trove.hacking import translation_checks as tc
  File "trove/hacking/translation_checks.py", line 15, in 
import pep8
ImportError: No module named pep8

--
Ran 0 tests in 4.570s

OK
+ subunit-filter -s --no-passthrough
+ cat /tmp/tmp.mWFUBcLwCL
+ subunit-stats
Total tests:   0
Passed tests:  0
Failed tests:  0
Skipped tests: 0
Seen tags: 
+ rm -f /tmp/tmp.mWFUBcLwCL
+ testr-python2 slowest
debian/rules:56: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
--- End Message ---
--- Begin Message ---
Source: openstack-trove
Source-Version: 1:8.0.0-2

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated openstack-trove package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Nov 2017 21:35:04 +
Source: openstack-trove
Binary: python-trove trove-api trove-common trove-conductor trove-doc 
trove-guestagent trove-taskmanager
Architecture: source all
Version: 1:8.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-trove - Database as a Service for O

Bug#881221: sdcv FTBFS on big endian: test failures

2017-11-08 Thread Adrian Bunk
Source: sdcv
Version: 0.5.2-1
Severity: serious

https://buildd.debian.org/status/package.php?p=sdcv&suite=sid

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<>'
mkdir -p tmphome/.stardict/dic
# Exclude json test as it's broken in both bash and dash
export HOME=`pwd`/tmphome/; dh_auto_test -- ARGS+="--output-on-failure"
cd obj-mips-linux-gnu && make -j1 test ARGS\+=--output-on-failure 
ARGS\+=-j1
make[2]: Entering directory '/<>/obj-mips-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure -j1
Test project /<>/obj-mips-linux-gnu
  Start  1: t_list
 1/10 Test  #1: t_list ...   Passed0.03 sec
  Start  2: t_use
 2/10 Test  #2: t_use    Passed0.04 sec
  Start  3: t_only_data_dir
 3/10 Test  #3: t_only_data_dir ..   Passed0.03 sec
  Start  4: t_synonyms
 4/10 Test  #4: t_synonyms ...   Passed0.07 sec
  Start  5: t_json
 5/10 Test  #5: t_json ...***Failed0.10 sec
sdcv: /<>/src/stardict_lib.cpp:542: const gchar* 
{anonymous}::OffsetIndex::read_first_on_page_key(glong): Assertion `(nitems == 
1)' failed.
Aborted
expected [
  {
"dict": "Test synonyms",
"word": "test",
"definition": "
result of test"
  }
] but got 

  Start  6: t_exact
 6/10 Test  #6: t_exact ..   Passed0.05 sec
  Start  7: t_interactive
 7/10 Test  #7: t_interactive    Passed1.01 sec
  Start  8: t_utf8output
 8/10 Test  #8: t_utf8output .   Passed0.02 sec
  Start  9: t_utf8input
 9/10 Test  #9: t_utf8input ..***Failed0.03 sec
Aborted
/<>/tests/t_utf8input: empty results of search: test failed

  Start 10: t_datadir
10/10 Test #10: t_datadir    Passed0.03 sec

80% tests passed, 2 tests failed out of 10

Total Test time (real) =   1.43 sec

The following tests FAILED:
  5 - t_json (Failed)
  9 - t_utf8input (Failed)
Errors while running CTest
Makefile:110: recipe for target 'test' failed
make[2]: *** [test] Error 8
make[2]: Leaving directory '/<>/obj-mips-linux-gnu'
dh_auto_test: cd obj-mips-linux-gnu && make -j1 test ARGS\+=--output-on-failure 
ARGS\+=-j1 returned exit code 2
debian/rules:15: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2



Bug#881222: opencryptoki: Maintaintaier script try to start/stop tmpfiles.conf "service"

2017-11-08 Thread Laurent Bigonville
Package: opencryptoki
Version: 3.8.1+dfsg-2
Severity: serious

Hi,

Somehow the postinst and prerm scripts are trying to start and stop the
tmpfiles.conf "service":

# Automatically added by dh_systemd_start/10.10.5
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
_dh_action=try-restart
else
_dh_action=start
fi
deb-systemd-invoke $_dh_action 'tmpfiles.conf' >/dev/null || true
fi
# End automatically added section

# Automatically added by dh_systemd_start/10.10.5
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'tmpfiles.conf' >/dev/null
fi
# End automatically added section

This is completely boggus and makes the uninstallation of the package
fails.

That tmpfiles.conf file should probably be called opencryptoki.conf and
be installed in /usr/lib/tmpfiles.d/ instead.

Kind regards,

Laurent Bigonville

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

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



Bug#881223: gnuplot binary-all FTBFS: dh_install: Cannot find (any matches for) "debian/tmp/QT/usr/share/texmf/tex/"

2017-11-08 Thread Adrian Bunk
Source: gnuplot
Version: 5.2.2+dfsg1-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=gnuplot&arch=all&ver=5.2.2%2Bdfsg1-1&stamp=1510179219&raw=0

...
   dh_install -i
dh_install: Cannot find (any matches for) "debian/tmp/QT/usr/share/texmf/tex/" 
(tried in ., debian/tmp)

dh_install: gnuplot-data missing files: debian/tmp/QT/usr/share/texmf/tex/
dh_install: missing files, aborting
debian/rules:4: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 25



Bug#881225: wicd-daemon: had to install net-tools manually to get wicd working

2017-11-08 Thread Neels Hofmeyr
Package: wicd-daemon
Version: 1.7.4+tb2-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

after upgrade to Debian 9 I installed wicd-gtk and saw wicd successfully
connecting (ping worked for like two seconds) and then disconnecting again
right away.

Looking at the logs I saw that it complained about 'ifconfig' not being
available. Indeed net-tools was not installed on the system by default.

After I installed net-tools manually to provide ifconfig on the system, wicd
worked again as usual.

So either this is a dependency bug and net-tools should be an unconditional
dependency of wicd-daemon, or wicd somehow doesn't use ifconfig alternatvies
even if those are installed and ifconfig is not.

Thanks!

-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages wicd-daemon depends on:
ii  adduser  3.115
ii  dbus 1.10.22-0+deb9u1
ii  debconf  1.5.61
ii  ethtool  1:4.8-1+b1
ii  iproute2 4.9.0-1
ii  iputils-ping 3:20161105-1
ii  isc-dhcp-client  4.3.5-3
ii  lsb-base 9.20161125
ii  net-tools1.60+git20161116.90da8a0-1
ii  psmisc   22.21-2.1+b2
ii  python   2.7.13-2
ii  python-dbus  1.2.4-1+b1
ii  python-gobject   3.22.0-2
ii  python-wicd  1.7.4+tb2-4
ii  wireless-tools   30~pre9-12+b1
ii  wpasupplicant2:2.4-1+deb9u1

Versions of packages wicd-daemon recommends:
ii  rfkill 0.5-1+b1
ii  wicd-curses [wicd-client]  1.7.4+tb2-4
ii  wicd-gtk [wicd-client] 1.7.4+tb2-4

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-17

Versions of packages wicd-gtk depends on:
ii  python 2.7.13-2
ii  python-glade2  2.24.0-5.1
ii  python-gtk22.24.0-5.1

Versions of packages wicd-gtk recommends:
ii  gksu   2.0.2-9+b1
ii  python-notify  0.1.1-4

Versions of packages wicd-curses depends on:
ii  python2.7.13-2
ii  python-urwid  1.3.1-2+b1

Versions of packages wicd-curses recommends:
ii  sudo  1.8.19p1-2.1

Versions of packages python-wicd depends on:
ii  python  2.7.13-2

-- debconf information excluded



Bug#879886: [Debian-med-packaging] Bug#879886: libhts2: libhts2 needs to handle ABI changes

2017-11-08 Thread Diane Trout
One of the htslib developers filed a new bug,

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881170

asking us to not make their private libraries public. His suggestions
are fairly similar to whats Charles proposed.

What I'm thinking is:

- TODO Recommit symbols file
- TODO Split private cram headers off into a new libhts-private-dev
package
- WAITING Try to talk htslib & SeqLib developers to agree on a public
cram api so we can drop the private-dev package.


> 
> Symbols file are strange to work with because their update usually
> goes
> through a build failure that outputs a patch, which is not very
> intuitive.  And then the patched symbols file has to be edited to
> remove
> the Debian minor version, otherwise it complicates backports etc.
> Perhaps it can be simplified, better explained and streamlined.  In
> any
> case, I think that for the htslib it is worth the effort.

The KDE team had some nice utilities that downloaded the symbols files
for all the architectures and could do batch patches.

Unfortunately I think they're KDE specific.

I'll commit my rebuilt symbols files the next time I'm not spending my
day writing emails to everyone else. I need a chance to look more
carefully if the missing symbols were actually not part of the private
api.


> 
> > I was wondering if we should split the cram headers into a
> > libhts-private-dev so we can at least track what is depending on
> > the
> > non-public api.
> 
> An ideal solution, and I understand that it may not be easy, would be
> to
> make the upstream users of htslib talk with the htslib developers, so
> that they can implement what they want to without needing to access
> private functions.  I think that it would fit the aims of both sides.

I wonder if I can forward one Debian bug to multiple upstreams

But I tried to get SeqLb & htslib to talk to each other.

SeqLib issue: https://github.com/walaj/SeqLib/issues/21
htslib issue: https://github.com/samtools/htslib/issues/619

> 
> > I did realize that my thought about updating the SOVERSION might be
> > wrong because I was just looking in the source tree for the removed
> > functions but I should have been checking the public header files.
> 
> Indeed, packages using private functions need to have a tight
> dependency
> on the htslib (unless we are very confident that there are regression
> tests that cover this area of the code).  Packages that are more
> well-behaved can infer their dependency through the (to be re-added)
> symbols file.



So that implies packaging that uses -private-dev that implies they have
an == dependency on a specific binary version of libhts?

That should probably probably be documented in a README.Debian for the
private-dev package.

Should I push these proposed changes to a clone of the htslib packaging
repository? A branch of the alioth repository, or just push it to the
alioth master?

Diane
> 



Bug#864432: funcoeszz: depends on a transitional package lynx-cur

2017-11-08 Thread Eder L. Marques
Hi Andreas,

Thank you for your QA work.
Bug Acknowledged. I will make the update over the next two weeks.

Regards,

Eder

- Original Message -
From: "Andreas Beckmann"  864...@bugs.debian.org
To:"Debian Bug Tracking System" <864...@bugs.debian.org>
Cc:
Sent:Tue, 07 Nov 2017 15:10:33 +0100
Subject:Bug#864432: funcoeszz: depends on a transitional package
lynx-cur

 Followup-For: Bug #864432
 Control: severity -1 serious
 Control: tag -1 sid buster

 lynx-cur is now gone from sid.

 Andreas



Bug#881194: marked as done (bzr: FTBFS and Debci failure with python-testtools 2.3.0-2)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 01:04:24 +
with message-id 
and subject line Bug#881194: fixed in bzr 2.7.0+bzr6622-9
has caused the Debian Bug report #881194,
regarding bzr: FTBFS and Debci failure with python-testtools 2.3.0-2
to be marked as done.

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

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


-- 
881194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bzr
Version: 2.7.0+bzr6622-8
Severity: serious

https://ci.debian.net/packages/b/bzr/unstable/amd64/
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bzr.html

...
==
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_mismatch
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
233.726  creating repository in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/.
233.729  creating branch  in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/
233.740  trying to create missing lock 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/checkout/dirstate'
233.741  opening working tree 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work'
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 137, in test_mismatch
mismatch.describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a'] != [u'', u'a', u'b/', u'b/c']"
b = "[u'', u'a', u'b/', u'b/c'] != ['a']"

==
FAIL: bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
236.264  creating repository in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/.
236.267  creating branch  in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.278  trying to create missing lock 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/checkout/dirstate'
236.279  opening working tree 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work'
236.291  preparing to commit
INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.294  Selecting files for commit with filter None
INFO  Committed revision 1.
236.307  Committed revid a as revno 1.
236.314  preparing to commit
INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.317  Selecting files for commit with filter None
INFO  Committed revision 2.
236.330  Committed revid b as revno 2.
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 204, in test_mismatch
matcher.match(tree.branch).describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a', 'b', 'c'] != ['a', 'b']"
b = "['a', 'b'] != ['a', 'b', 'c']"

==
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs
--
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
361.761  creating repository in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/.
361.764  creating branch  in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/
361.773  trying to create missing lock 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/checkout/dirstate'
361.773  opening working tree 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work'
}}}

Bug#878596: marked as done (theano: FTBFS on big-endian systems - test_pooling_with_tensor_vars fails)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 01:07:00 +
with message-id 
and subject line Bug#878596: fixed in theano 0.9.0+dfsg-2
has caused the Debian Bug report #878596,
regarding theano: FTBFS on big-endian systems - test_pooling_with_tensor_vars 
fails
to be marked as done.

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

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


-- 
878596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: python-theano
Version: 0.9.0+dfsg-1
Severity: serious

Suspect the problem is theano/theano/tensor/signal/pool.py:650, which 
effectively does int32 = *(int64 *)(pointer_to_some_int_type) - if 
some_int_type is int32, that works on little-endian but not big-endian.
--- End Message ---
--- Begin Message ---
Source: theano
Source-Version: 0.9.0+dfsg-2

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

Debian distribution maintenance software
pp.
Daniel Stender  (supplier of updated theano package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2017 08:09:59 +0100
Source: theano
Binary: python-theano python3-theano theano-doc
Architecture: all source
Version: 0.9.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Daniel Stender 
Closes: 878596
Description: 
 python3-theano - CPU/GPU math expression compiler for Python 3
 python-theano - CPU/GPU math expression compiler for Python
 theano-doc - CPU/GPU math expression compiler for Python (docs)
Changes:
 theano (0.9.0+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   [ Rebecca Palmer ]
   * Really remove the pre-minified Javascript.
   * Fix test failures on big-endian systems.  (Closes: #878596)
Checksums-Sha1: 
 d9f394ceca3e1cdf9a0dba8d0dd677d9e6a81d3a 2879 theano_0.9.0+dfsg-2.dsc
 eb4926bf1ee52d4ca1f92386e09aa6d31a02afa8 93224 
theano_0.9.0+dfsg-2.debian.tar.xz
 bdd1614c37924a6c17e2008675da08858956778c 5748276 
theano-doc_0.9.0+dfsg-2_all.deb
Checksums-Sha256: 
 1e02cdcd62c5323b82560683aecc95df9016a5cc8c1d252e523208b328d92233 2879 
theano_0.9.0+dfsg-2.dsc
 5b5c196ea24a27e719e222c4ba510dd0667dd558c6852f09376e9986585cc584 93224 
theano_0.9.0+dfsg-2.debian.tar.xz
 bd166940b809478fb4301b5f0cd5121601c7ed4b4bb00bb4cef0deaf42149431 5748276 
theano-doc_0.9.0+dfsg-2_all.deb
Files: 
 ddb218752cc503fd16f8a2afcca8ae0a 2879 science optional theano_0.9.0+dfsg-2.dsc
 7d449e6570a1141bbb1d95f5f43ce389 93224 science optional 
theano_0.9.0+dfsg-2.debian.tar.xz
 2130a637132e5be1cac79a93d6a4a80d 5748276 doc optional 
theano-doc_0.9.0+dfsg-2_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAloDpdcACgkQFeCa9N9R
gsiYXg//at+/wsjyZ24kJH5uj0zbLjctS/Wrzq34+4Oiocr+I0N3Lk7wWydJm9Ss
hwogT7QPQhzF72VLgicagFCwgTNAOdLiKubXZLytTExhlyE+SpYpEnGfJ3xEGDj2
Px/I61HmMjNXV85pd0NyFBJbI+ogXUpzcV67QcVxXnhval/fuLl9k6ReckBD9RBz
bvx6ezFFmKV9ZloornTPzXb/DzfMX2RoN2erQ1VVRRBa2FuFk1mAG82kMOhDdoTf
ZcvIkuX7sVHMCpG0T2SdNXUpS0uc1erE+3oNAQGaQfTT/OgwECtIDNOMbvHoPDmb
znc2jZxeeBteAG+OSDKzaqLltH03/jb7zvNXmoYJ7teA2/d0zbFaj/SoWYSKy9B2
YJ1BBUF3hGfza7OdCbuIpONQ8OJibpSAM8elgnTumsc8MllTe+kI2X7rBSnjjB0q
pkWv5uslZG0FMQweq6/7/kXpA6yghVeV07JvQXXcc/edxTOpr3vTC4IABXVq9fzn
mvOklyGGpwRnsFtIylFFRjlMBA/NA+ofiLihe7X1LLNylOb34q8uHRhO7bShvjDd
yVSyLRSIgnxfea4DIopHOYQOR1knNVU53FXPvNY5svJi+v+qj4Y5o5dYXmhzvvHs
KD010JQI0KO5BsCUoi5A5aFy7G9+yUaiIw5KS3VjqaOU3/g+8tg=
=sOdm
-END PGP SIGNATURE End Message ---


Bug#881036: marked as done (debian-parl build depends on boxer-data (< 10.6) but 10.6.0 is to be installed)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:14 +
with message-id 
and subject line Bug#881036: fixed in debian-parl 1.9.11
has caused the Debian Bug report #881036,
regarding debian-parl build depends on boxer-data (< 10.6) but 10.6.0 is to be 
installed
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.)


-- 
881036: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881036
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-parl
Version: 1.9.10
Severity: serious

The following packages have unmet dependencies:
 builddeps:debian-design : Depends: boxer-data (< 10.6) but 10.6.0 is to be 
installed
--- End Message ---
--- Begin Message ---
Source: debian-parl
Source-Version: 1.9.11

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-parl 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: Thu, 09 Nov 2017 03:08:13 +0100
Source: debian-parl
Binary: parl-data parl-desktop parl-desktop-world parl-desktop-eu 
parl-desktop-strict
Architecture: source all
Version: 1.9.11
Distribution: unstable
Urgency: medium
Maintainer: DebianParl team 
Changed-By: Jonas Smedegaard 
Description:
 parl-data  - recipes to install DebianParl blends
 parl-desktop - DebianParl desktop for parliamentary work
 parl-desktop-eu - DebianParl desktop for parliamentary work - EU
 parl-desktop-strict - DebianParl desktop for parliamentary work - strict
 parl-desktop-world - DebianParl desktop for parliamentary work - global
Closes: 864947 867658 881036
Changes:
 debian-parl (1.9.11) unstable; urgency=medium
 .
   * Relax build-dependency on boxer-data (no documentation update
 needed: Feature change is support for Buster).
 Closes: Bug#881036. Thanks to Adrian Bunk.
   * Modernize Vcs-* fields:
 + Consistently use git (not cgit) in path.
 + Consistently include .git suffix in path.
   * Declare compliance with Debian Policy 4.1.1.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Update copyright info:
 + Use https protocol in file format URL.
 + Extend coverage for myself.
   * Add maintainer script to do copyright-check.
   * Modernize blends.mk snippet to target buster by default, and build
 with newer boxer-data.
 + Avoids cruft package firefox-esr-l10n-be.
   Closes: Bug#864947. Thanks to Peter Green.
 + Fixes FTBFS with recent shellcheck.
   Closes: Bug#867658. Thanks to Adrian Bunk.
Checksums-Sha1:
 136c4ce547f112a278b91bd46ecb138c647db59b 1994 debian-parl_1.9.11.dsc
 4ff8dfb5a28c834a83955c57c605803dd4b68bcf 9896 debian-parl_1.9.11.tar.xz
 e3b421094df67edd23ac48c087f84ca8374c9fa1 8776 
debian-parl_1.9.11_amd64.buildinfo
 1be5ec507479f1e2a4d473a5363345dd7184b626 21188 parl-data_1.9.11_all.deb
 b2e6c85fe82af9f226e424938177d5fa44eb298a 13052 parl-desktop-eu_1.9.11_all.deb
 a8a7c5deb65bc58020a1e4ef09f392d24ff36fce 12576 
parl-desktop-strict_1.9.11_all.deb
 88df290d2c553d993867e21bd7dcbd75f3ccbbb8 13632 
parl-desktop-world_1.9.11_all.deb
 06f4706ecbe6e2f0c707e4069c1adfa616568bbb 14056 parl-desktop_1.9.11_all.deb
Checksums-Sha256:
 e1b611ad99522ba07d9c4854ff770174bb8fa47a46d0a57b0a1af424630f30dd 1994 
debian-parl_1.9.11.dsc
 12ce5c5bec54c50a4ac05bdfe5425350b7b45c85ce58a183b1ca7b1228748881 9896 
debian-parl_1.9.11.tar.xz
 e201ef1d1183ef19b2545e1a6f479213023e8e112f4a15051759b666312eca79 8776 
debian-parl_1.9.11_amd64.buildinfo
 6437a379691197f71387da0e4a892ea935567f3c997025a60210482ab993a2ca 21188 
parl-data_1.9.11_all.deb
 f55160346faf7226a6ddceb8a3c5acb8bcd25a3531a4aed5c3c98e5839c0e890 13052 
parl-desktop-eu_1.9.11_all.deb
 b47c6bb08c37e76caa679650e7c829679c0fac626c0c34bd29fc651651c9b24a 12576 
parl-desktop-strict_1.9.11_all.deb
 b76d711cc1d1d0ce9e09ab4c5bcd0a21ebd0af0a279a020cab412eb69c65bcdf 13632 
parl-desktop-world_1.9.11_all.deb
 d84404a522ca2e0d2bcb443f998ed1ac105dcce7fd5b8e499bbdcea50a117b5d 14056 
parl-desktop_1.9.11_all.deb

Bug#867695: marked as done (debian-design FTBFS with shellcheck 0.4.6-1)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:00 +
with message-id 
and subject line Bug#867695: fixed in debian-design 3.0.8
has caused the Debian Bug report #867695,
regarding debian-design FTBFS with shellcheck 0.4.6-1
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.)


-- 
867695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-design
Version: 3.0.7
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-design.html

...
# check that all package lists are populated
test -n "task-xfce-desktop, task-laptop, abiword, alsa-utils, apt-listchanges, 
aptitude, buku, bzip2, dfc, evince, firefox-esr, git, gnome-system-tools, 
gnumeric, gtk2-engines-xfce, gvfs, info, less, libgl1-mesa-dri, 
libreoffice-calc, libreoffice-gtk2, libreoffice-impress, libreoffice-ogltrans, 
libreoffice-style-tango, libreoffice-writer, lightdm, lightning, links, man-db, 
manpages, mc, mpv, mtr-tiny, myrepos, ncdu, needrestart, network-manager-gnome, 
pasystray, pavucontrol, popularity-contest, pulseaudio, pulseaudio-utils, 
rsync, tango-icon-theme, thunar, thunderbird, unicode-screensaver, v4l-utils, 
volti, wget, xfce4-notifyd, xfce4-power-manager, xfce4-power-manager-plugins, 
xfce4-session, xserver-xorg, xul-ext-sieve,"
set -e; test -n "diffpdf, font-manager, gcolor2, gimp, gimp-lensfun, 
gimp-plugin-registry, gpick, gtk-vector-screenshot, gucharmap, inkscape, 
jpeginfo, jpegoptim, lcdf-typetools, libpdf-reuse-perl, libpodofo-utils, 
librsvg2-bin, libtiff-tools, mypaint, mypaint-data-extras, origami-pdf, 
pdfposter, pdfshuffler, pngcrush, poppler-utils, python-cairosvg, python-scour, 
qpdf, scribus, scrot, shotwell, typecatcher,";  test -n "blender, 
synfigstudio,";  test -n "chromium, chromium-l10n, compass-blueprint-plugin, 
compass-color-schemer-plugin, compass-fancy-buttons-plugin, 
compass-h5bp-plugin, compass-layoutgala-plugin, compass-normalize-plugin, 
compass-singularitygs-plugin, compass-slickmap-plugin, compass-susy-plugin, 
compass-toolkit-plugin, compass-yui-plugin, surf,"; 
perl -0777 -n \
-e 's,.*d-i preseed/late_command string ,#!/bin/sh\n,ms' \
-e ' and print $_' \
content/desktop/preseed.cfg > design-desktop-tidy
shellcheck -e SC1003 -e SC2016 -e SC2034 -e SC2046 -e SC2048 -e SC2086 
design-desktop-tidy

In design-desktop-tidy line 38:
  if [ -e "$1" ] && egrep -q "^#?$2\$" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.


In design-desktop-tidy line 49:
  if [ -e "$1" ] && egrep -q "^#?$2=" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.

debian/blends.mk:87: recipe for target 'design-desktop-tidy' failed
make: *** [design-desktop-tidy] Error 1
--- End Message ---
--- Begin Message ---
Source: debian-design
Source-Version: 3.0.8

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-design 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: Thu, 09 Nov 2017 02:40:11 +0100
Source: debian-design
Binary: design-data design-desktop design-desktop-graphics 
design-desktop-animation design-desktop-web design-desktop-strict
Architecture: source all
Version: 3.0.8
Distribution: unstable
Urgency: medium
Maintainer: Debian Design Team 
Changed-By: Jonas Smedegaard 
Description:
 design-data - recipes to install Debian Design blends
 design-desktop - Debian Design desktop for visual designers - common parts
 design-desktop-animation - Debian Design desktop for animation designers
 design-desktop-graphics - Debian Design desktop for graphics designers
 design-desktop-strict - Debian Design desktop for visual designers - strict
 design-desktop-web - Debian Design desktop for web designers
Closes: 867695 869155 881037
Changes:
 debian-design (3.0.8) unstable; urgency=medium
 .
   * Relax 

Bug#869155: marked as done (design-desktop-graphics: Please replace gcolor2 with gpick)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:00 +
with message-id 
and subject line Bug#869155: fixed in debian-design 3.0.8
has caused the Debian Bug report #869155,
regarding design-desktop-graphics: Please replace gcolor2 with gpick
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.)


-- 
869155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-design
Version: 3.0.7
Severity: wishlist

The MIA team was in contact with the gcolor2 package and the maintainer suggests
to remove gcolor2 from the archives, replacing it with an better alternative.

As design-desktop-graphics depends on gcolor2, please remove this dependency 
from
your package. It seems that it can be replaced by gpick, which has more 
features and
seems to be also still active upstream

Many thanks!

-- 
tobi (MIA team member)

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

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), 
LANGUAGE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: debian-design
Source-Version: 3.0.8

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-design 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: Thu, 09 Nov 2017 02:40:11 +0100
Source: debian-design
Binary: design-data design-desktop design-desktop-graphics 
design-desktop-animation design-desktop-web design-desktop-strict
Architecture: source all
Version: 3.0.8
Distribution: unstable
Urgency: medium
Maintainer: Debian Design Team 
Changed-By: Jonas Smedegaard 
Description:
 design-data - recipes to install Debian Design blends
 design-desktop - Debian Design desktop for visual designers - common parts
 design-desktop-animation - Debian Design desktop for animation designers
 design-desktop-graphics - Debian Design desktop for graphics designers
 design-desktop-strict - Debian Design desktop for visual designers - strict
 design-desktop-web - Debian Design desktop for web designers
Closes: 867695 869155 881037
Changes:
 debian-design (3.0.8) unstable; urgency=medium
 .
   * Relax build-dependency on boxer-data (no documentation update
 needed: Feature change is support for Buster).
 Closes: Bug#881037. Thanks to Adrian Bunk.
   * Modernize Vcs-* fields:
 + Consistently use git (not cgit) in path.
 + Consistently include .git suffix in path.
   * Declare compliance with Debian Policy 4.1.1.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Update copyright info:
 + Use https protocol in file format URL.
 + Extend coverage for myself.
   * Fix talk about Debian Design (not DebianParl) in skeleton files.
   * Simplify rules: Do copyright-check in maintainer script (not during
 build).
 Stop build-depend on licensecheck.
   * Modernize blends.mk snippet to target buster by default, and build
 with newer boxer-data.
 + Fixes FTBFS with recent shellcheck.
   Closes: Bug#867695. Thanks to Adrian Bunk.
 + Avoids including dropped package gcolors.
   Closes: Bug#869155. Thanks to Tobias Frost.
Checksums-Sha1:
 744eae51bd4cb79d02c316f63645a8a6c5a7cc95 2110 debian-design_3.0.8.dsc
 2b8e957ff6234ee05ffa377033446091b4e0382c 7000 debian-design_3.0.8.tar.xz
 f2c684f86799c01ec5a64f0cd7066545ac7222e0 9109 
debian-design_3.0.8_amd64.buildinfo
 ef9e1f9e01473c8b4f2d2077297a7299bd801003 12772 design-data_3.0.8_all.deb
 be191b0bba5ebf4c0d0cb98be2fe292106d3225a 7680 
design-desktop-animation_3.0.8_all.deb
 cc3d27c403da464e30c484b36ba2030a1b35c819 7884 
design-desktop-graphics_3.0.8_all.deb
 31d9d76f5e31e48ea6307c28909f32f63106f

Bug#867658: marked as done (debian-parl FTBFS with shellcheck 0.4.6-1)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:14 +
with message-id 
and subject line Bug#867658: fixed in debian-parl 1.9.11
has caused the Debian Bug report #867658,
regarding debian-parl FTBFS with shellcheck 0.4.6-1
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.)


-- 
867658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-parl
Version: 1.9.10
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-parl.html

...
perl -0777 -n \
-e 's,.*d-i preseed/late_command string ,#!/bin/sh\n,ms' \
-e ' and print $_' \
content/desktop/preseed.cfg > parl-desktop-tidy
shellcheck -e SC1003 -e SC2016 -e SC2034 -e SC2046 -e SC2048 -e SC2086 
parl-desktop-tidy

In parl-desktop-tidy line 38:
  if [ -e "$1" ] && egrep -q "^#?$2\$" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.


In parl-desktop-tidy line 49:
  if [ -e "$1" ] && egrep -q "^#?$2=" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep 
-E instead.

debian/blends.mk:87: recipe for target 'parl-desktop-tidy' failed
make: *** [parl-desktop-tidy] Error 1
--- End Message ---
--- Begin Message ---
Source: debian-parl
Source-Version: 1.9.11

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-parl 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: Thu, 09 Nov 2017 03:08:13 +0100
Source: debian-parl
Binary: parl-data parl-desktop parl-desktop-world parl-desktop-eu 
parl-desktop-strict
Architecture: source all
Version: 1.9.11
Distribution: unstable
Urgency: medium
Maintainer: DebianParl team 
Changed-By: Jonas Smedegaard 
Description:
 parl-data  - recipes to install DebianParl blends
 parl-desktop - DebianParl desktop for parliamentary work
 parl-desktop-eu - DebianParl desktop for parliamentary work - EU
 parl-desktop-strict - DebianParl desktop for parliamentary work - strict
 parl-desktop-world - DebianParl desktop for parliamentary work - global
Closes: 864947 867658 881036
Changes:
 debian-parl (1.9.11) unstable; urgency=medium
 .
   * Relax build-dependency on boxer-data (no documentation update
 needed: Feature change is support for Buster).
 Closes: Bug#881036. Thanks to Adrian Bunk.
   * Modernize Vcs-* fields:
 + Consistently use git (not cgit) in path.
 + Consistently include .git suffix in path.
   * Declare compliance with Debian Policy 4.1.1.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Update copyright info:
 + Use https protocol in file format URL.
 + Extend coverage for myself.
   * Add maintainer script to do copyright-check.
   * Modernize blends.mk snippet to target buster by default, and build
 with newer boxer-data.
 + Avoids cruft package firefox-esr-l10n-be.
   Closes: Bug#864947. Thanks to Peter Green.
 + Fixes FTBFS with recent shellcheck.
   Closes: Bug#867658. Thanks to Adrian Bunk.
Checksums-Sha1:
 136c4ce547f112a278b91bd46ecb138c647db59b 1994 debian-parl_1.9.11.dsc
 4ff8dfb5a28c834a83955c57c605803dd4b68bcf 9896 debian-parl_1.9.11.tar.xz
 e3b421094df67edd23ac48c087f84ca8374c9fa1 8776 
debian-parl_1.9.11_amd64.buildinfo
 1be5ec507479f1e2a4d473a5363345dd7184b626 21188 parl-data_1.9.11_all.deb
 b2e6c85fe82af9f226e424938177d5fa44eb298a 13052 parl-desktop-eu_1.9.11_all.deb
 a8a7c5deb65bc58020a1e4ef09f392d24ff36fce 12576 
parl-desktop-strict_1.9.11_all.deb
 88df290d2c553d993867e21bd7dcbd75f3ccbbb8 13632 
parl-desktop-world_1.9.11_all.deb
 06f4706ecbe6e2f0c707e4069c1adfa616568bbb 14056 parl-desktop_1.9.11_all.deb
Checksums-Sha256:
 e1b611ad99522ba07d9c4854ff770174bb8fa47a46d0a57b0a1af424630f30dd 1994 
debian-parl_1.9.11.dsc
 12ce5c5bec54c50a4ac05bdfe5425350b7b45c85ce58a183b1ca7b1228748881 9896 
debian-parl_1.9.11.tar

Bug#881037: marked as done (debian-design build depends on boxer-data (< 10.6) but 10.6.0 is to be installed)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:00 +
with message-id 
and subject line Bug#881037: fixed in debian-design 3.0.8
has caused the Debian Bug report #881037,
regarding debian-design build depends on boxer-data (< 10.6) but 10.6.0 is to 
be installed
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.)


-- 
881037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-design
Version: 3.0.7
Severity: serious

The following packages have unmet dependencies:
 builddeps:debian-design : Depends: boxer-data (< 10.6) but 10.6.0 is to be 
installed
--- End Message ---
--- Begin Message ---
Source: debian-design
Source-Version: 3.0.8

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-design 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: Thu, 09 Nov 2017 02:40:11 +0100
Source: debian-design
Binary: design-data design-desktop design-desktop-graphics 
design-desktop-animation design-desktop-web design-desktop-strict
Architecture: source all
Version: 3.0.8
Distribution: unstable
Urgency: medium
Maintainer: Debian Design Team 
Changed-By: Jonas Smedegaard 
Description:
 design-data - recipes to install Debian Design blends
 design-desktop - Debian Design desktop for visual designers - common parts
 design-desktop-animation - Debian Design desktop for animation designers
 design-desktop-graphics - Debian Design desktop for graphics designers
 design-desktop-strict - Debian Design desktop for visual designers - strict
 design-desktop-web - Debian Design desktop for web designers
Closes: 867695 869155 881037
Changes:
 debian-design (3.0.8) unstable; urgency=medium
 .
   * Relax build-dependency on boxer-data (no documentation update
 needed: Feature change is support for Buster).
 Closes: Bug#881037. Thanks to Adrian Bunk.
   * Modernize Vcs-* fields:
 + Consistently use git (not cgit) in path.
 + Consistently include .git suffix in path.
   * Declare compliance with Debian Policy 4.1.1.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Update copyright info:
 + Use https protocol in file format URL.
 + Extend coverage for myself.
   * Fix talk about Debian Design (not DebianParl) in skeleton files.
   * Simplify rules: Do copyright-check in maintainer script (not during
 build).
 Stop build-depend on licensecheck.
   * Modernize blends.mk snippet to target buster by default, and build
 with newer boxer-data.
 + Fixes FTBFS with recent shellcheck.
   Closes: Bug#867695. Thanks to Adrian Bunk.
 + Avoids including dropped package gcolors.
   Closes: Bug#869155. Thanks to Tobias Frost.
Checksums-Sha1:
 744eae51bd4cb79d02c316f63645a8a6c5a7cc95 2110 debian-design_3.0.8.dsc
 2b8e957ff6234ee05ffa377033446091b4e0382c 7000 debian-design_3.0.8.tar.xz
 f2c684f86799c01ec5a64f0cd7066545ac7222e0 9109 
debian-design_3.0.8_amd64.buildinfo
 ef9e1f9e01473c8b4f2d2077297a7299bd801003 12772 design-data_3.0.8_all.deb
 be191b0bba5ebf4c0d0cb98be2fe292106d3225a 7680 
design-desktop-animation_3.0.8_all.deb
 cc3d27c403da464e30c484b36ba2030a1b35c819 7884 
design-desktop-graphics_3.0.8_all.deb
 31d9d76f5e31e48ea6307c28909f32f63106f3f1 7676 
design-desktop-strict_3.0.8_all.deb
 092ef4fee1a325a6a919f62be2cf52a6f35c33ac 7768 design-desktop-web_3.0.8_all.deb
 2eda3fef541aab1c0a7988a4e09069e26d0be79a 8604 design-desktop_3.0.8_all.deb
Checksums-Sha256:
 ce42edf1823f4405ebe24a7e4bf4b72bdbcf37022f7b75dde52f00253c6737bd 2110 
debian-design_3.0.8.dsc
 8cecc520eaf4738c2bf1c3dc2ba979ec46c29132cb50b7049f7e17b2c9ada589 7000 
debian-design_3.0.8.tar.xz
 8b82621e971b90b73c2ba6c19742f212d6b6164f01973779da8ef0305316b6eb 9109 
debian-design_3.0.8_amd64.buildinfo
 ed82d4ac01f0a9838c74e87a686b4915a2256a3514747d59a88f92dac84d44dd 12772 
design-data_3.0.8_all.deb
 63a256c8777ea2b0ee0d9c54ea

Bug#864947: marked as done (parl-desktop-world depends on cruft package firefox-esr-l10n-be)

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 02:51:14 +
with message-id 
and subject line Bug#864947: fixed in debian-parl 1.9.11
has caused the Debian Bug report #864947,
regarding parl-desktop-world depends on cruft package firefox-esr-l10n-be
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.)


-- 
864947: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: debian-parl
Severity: serious
Version: 1.9.10

parl-desktop-world depends on firefox-esr-l10n-be which is no longer built by 
firefox-esr. I'm still trying to figure out where this is coming from, I can't 
find any evidence of it in the source package but rebuilding the binaries 
doesn't make it go away.
--- End Message ---
--- Begin Message ---
Source: debian-parl
Source-Version: 1.9.11

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-parl 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: Thu, 09 Nov 2017 03:08:13 +0100
Source: debian-parl
Binary: parl-data parl-desktop parl-desktop-world parl-desktop-eu 
parl-desktop-strict
Architecture: source all
Version: 1.9.11
Distribution: unstable
Urgency: medium
Maintainer: DebianParl team 
Changed-By: Jonas Smedegaard 
Description:
 parl-data  - recipes to install DebianParl blends
 parl-desktop - DebianParl desktop for parliamentary work
 parl-desktop-eu - DebianParl desktop for parliamentary work - EU
 parl-desktop-strict - DebianParl desktop for parliamentary work - strict
 parl-desktop-world - DebianParl desktop for parliamentary work - global
Closes: 864947 867658 881036
Changes:
 debian-parl (1.9.11) unstable; urgency=medium
 .
   * Relax build-dependency on boxer-data (no documentation update
 needed: Feature change is support for Buster).
 Closes: Bug#881036. Thanks to Adrian Bunk.
   * Modernize Vcs-* fields:
 + Consistently use git (not cgit) in path.
 + Consistently include .git suffix in path.
   * Declare compliance with Debian Policy 4.1.1.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Update copyright info:
 + Use https protocol in file format URL.
 + Extend coverage for myself.
   * Add maintainer script to do copyright-check.
   * Modernize blends.mk snippet to target buster by default, and build
 with newer boxer-data.
 + Avoids cruft package firefox-esr-l10n-be.
   Closes: Bug#864947. Thanks to Peter Green.
 + Fixes FTBFS with recent shellcheck.
   Closes: Bug#867658. Thanks to Adrian Bunk.
Checksums-Sha1:
 136c4ce547f112a278b91bd46ecb138c647db59b 1994 debian-parl_1.9.11.dsc
 4ff8dfb5a28c834a83955c57c605803dd4b68bcf 9896 debian-parl_1.9.11.tar.xz
 e3b421094df67edd23ac48c087f84ca8374c9fa1 8776 
debian-parl_1.9.11_amd64.buildinfo
 1be5ec507479f1e2a4d473a5363345dd7184b626 21188 parl-data_1.9.11_all.deb
 b2e6c85fe82af9f226e424938177d5fa44eb298a 13052 parl-desktop-eu_1.9.11_all.deb
 a8a7c5deb65bc58020a1e4ef09f392d24ff36fce 12576 
parl-desktop-strict_1.9.11_all.deb
 88df290d2c553d993867e21bd7dcbd75f3ccbbb8 13632 
parl-desktop-world_1.9.11_all.deb
 06f4706ecbe6e2f0c707e4069c1adfa616568bbb 14056 parl-desktop_1.9.11_all.deb
Checksums-Sha256:
 e1b611ad99522ba07d9c4854ff770174bb8fa47a46d0a57b0a1af424630f30dd 1994 
debian-parl_1.9.11.dsc
 12ce5c5bec54c50a4ac05bdfe5425350b7b45c85ce58a183b1ca7b1228748881 9896 
debian-parl_1.9.11.tar.xz
 e201ef1d1183ef19b2545e1a6f479213023e8e112f4a15051759b666312eca79 8776 
debian-parl_1.9.11_amd64.buildinfo
 6437a379691197f71387da0e4a892ea935567f3c997025a60210482ab993a2ca 21188 
parl-data_1.9.11_all.deb
 f55160346faf7226a6ddceb8a3c5acb8bcd25a3531a4aed5c3c98e5839c0e890 13052 
parl-desktop-eu_1.9.11_all.deb
 b47c6bb08c37e76caa679650e7c829679c0fac626c0c34bd29fc651651c9b24a 12576 
parl-desktop-strict_1.9.11_all.deb
 b76d711cc1d1d0ce9e09ab4c5bcd0a21ebd0af0a279a020cab412eb69c65bcdf 13632 
parl-desktop-world_1.9.11

Processed: tagging 881162

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

> tags 881162 + pending
Bug #881162 [tomcat7] tomcat7: Server reports 404 on any request, even /
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#881223: marked as done (gnuplot binary-all FTBFS: dh_install: Cannot find (any matches for) "debian/tmp/QT/usr/share/texmf/tex/")

2017-11-08 Thread Debian Bug Tracking System
Your message dated Thu, 09 Nov 2017 04:49:13 +
with message-id 
and subject line Bug#881223: fixed in gnuplot 5.2.2+dfsg1-2
has caused the Debian Bug report #881223,
regarding gnuplot binary-all FTBFS: dh_install: Cannot find (any matches for) 
"debian/tmp/QT/usr/share/texmf/tex/"
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.)


-- 
881223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnuplot
Version: 5.2.2+dfsg1-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=gnuplot&arch=all&ver=5.2.2%2Bdfsg1-1&stamp=1510179219&raw=0

...
   dh_install -i
dh_install: Cannot find (any matches for) "debian/tmp/QT/usr/share/texmf/tex/" 
(tried in ., debian/tmp)

dh_install: gnuplot-data missing files: debian/tmp/QT/usr/share/texmf/tex/
dh_install: missing files, aborting
debian/rules:4: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 25
--- End Message ---
--- Begin Message ---
Source: gnuplot
Source-Version: 5.2.2+dfsg1-2

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

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated gnuplot 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: Thu, 09 Nov 2017 05:40:21 +0100
Source: gnuplot
Binary: gnuplot gnuplot-doc gnuplot-nox gnuplot-qt gnuplot-x11 gnuplot-data
Architecture: source
Version: 5.2.2+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Anton Gladky 
Description:
 gnuplot- Command-line driven interactive plotting program.
 gnuplot-data - Command-line driven interactive plotting program. Data-files
 gnuplot-doc - Command-line driven interactive plotting program. Doc-package
 gnuplot-nox - Command-line driven interactive plotting program. No-X package
 gnuplot-qt - Command-line driven interactive plotting program. QT-package
 gnuplot-x11 - Command-line driven interactive plotting program. X-package
Closes: 881223
Changes:
 gnuplot (5.2.2+dfsg1-2) unstable; urgency=medium
 .
   * [0bc35ea] Fix installation of non-arch files. (Closes: #881223)
Checksums-Sha1:
 6bd6dca54028d0f8a337559f2096fce4004ed9be 2722 gnuplot_5.2.2+dfsg1-2.dsc
 48b37839d813b3065e251afc06239872be1631be 28708 
gnuplot_5.2.2+dfsg1-2.debian.tar.xz
 e4aaeef99aaa16debf5c743e0bece3a0e9d5fea8 18962 
gnuplot_5.2.2+dfsg1-2_source.buildinfo
Checksums-Sha256:
 0ddaf42f5f544e314feda56ec695927a1648815ff160338cb201c416f8658f54 2722 
gnuplot_5.2.2+dfsg1-2.dsc
 871399d2d5e76331425e881c218387aeed0393f9028bc16d40e7150c19b3f040 28708 
gnuplot_5.2.2+dfsg1-2.debian.tar.xz
 5dade601fea060372b7269bb5a9be51eeba6fa95bcf4bc6c79b671219906ecb4 18962 
gnuplot_5.2.2+dfsg1-2_source.buildinfo
Files:
 548ef27316db37a0a4f937bf11487e34 2722 math optional gnuplot_5.2.2+dfsg1-2.dsc
 ce436907a588ae4d31c4c7f789e562ff 28708 math optional 
gnuplot_5.2.2+dfsg1-2.debian.tar.xz
 075b52e9b8f9ab4eedd75e68116bf9c0 18962 math optional 
gnuplot_5.2.2+dfsg1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAloD3EcACgkQ0+Fzg8+n
/wZ1Dg//f1dCdf0362Dh5wR8m20VI+4Gk6etaS8rrjpsllSkVTGz2Xzc/1PJZAcE
sv1Fi0maXXQQzA82WSaizqPZNhcCsp9w7PiWVMXnXGF0ROXgyXVvSHGhEpkMSbFK
+fcMV4MLp+V38aHsji6XRwr15ekGBMrE3pbiEGkeP6//D6QG4K1FKe/1hDUgmDkm
eT05MeQvGZC94mbUkn5cZATlJVlMYQUKhOr0kC1bDvxQHUgp2+jICUYHDSRCuXnl
vT1BeMdkRixxV2+nAX0/0ZWI6GKly2yrsqBfiXqMti3HSXEnP14TZX71SITn5vBa
wxeQaKy7+lQvAtSX8GCW2txv55UEvxeWs/lFh4nSWTUwMRD/CoqLjLIEt+AV5Qfd
CbbB3Thu9aMRCjo8jYnIWagGJoIkTF9wmKeCxFi4a6Vcyd8e6umLL3SMI4sL0IOn
oz0WQwpklz/c4qigTY0NX+hD6VooevaKEyRVi3isUjfvSLoozl8LqVzWOq7Bteey
+gR1vKhoXPqQoCgKOFvMpic8qOuWD8hk/evBMM0XDtZ3daeZKBWpsQ4vFa2Eksau
8BLfSAuCXeEzj8prkuIZWLu4MHTG55O26tvYtGEqu4EVX4avwHdDBu0rwrY+I6h9
79I0IhdNaDRk+70oDPIIsh2xTCG8yBfTpsDAyopMgFzcSaRCh4A=
=QupM
-END PGP SIGNATURE End Message ---


Bug#881162: Logfiles do not contain any information regarding the issue.

2017-11-08 Thread Christian Schulte
Had to downgrade to get things working again here as well. Just wanted
to add to the BTS that neither the logfiles nor the console output
contains any information or stacktraces regarding the issue. Server
starts up normally and deploys/unpacks the web applications normally.
All accesses yield a 404.



Bug#881162: tomcat7: Server reports 404 on any request, even /

2017-11-08 Thread Roberto C . Sánchez
On Wed, Nov 08, 2017 at 03:03:06PM +0100, Markus Koschany wrote:
> Thank you for the report. There was a recent security update of Tomcat 7
> which is the likely cause for this issue.
> 
> Roberto can you take a look please?
> 
Hi Markus & others,

I was able to identify the cause of the regression that I introduced.

There are updated packages here: https://people.debian.org/~roberto/

My testing this time around was more thorough and I believe that this
update properly addresses the CVE without introducing a regression.  If
some intrepid souls could test these packages and give a thumbs up, I
will upload the packages in the next 12-18 hours and then release an
updated advisory.

Here is my proposed advisory text:



The update for tomcat7 issued as DLA-1166-1 caused a regressions whereby every
request, including for the root document (/), returned HTTP status 404. Updated
packages are now available to address this problem. For reference, the original
advisory text follows.

When HTTP PUT was enabled (e.g., via setting the readonly initialization
parameter of the Default servlet to false) it was possible to upload a JSP
file to the server via a specially crafted request. This JSP could then be
requested and any code it contained would be executed by the server.

For Debian 7 "Wheezy", these problems have been fixed in version
7.0.28-4+deb7u17.



For those who are interested, the regression resulted from a combination
of two factors.

 - When incorporating one of the upstream change sets, an unclean patch
   application produced a .rej rejection file which I overlooked
 - When incorporating another upstream changeset, my attempt to
   integrate the minimal change was too minimal and left out an
   important additional change

These problems did not manifest themselves in my initial testing of the
7.0.28-4+deb7u16 packages because of browser caching.

I offer my apologies for causing this problem and my thanks for your
help in resolving it.

Regards,

-Roberto

-- 
Roberto C. Sánchez


signature.asc
Description: PGP signature


Bug#879886: [Debian-med-packaging] Bug#879886: libhts2: libhts2 needs to handle ABI changes

2017-11-08 Thread Andreas Tille
Dear Diane,

On Wed, Nov 08, 2017 at 04:58:49PM -0800, Diane Trout wrote:
> 
> Should I push these proposed changes to a clone of the htslib packaging
> repository? A branch of the alioth repository, or just push it to the
> alioth master?

Thanks for your sane considerations and pleas push to alioth master.

Kind regards

  Andreas.

-- 
http://fam-tille.de



Processed: tagging 881221, bug 881221 is forwarded to https://github.com/Dushistov/sdcv/issues/36

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

> tags 881221 + upstream
Bug #881221 [src:sdcv] sdcv FTBFS on big endian: test failures
Added tag(s) upstream.
> forwarded 881221 https://github.com/Dushistov/sdcv/issues/36
Bug #881221 [src:sdcv] sdcv FTBFS on big endian: test failures
Set Bug forwarded-to-address to 'https://github.com/Dushistov/sdcv/issues/36'.
> thanks
Stopping processing here.

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



Bug#881196: [Python-modules-team] Bug#881196: django-celery FTBFS with celery 4.1.0-1

2017-11-08 Thread Brian May
Adrian Bunk  writes:

> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-celery.html

It seems that django-celery has been abandoned by upstream.

Packages like django-celery-results are recommended instead.

As such, I have no desire to patch this bug (yet again), and suggest
that we should think about removing the package from Debian testing and
unstable instead.
-- 
Brian May 



Processed: cloning 872712, reassign -1 to boxer-data, block 872712 with -1

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

> clone 872712 -1
Bug #872712 [src:debian-parl] debian-parl: stop depending on transitional 
packages myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead
Bug 872712 cloned as bug 881235
872706 was blocked by: 872712
872706 was not blocking any bugs.
Added blocking bug(s) of 872706: 881235
874557 was blocked by: 872712
874557 was not blocking any bugs.
Added blocking bug(s) of 874557: 881235
874557 was blocked by: 881235 872712
874557 was not blocking any bugs.
Ignoring request to alter blocking bugs of bug #874557 to the same blocks 
previously set
872706 was blocked by: 881235 872712
872706 was not blocking any bugs.
Ignoring request to alter blocking bugs of bug #872706 to the same blocks 
previously set
> reassign -1 boxer-data
Bug #881235 [src:debian-parl] debian-parl: stop depending on transitional 
packages myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead
Bug reassigned from package 'src:debian-parl' to 'boxer-data'.
No longer marked as found in versions debian-parl/1.9.10.
Ignoring request to alter fixed versions of bug #881235 to the same values 
previously set
> block 872712 with -1
Bug #872712 [src:debian-parl] debian-parl: stop depending on transitional 
packages myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead
872712 was not blocked by any bugs.
872712 was blocking: 872706 874557
Added blocking bug(s) of 872712: 881235
> thanks
Stopping processing here.

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



Bug#879886: [Debian-med-packaging] Bug#879886: libhts2: libhts2 needs to handle ABI changes

2017-11-08 Thread Afif Elghraoui
Hi, Diane,

Thanks for working on this.


On November 8, 2017 7:58:49 PM EST, Diane Trout  wrote:
>One of the htslib developers filed a new bug,
>
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881170
>
>asking us to not make their private libraries public. His suggestions
>are fairly similar to whats Charles proposed.
>
>What I'm thinking is:
>
>- TODO Recommit symbols file

+1

>- TODO Split private cram headers off into a new libhts-private-dev
>package

I'd rather be in favor of restoring the bundled htslib to seqlib as the short 
term solution. Putting a private package in the archive may exacerbate the 
problem and is odd nevertheless.

And there is another action item--
TODO update the htslib package to the latest release.

>- WAITING Try to talk htslib & SeqLib developers to agree on a public
>cram api so we can drop the private-dev package.
>
>
> 
>[...]
>
>> 
>> > I was wondering if we should split the cram headers into a
>> > libhts-private-dev so we can at least track what is depending on
>> > the
>> > non-public api.

We would find this out anyway because the packages woukd break until either a 
dependency on such a package had to be added (most likely by our team anyway), 
or the library had to be rebundled.

>> 
>[...]
>
>> 
>> > I did realize that my thought about updating the SOVERSION might be
>> > wrong because I was just looking in the source tree for the removed
>> > functions but I should have been checking the public header files.
>> 
>> Indeed, packages using private functions need to have a tight
>> dependency
>> on the htslib (unless we are very confident that there are regression
>> tests that cover this area of the code).  Packages that are more
>> well-behaved can infer their dependency through the (to be re-added)
>> symbols file.
>
>
>
>So that implies packaging that uses -private-dev that implies they have
>an == dependency on a specific binary version of libhts?
>
>That should probably probably be documented in a README.Debian for the
>private-dev package.
>

Does this imply a transition for each htslib update?

Many thanks and regards
Afif



Processed: retitle 881235 to stop using in transitional packages myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead in l10n.hunspell.

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

> retitle 881235 stop using in transitional packages 
> myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead in 
> l10n.hunspell.
Bug #881235 [boxer-data] debian-parl: stop depending on transitional packages 
myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead
Changed Bug title to 'stop using in transitional packages 
myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead in 
l10n.hunspell.' from 'debian-parl: stop depending on transitional packages 
myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead'.
> thanks
Stopping processing here.

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



Processed: found 881235 in 10.5.20, severity of 881235 is important

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

> found 881235 10.5.20
Bug #881235 [boxer-data] stop using in transitional packages 
myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead in 
l10n.hunspell.
Marked as found in versions boxer-data/10.5.20.
> severity 881235 important
Bug #881235 [boxer-data] stop using in transitional packages 
myspell-{af,ca,en-gb,en-za,it,ky,sl,sw,th} and use hunspell-* instead in 
l10n.hunspell.
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

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



  1   2   >