Bug#917389: bugs.debian.org: please close down the debian-maintainers pseudo-package

2018-12-27 Thread Don Armstrong
On Thu, 27 Dec 2018, Mattia Rizzolo wrote:
> While chasing down unused things, like the debian-maintainers@nm.d.o
> alias, I noticed the debian-maintainers pseudo-package is still
> available.
> 
> Would it be possible to close or remove the pseudo-package?
> What are the required steps?

We can mark it deprecated; it should probably stay around so that no one
can accidentally create a package called debian-maintainer.


-- 
Don Armstrong  https://www.donarmstrong.com

It's brief and bright, dear children; bright and brief.
Delight's the lightning; the long thunder's grief.
 -- John Frederick Nims "Poetry in Motion" p31



Bug#917518: python-matplotlib: WxAgg backend cannot find fonts

2018-12-27 Thread Stuart Prescott
Control: severity -1 serious

Looking further than WxAgg, I see that pylab and matplotlib.pyplot are not 
importable at present, and so python-matplotlib is pretty broken and should 
not migrate to testing (hence bumping severity).

$ python -c 'import pylab'
/usr/lib/python2.7/dist-packages/matplotlib/__init__.py:1005: UserWarning: 
could not find rc file; returning defaults
  warnings.warn(message)
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/pylab.py", line 1, in 
from matplotlib.pylab import *
  File "/usr/lib/python2.7/dist-packages/matplotlib/pylab.py", line 252, in 

from matplotlib import cbook, mlab, pyplot as plt
  File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 31, in 

import matplotlib.colorbar
  File "/usr/lib/python2.7/dist-packages/matplotlib/colorbar.py", line 36, in 

import matplotlib.contour as contour
  File "/usr/lib/python2.7/dist-packages/matplotlib/contour.py", line 20, in 

import matplotlib.font_manager as font_manager
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1472, in 
_rebuild()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1453, in _rebuild
fontManager = FontManager()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1057, in __init__
paths = [os.path.join(rcParams['datapath'], 'fonts', 'ttf'),
  File "/usr/lib/python2.7/posixpath.py", line 70, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'


$ python -c 'import matplotlib.pyplot' 
/usr/lib/python2.7/dist-packages/matplotlib/__init__.py:1005: UserWarning: 
could not find rc file; returning defaults
  warnings.warn(message)
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 31, in 

import matplotlib.colorbar
  File "/usr/lib/python2.7/dist-packages/matplotlib/colorbar.py", line 36, in 

import matplotlib.contour as contour
  File "/usr/lib/python2.7/dist-packages/matplotlib/contour.py", line 20, in 

import matplotlib.font_manager as font_manager
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1472, in 
_rebuild()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1453, in _rebuild
fontManager = FontManager()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1057, in __init__
paths = [os.path.join(rcParams['datapath'], 'fonts', 'ttf'),
  File "/usr/lib/python2.7/posixpath.py", line 70, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'



(I think this is actually the same bug as #917093 and that bug can probably be 
reassigned away from graphlan but I'll leave that to the relevant maintainers 
to decide.)

cheers
Stuart

-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7



Bug#913493: RFS: geneweb/6.08+git20181019+dfsg-1

2018-12-27 Thread Christian Perrier

Le 27/12/2018 à 21:00, Guillaume Brochu a écrit :


https://github.com/geneweb/geneweb/issues/642
    Fixes ocaml warnings and correct English errors
  * New maintainer (Guillaume Brochu), Christian Perrier now in uploaders



You can even remove me from Uploaders. I anyway need to ask this for the 
gazillion package where I'm listed, as part of a future resignation from 
Debian



Merci encore pour ton travail !



Bug#880351: trapperkeeper-status-clojure: FTBFS: Test failures

2018-12-27 Thread Cyril Brulebois
Control: tag -1 patch


Hi Apollon & Java team,

Lucas Nussbaum  (2017-10-30):
> Relevant part (hopefully):
> > at clojure.lang.Var.applyTo(Var.java:700)
> > at clojure.main.main(main.java:37)
> > Caused by: java.io.IOException: No such file or directory
> > at java.io.UnixFileSystem.createFileExclusively(Native Method)
> > at java.io.File.createNewFile(File.java:1012)
> > at me.raynes.fs$create.invokeStatic(fs.clj:283)
> > at me.raynes.fs$create.invoke(fs.clj:280)
> > at me.raynes.fs$touch.invokeStatic(fs.clj:412)
> > at me.raynes.fs$touch.doInvoke(fs.clj:408)
> > at clojure.lang.RestFn.invoke(RestFn.java:410)
> > at 
> > puppetlabs.trapperkeeper.testutils.bootstrap$eval24901.invokeStatic(bootstrap.clj:11)
> > at 
> > puppetlabs.trapperkeeper.testutils.bootstrap$eval24901.invoke(bootstrap.clj:11)
> > at clojure.lang.Compiler.eval(Compiler.java:6927)
> > at clojure.lang.Compiler.load(Compiler.java:7379)
> > ... 42 more
> > debian/rules:44: recipe for target 'override_dh_auto_test' failed

It was a bit curious at first since I couldn't reproduce it in my sid
amd64 devel chroot, but could in my sid amd64 sbuild chroot… Checking
strace's output, it seemed like it might be that some leftover from a
previous test might have been missing:

[…]/test/./target/empty.ini

so I've tried sorting the tests to run, and I've got a reproducible
success, both inside devel & sbuild chroots.

You'll find attached two patches: one for the FTBFS, one for the Vcs-*
fields.

I can upload an NMU and/or push those to git if you give me permission
on salsa (username = kibi), or prepare a merge request; whatever works
for you. :)


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant
From 60a00eebb3574ebdb81df7615f8948bd3ccdbc7f Mon Sep 17 00:00:00 2001
From: Cyril Brulebois 
Date: Fri, 28 Dec 2018 07:32:16 +0100
Subject: [PATCH 1/2] Fix/work around FTBFS by running tests in order (Closes:
 #880351).

---
 debian/changelog | 9 +
 debian/rules | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c2f0797..00e501a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+trapperkeeper-status-clojure (0.7.1-2) UNRELEASED; urgency=medium
+
+  * Insert a “sort” call between the find and the xargs calls in the
+dh_auto_test override: tests are apparently picky about who ran
+before who, which can lead to ENOENT depending on find's output,
+triggering an FTBFS (Closes: #880351).
+
+ -- Cyril Brulebois   Fri, 28 Dec 2018 07:30:02 +0100
+
 trapperkeeper-status-clojure (0.7.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #855744)
diff --git a/debian/rules b/debian/rules
index 0b9cb2c..d7e758c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,5 +41,6 @@ override_jh_clean:
 	cat debian/footer.html >> $@
 
 override_dh_auto_test:
-	(cd test && find . -name "*.clj" | \
+	# Make sure to run tests in order, to avoid ENOENT issues (#880351):
+	(cd test && find . -name "*.clj" | LC_ALL=C sort | \
 		xargs --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH))
-- 
2.20.1

From d2e8c9340e2a4a95314ef9bdba4bbe74cd1128e1 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois 
Date: Fri, 28 Dec 2018 07:34:17 +0100
Subject: [PATCH 2/2] Update Vcs-{Browser,Git} to point to salsa (alioth's
 replacement).

---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00e501a..48f98ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ trapperkeeper-status-clojure (0.7.1-2) UNRELEASED; urgency=medium
 dh_auto_test override: tests are apparently picky about who ran
 before who, which can lead to ENOENT depending on find's output,
 triggering an FTBFS (Closes: #880351).
+  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 
  -- Cyril Brulebois   Fri, 28 Dec 2018 07:30:02 +0100
 
diff --git a/debian/control b/debian/control
index ec4a21b..0d1df05 100644
--- a/debian/control
+++ b/debian/control
@@ -32,8 +32,8 @@ Build-Depends:
  libtext-markdown-perl | markdown,
  default-jdk
 Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/trapperkeeper-status-clojure.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/trapperkeeper-status-clojure.git
+Vcs-Git: https://salsa.debian.org/java-team/trapperkeeper-status-clojure
+Vcs-Browser: https://salsa.debian.org/java-team/trapperkeeper-status-clojure
 Homepage: https://github.com/puppetlabs/trapperkeeper-status
 
 Package: libtrapperkeeper-status-clojure
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#917524: initramfs-tools: Upgrade from initramfs-tools package fails

2018-12-27 Thread Jürgen Göricke
Package: initramfs-tools
Version: 0.132
Severity: important

Dear Maintainer,

after upgrading the package "initramfs-tools" an error occurs in the 
post-installation process.
 
Unfortunately, the manual generation of the package does not bring any success.

# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.19.0-1-amd64
mkinitramfs: failed to determine device for /
mkinitramfs: workaround is MODULES=most, check:
grep -r MODULES /etc/initramfs-tools

Error please report bug on initramfs-tools
Include the output of 'mount' and 'cat /proc/mounts'
update-initramfs: failed for /boot/initrd.img-4.19.0-1-amd64 with 1.

But even the manual configuration of the package does not bring success.

# dpkg-reconfigure initramfs-tools
/usr/sbin/dpkg-reconfigure: initramfs-tools is broken or not fully installed

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 6.8M Dec 18 20:24 /boot/initrd.img-4.18.0-2-amd64
-rw-r--r-- 1 root root 6.9M Dec 26 11:41 /boot/initrd.img-4.19.0-1-amd64
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.19.0-1-amd64 
root=UUID=1a17ee1e-e6f5-4666-94e0-f9509e99e2b4 ro quiet

Installed Versions

dpkg -l | grep initramfs-tools
iF  initramfs-tools  0.132   all
  generic modular initramfs generator (automation)
ii  initramfs-tools-core 0.132   all
  generic modular initramfs generator (core tools)

-- resume
RESUME=none
-- /proc/filesystems
ext3
ext2
ext4
vfat

-- lsmod
Module  Size  Used by
nfnetlink_queue24576  0
nfnetlink_log  20480  0
nfnetlink  16384  2 nfnetlink_queue,nfnetlink_log
bluetooth 643072  0
drbg   28672  1
ansi_cprng 16384  0
ecdh_generic   24576  1 bluetooth
snd_hda_codec_hdmi 57344  1
iptable_nat16384  0
nf_nat_ipv416384  1 iptable_nat
snd_hda_codec_realtek   118784  1
snd_hda_codec_generic86016  1 snd_hda_codec_realtek
nf_nat 36864  1 nf_nat_ipv4
nf_conntrack  163840  2 nf_nat,nf_nat_ipv4
nf_defrag_ipv6 20480  1 nf_conntrack
nf_defrag_ipv4 16384  1 nf_conntrack
libcrc32c  16384  2 nf_conntrack,nf_nat
iptable_mangle 16384  0
iptable_filter 16384  0
arc4   16384  2
nls_ascii  16384  1
nls_cp437  20480  1
vfat   20480  1
fat86016  1 vfat
rtsx_pci_ms20480  0
intel_rapl 24576  0
memstick   16384  1 rtsx_pci_ms
rtsx_pci_sdmmc 28672  0
mmc_core  172032  1 rtsx_pci_sdmmc
x86_pkg_temp_thermal16384  0
intel_powerclamp   16384  0
coretemp   16384  0
kvm_intel 241664  0
snd_soc_skl   118784  0
iwlmvm294912  0
snd_soc_skl_ipc73728  1 snd_soc_skl
kvm   729088  1 kvm_intel
iTCO_wdt   16384  0
snd_soc_sst_ipc16384  1 snd_soc_skl_ipc
snd_soc_sst_dsp36864  1 snd_soc_skl_ipc
iTCO_vendor_support16384  1 iTCO_wdt
irqbypass  16384  1 kvm
crct10dif_pclmul   16384  0
crc32_pclmul   16384  0
mac80211  819200  1 iwlmvm
snd_hda_ext_core   28672  1 snd_soc_skl
snd_soc_acpi_intel_match24576  1 snd_soc_skl
snd_soc_acpi   16384  2 snd_soc_acpi_intel_match,snd_soc_skl
snd_soc_core  258048  1 snd_soc_skl
ghash_clmulni_intel16384  0
i915 1728512  17
intel_cstate   16384  0
snd_compress   24576  1 snd_soc_core
snd_hda_intel  45056  5
snd_hda_codec 151552  4 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
sg 36864  0
joydev 24576  0
intel_uncore  135168  0
efi_pstore 16384  0
drm_kms_helper204800  1 i915
iwlwifi   241664  1 iwlmvm
intel_rapl_perf16384  0
xhci_pci   16384  0
snd_hda_core   94208  7 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_skl
r8169  90112  0
pcspkr 16384  0
snd_hwdep  16384  1 snd_hda_codec
drm   483328  9 drm_kms_helper,i915
cfg80211  765952  3 iwlmvm,iwlwifi,mac80211
snd_pcm   114688  8 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_core,snd_soc_skl,snd_hda_core
xhci_hcd  266240  1 xhci_pci
rtsx_pci   73728  2 rtsx_pci_sdmmc,rtsx_pci_ms
libphy 77824  2 r8169
snd_timer  36864  2 snd_pcm
efivars20480  1 efi_pstore
i2c_algo_bit   16384  1 i915
rfkill 28672  6 bluetooth,cfg80211
snd94208  18 

Bug#917523: pcmanfm: Some keyboard navigation shortcuts in PCManFM no longer working

2018-12-27 Thread Asho Yeh
Package: pcmanfm
Version: 1.3.1-1
Severity: normal

a few keyboard shortcuts for navigating directories in PCManFM (Alt+Home to
return to ~/, Alt+Up to go to parent folder) no longer work.

The shortcuts still appear alongside the options in the "Go" menu, and clicking
on the appropriate icons results in the expected action. Strangely, keyboard
shortcuts for moving backwards and forwards through the browsing history
(Alt+Left and Alt+Right) work as expected.

These shortcuts are work in Debian 9




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

Kernel: Linux 4.19.0-12.3-liquorix-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=zh_TW.utf8, LC_CTYPE=zh_TW.utf8 (charmap=UTF-8), LANGUAGE=zh_TW:zh 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pcmanfm depends on:
ii  libatk1.0-0  2.30.0-2
ii  libc62.28-2
ii  libcairo21.16.0-2
ii  libfm-gtk4   1.3.1-1
ii  libfm4   1.3.1-1
ii  libfontconfig1   2.13.1-2
ii  libfreetype6 2.9.1-3
ii  libgdk-pixbuf2.0-0   2.38.0+dfsg-7
ii  libglib2.0-0 2.58.1-2
ii  libgtk2.0-0  2.24.32-3
ii  libpango-1.0-0   1.42.4-5
ii  libpangocairo-1.0-0  1.42.4-5
ii  libpangoft2-1.0-01.42.4-5
ii  libx11-6 2:1.6.7-1
ii  shared-mime-info 1.10-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme 3.12.0-3
ii  gvfs-backends1.38.1-1
ii  gvfs-fuse1.38.1-1
ii  oxygen-icon-theme5:5.51.0-1
ii  policykit-1-gnome [polkit-1-auth-agent]  0.105-7
ii  tango-icon-theme 0.8.90-7

pcmanfm suggests no packages.

-- no debconf information



Bug#917521: RM: ntdb -- ROM; Removed upstream, CVEs

2018-12-27 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal

Hi,

Please remove ntdb from archive.

It has known security bugs (#903971), and is removed upstream:
https://git.samba.org/?p=samba.git;a=commitdiff;h=e3e0af14e176e69743223ebb43f21e4eef420ba2

Regards

Mathieu Parent



Bug#917522: pcmanfm: Some keyboard navigation shortcuts in PCManFM no longer working

2018-12-27 Thread Asho Yeh
Package: pcmanfm
Version: 1.3.1-1
Severity: normal

a few keyboard shortcuts for navigating directories in PCManFM (Alt+Home to
return to ~/, Alt+Up to go to parent folder) no longer work.

The shortcuts still appear alongside the options in the "Go" menu, and
clicking on the appropriate icons results in the expected action. Strangely,
keyboard shortcuts for moving backwards and forwards through the browsing
history (Alt+Left and Alt+Right) work as expected.

These shortcuts are work in Debian 9.



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

Kernel: Linux 4.19.0-12.3-liquorix-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=zh_TW.utf8, LC_CTYPE=zh_TW.utf8 (charmap=UTF-8), LANGUAGE=zh_TW:zh 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pcmanfm depends on:
ii  libatk1.0-0  2.30.0-2
ii  libc62.28-2
ii  libcairo21.16.0-2
ii  libfm-gtk4   1.3.1-1
ii  libfm4   1.3.1-1
ii  libfontconfig1   2.13.1-2
ii  libfreetype6 2.9.1-3
ii  libgdk-pixbuf2.0-0   2.38.0+dfsg-7
ii  libglib2.0-0 2.58.1-2
ii  libgtk2.0-0  2.24.32-3
ii  libpango-1.0-0   1.42.4-5
ii  libpangocairo-1.0-0  1.42.4-5
ii  libpangoft2-1.0-01.42.4-5
ii  libx11-6 2:1.6.7-1
ii  shared-mime-info 1.10-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme 3.12.0-3
ii  gvfs-backends1.38.1-1
ii  gvfs-fuse1.38.1-1
ii  oxygen-icon-theme5:5.51.0-1
ii  policykit-1-gnome [polkit-1-auth-agent]  0.105-7
ii  tango-icon-theme 0.8.90-7

pcmanfm suggests no packages.

-- no debconf information



Bug#917520: Add patches from Julia upstream

2018-12-27 Thread Mo Zhou
Hi,

In addition, upstream is likely to release libunwind 1.3 after some
holidays in january[1]. The timing sounds bad for the Buster freeze,
but I think a freeze exception is still feasible.

[1] https://github.com/libunwind/libunwind/issues/97



Bug#917261: linux-image-4.19.0-1-amd64: /dev/mapper symlink for dm-crypt volume containing / not created on system startup

2018-12-27 Thread Ben Hutchings
On Wed, 2018-12-26 at 21:57 -0500, Celejar wrote:
> On Wed, 26 Dec 2018 15:39:19 +
> Ben Hutchings  wrote:
> 
> > On Tue, Dec 25, 2018 at 09:58:33PM -0500, Celejar wrote:
> > > On Tue, 25 Dec 2018 20:52:46 +
> > > Ben Hutchings  wrote:
> > > 
> > > > Control: reassign -1 udev 240-1
> > > > Control: forcemerge 917124 -1
> > > > 
> > > > This seems to be a bug in udev, not the kernel.  You will only have
> > > > noticed it once you rebooted for the kernel upgrade.
> > > 
> > > Nope - in my system's current state, when rebooting into 4.19 there's
> > > no /dev/mapper symlink, but when rebooting into 4.18 there is. I've
> > > gone back and forth several times, and the behavior is consistent.
> > > There's clearly something that 4.19 is doing differently from 4.18. [I
> > > guess it might still be a udev bug, which is being exposed by some
> > > change in 4.19.]
> > 
> > This is probably because the initramfs for 4.18 contains the old
> > version of udev.
> 
> Okay, I think I understand. So if I were to update the 4.18 initramfs
> (with update-initramfs -k 4.18-nnn) now, I would expect to see the same
> problem with that kernel?

Yes.

And if you downgrade udev and libudev1 to version 239-15, that will
trigger an update of the 4.19 initramfs (only) and you should then be
able to boot with Linux 4.19.

Ben.

-- 
Ben Hutchings
Life is what happens to you while you're busy making other plans.
  - John Lennon




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


Bug#917520: Add patches from Julia upstream

2018-12-27 Thread Mo Zhou
Source: libunwind
Version: 1.2.1-8
Severity: normal

Hi Adrian,

Julia upstream applied several patches[1] to their vendored libunwind,
but it seems that none of these patches was applied to Debian's
libunwind package.

This is a list of patches:

  (1) libunwind-arm-dyn.patch
  (2) libunwind-arm-pc-offset.patch
  (3) libunwind-dwarf-Fix-incorrect-cfi-execution.patch
  (4) libunwind-dwarf-ver.patch
  (5) libunwind-freebsd-mapper.patch
  (6) libunwind-prefer-extbl.patch

(1) [?] seems merged 
https://github.com/libunwind/libunwind/blob/master/src/arm/Gstep.c#L52-L58
(2) [merged-upstream] https://github.com/libunwind/libunwind/pull/55
(3) [merged-upstream] https://github.com/libunwind/libunwind/pull/54
(4) [merged-upstream] https://github.com/libunwind/libunwind/pull/56
(5) [skip-freebsd]
(6) [?] seems not merged 
https://github.com/libunwind/libunwind/search?q=arm_find_proc_info2_q=arm_find_proc_info2


Please consider to cherry-pick and apply these patches if appropriate.

[1] https://github.com/JuliaLang/julia/tree/master/deps/patches
and search for "unwind"



Bug#913930: Confirmed for sbuild only

2018-12-27 Thread Harlan Lieberman-Berg
found 913930 2.5.118
thanks

On Mon, 19 Nov 2018 13:19:38 -0800 Felix Lechner
 wrote:
> Hi, I can reproduce the issue only when using sbuild. I am looking
> into the possibility that a dependency is missing inside sbuild.
> Meanwhile, I marked the bug as confirmed. Thank you!

Hello Felix!

Just as one more datapoint for you, I see the same thing with
certbot-dns-ovh with lintian 2.5.118 and sbuild 0.77.1-2.

I don't know if it will help, but I've copy/pasted the list of files
that sbuild downloaded in the repo against the lastest sid minimal
chroot to install and run lintian.

Sincerely,

-- 
Harlan Lieberman-Berg
~hlieberman
Get:1 copy:/<>/apt_archive ./ sbuild-build-depends-lintian-dummy 
0.invalid.0 [852 B]
Get:2 http://deb.debian.org/debian unstable/main amd64 liblocale-gettext-perl 
amd64 1.07-3+b4 [18.9 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 netbase all 5.5 [19.3 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 ucf all 3.0038+nmu1 
[69.0 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 diffstat amd64 1.62-1 
[33.4 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 libapt-pkg-perl amd64 
0.1.34+b1 [71.2 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 libhtml-tagset-perl all 
3.20-3 [12.7 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 liburi-perl all 1.74-1 
[89.4 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 libhtml-parser-perl 
amd64 3.72-3+b3 [105 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 libcgi-pm-perl all 
4.40-1 [222 kB]
Get:11 http://deb.debian.org/debian unstable/main amd64 libsub-name-perl amd64 
0.21-1+b3 [13.6 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 libclass-accessor-perl 
all 0.51-1 [23.2 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 libclone-perl amd64 
0.41-1+b1 [14.6 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 libdigest-hmac-perl all 
1.03+dfsg-2 [10.6 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 libtimedate-perl all 
2.3000-2 [42.2 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 perl-openssl-defaults 
amd64 3 [6782 B]
Get:17 http://deb.debian.org/debian unstable/main amd64 libnet-ssleay-perl 
amd64 1.85-2+b1 [308 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 libio-socket-ssl-perl 
all 2.060-3 [207 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 libnet-smtp-ssl-perl 
all 1.04-1 [6184 B]
Get:20 http://deb.debian.org/debian unstable/main amd64 libmailtools-perl all 
2.18-1 [88.5 kB]
Get:21 http://deb.debian.org/debian unstable/main amd64 libnet-ip-perl all 
1.26-2 [29.0 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 libnet-dns-perl all 
1.19-1 [372 kB]
Get:23 http://deb.debian.org/debian unstable/main amd64 libnet-domain-tld-perl 
all 1.75-1 [33.3 kB]
Get:24 http://deb.debian.org/debian unstable/main amd64 libemail-valid-perl all 
1.202-1 [23.0 kB]
Get:25 http://deb.debian.org/debian unstable/main amd64 libexporter-tiny-perl 
all 1.002001-1 [36.9 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 
libipc-system-simple-perl all 1.25-4 [26.5 kB]
Get:27 http://deb.debian.org/debian unstable/main amd64 libfile-basedir-perl 
all 0.08-1 [17.7 kB]
Get:28 http://deb.debian.org/debian unstable/main amd64 libio-pty-perl amd64 
1:1.08-1.1+b5 [33.7 kB]
Get:29 http://deb.debian.org/debian unstable/main amd64 libio-string-perl all 
1.08-3 [12.3 kB]
Get:30 http://deb.debian.org/debian unstable/main amd64 libipc-run-perl all 
20180523.0-1 [101 kB]
Get:31 http://deb.debian.org/debian unstable/main amd64 liblist-moreutils-perl 
amd64 0.416-1+b4 [64.2 kB]
Get:32 http://deb.debian.org/debian unstable/main amd64 
libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
Get:33 http://deb.debian.org/debian unstable/main amd64 
libtext-levenshtein-perl all 0.13-1 [11.1 kB]
Get:34 http://deb.debian.org/debian unstable/main amd64 
libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
Get:35 http://deb.debian.org/debian unstable/main amd64 libxml-sax-base-perl 
all 1.09-1 [20.4 kB]
Get:36 http://deb.debian.org/debian unstable/main amd64 libxml-sax-perl all 
1.00+dfsg-1 [58.6 kB]
Get:37 http://deb.debian.org/debian unstable/main amd64 libxml-libxml-perl 
amd64 2.0132+dfsg-2+b1 [344 kB]
Get:38 http://deb.debian.org/debian unstable/main amd64 libxml-simple-perl all 
2.25-1 [72.0 kB]
Get:39 http://deb.debian.org/debian unstable/main amd64 libyaml-libyaml-perl 
amd64 0.75+repack-1 [32.9 kB]
Get:40 http://deb.debian.org/debian unstable/main amd64 patchutils amd64 
0.3.4-2 [90.4 kB]
Get:41 http://deb.debian.org/debian unstable/main amd64 t1utils amd64 1.41-3 
[62.3 kB]
Get:42 http://deb.debian.org/debian unstable/main amd64 lintian all 2.5.118 
[1172 kB]



Bug#917519: Unable to open subsequent YouTube videos when not starting a new session

2018-12-27 Thread Andoru
Package: vlc
Version: 3.0.5-1
Severity: normal

I started noticing issues with playing YouTube videos through VLC as soon
as I upgraded to version 3.0.4-4. When trying to play multiple YouTube
videos, one after the other, VLC throws in an error saying it's unable to
open the link.
This happens as follows:
Open new VLC session -> Paste in a video URL -> Plays video -> The video
ends -> Paste in another video URL -> Error -> Paste the same video URL, or
another one -> Error -> Rinse & Repeat -> Error

This however doesn't happen if I enqueue the video URLs, for example:
Open new VLC session -> Paste in a video URL -> Pauses video playback after
it starts -> Paste in a video URL (or multiple ones), and hit 'Enqueue'
instead of Play -> Resumes playback -> Video ends -> Plays next video
without errors

Another thing that curiously doesn't trigger the error is if:
Open new VLC session -> Paste in a video URL -> Plays video -> Stops the
video before it finishes -> Hit play again, making VLC replay the same video

Hopefully my explanation makes sense.
Not sure if this is an issue only at my end, or a proper bug.

Here's what's displayed in the error window:

> Your input can't be opened:
> VLC is unable to open the MRL 'https://www.youtube.com
> /watch?v=PBFPJ3_6ZWs'. Check the log for details.

Here's the verbose log from the "Messages" window:

https://hastebin.com/raw/edobizocov

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

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

Versions of packages vlc depends on:
ii  vlc-bin  3.0.5-1
ii  vlc-plugin-base  3.0.5-1
ii  vlc-plugin-qt3.0.5-1
ii  vlc-plugin-video-output  3.0.5-1

Versions of packages vlc recommends:
ii  vlc-l10n   3.0.5-1
ii  vlc-plugin-notify  3.0.5-1
ii  vlc-plugin-samba   3.0.5-1
ii  vlc-plugin-skins2  3.0.5-1
ii  vlc-plugin-video-splitter  3.0.5-1
ii  vlc-plugin-visualization   3.0.5-1

vlc suggests no packages.

Versions of packages libvlc-bin depends on:
ii  libc62.28-3
ii  libvlc5  3.0.5-1

Versions of packages libvlc5 depends on:
ii  libc62.28-3
ii  libvlccore9  3.0.5-1

Versions of packages libvlc5 recommends:
ii  libvlc-bin  3.0.5-1

Versions of packages vlc-bin depends on:
ii  libc6   2.28-3
ii  libvlc-bin  3.0.5-1
ii  libvlc5 3.0.5-1

Versions of packages vlc-plugin-base depends on:
ii  liba52-0.7.4 0.7.4-19
ii  libaom0  1.0.0-3
ii  libarchive13 3.3.3-2
ii  libaribb24-0 1.0.3-2
ii  libasound2   1.1.7-2
ii  libass9  1:0.14.0-2
ii  libavahi-client3 0.7-4+b1
ii  libavahi-common3 0.7-4+b1
ii  libavc1394-0 0.5.4-5
ii  libavcodec58 7:4.1-1
ii  libavformat587:4.1-1
ii  libavutil56  7:4.1-1
ii  libbasicusageenvironment12018.11.26-1
ii  libbluray2   1:1.0.2-3
ii  libc62.28-3
ii  libcairo21.16.0-2
ii  libcddb2 1.3.2-6
ii  libchromaprint1  1.4.3-2+b1
ii  libcrystalhd31:0.0~git20110715.fdd2f19-13
ii  libdbus-1-3  1.12.12-1
ii  libdc1394-22 2.2.5-1
ii  libdca0  0.0.6-1
ii  libdvbpsi10  1.3.2-1
ii  libdvdnav4   6.0.0-1
ii  libdvdread4  6.0.0-1
ii  libebml4v5   1.3.6-2
ii  libfaad2 2.8.8-1
ii  libflac8 1.3.2-3
ii  libfontconfig1   2.13.1-2
ii  libfreetype6 2.9.1-3
ii  libfribidi0  1.0.5-3
ii  libgcc1  1:8.2.0-13
ii  libgcrypt20  1.8.4-4
ii  libglib2.0-0 2.58.1-2
ii  libgnutls30  3.6.5-2
ii  libgpg-error01.33-3
ii  libgroupsock82018.11.26-1
ii  libharfbuzz0b2.3.0-1
ii  libixml101:1.8.4-2
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  libkate1 0.4.1-8
ii  liblirc-client0  0.10.1-3+b1
ii  liblivemedia64   2018.11.26-1
ii  liblua5.2-0  5.2.4-1.1+b2
ii  libmad0  0.15.1b-9
ii  libmatroska6v5

Bug#893232: bug #893232: fancontrol.service

2018-12-27 Thread Joerg Schiermeier
This bug still exists in buster.

uname -a:
Linux Pythagoras 4.18.0-3-amd64 #1 SMP Debian 4.18.20-2 (2018-11-23) x86_64 
GNU/Linux

lsb_release:
Distributor ID: Debian
Description:Debian GNU/Linux 10 (buster)
Release:10
Codename:   buster

journalctl -b | grep -C 2 fancontrol:
Dez 28 04:38:21 Pythagoras /usr/sbin/gpm[905]: *** info [daemon/startup.c(131)]:
Dez 28 04:38:21 Pythagoras /usr/sbin/gpm[905]: Started gpm successfully. 
Entered daemon mode.
Dez 28 04:38:21 Pythagoras fancontrol[830]: Loading configuration from 
/etc/fancontrol ...
Dez 28 04:38:21 Pythagoras kernel: vboxdrv: loading out-of-tree module taints 
kernel.
Dez 28 04:38:21 Pythagoras kernel: vboxdrv: Found 8 processor cores
Dez 28 04:38:21 Pythagoras kernel: vboxdrv: TSC mode is Invariant, tentative 
frequency 1595984291 Hz
Dez 28 04:38:21 Pythagoras kernel: vboxdrv: Successfully loaded version 6.0.0 
(interface 0x00290007)
Dez 28 04:38:21 Pythagoras fancontrol[830]: Common settings:
Dez 28 04:38:21 Pythagoras fancontrol[830]:   INTERVAL=10
Dez 28 04:38:21 Pythagoras fancontrol[830]: Settings for hwmon1/device/pwm1:
Dez 28 04:38:21 Pythagoras fancontrol[830]:   Depends on 
hwmon2/device/temp1_input
Dez 28 04:38:21 Pythagoras fancontrol[830]:   Controls hwmon1/device/fan1_input
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MINTEMP=50
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MAXTEMP=75
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MINSTART=150
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MINSTOP=150
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MINPWM=150
Dez 28 04:38:21 Pythagoras fancontrol[830]:   MAXPWM=250
Dez 28 04:38:21 Pythagoras cron[752]: (CRON) INFO (Running @reboot jobs)
Dez 28 04:38:22 Pythagoras kernel: VBoxNetFlt: Successfully started.
--
Dez 28 04:38:24 Pythagoras systemd[1]: Started Login Service.
Dez 28 04:38:24 Pythagoras systemd[1]: Started WPA supplicant.
Dez 28 04:38:24 Pythagoras fancontrol[1012]: Loading configuration from 
/etc/fancontrol ...
Dez 28 04:38:24 Pythagoras systemd[1]: Started Bluetooth service.
Dez 28 04:38:24 Pythagoras systemd[1]: Started RealtimeKit Scheduling Policy 
Service.
--
Dez 28 04:38:25 Pythagoras NetworkManager[779]:   [1545968305.0040] 
manager[0x563c910f5030]: monitoring kernel firmware directory '/lib/firmware'.
Dez 28 04:38:25 Pythagoras NetworkManager[779]:   [1545968305.0041] 
monitoring ifupdown state file '/run/network/ifstate'.
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Common settings:
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   INTERVAL=10
Dez 28 04:38:25 Pythagoras systemd[1]: Starting OpenBSD Secure Shell server...
Dez 28 04:38:25 Pythagoras systemd[1]: Started Permit User Sessions.
Dez 28 04:38:25 Pythagoras systemd[1]: Starting Simple Desktop Display 
Manager...
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Settings for hwmon1/device/pwm1:
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   Depends on 
hwmon2/device/temp1_input
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   Controls hwmon1/device/fan1_input
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MINTEMP=50
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MAXTEMP=75
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MINSTART=150
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MINSTOP=150
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MINPWM=150
Dez 28 04:38:25 Pythagoras fancontrol[1012]:   MAXPWM=250
Dez 28 04:38:25 Pythagoras systemd[1]: Started vboxautostart-service.service.
Dez 28 04:38:25 Pythagoras systemd[1]: Started vboxballoonctrl-service.service.
--
Dez 28 04:38:25 Pythagoras dbus-daemon[777]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.7' (uid=0 
pid=779 comm="/usr/sbin/NetworkManager --no-daemon ")
Dez 28 04:38:25 Pythagoras systemd[1]: Starting Hostname Service...
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Device path of hwmon1 has changed
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Device path of hwmon2 has changed
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Device name of hwmon1 has changed
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Device name of hwmon2 has changed
Dez 28 04:38:25 Pythagoras fancontrol[1012]: Configuration appears to be 
outdated, please run pwmconfig again
Dez 28 04:38:25 Pythagoras systemd[1]: fancontrol.service: Main process exited, 
code=exited, status=1/FAILURE
Dez 28 04:38:25 Pythagoras systemd[1]: fancontrol.service: Failed with result 
'exit-code'.
Dez 28 04:38:25 Pythagoras systemd[1]: cgmanager.service: Service 
RestartSec=100ms expired, scheduling restart.
Dez 28 04:38:25 Pythagoras systemd[1]: cgmanager.service: Scheduled restart 
job, restart counter is at 2.
--
Dez 28 05:13:48 Pythagoras lircd-0.10.1[1180]: Error: No /sys/class/rc/ devices 
found
Dez 28 05:13:49 Pythagoras systemd[1]: Starting fan speed regulator...
Dez 28 05:13:49 Pythagoras fancontrol[3748]: Loading configuration from 
/etc/fancontrol ...
Dez 28 05:13:49 Pythagoras fancontrol[3748]: Common 

Bug#917022: no multiarch support for wxrc

2018-12-27 Thread Scott Talbert

On Fri, 21 Dec 2018, Tomasz Słodkowicz wrote:


Package: wx-common
Version: 3.0.4+dfsg-7

wxrc (command line compiler for wxWidgets XML resources) binary is 
installed in /usr/bin. This blocks installing the same package with 
different architecture - required for cross compile. This can be moved 
to /usr/lib/ as described at 
https://wiki.ubuntu.com/MultiarchCross#Executables_in_-dev_packages.


I'm trying to install this on an amd64 host:
apt-get install libwxgtk-webview3.0-dev:armhf wx-common


I'm wondering if instead we could just mark wx-common as Multi-Arch: 
foreign?  A best as I can tell, wxrc doesn't create architecture-specific 
files, so using the native version should be fine for cross-compiling, if 
necessary.


Scott

Bug#891273:

2018-12-27 Thread Andoru
Package: vlc
Version: 3.0.4-4

As always, I forgot about this bug.

> I remeber fixes for fullscreen handing in 3.0.1/2. Is the situtation now
> better?

Looking at this again, now with the latest version on Sid, I can confirm
that the fullscreen issue has been fixed at my end.

On the other hand, the issue with VLC annoyingly positioning itself where
it shouldn't still persists.
I've also noticed that this also happens with lxpanel, so it's not a tint2
specific issue.


Bug#917516: anbox: does not pull binder or ashmem kernel drivers as dependency

2018-12-27 Thread Shengjing Zhu
Svetlana Tkachenko  于 2018年12月28日周五 12:06写道:

> Package: anbox
> Version: 0.0~git20181210-1
> Severity: important
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate
> ***
>
> I ran "anbox session-manager" and received this error:
>
> ~$ anbox session-manager
> [ 2018-12-28 04:03:29] [session_manager.cpp:130@operator()] Failed to
> start as
> either binder or ashmem kernel drivers are not loaded
> ~$
>


https://sources.debian.org/src/anbox/0.0~git20181210-1/debian/anbox-container-manager.service/

The kernel modules are pulled by this systemd service. Cloud you attach
your log of this service?

>


Bug#917428: Python 2 matplotlib package required for sagemath

2018-12-27 Thread Sandro Tosi
there is a python-matplotlib binary package at 2.2.3 so i'm not sure
what is the problem you're having - check again?

On Thu, Dec 27, 2018 at 12:08 PM Tobias Hansen  wrote:
>
> Hi Sandro,
>
> I was just about to finish an update to the sagemath package when you 
> uploaded matplotlib 3.0.2 to unstable. We need the Python 2 package for 
> sagemath (see #917428). Would you be ok with me uploading matplotlib 2.2.3 as 
> a separate source package that provides python-matplotlib? Or would you even 
> want to maintain it?
>
> Best,
>
> Tobias
>
>


-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi



Bug#917518: python-matplotlib: WxAgg backend cannot find fonts

2018-12-27 Thread Stuart Prescott
Package: python-matplotlib
Version: 2.2.3-4
Severity: important

Dear Maintainers,

Since the update to python-matplotlib2, the WxAgg backend is unable to find any
fonts. The following code used to work just fine (and works fine in buster
with python-matplotlib 2.2.2-4+b1):

# apt-get install python-matplotlib python-wxgtk3.0
# python -c 'import matplotlib.backends.backend_wxagg.FigureCanvasWxAgg'
/usr/lib/python2.7/dist-packages/matplotlib/__init__.py:1005: UserWarning: 
could not find rc file; returning defaults
  warnings.warn(message)
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/matplotlib/backends/backend_wxagg.py", 
line 11, in 
from .backend_agg import FigureCanvasAgg
  File "/usr/lib/python2.7/dist-packages/matplotlib/backends/backend_agg.py", 
line 36, in 
from matplotlib.backend_bases import (
  File "/usr/lib/python2.7/dist-packages/matplotlib/backend_bases.py", line 53, 
in 
from matplotlib import (
  File "/usr/lib/python2.7/dist-packages/matplotlib/textpath.py", line 17, in 

import matplotlib.font_manager as font_manager
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1472, in 
_rebuild()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1453, in _rebuild
fontManager = FontManager()
  File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 
1057, in __init__
paths = [os.path.join(rcParams['datapath'], 'fonts', 'ttf'),
  File "/usr/lib/python2.7/posixpath.py", line 70, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

The WxAgg backend is used by python-bumps and sasmodels; the inability to
import the module means that these packages FTBFS and their autopkgtest tests
fail.

I can't see any changes in the packaging that would cause this but I also
can't see any relevant changes in the upstream backend or font handling code.
There are some changes in the initialisation of the matplotlib config but I
don't see any documented changes in the upstream changelog for requiring
initialisation of rcParams prior to importing backends.

If changes in the rdeps are needed, I can make them, but hints would be
gratefully received.

thanks
Stuart

Comparison logs from ci.d.n:

buster
https://ci.debian.net/data/autopkgtest/testing/amd64/s/sasview/1563832/log.gz

unstable
https://ci.debian.net/data/autopkgtest/testing/amd64/s/sasview/1563833/log.gz

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

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages python-matplotlib depends on:
ii  libc6 2.28-3
ii  libfreetype6  2.9.1-3
ii  libgcc1   1:8.2.0-13
ii  libjs-jquery  3.2.1-1
ii  libjs-jquery-ui   1.12.1+dfsg-5
ii  libpng16-16   1.6.36-1
ii  libstdc++68.2.0-13
ii  python2.7.15-3
ii  python-backports.functools-lru-cache  1.5-1
ii  python-cycler 0.10.0-1
ii  python-dateutil   2.7.3-1
ii  python-kiwisolver 1.0.1-2+b1
ii  python-matplotlib2-data   2.2.3-4
ii  python-numpy [python-numpy-abi9]  1:1.16.0~rc1-2
ii  python-pyparsing  2.2.0+dfsg1-2
ii  python-six1.12.0-1
ii  python-subprocess32   3.5.3-1
ii  python-tz 2018.7-1
ii  zlib1g1:1.2.11.dfsg-1

Versions of packages python-matplotlib recommends:
ii  python-pil  5.3.0-1
ii  python-tk   2.7.15-1+b1

Versions of packages python-matplotlib suggests:
pn  dvipng  
pn  ffmpeg  
pn  ghostscript 
pn  gir1.2-gtk-3.0  
pn  inkscape
pn  ipython 
ii  librsvg2-common 2.44.10-1
pn  python-cairocffi
pn  python-configobj
pn  python-excelerator  
pn  python-gi   
pn  python-gobject-2
pn  python-matplotlib2-doc  
pn  python-nose 
pn  python-qt4  
pn  python-scipy
pn  python-sip  
pn  python-tornado  
pn  python-traits   
ii  python-wxgtk3.0 3.0.2.0+dfsg-8
pn  texlive-extra-utils 
pn  texlive-latex-extra 
pn  ttf-staypuft

-- no debconf information



Bug#917517: RM: munin-plugins-openstack -- ROM; Not maintained upstream, outdated

2018-12-27 Thread Thomas Goirand
Package: ftp.debian.org
Severity: normal


Hi,

There's been no commit upstream in this package since 2012. I don't think it
is reasonable to keep it in Debian. Please remove it before Buster is out.

Cheers,

Thomas Goirand (zigo)



Bug#917502: Bug in python3-migrate 0.11.0-4 release instead of -5?

2018-12-27 Thread Thomas Goirand
Hi,

Thinking about it, and checking for the fact in the reproducible build
logs, it looks like the issue is using python3-migrate 0.11.0-4. Indeed,
the -5 release was patched to work with the latest version of sqlite3,
and the -4 is affected by some problems that could well lead to what
you've experienced.

I've re-triggered builds in reproducible-builds.org to check for this
fact: we'll see!

Cheers,

Thomas Goirand (zigo)



Bug#917516: anbox: does not pull binder or ashmem kernel drivers as dependency

2018-12-27 Thread Svetlana Tkachenko
Package: anbox
Version: 0.0~git20181210-1
Severity: important

Dear Maintainer,

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

I ran "anbox session-manager" and received this error:

~$ anbox session-manager
[ 2018-12-28 04:03:29] [session_manager.cpp:130@operator()] Failed to start as
either binder or ashmem kernel drivers are not loaded
~$

I expected that after installing 'anbox' package the program does not require 
any further kernel configurations.

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


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

Kernel: Linux 4.18.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU:ru (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages anbox depends on:
ii  iptables1.8.2-2+b1
ii  libboost-atomic1.67.0   1.67.0-11
ii  libboost-chrono1.67.0   1.67.0-11
ii  libboost-date-time1.67.01.67.0-11
ii  libboost-filesystem1.67.0   1.67.0-11
ii  libboost-iostreams1.67.01.67.0-11
ii  libboost-log1.67.0  1.67.0-11
ii  libboost-program-options1.67.0  1.67.0-11
ii  libboost-regex1.67.01.67.0-11
ii  libboost-serialization1.67.01.67.0-11
ii  libboost-system1.67.0   1.67.0-11
ii  libboost-thread1.67.0   1.67.0-11
ii  libc6   2.28-2
ii  libegl1 1.1.0-1
ii  libgcc1 1:8.2.0-13
ii  libgles21.1.0-1
ii  liblxc1 1:3.0.3-1
ii  libprotobuf-lite17  3.6.1.3-1
ii  libsdl2-2.0-0   2.0.8+dfsg1-6
ii  libsdl2-image-2.0-0 2.0.3+dfsg1-3
ii  libstdc++6  8.2.0-13
ii  libsystemd0 238-2
ii  lxc 1:3.0.3-1

Versions of packages anbox recommends:
ii  dbus-user-session  1.12.12-1

anbox suggests no packages.

-- no debconf information



Bug#917502: Can't reproduce

2018-12-27 Thread Thomas Goirand
severity 917502 important
tags 917502 moreinfo unreproducible
thanks

I'm sorry but I can't reproduce this in a "normal" sbuild environment. I
tried under both Sid and Buster.

Unless I'm provided with a way to reproduce, I'll keep this bug with
severity "important", as it doesn't look like it's the standard build
environment, meaning it wont affect most users.

Cheers,

Thomas Goirand (zigo)



Bug#908353: marked as done (ncbi-tools6 FTCBFS: uses the build architecture compiler)

2018-12-27 Thread Aaron M. Ucko
Helmut Grohne  writes:

> Unfortunately, the cross build still fails with a weird linker error

I'm pushing a -6 that I hope will address this error and in conjunction
with the CC change from -5 generally get cross builds in full working
order.  Please get back in touch if you find otherwise.

-- 
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#917185: udev 240-1 + sysvinit-core 2.93-1 break input devices + other problems

2018-12-27 Thread Ricardo Peliquero
Thank you Michael,

I've just updated from 239-15 to 240-2; but, unfortunately, none of the
problems were solved.

Also, followed your instructions, but:

root@local:~# udevadm trigger
root@local:~# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.19.0-1-686-pae
Fatal: raid_setup: stat("/dev/disk/by-id/ata-Maxtor_6Y060M0_M000")
run-parts: /etc/initramfs/post-update.d//runlilo exited with return
code 1

But this time, I was able to reboot and finish downgrading to 239-15 OK.

Kind regards,

Ricardo


Michael Biebl  Thu, 27 Dec 2018 23:10:16 +0100:

> Am 27.12.18 um 23:08 schrieb Michael Biebl:
> 
> > The explicit "udevadm trigger" should ensure that all symlinks
> > in /dev are created resulting
> 
> ...resulting in a working initrd
> 
> 



Bug#917415: libgpiod2: GIO output not enabled when gpioset-ting a pin on Beaglebone

2018-12-27 Thread 林上智
Hi,

Tarmo Kuuse  於 2018年12月27日 週四 下午10:51寫道:



> Pin is muxed as GPIO and has value 1, but it's still configured as input:
> conf_gpmc_a1 = 0x27
> GPIO_OE = 0xFE1F
> GPIO_DATAOUT = 0x82
> Output voltage = 0.58 V
>
> # gpioinfo gpiochip1
> gpiochip1 - 32 lines:
> ...
> line  17:"GPMC_A1"   unused  output  active-high
>
> This is not OK - pin should be configured as an output in the GPIO_OE 
> register and it should have a voltage of around 3.3 V.

This issue looks similar to this one [1], could you confirm it?

Thanks.

[1] https://github.com/brgl/libgpiod/issues/32

SZ

>
> 3. Attempting to set gpio1[17] to low, failure
>
> # gpioset gpiochip1 17=0
> # echo $?
> 0
>
> Pin is muxed as GPIO and has value 0, but is configured as an input:
> conf_gpmc_a1 = 0x27
> GPIO_OE = 0xFE1F
> GPIO_DATAOUT = 0x80
> Output voltage = 0.58 V
>
> This is not OK either - pin should be an output and have a voltage of around 
> 0 V.
>
> 4. Verification using sysfs, success
>
> To compare and contrast, I exported the pin and set it high using the 
> "deprecated" sysfs interface:
>
> # echo 49 > /sys/class/gpio/export
> # echo high > /sys/class/gpio/gpio49/direction
>
> Pin is muxed as GPIO, configured as output and has the value 1:
> conf_gpmc_a1 = 0x27
> GPIO_OE = 0xFE1D
> GPIO_DATAOUT = 0x82
> Output voltage = 3.36 V
>
> This is the expected result - GPIO_OE has output enabled for pin 17 and the 
> output is 3.36 V.
> I also looked at the gpioinfo for this test:
>
> # gpioinfo gpiochip1
> gpiochip1 - 32 lines:
> ...
> line  17:"GPMC_A1"  "sysfs"  output  active-high [used]
>
> It looks to me that libgpiod "gpioset" does not enable the pin as output in 
> GPIO_OE register. This register is described in section "25.4.1.16 GPIO_OE 
> Register (offset = 134h) [reset = h]" of "AM335x and AMIC110 Sitara 
> Processors Technical Reference Manual Rev. P" from 
> http://www.ti.com/lit/pdf/spruh73.
>
> I have also tried writing a small C program directly against the kernel's 
> "linux/gpio.h" API to achieve the same result as gpioset does. It fails in 
> the same way as gpioset does.
>
> === Environment and hardware details ===
>
> Hardware: BeagleCore BCM.ETR1 (compatible with a Beaglebone Black rev C)
> CPU: Texas Instruments AM3358BZCZA100 (armv7l)
> Debian: Buster/10 (BeagleBoard.org Debian Image 2018-12-10 from 
> https://rcn-ee.net/rootfs/bb.org/testing/2018-12-10/buster-iot/bone-debian-buster-iot-armhf-2018-12-10-4gb.img.xz)
> Kernel: ver 4.14.79-ti-r86
> libgpiod and gpiod packages: ver 1.2-3
>
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: armhf (armv7l)
>
> Kernel: Linux 4.14.79-ti-r86 (SMP w/1 CPU core; PREEMPT)
> Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
> (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages libgpiod2 depends on:
> ii  libc6   2.28-2
> ii  libgcc1 1:8.2.0-13
> ii  libstdc++6  8.2.0-13
>
> libgpiod2 recommends no packages.
>
> libgpiod2 suggests no packages.
>
> -- no debconf information



Bug#914766: mkl: path of headers

2018-12-27 Thread Mo Zhou
control: severity -1 wishlist
control: tag -1 wontfix

Moving headers out of mkl/ subsirectory would mess up user's /usr/include



Bug#833116: fgetty: Incorrect keystroke interpretation

2018-12-27 Thread Ricardo Peliquero
Dmitry Bogatov  Sat, 22 Dec 2018 13:33:18 +:

>  $ dgit clone fgetty
>  $ cd fgetty
>  $ git am /path/to/this/message
>  $ dgit build
>  $ sudo debi

I had to specify xx.changes location to last instruction.
; su -c 'debi ../fgetty_0.7-4_multi.changes'

Patch applied, but no changes after it.  Please, let me know if I made
something wrong.

Indeed, I completely purged fgetty and followed instructions again to
make sure that the patched package is used. But, no success.


But, I think that mksh package might give us some light:

; LANG=C apt-cache depends mksh
mksh
  Depends: libc6
  Recommends: ed

; su - -c 'aptitude install mksh'

; su - -c 'adduser --shell /bin/mksh testmksh'

; ls -la /home/testmksh/
total 28
drwxr-xr-x 2 testmksh testmksh 4096 dic 27 18:44 .
drwxr-xr-x 8 root root 4096 dic 27 18:44 ..
-rw-r--r-- 1 testmksh testmksh  220 dic 27 18:44 .bash_logout
-rw-r--r-- 1 testmksh testmksh 3526 dic 27 18:44 .bashrc
-rw-r--r-- 1 testmksh testmksh 2181 dic 27 18:44 .kshrc
-rw-r--r-- 1 testmksh testmksh 1703 dic 27 18:44 .mkshrc
-rw-r--r-- 1 testmksh testmksh  807 dic 27 18:44 .profile

; cat /home/testmksh/.mkshrc # ... showing interesting part only:

# force sane environment (e.g. for scripting), Debian-specific libc
# patch
#\\builtin export LC_ALL=C.UTF-8
# - or - switch to a slightly user-friendly and more portable locale
#\\builtin unset LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE
#LC_IDENTIFICATION LC_MONETARY \
#LC_NAME LC_NUMERIC LC_TELEPHONE LC_TIME
#p=en_GB.UTF-8
#\\builtin export LANG=C LC_CTYPE=$p LC_MEASUREMENT=$p LC_MESSAGES=$p
#LC_PAPER=$p

# in either case: sync mksh UTF-8 mode to current locale (expected on
# GNU)
\\builtin set -U; [[ ${LC_ALL:-${LC_CTYPE:-${LANG:-}}} = \
*[Uu][Tt][Ff]?(-)8* ]] || \\builtin set +U

#\\builtin unset p


Let's test it:

; cat /etc/inittab | grep '^[1-3]:'
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty --login-program /lib/fgetty/login1 38400 tty2
3:23:respawn:/sbin/fgetty tty3

; su - -c reboot

testmksh@tty1:~ $ echo áéíóú ÁÉÍÓÚ ïü ÏÜ ñÑ > test_tty1.txt
testmksh@tty1:~ $ cat test_tty1.txt
testmksh@tty1:~ $ áéíóú ÁÉÍÓÚ ïü ÏÜ ñÑ

testmksh@tty[2-3]:~ $ echo áéíóú ◈^◈◈^◈◈^◈◈^◈◈^◈ ïü  ◈^◈◈^◈ ñ◈^◈ \
>> test_tty2-3.txt
cat test_tty2-3.txt
áéíóú ÁÉÍÓÚ ïü ÏÜ ñÑ
áéíóú ÁÉÍÓÚ ïü ÏÜ ñÑ

... Made some changes in .mkshrc:
testmksh@et1:~ $ diff .mkshrc.old .mkshrc # garbage cut off

< #\\builtin unset LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE \
< # LC_IDENTIFICATION LC_MONETARY \
< # LC_NAME LC_NUMERIC LC_TELEPHONE LC_TIME
---
> \\builtin unset LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE \
>  LC_IDENTIFICATION LC_MONETARY \
>  LC_NAME LC_NUMERIC LC_TELEPHONE LC_TIME

< #p=en_GB.UTF-8
< #\\builtin export LANG=C LC_CTYPE=$p LC_MEASUREMENT=$p \
< # LC_MESSAGES=$p LC_PAPER=$p
---
> p=es_AR.UTF-8
> \\builtin export LANG=C LC_CTYPE=$p LC_MEASUREMENT=$p \
>  LC_MESSAGES=$p LC_PAPER=$p

< #\\builtin unset p
---
> \\builtin unset p



testmksh@tty[1-3]:~ exit

login tty1, tty2, tty3: testmksh

et voilà!
typing áéíóú ÁÉÍÓÚ ïü ÏÜ ñÑ will show all characters
just as expected.

By the way, if I happen to type 'ñandú' at tty3 login, that is within
fgetty, before applying any environmental variable from any shell
script, the characters will show OK, while tty1,2 login will only show
'and'.

Regards,

Ricardo



Bug#914225: Info received ()

2018-12-27 Thread Michael Neilly
 I was finally able to track this down to a missing xorg.conf file. I copied 
the xorg.conf from a external drive with a working debian and now I can login 
using xorg again.

On Tuesday, November 20, 2018, 8:51:05 PM PST, Debian Bug Tracking System 
 wrote:  
 
 Thank you for the additional information you have supplied regarding
this Bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Debian Kernel Team 

If you wish to submit further information on this problem, please
send it to 914...@bugs.debian.org.

Please do not send mail to ow...@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.

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

Bug#907765: honeysql-clojure: FTBFS in buster/sid (Could not locate honeysql/format_test__init.class or honeysql/format_test.clj on classpath.)

2018-12-27 Thread Cyril Brulebois
[ Not the maintainer, passing by.]

Hi Santiago,

Santiago Vila  (2018-09-01):
> Exception in thread "main" java.io.FileNotFoundException: Could not locate 
> honeysql/format_test__init.class or honeysql/format_test.clj on classpath. 
> Please check that namespaces with dashes use underscores in the Clojure file 
> name., compiling:(/<>/test/./honeysql/core_test.cljc:1:1)
>   at clojure.lang.Compiler.load(Compiler.java:7526)
>   at clojure.lang.Compiler.loadFile(Compiler.java:7452)
>   at clojure.main$load_script.invokeStatic(main.clj:278)
>   at clojure.main$script_opt.invokeStatic(main.clj:338)
>   at clojure.main$script_opt.invoke(main.clj:333)
>   at clojure.main$main.invokeStatic(main.clj:424)
>   at clojure.main$main.doInvoke(main.clj:387)
>   at clojure.lang.RestFn.applyTo(RestFn.java:137)
>   at clojure.lang.Var.applyTo(Var.java:702)
>   at clojure.main.main(main.java:37)
> Caused by: java.io.FileNotFoundException: Could not locate 
> honeysql/format_test__init.class or honeysql/format_test.clj on classpath. 
> Please check that namespaces with dashes use underscores in the Clojure file 
> name.
>   at clojure.lang.RT.load(RT.java:463)
>   at clojure.lang.RT.load(RT.java:426)
>   at clojure.core$load$fn__9115.invoke(core.clj:6046)
>   at clojure.core$load.invokeStatic(core.clj:6045)
>   at clojure.core$load.doInvoke(core.clj:6029)
>   at clojure.lang.RestFn.invoke(RestFn.java:408)
>   at clojure.core$load_one.invokeStatic(core.clj:5848)
>   at clojure.core$load_one.invoke(core.clj:5843)
>   at clojure.core$load_lib$fn__9060.invoke(core.clj:5888)
>   at clojure.core$load_lib.invokeStatic(core.clj:5887)
>   at clojure.core$load_lib.doInvoke(core.clj:5868)
>   at clojure.lang.RestFn.applyTo(RestFn.java:142)
>   at clojure.core$apply.invokeStatic(core.clj:659)
>   at clojure.core$load_libs.invokeStatic(core.clj:5925)
>   at clojure.core$load_libs.doInvoke(core.clj:5909)
>   at clojure.lang.RestFn.applyTo(RestFn.java:137)
>   at clojure.core$apply.invokeStatic(core.clj:659)
>   at clojure.core$require.invokeStatic(core.clj:5947)
>   at clojure.core$require.doInvoke(core.clj:5947)
>   at clojure.lang.RestFn.invoke(RestFn.java:457)
>   at 
> honeysql.core_test$eval2694$loading__9001__auto2695.invoke(core_test.cljc:1)
>   at honeysql.core_test$eval2694.invokeStatic(core_test.cljc:1)
>   at honeysql.core_test$eval2694.invoke(core_test.cljc:1)
>   at clojure.lang.Compiler.eval(Compiler.java:7062)
>   at clojure.lang.Compiler.eval(Compiler.java:7051)
>   at clojure.lang.Compiler.load(Compiler.java:7514)
>   ... 9 more
> make[1]: *** [debian/rules:26: override_dh_auto_test] Error 123
> make[1]: Leaving directory '/<>'
> make: *** [debian/rules:11: build-indep] Error 2
> dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
> status 2
> 
> 
> The build was made in my autobuilder with "dpkg-buildpackage -A"

I can't reproduce this locally in a sid sbuild schroot, with -A.

> but it also fails here:
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/honeysql-clojure.html

Last build there seems OK as well.

> In reproducible builds it seems to be random, but I tried to build it
> 50 times on GCE n1-standard-1 machines today and it failed each and
> every time.  If you need a test machine to reproduce please say so.

Can you please double check what happens on your end, and close if this
went away?


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Bug#825309: Update

2018-12-27 Thread Dima Kogan
I just hit this issue. Can we please fix this? Do you need a patch?



Bug#917143: this is a t-coffee issue only, not libbio-tools-run-alignment-tcoffee-perl

2018-12-27 Thread Carnë Draug
I have reassigned this to t-coffee only.  The package
libbio-tools-run-alignment-tcoffee-perl is just a perl wrapper to the
t-coffee program, and it's t-coffee that is failing on its own.

t-coffee's own autopkgtest fails since 12.00.fb08c2-1.  See

https://ci.debian.net/packages/t/t-coffee/unstable/amd64/



Bug#917515: pyocd: Please package new upstream version

2018-12-27 Thread Nick Morrott
Source: pyocd
Version: 0.13.1+dfsg
Severity: wishlist

Dear Maintainer,

The packaging of python-mbed-host-tests [1] requires a current version
of pyocd (0.14.x) in order to build.

  [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917384

Please could you update pyocd to the current upstream release so that
the packaging of python-mbed-host-tests can be finalised and upload.

Kind thanks,
Nick

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#917514: RM: logfs-tools -- RoQA; removed from kernel, unused, RC buggy

2018-12-27 Thread Adam Borowski
Package: ftp.debian.org
Severity: normal


Hi!
logfs has been removed from the kernel as of 4.10.  In theory, one could
run buster userland with an old kernel, but the filesystem has seen no
real use for a long long time (newer, better implementations of the concept
exist -- such as f2fs).

It also would require porting to even compile with current glibc.  So,
it's time to show this package the door...



Bug#917513: recommonmark-scripts: trying to overwrite '/usr/share/man/man1/cm2html.1.gz', which is also in package python-recommonmark 0.4.0+ds-2

2018-12-27 Thread Axel Beckert
Hi,

Axel Beckert wrote:
> This is basically the same issue as https://bugs.debian.org/917378, just
> now with recommonmark-scripts instead of python3-recommonmark.

JFTR, here's the full error output for the issue with 0.4.0+ds-4:

Preparing to unpack .../recommonmark-scripts_0.4.0+ds-4_all.deb ...
Unpacking recommonmark-scripts (0.4.0+ds-4) over (0.4.0+ds-2) ...
dpkg: error processing archive 
/var/cache/apt/archives/recommonmark-scripts_0.4.0+ds-4_all.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/cm2html.1.gz', which is also in 
package python-recommonmark 0.4.0+ds-2
Errors were encountered while processing:
 /var/cache/apt/archives/recommonmark-scripts_0.4.0+ds-4_all.deb

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#917513: recommonmark-scripts: trying to overwrite '/usr/share/man/man1/cm2html.1.gz', which is also in package python-recommonmark 0.4.0+ds-2

2018-12-27 Thread Axel Beckert
Package: recommonmark-scripts
Version: 0.4.0+ds-2
Severity: serious

This is basically the same issue as https://bugs.debian.org/917378, just
now with recommonmark-scripts instead of python3-recommonmark.

recommonmark-scripts needs versioned Breaks and Replaces headers (see
the Policy for details), now against python-recommonmark _and_
python3-recommonmark, because it now seems to contain files which were
previously in python-recommonmark (up to 0.4.0+ds-2) and
python3-recommonmark (in 0.4.0+ds-3), given #917378 and this changelog
entry in 0.4.0+ds-4:

- debian/python3-recommonmark.manpages, rename to
- debian/recommonmark-scripts.manpages.

Oh, and btw., from the same changelog entry:

- debian/control:
  - Breaks/Replaces fields, add to manage transition;

I though see no Breaks or Replaces header in neither
recommonmark-scripts nor python3-recommonmark (nor python-recommonmark
where it wouldn't make sense):

→ acs recommonmark-scripts python-recommonmark python3-recommonmark | egrep 
'Breaks|Replaces'
→ 

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (980, 'unstable-debug'), (600, 'testing'), 
(111, 'buildd-unstable'), (111, 'buildd-experimental'), (110, 'experimental'), 
(105, 'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages recommonmark-scripts depends on:
ii  python   2.7.15-3
pn  python-recommonmark  

recommonmark-scripts recommends no packages.

recommonmark-scripts suggests no packages.

-- no debconf information



Bug#917511: harvest-tools FTBFS, "This code requires C++14. Either your compiler does not support it or it is not enabled."

2018-12-27 Thread peter green

Package: harvest-tools
Version: 1.3-3
Tags: buster sid patch

harvest-tools failed to build during the binnmu for the capng transition with.

/usr/include/kj/common.h:36:4: error: #error "This code requires C++14. Either your 
compiler does not support it or it is not enabled."
   #error "This code requires C++14. Either your compiler does not support it or it 
is not enabled."

I replaced c++11 with c++14 in configure.ac and Makefile.in and was able to
get a successful build in raspbian buster-staging which I went ahead and
uploaded to raspbian. A debdiff should appear soon at
https://debdiffs.raspbian.org/main/h/harvest-tools/

No intent to NMU in Debian.



Bug#917512: postfix: smtputf8_enable performs case folding incorrectly

2018-12-27 Thread Wesley S.
Package: postfix
Version: 3.1.8-0+deb9u1
Severity: normal
Tags: newcomer

Dear Maintainer,

I had an issue after upgrading from Debian 8 to Debian 9 related to Postfix and 
PostSRSd.
After investigating, it looks like Postfix has a bug where Return-Path and 
other mail headers
are incorrectly case folded (they become lowercase) and this can introduce 
problems.

For example: SpamAssassin checks the SRS tag in front of the Return-Path header 
with case sensitivity.
This means that some spam rules were being triggered incorrectly and mails 
being sent to Spam incorrectly.

The problem arises when smtputf8_enable is enabled in Postfix
And when you are using a lookup table, in my example a TCP-based lookup table 
for PostSRSd.

I have had contact with the Postfix author Wietse Venema.
After finding the problem, he told me that the issue has been fixed in version 
3.4,
but that the bugfix never made it into the stable releases for some reason.
Version 3.1.11 will probably be released in January though.

Will Debian pick up this version to fix this issue?
It's an annoying issue because right now we either disable UTF8 support,
Or we accept that some of our mails will be marked as spam incorrectly.

Alternative:

The fix is quite simple, just adding a set of parentheses.
Perhaps this could be a Debian patch?

File: util/dict_utf8.c.

--- dict_utf8.c 2015-02-03 11:19:19.0 -0500
+++ ../../../postfix-3.4-20181226/src/util/dict_utf8.c  2018-07-07 
17:07:00.0 -0400
@@ -104,8 +109,9 @@
 /*
  * Casefold UTF-8.
  */
-if (fold_flag != 0 && (fold_flag & (dict->flags & DICT_FLAG_FIXED) ?
-  DICT_FLAG_FOLD_FIX : DICT_FLAG_FOLD_MUL)) {
+if (fold_flag != 0
+   && (fold_flag & ((dict->flags & DICT_FLAG_FIXED) ?
+DICT_FLAG_FOLD_FIX : DICT_FLAG_FOLD_MUL))) {
if (dict->fold_buf == 0)
dict->fold_buf = vstring_alloc(10);
return (casefold(dict->fold_buf, string));

Kind regards
Wesley S.


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

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

Versions of packages postfix depends on:
ii  adduser3.115
ii  cpio   2.11+dfsg-6
ii  debconf [debconf-2.0]  1.5.61
ii  dpkg   1.18.25
ii  init-system-helpers1.48
ii  libc6  2.24-11+deb9u3
ii  libdb5.3   5.3.28-12+deb9u1
ii  libicu57   57.1-6+deb9u2
ii  libsasl2-2 2.1.27~101-g0780600+dfsg-3
ii  libssl1.1  1.1.1a-2~20181219073610.6+stretch
ii  lsb-base   9.20161125
ii  netbase5.4
ii  postfix-sqlite 3.1.8-0+deb9u1
ii  ssl-cert   1.0.39

Versions of packages postfix recommends:
ii  python3  3.5.3-1

Versions of packages postfix suggests:
ii  bsd-mailx [mail-reader]8.1.2-0.20160123cvs-4
ii  dovecot-core [dovecot-common]  1:2.2.27-3+deb9u2
ii  libsasl2-modules   2.1.27~101-g0780600+dfsg-3
ii  mutt [mail-reader] 1.7.2-1+deb9u1
pn  postfix-cdb
pn  postfix-doc
pn  postfix-ldap   
pn  postfix-lmdb   
pn  postfix-mysql  
ii  postfix-pcre   3.1.8-0+deb9u1
pn  postfix-pgsql  
ii  procmail   3.22-25+deb9u1
pn  resolvconf 
ii  sasl2-bin  2.1.27~101-g0780600+dfsg-3
pn  ufw

-- debconf information excluded



Bug#914546: failing test skipped in 3.7.1-2; decreasing bug severity

2018-12-27 Thread Cédric Boutillier
Control: severity -1 normal
Control: tag -1 - ftbfs

Hi,

The bug has been reported upstream, and while waiting for a fix, the
failing test is skipped in 3.7.1-2, so that this won't cause a ftbs. The bug is
kept open, but severity is lowered to normal.

Thanks,

Cédric


signature.asc
Description: PGP signature


Bug#917505: python-certbot-dns-ovh: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:python-certbot-dns-ovh
Version: 0.27.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules binary-indep
dh binary-indep --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating 
/<>/.pybuild/cpython3_3.7_certbot-dns-ovh/build/certbot_dns_ovh

[... snipped ...]

Traceback (most recent call last):
  File "/<>/certbot_dns_ovh/dns_ovh_test.py", line 54, in setUp
ENDPOINT, APPLICATION_KEY, APPLICATION_SECRET, CONSUMER_KEY, 0
  File "/<>/certbot_dns_ovh/dns_ovh.py", line 85, in __init__
'ttl': ttl,
  File "/usr/lib/python3/dist-packages/lexicon/providers/ovh.py", line 45, in 
__init__
super(Provider, self).__init__(config)
  File "/usr/lib/python3/dist-packages/lexicon/providers/base.py", line 42, in 
__init__
self.config = legacy_config_resolver(config)
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 349, in 
legacy_config_resolver
return 
ConfigResolver().with_legacy_dict(legacy_dict).with_env().with_config_dir(os.getcwd())
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 195, in 
with_legacy_dict
return self.with_config_source(LegacyDictConfigSource(legacy_dict_object))
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 312, in __init__
raise AttributeError('Error, key provider_name is not defined.'
AttributeError: Error, key provider_name is not defined.LegacyDictConfigSource 
cannot scope correctly the provider specific options.

==
ERROR: test_del_txt_record_fail_to_find_domain 
(certbot_dns_ovh.dns_ovh_test.OVHLexiconClientTest)
--
Traceback (most recent call last):
  File "/<>/certbot_dns_ovh/dns_ovh_test.py", line 54, in setUp
ENDPOINT, APPLICATION_KEY, APPLICATION_SECRET, CONSUMER_KEY, 0
  File "/<>/certbot_dns_ovh/dns_ovh.py", line 85, in __init__
'ttl': ttl,
  File "/usr/lib/python3/dist-packages/lexicon/providers/ovh.py", line 45, in 
__init__
super(Provider, self).__init__(config)
  File "/usr/lib/python3/dist-packages/lexicon/providers/base.py", line 42, in 
__init__
self.config = legacy_config_resolver(config)
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 349, in 
legacy_config_resolver
return 
ConfigResolver().with_legacy_dict(legacy_dict).with_env().with_config_dir(os.getcwd())
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 195, in 
with_legacy_dict
return self.with_config_source(LegacyDictConfigSource(legacy_dict_object))
  File "/usr/lib/python3/dist-packages/lexicon/config.py", line 312, in __init__
raise AttributeError('Error, key provider_name is not defined.'
AttributeError: Error, key provider_name is not defined.LegacyDictConfigSource 
cannot scope correctly the provider specific options.

--
Ran 18 tests in 0.009s

FAILED (errors=13)
Test failed: 
error: Test failed: 
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: 
python3.7 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:6: binary-indep] Error 25
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-certbot-dns-ovh.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917508: supertux: FTBFS (conflicting declaration)

2018-12-27 Thread Santiago Vila
Package: src:supertux
Version: 0.5.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=cmake
   dh_update_autotools_config -i -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF \
 -DENABLE_BOOST_STATIC_LIBS=OFF
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DBUILD_SHARED_LIBS=OFF -DENABLE_BOOST_STATIC_LIBS=OFF ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

[... snipped ...]

 from /<>/src/video/texture_manager.hpp:31,
 from /<>/src/video/texture.hpp:26,
 from /<>/src/video/font.hpp:28,
 from /<>/src/video/drawing_context.hpp:29,
 from /<>/src/video/drawing_request.hpp:30,
 from /<>/src/object/moving_sprite.hpp:23,
 from /<>/src/badguy/badguy.hpp:22,
 from /<>/src/badguy/angrystone.hpp:20,
 from /<>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glew.h:18743:28: note: previous declaration as 'typedef void (* 
PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
 typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, 
GLenum pname, const GLfloat* data);
^~
In file included from /<>/src/video/glutil.hpp:47,
 from /<>/src/video/texture_manager.hpp:31,
 from /<>/src/video/texture.hpp:26,
 from /<>/src/video/font.hpp:28,
 from /<>/src/video/drawing_context.hpp:29,
 from /<>/src/video/drawing_request.hpp:30,
 from /<>/src/object/moving_sprite.hpp:23,
 from /<>/src/badguy/badguy.hpp:22,
 from /<>/src/badguy/angrystone.hpp:20,
 from /<>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glext.h:12080:102: error: conflicting declaration 'typedef void 
(* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, GLint*)'
 typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, 
GLenum pname, GLint *params);

  ^
In file included from /<>/src/video/glutil.hpp:36,
 from /<>/src/video/texture_manager.hpp:31,
 from /<>/src/video/texture.hpp:26,
 from /<>/src/video/font.hpp:28,
 from /<>/src/video/drawing_context.hpp:29,
 from /<>/src/video/drawing_request.hpp:30,
 from /<>/src/object/moving_sprite.hpp:23,
 from /<>/src/badguy/badguy.hpp:22,
 from /<>/src/badguy/angrystone.hpp:20,
 from /<>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glew.h:18744:28: note: previous declaration as 'typedef void (* 
PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, const GLint*)'
 typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, 
GLenum pname, const GLint* data);
^~
make[3]: *** [CMakeFiles/supertux2_lib.dir/build.make:223: 
CMakeFiles/supertux2_lib.dir/src/badguy/angrystone.cpp.o] Error 1
make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:303: CMakeFiles/supertux2_lib.dir/all] Error 
2
make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917509: theme-d-gnome: FTBFS (dh_auto_configure fails)

2018-12-27 Thread Santiago Vila
Package: src:theme-d-gnome
Version: 0.7.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with autoreconf
   dh_update_autotools_config -i
   dh_autoreconf -i
find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.before
grep -q ^XDT_ configure.ac
autoreconf -f -i
gnome/Makefile.am:14: warning: ':='-style assignments are not portable
gnome/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension
gnome/Makefile.am:29: warning: '%'-style pattern rules are a GNU make extension
find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.after
   debian/rules override_dh_auto_configure

[... snipped ...]

datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /<>/install-sh'
libdir='${prefix}/lib/x86_64-linux-gnu'
libexecdir='${prefix}/lib/x86_64-linux-gnu'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## --- ##
## confdefs.h. ##
## --- ##

/* confdefs.h */
#define PACKAGE_NAME "Theme-D-Gnome"
#define PACKAGE_TARNAME "theme-d-gnome"
#define PACKAGE_VERSION "0.7.3"
#define PACKAGE_STRING "Theme-D-Gnome 0.7.3"
#define PACKAGE_BUGREPORT "tommi.hoynalanmaa at iki.fi"
#define PACKAGE_URL "http://www.iki.fi/tohoyn/theme-d/theme-d-gnome.html;
#define PACKAGE "theme-d-gnome"
#define VERSION "0.7.3"

configure: exit 1
dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking --with-guile=2.0 
--with-guile-gnome=2.16.4 returned exit code 1
make[1]: *** [debian/rules:22: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:16: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/theme-d-gnome.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917510: trigger-rally: FTBFS (conflicting declaration)

2018-12-27 Thread Santiago Vila
Package: src:trigger-rally
Version: 0.6.5+dfsg-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep -D src/
   dh_testdir -i -O-Dsrc/
   dh_update_autotools_config -i -O-Dsrc/
   dh_autoreconf -i -O-Dsrc/
   dh_auto_configure -i -O-Dsrc/
   dh_auto_build -i -O-Dsrc/
cd src && make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>/trigger-rally-0.6.5+dfsg/src'

current values of user-set variables:
DESTDIR  ?= 
prefix   ?= /usr
exec_prefix  ?= /usr

[... snipped ...]

In file included from ./include/pengine.h:197,
 from PEngine/vmath.cpp:8:
./include/hiscore1.h: In member function 'void HiScore1::loadAllTimes()':
./include/hiscore1.h:238:75: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, 
void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
 PHYSFS_read(pfile, (), sizeof (char), pdata.size());
   ^
In file included from ./include/pengine.h:28,
 from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
   ^~~
In file included from ./include/pengine.h:197,
 from PEngine/vmath.cpp:8:
./include/hiscore1.h:238:75: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, 
void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
 PHYSFS_read(pfile, (), sizeof (char), pdata.size());
   ^
In file included from ./include/pengine.h:28,
 from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
   ^~~
In file included from ./include/pengine.h:197,
 from PEngine/vmath.cpp:8:
./include/hiscore1.h: In member function 'void HiScore1::writePlayerData(const 
string&) const':
./include/hiscore1.h:803:86: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, 
const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated 
[-Wdeprecated-declarations]
 PHYSFS_write(pfile, sspdata.str().data(), sizeof (char), 
sspdata.str().size());

  ^
In file included from ./include/pengine.h:28,
 from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
   ^~~~
In file included from ./include/pengine.h:197,
 from PEngine/vmath.cpp:8:
./include/hiscore1.h:803:86: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, 
const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated 
[-Wdeprecated-declarations]
 PHYSFS_write(pfile, sspdata.str().data(), sizeof (char), 
sspdata.str().size());

  ^
In file included from ./include/pengine.h:28,
 from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
   ^~~~
make[1]: *** [GNUmakefile:152: PEngine/vmath.o] Error 1
make[1]: Leaving directory '/<>/trigger-rally-0.6.5+dfsg/src'
dh_auto_build: cd src && make -j1 "INSTALL=install --strip-program=true" 
returned exit code 2
make: *** [debian/rules:20: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917507: python-os-faults: FTBFS (Unable to create /sbuild-nonexistent/.ansible/tmp)

2018-12-27 Thread Santiago Vila
Package: src:python-os-faults
Version: 0.1.17-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
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
dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_autoreconf -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
   dh_auto_build -i -O--buildsystem=python_distutils
dh_auto_build: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_build: This feature will be removed in compat 12.
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions

[... snipped ...]

raise AnsibleError("Unable to create local directories(%s): %s" % 
(to_native(rpath), to_native(e)))
AnsibleError: Unable to create local 
directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission denied: 
'/sbuild-nonexistent'



Configuration error:
There is a programable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/sphinx/config.py", line 161, in 
__init__
execfile_(filename, config)
  File "/usr/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 150, in 
execfile_
exec_(code, _globals)
  File "/usr/lib/python2.7/dist-packages/six.py", line 709, in exec_
exec("""exec _code_ in _globs_, _locs_""")
  File "", line 1, in 
  File "conf.py", line 18, in 
import os_faults
  File "/<>/os_faults/__init__.py", line 22, in 
from os_faults.ansible import executor
  File "/<>/os_faults/ansible/executor.py", line 19, in 
from ansible.executor import task_queue_manager
  File 
"/usr/lib/python2.7/dist-packages/ansible/executor/task_queue_manager.py", line 
26, in 
from ansible import constants as C
  File "/usr/lib/python2.7/dist-packages/ansible/constants.py", line 184, in 

config = ConfigManager()
  File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 243, 
in __init__
self.update_config_data()
  File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 499, 
in update_config_data
raise AnsibleError("Invalid settings supplied for %s: %s\n%s" % (config, 
to_native(e), traceback.format_exc()))
AnsibleError: Invalid settings supplied for DEFAULT_LOCAL_TMP: Unable to create 
local directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission 
denied: '/sbuild-nonexistent'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 487, 
in update_config_data
value, origin = self.get_config_value_and_origin(config, configfile)
  File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 439, 
in get_config_value_and_origin
value = ensure_type(value, defs[config].get('type'), origin=origin)
  File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 91, 
in ensure_type
makedirs_safe(value, 0o700)
  File "/usr/lib/python2.7/dist-packages/ansible/utils/path.py", line 81, in 
makedirs_safe
raise AnsibleError("Unable to create local directories(%s): %s" % 
(to_native(rpath), to_native(e)))
AnsibleError: Unable to create local 
directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission denied: 
'/sbuild-nonexistent'


make[1]: *** [debian/rules:20: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:7: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-os-faults.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917506: python-crank: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:python-crank
Version: 0.7.2-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
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
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils 
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep)
dh build-indep --buildsystem=python_distutils --with python2,python3
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
   dh_auto_build -i -O--buildsystem=python_distutils
dh_auto_build: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_build: This feature will be removed in compat 12.

[... snipped ...]

tests.test_util.test_method_matches_args_fails_no_params ... ok
tests.test_util.test_method_matches_args_fails_more_remainder_than_argspec ... 
ok
tests.test_util.test_method_matches_args_with_default_values ... ok
tests.test_util.test_path_path ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b4ce10>, ['', '']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51630>, ['', 'foo']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51668>, ['', 'foo', 'bar']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51630>, ['', 'foo', 'bar', '']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51668>, ['', 'foo', '', 'bar', '']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51630>, ['foo']) ... ok
tests.test_util.test_path_list(.MockOb 
object at 0x7f67b4b51668>, ['foo', 'bar']) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4b51668>, '/', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb7ac8>, '/foo', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb7a20>, '/foo/bar', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb79b0>, '/foo/bar/', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb7b38>, '/foo//bar/', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb7ac8>, 'foo', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4bb7a20>, 'foo/bar', ) ... ok
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4b4cd30>, '', 
) ... FAIL
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7b38>, '/', ) ... ok
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7a20>, '/©', ) ... ok
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7be0>, '/©/™', ) ... ok
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7d30>, '/©/™/', ) ... ok
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7c88>, '¡', ) ... ok
tests.test_util.test_path_unicode(.MockOb
 object at 0x7f67b4bb7a20>, 'foo/¡', ) ... ok
tests.test_util.test_path_slicing ... ok
tests.test_util.test_path_comparison ... ok
tests.test_util.test_path_translation ... ok

==
FAIL: 
tests.test_util.test_path_str(.MockOb 
object at 0x7f67b4b4cd30>, '', 
)
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File "/<>/tests/test_util.py", line 126, in assert_path
assert kind(instance.path) == expected, (kind(instance.path), expected)
AssertionError: ('', '')

--
Ran 135 tests in 0.062s

FAILED (failures=1)
make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:10: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917504: pycoast: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:pycoast
Version: 1.2.1+dfsg-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>/pycoast-1.2.1+dfsg'
dh_auto_build --buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build

[... snipped ...]

test_add_shapefile_shapes (pycoast.tests.test_pycoast.TestPIL) ... skipped 
'dataset not available: test_data/shapes/Metareas.shp'
test_dateline_boundary_cross (pycoast.tests.test_pycoast.TestPIL) ... ok
test_dateline_cross (pycoast.tests.test_pycoast.TestPIL) ... ok
test_europe (pycoast.tests.test_pycoast.TestPIL) ... ok
test_europe_file (pycoast.tests.test_pycoast.TestPIL) ... ok
test_geos (pycoast.tests.test_pycoast.TestPIL) ... ok
test_grid (pycoast.tests.test_pycoast.TestPIL) ... ok
test_grid_file (pycoast.tests.test_pycoast.TestPIL) ... ok
test_grid_geos (pycoast.tests.test_pycoast.TestPIL) ... ok
test_grid_nh (pycoast.tests.test_pycoast.TestPIL) ... ok
test_add_polygon_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_add_shapefile_shapes_agg (pycoast.tests.test_pycoast.TestPILAGG) ... 
skipped 'dataset not available: test_data/shapes/Metareas.shp'
test_europe_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_europe_agg_file (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_geos_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_grid_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_grid_agg_file (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_grid_agg_txt (pycoast.tests.test_pycoast.TestPILAGG) ... ERROR
test_grid_geos_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ok
test_grid_nh_agg (pycoast.tests.test_pycoast.TestPILAGG) ... ERROR

==
ERROR: test_grid_agg_txt (pycoast.tests.test_pycoast.TestPILAGG)
--
Traceback (most recent call last):
  File "/<>/pycoast-1.2.1+dfsg/pycoast/tests/test_pycoast.py", line 
471, in test_grid_agg_txt
opacity=200)
IOError: cannot load font (no text renderer)

==
ERROR: test_grid_nh_agg (pycoast.tests.test_pycoast.TestPILAGG)
--
Traceback (most recent call last):
  File "/<>/pycoast-1.2.1+dfsg/pycoast/tests/test_pycoast.py", line 
543, in test_grid_nh_agg
'DejaVuSerif.ttf'), size=10)
IOError: cannot load font (no text renderer)

--
Ran 21 tests in 44.499s

FAILED (errors=2, skipped=2)
Test failed: 
error: Test failed: 
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: 
python2.7 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make: *** [debian/rules:13: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917500: liggghts: FTBFS (style_atom.h: No such file or directory)

2018-12-27 Thread Santiago Vila
Package: src:liggghts
Version: 3.8.0+repack1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=cmake 
--builddirectory=/<>/liggghts-3.8.0+repack1/debian/build
   dh_update_autotools_config -i -O--buildsystem=cmake 
-O--builddirectory=/<>/liggghts-3.8.0\+repack1/debian/build
   dh_autoreconf -i -O--buildsystem=cmake 
-O--builddirectory=/<>/liggghts-3.8.0\+repack1/debian/build
   dh_auto_configure -i -O--buildsystem=cmake 
-O--builddirectory=/<>/liggghts-3.8.0\+repack1/debian/build
cd debian/build && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
"-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ../..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done

[... snipped ...]

CMAKE_EXPORT_NO_PACKAGE_REGISTRY


-- Build files have been written to: 
/<>/liggghts-3.8.0+repack1/debian/build
   dh_auto_build -i -O--buildsystem=cmake 
-O--builddirectory=/<>/liggghts-3.8.0\+repack1/debian/build
cd debian/build && make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>/liggghts-3.8.0+repack1/debian/build'
/usr/bin/cmake -S/<>/liggghts-3.8.0+repack1 
-B/<>/liggghts-3.8.0+repack1/debian/build --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<>/liggghts-3.8.0+repack1/debian/build/CMakeFiles 
/<>/liggghts-3.8.0+repack1/debian/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<>/liggghts-3.8.0+repack1/debian/build'
make -f src/CMakeFiles/libliggghts.dir/build.make 
src/CMakeFiles/libliggghts.dir/depend
make[3]: Entering directory '/<>/liggghts-3.8.0+repack1/debian/build'
cd /<>/liggghts-3.8.0+repack1/debian/build && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<>/liggghts-3.8.0+repack1 
/<>/liggghts-3.8.0+repack1/src 
/<>/liggghts-3.8.0+repack1/debian/build 
/<>/liggghts-3.8.0+repack1/debian/build/src 
/<>/liggghts-3.8.0+repack1/debian/build/src/CMakeFiles/libliggghts.dir/DependInfo.cmake
 --color=
Scanning dependencies of target libliggghts
make[3]: Leaving directory '/<>/liggghts-3.8.0+repack1/debian/build'
make -f src/CMakeFiles/libliggghts.dir/build.make 
src/CMakeFiles/libliggghts.dir/build
make[3]: Entering directory '/<>/liggghts-3.8.0+repack1/debian/build'
[  0%] Building CXX object src/CMakeFiles/libliggghts.dir/angle.cpp.o
cd /<>/liggghts-3.8.0+repack1/debian/build/src && /usr/bin/mpicxx  
-Dlibliggghts_EXPORTS -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 
-I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/openmpi 
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi 
-I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/jsoncpp 
-I/usr/include/eigen3 -I/<>/liggghts-3.8.0+repack1 
-I/<>/liggghts-3.8.0+repack1/src  -g -O2 
-fdebug-prefix-map=/<>/liggghts-3.8.0+repack1=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -DLAMMPS_VTK6 -DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -fPIC  
 -o CMakeFiles/libliggghts.dir/angle.cpp.o -c 
/<>/liggghts-3.8.0+repack1/src/angle.cpp
[  0%] Building CXX object src/CMakeFiles/libliggghts.dir/angle_hybrid.cpp.o
cd /<>/liggghts-3.8.0+repack1/debian/build/src && /usr/bin/mpicxx  
-Dlibliggghts_EXPORTS -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" 
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
 -I/usr/include/vtk-6.3 -I/usr/include/freetype2 
-I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/openmpi 
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi 
-I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/jsoncpp 
-I/usr/include/eigen3 -I/<>/liggghts-3.8.0+repack1 
-I/<>/liggghts-3.8.0+repack1/src  -g -O2 
-fdebug-prefix-map=/<>/liggghts-3.8.0+repack1=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -DLAMMPS_VTK6 -DLAMMPS_VTK -std=c++0x -DLAMMPS_JPEG -fPIC  
 -o CMakeFiles/libliggghts.dir/angle_hybrid.cpp.o -c 
/<>/liggghts-3.8.0+repack1/src/angle_hybrid.cpp
/<>/liggghts-3.8.0+repack1/src/angle_hybrid.cpp: In member function 
'virtual void 

Bug#917502: nova: FTBFS (name 'sqlite3' is not defined)

2018-12-27 Thread Santiago Vila
Package: src:nova
Version: 2:18.0.3-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
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
dh build-indep --buildsystem=python_distutils --with python3,sphinxdoc,systemd
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_autoreconf -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions

[... snipped ...]

self._cache_schema()
  File "/<>/nova/tests/fixtures.py", line 607, in _cache_schema
migration.db_sync(database=self.database)
  File "/<>/nova/db/migration.py", line 26, in db_sync
return IMPL.db_sync(version=version, database=database, context=context)
  File "/<>/nova/db/sqlalchemy/migration.py", line 61, in db_sync
repository, version)
  File "/usr/lib/python3/dist-packages/migrate/versioning/api.py", line 186, in 
upgrade
return _migrate(url, repository, version, upgrade=True, err=err, **opts)
  File "", line 2, in _migrate
  File "/usr/lib/python3/dist-packages/migrate/versioning/util/__init__.py", 
line 167, in with_engine
return f(*a, **kw)
  File "/usr/lib/python3/dist-packages/migrate/versioning/api.py", line 366, in 
_migrate
schema.runchange(ver, change, changeset.step)
  File "/usr/lib/python3/dist-packages/migrate/versioning/schema.py", line 93, 
in runchange
change.run(self.engine, step)
  File "/usr/lib/python3/dist-packages/migrate/versioning/script/py.py", line 
148, in run
script_func(engine)
  File 
"/<>/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py",
 line 22, in upgrade
instance_mapping.c.cell_id.alter(nullable=True)
  File "/usr/lib/python3/dist-packages/migrate/changeset/schema.py", line 540, 
in alter
return alter_column(self, *p, **k)
  File "/usr/lib/python3/dist-packages/migrate/changeset/schema.py", line 141, 
in alter_column
engine._run_visitor(visitorcallable, delta)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1940, 
in _run_visitor
conn._run_visitor(visitorcallable, element, **kwargs)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1549, 
in _run_visitor
**kwargs).traverse_single(element)
  File "/usr/lib/python3/dist-packages/migrate/changeset/ansisql.py", line 56, 
in traverse_single
ret = super(AlterTableVisitor, self).traverse_single(elem)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/visitors.py", line 121, 
in traverse_single
return meth(obj, **kw)
  File "/usr/lib/python3/dist-packages/migrate/changeset/databases/sqlite.py", 
line 124, in visit_column
self.recreate_table(table,column,delta)
  File "/usr/lib/python3/dist-packages/migrate/changeset/databases/sqlite.py", 
line 99, in recreate_table
tup = sqlite3.sqlite_version_info
NameError: name 'sqlite3' is not defined


--
Ran 16500 tests in 439.425s

FAILED (failures=6571, skipped=52, expected failures=1)
make[1]: *** [debian/rules:56: override_dh_install] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:8: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917503: prometheus-alertmanager: FTBFS (cannot use *logLevel as type *promlog.Config)

2018-12-27 Thread Santiago Vila
Package: src:prometheus-alertmanager
Version: 0.15.1+ds-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang,bash-completion \
--builddirectory=build
   dh_update_autotools_config -i -O--buildsystem=golang -O--builddirectory=build
   dh_autoreconf -i -O--buildsystem=golang -O--builddirectory=build
   dh_auto_configure -i -O--buildsystem=golang -O--builddirectory=build
install -d build
Copy silence/silence_test.go -> 
build/src/github.com/prometheus/alertmanager/silence/silence_test.go
Copy silence/silence.go -> 
build/src/github.com/prometheus/alertmanager/silence/silence.go
Copy silence/silencepb/silence.proto -> 
build/src/github.com/prometheus/alertmanager/silence/silencepb/silence.proto
Copy silence/silencepb/silence.pb.go -> 
build/src/github.com/prometheus/alertmanager/silence/silencepb/silence.pb.go
Copy cli/root.go -> 
build/src/github.com/prometheus/alertmanager/cli/root.go
Copy cli/check_config_test.go -> 
build/src/github.com/prometheus/alertmanager/cli/check_config_test.go
Copy cli/config.go -> 
build/src/github.com/prometheus/alertmanager/cli/config.go

[... snipped ...]

github.com/prometheus/alertmanager/silence
github.com/prometheus/alertmanager/template
github.com/prometheus/common/version
golang.org/x/net/context/ctxhttp
net/mail
net/smtp
github.com/prometheus/alertmanager/notify
github.com/prometheus/alertmanager/provider
github.com/prometheus/alertmanager/vendor/github.com/prometheus/prometheus/pkg/labels
github.com/prometheus/alertmanager/dispatch
github.com/prometheus/alertmanager/pkg/parse
github.com/julienschmidt/httprouter
github.com/prometheus/common/route
github.com/prometheus/alertmanager/api
github.com/alecthomas/units
go/token
go/scanner
go/ast
go/doc
gopkg.in/alecthomas/kingpin.v2
github.com/prometheus/alertmanager/cli/config
github.com/prometheus/client_golang/api
github.com/prometheus/alertmanager/client
github.com/prometheus/alertmanager/cli/format
os/user
github.com/prometheus/alertmanager/cli
github.com/prometheus/alertmanager/vendor/github.com/oklog/oklog/pkg/group
github.com/prometheus/alertmanager/inhibit
github.com/prometheus/alertmanager/provider/mem
github.com/prometheus/client_golang/prometheus/promhttp
runtime/pprof
runtime/trace
net/http/pprof
github.com/prometheus/alertmanager/ui
github.com/prometheus/common/promlog
github.com/prometheus/alertmanager/cmd/alertmanager
# github.com/prometheus/alertmanager/cmd/alertmanager
src/github.com/prometheus/alertmanager/cmd/alertmanager/main.go:173:24: cannot 
use *logLevel (type promlog.AllowedLevel) as type *promlog.Config in argument 
to promlog.New
github.com/prometheus/alertmanager/cmd/amtool
flag
testing
github.com/prometheus/alertmanager/test
dh_auto_build: cd build && go install 
-gcflags=all=\"-trimpath=/<>/prometheus-alertmanager-0.15.1\+ds/build/src\"
 
-asmflags=all=\"-trimpath=/<>/prometheus-alertmanager-0.15.1\+ds/build/src\"
 -v -p 1 -ldflags " -X github.com/prometheus/common/version.Version=0.15.1+ds 
-X github.com/prometheus/common/version.Revision=0.15.1+ds-1 -X 
github.com/prometheus/common/version.Branch=debian/sid -X 
github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org
 -X github.com/prometheus/common/version.BuildDate=20180805-18:58:17 -X 
github.com/prometheus/common/version.GoVersion=go1.10.7" 
github.com/prometheus/alertmanager/api github.com/prometheus/alertmanager/cli 
github.com/prometheus/alertmanager/cli/config 
github.com/prometheus/alertmanager/cli/format 
github.com/prometheus/alertmanager/client 
github.com/prometheus/alertmanager/cluster 
github.com/prometheus/alertmanager/cluster/clusterpb 
github.com/prometheus/alertmanager/cmd/alertmanager github.com
 /prometheus/alertmanager/cmd/amtool github.com/prometheus/alertmanager/config 
github.com/prometheus/alertmanager/dispatch 
github.com/prometheus/alertmanager/inhibit 
github.com/prometheus/alertmanager/nflog 
github.com/prometheus/alertmanager/nflog/nflogpb 
github.com/prometheus/alertmanager/notify 
github.com/prometheus/alertmanager/pkg/parse 
github.com/prometheus/alertmanager/provider 
github.com/prometheus/alertmanager/provider/mem 
github.com/prometheus/alertmanager/silence 
github.com/prometheus/alertmanager/silence/silencepb 
github.com/prometheus/alertmanager/template 
github.com/prometheus/alertmanager/test 
github.com/prometheus/alertmanager/types github.com/prometheus/alertmanager/ui 
returned exit code 2
make[1]: *** [debian/rules:38: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>/prometheus-alertmanager-0.15.1+ds'
make: *** [debian/rules:31: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2

Bug#917495: hhsuite: FTBFS ('ffsort_index' was not declared in this scope)

2018-12-27 Thread Santiago Vila
Package: src:hhsuite
Version: 3.0~beta3+dfsg-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --builddirectory=mybuild
   dh_update_autotools_config -i -O--builddirectory=mybuild
   dh_autoreconf -i -O--builddirectory=mybuild
   dh_auto_configure -i -O--builddirectory=mybuild
cd mybuild && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
-- The CXX compiler identification is GNU 8.2.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiler is GNU 

[... snipped ...]

make[1]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg'
dh_auto_build -- NO_PNG=1
cd mybuild && make -j1 NO_PNG=1
make[2]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
/usr/bin/cmake -S"/<>/hhsuite-3.0~beta3+dfsg" 
-B"/<>/hhsuite-3.0~beta3+dfsg/mybuild" --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/CMakeFiles" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/CMakeFiles/progress.marks"
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
make -f src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/build.make 
src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/depend
make[4]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
cd "/<>/hhsuite-3.0~beta3+dfsg/mybuild" && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" "/<>/hhsuite-3.0~beta3+dfsg" 
"/<>/hhsuite-3.0~beta3+dfsg/src" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/src" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/DependInfo.cmake"
 --color=
Scanning dependencies of target A3M_COMPRESS_OBJECT
make[4]: Leaving directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
make -f src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/build.make 
src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/build
make[4]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
[  1%] Building CXX object 
src/CMakeFiles/A3M_COMPRESS_OBJECT.dir/a3m_compress.cpp.o
cd "/<>/hhsuite-3.0~beta3+dfsg/mybuild/src" && /usr/bin/c++  -DOPENMP 
-DSSE -I"/<>/hhsuite-3.0~beta3+dfsg/src" 
-I"/<>/hhsuite-3.0~beta3+dfsg/src/cs" 
-I"/<>/hhsuite-3.0~beta3+dfsg/mybuild"  -g -O2 
-fdebug-prefix-map=/<>/hhsuite-3.0~beta3+dfsg=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -march=native -msse4.2 -mfpmath=sse -fopenmp 
-fno-strict-aliasing   -o CMakeFiles/A3M_COMPRESS_OBJECT.dir/a3m_compress.cpp.o 
-c "/<>/hhsuite-3.0~beta3+dfsg/src/a3m_compress.cpp"
make[4]: Leaving directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
[  1%] Built target A3M_COMPRESS_OBJECT
make -f src/CMakeFiles/a3m_database_filter.dir/build.make 
src/CMakeFiles/a3m_database_filter.dir/depend
make[4]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
cd "/<>/hhsuite-3.0~beta3+dfsg/mybuild" && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" "/<>/hhsuite-3.0~beta3+dfsg" 
"/<>/hhsuite-3.0~beta3+dfsg/src" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/src" 
"/<>/hhsuite-3.0~beta3+dfsg/mybuild/src/CMakeFiles/a3m_database_filter.dir/DependInfo.cmake"
 --color=
Scanning dependencies of target a3m_database_filter
make[4]: Leaving directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
make -f src/CMakeFiles/a3m_database_filter.dir/build.make 
src/CMakeFiles/a3m_database_filter.dir/build
make[4]: Entering directory '/<>/hhsuite-3.0~beta3+dfsg/mybuild'
[  2%] Building CXX object 
src/CMakeFiles/a3m_database_filter.dir/a3m_database_filter.cpp.o
cd "/<>/hhsuite-3.0~beta3+dfsg/mybuild/src" && /usr/bin/c++  -DOPENMP 
-DSSE -I"/<>/hhsuite-3.0~beta3+dfsg/src" 
-I"/<>/hhsuite-3.0~beta3+dfsg/src/cs" 
-I"/<>/hhsuite-3.0~beta3+dfsg/mybuild"  -g -O2 
-fdebug-prefix-map=/<>/hhsuite-3.0~beta3+dfsg=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -march=native -msse4.2 -mfpmath=sse -fopenmp 
-fno-strict-aliasing   -o 
CMakeFiles/a3m_database_filter.dir/a3m_database_filter.cpp.o -c 
"/<>/hhsuite-3.0~beta3+dfsg/src/a3m_database_filter.cpp"
/<>/hhsuite-3.0~beta3+dfsg/src/a3m_database_filter.cpp: In function 
'int main(int, char**)':
/<>/hhsuite-3.0~beta3+dfsg/src/a3m_database_filter.cpp:206:3: error: 
'ffsort_index' was not declared in this scope
   ffsort_index(oa3mIndexFile.c_str());
   ^~~~
/<>/hhsuite-3.0~beta3+dfsg/src/a3m_database_filter.cpp:206:3: note: 
suggested alternative: 

Bug#917493: fenix: FTBFS (conflicting types for 'fmul')

2018-12-27 Thread Santiago Vila
Package: src:fenix
Version: 0.92a.dfsg1-11.1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with autotools_dev
dh: Compatibility levels before 9 are deprecated (level 8 in use)
dh: The autotools-dev sequence is deprecated and replaced by dh in debhelper 
(>= 9.20160115)
dh: This feature will be removed in compat 12.
   dh_update_autotools_config -i
   dh_autotools-dev_updateconfig -i
dh_autotools-dev_updateconfig: Compatibility levels before 9 are deprecated 
(level 8 in use)
dh_autotools-dev_updateconfig: dh_autotools-dev_updateconfig is deprecated; 
please see dh_autotools-dev_updateconfig(1) for a replacement
dh_autotools-dev_updateconfig: This feature will be removed in compat 12.
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
chmod +x configure
dh_auto_configure -- \

[... snipped ...]

^
i_func.c: In function 'fxi_regex':
i_func.c:4360:25: warning: unsigned conversion from 'int' to 'unsigned char:2' 
changes value from '16' to '0' [-Woverflow]
 pb.regs_allocated = 16;
 ^~
i_func.c: In function 'fxi_regex_replace':
i_func.c:4448:25: warning: unsigned conversion from 'int' to 'unsigned char:2' 
changes value from '16' to '0' [-Woverflow]
 pb.regs_allocated = 16;
 ^~
i_func.c: In function 'fxi_split':
i_func.c:4585:26: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 int * result_array = (int *)params[2];
  ^
i_func.c:4602:25: warning: unsigned conversion from 'int' to 'unsigned char:2' 
changes value from '16' to '0' [-Woverflow]
 pb.regs_allocated = 16;
 ^~
i_func.c: In function 'fxi_join':
i_func.c:4652:26: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 int * string_array = (int *)params[1];
  ^
i_func.c: In function 'fxi_copy_struct':
i_func.c:5008:29: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 return (int) copytypes ((void *)params[0], (void *)params[1], (DCB_TYPEDEF 
*)params[2], params[3], params[4]);
 ^
i_func.c:5008:48: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 return (int) copytypes ((void *)params[0], (void *)params[1], (DCB_TYPEDEF 
*)params[2], params[3], params[4]);
^
i_func.c:5008:67: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 return (int) copytypes ((void *)params[0], (void *)params[1], (DCB_TYPEDEF 
*)params[2], params[3], params[4]);
   ^
In file included from ../inc/fxi.h:58,
 from i_func.c:62:
At top level:
../inc/fmath.h:129:16: warning: 'fdiv' defined but not used [-Wunused-function]
 __INLINE fixed fdiv(int x, int y)
^~~~
make[4]: *** [Makefile:345: i_func.o] Error 1
make[4]: Leaving directory '/<>/fxi/src'
make[3]: *** [Makefile:174: all-recursive] Error 1
make[3]: Leaving directory '/<>/fxi'
make[2]: *** [Makefile:196: all-recursive] Error 1
make[2]: Leaving directory '/<>'
dh_auto_build: make -j1 "CFLAGS=-g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall 
-fno-strict-aliasing -DUSE_GETTEXT" returned exit code 2
make[1]: *** [debian/rules:31: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:65: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917501: meson: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:meson
Version: 0.49.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<>/.pybuild/cpython3_3.7_meson/build/mesonbuild
copying mesonbuild/mconf.py -> 
/<>/.pybuild/cpython3_3.7_meson/build/mesonbuild
copying mesonbuild/mesonmain.py -> 
/<>/.pybuild/cpython3_3.7_meson/build/mesonbuild

[... snipped ...]

Unexpected Pass:   0
Skipped:   0
Timeout:   0

Full log written to /<>/b 8fd956165c/meson-logs/testlog.txt
No tests defined.
[0/1] /usr/bin/python3 /<>/meson.py --internal regenerate 
'/<>/test cases/nasm/1 configure file' '/<>/b 
8fd956165c' --backend ninja
The Meson build system
Version: 0.49.0
Source dir: /<>/test cases/nasm/1 configure file
Build dir: /<>/b 8fd956165c
Build type: native build
Project name: nasm config file
Project version: undefined
Native C compiler: cc (gcc 8.2.0 "cc (Debian 8.2.0-12) 8.2.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Program nasm found: YES (/usr/bin/nasm)
Configuring config.asm using configuration
Compiler for C supports link arguments -no-pie: YES
Build targets in project: 2
Found ninja-1.8.2 at /usr/bin/ninja
[0/1] /usr/bin/python3 /<>/meson.py install --no-rebuild
[1/1] ninja -t clean
Cleaning... 3 files.


Total configuration time: 80.44s
Total build time: 352.49s
Total test time: 7.89s

Total passed tests: 412
Total failed tests: 0
Total skipped tests: 35
System information.
Architecture: ('64bit', 'ELF')
Machine: x86_64
Platform: Linux
Processor: 
System: Linux

Running unittests.

make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:15: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917497: libanyevent-termkey-perl: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:libanyevent-termkey-perl
Version: 0.02-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_auto_configure -i
perl -I. Build.PL --installdirs vendor --config "optimize=-g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" --config 
"ld=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'AnyEvent-TermKey' version '0.02'
   dh_auto_build -i
perl Build
Building AnyEvent-TermKey
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<>'
TERM=vt100 dh_auto_test
perl Build test --verbose 1
t/00use.t .. 
1..1
ok 1 - use AnyEvent::TermKey;
ok
t/01passthrough.t .. 
1..7
Failed 7/7 subtests 
t/02on_key.t ... 
1..6
ok 1 - $key->termkey after h
ok 2 - $key->type_is_unicode after h
ok 3 - $key->codepoint after h
ok 4 - $key->modifiers after h
ok 5 - $key->utf8 after h
ok 6 - $key->format after h
ok
t/03timeout.t .. 
1..4
ok 1 - $key still not defined after 1/2 waittime
ok 2 - $key->type_is_keysym after Escape timeout
ok 3 - $key->keysym after Escape timeout
ok 4 - $key->modifiers after Escape timeout
ok
t/99pod.t .. skipped: Test::Pod 1.00 required for testing POD

Test Summary Report
---
t/01passthrough.t (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
Files=5, Tests=11,  1 wallclock secs ( 0.07 usr  0.01 sys +  0.73 cusr  0.12 
csys =  0.93 CPU)
Result: FAIL
Failed 1/5 test programs. 0/11 subtests failed.
dh_auto_test: perl Build test --verbose 1 returned exit code 255
make[1]: *** [debian/rules:7: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libanyevent-termkey-perl.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917499: libtemplates-parser: FTBFS (gprbuild: unable to locate archive builder "unknown-ar")

2018-12-27 Thread Santiago Vila
Package: src:libtemplates-parser
Version: 19-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
/usr/share/ada/debian_packaging-8.mk:71: adding -Wl,--as-needed to LDFLAGS for 
compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
/usr/share/ada/debian_packaging-8.mk:81: adding -Wl,--no-undefined to LDFLAGS 
for compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
dh build-indep --with ada-library
   dh_update_autotools_config -i
   dh_autoreconf -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
/usr/share/ada/debian_packaging-8.mk:71: adding -Wl,--as-needed to LDFLAGS for 
compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
/usr/share/ada/debian_packaging-8.mk:81: adding -Wl,--no-undefined to LDFLAGS 
for compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
rm -f makefile.setup tp_xmlada.gpr
make[1]: Leaving directory '/<>'
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<>'
/usr/share/ada/debian_packaging-8.mk:71: adding -Wl,--as-needed to LDFLAGS for 
compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
/usr/share/ada/debian_packaging-8.mk:81: adding -Wl,--no-undefined to LDFLAGS 
for compatibility, but please use DEB_LDFLAGS_MAINT_APPEND instead.
/usr/bin/make build-doc VERSION=18 DEFAULT_LIBRARY_TYPE=relocatable 
GPRBUILD="gprbuild -R -v -eS '-XADAFLAGS= -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong ' 
'-XLDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined'" 
PROCESSORS=1 DOC_FORMATS="html info latexpdf text"
make[2]: Entering directory '/<>'
cp config/tp_xmlada_installed.gpr tp_xmlada.gpr
printf " DEBUG = false\n DEFAULT_LIBRARY_TYPE = relocatable\n ENABLE_SHARED = 
true\n ENABLE_STATIC = true\n GNAT = gnat\n GPRBUILD = gprbuild -R -v -eS 
'-XADAFLAGS= -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong ' '-XLDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
-Wl,--no-undefined'\n GPRCLEAN = gprclean\n PRJ_BUILD = release\n PROCESSORS = 
1\n SDIR = x86_64-linux-gnu/release\n TARGET = x86_64-linux-gnu\n TP_XMLADA = 
Installed\n VERSION = 18\n prefix = /usr/bin/..\n" > makefile.setup
/usr/bin/make -C docs html info latexpdf text
make[3]: Entering directory '/<>/docs'
gprbuild -R -v -eS '-XADAFLAGS= -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong ' '-XLDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed 
-Wl,--no-undefined' -p -m -Pdocs user1 table_section table_inline if_inline 
demo macro table user2 matrix table_if \
  "-XPRJ_BUILD=release" "-XTARGET=x86_64-linux-gnu" "-XVERSION=18"
object directory "/<>/.build/obj/x86_64-linux-gnu/release/static" 
created for project Templates_Parser
library directory "/<>/.build/lib/x86_64-linux-gnu/release/static" 
created for project Templates_Parser
object directory 
"/<>/docs/build/obj/x86_64-linux-gnu/release/static" created for 
project Docs
exec directory 
"/<>/docs/build/bin/x86_64-linux-gnu/release/static" created for 
project Docs

==Error messages for file: /<>/docs/docs.gpr
22. project Docs is
|
>>> warning: there are no sources of language "Project file" in this 
project
Changing to object directory of "Docs": 
"/<>/docs/build/obj/x86_64-linux-gnu/release/static/"
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/user1.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/table_section.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/table_inline.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/if_inline.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/demo.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/macro.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/table.adb
/usr/bin/gnatgcc -c -x ada -gnatA -gnat05 -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong 
-gnatec=/tmp/GNAT-TEMP-03.TMP -gnatem=/tmp/GNAT-TEMP-04.TMP 
/<>/docs/src/user2.adb

Bug#917491: debian-installer-netboot-images: FTBFS (BAD signature from "Debian Archive Automatic Signing Key (8/jessie) ")

2018-12-27 Thread Santiago Vila
Package: src:debian-installer-netboot-images
Version: 20170615+deb9u5
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
 fakeroot debian/rules binary-indep
dh binary-indep
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_auto_install
make[1]: Entering directory 
'/<>/debian-installer-netboot-images-20170615+deb9u5'
if ! ./get-images.sh amd64 && [ -n "stretch" ]; then\
echo; echo; echo; \
echo "Version not found in stretch-proposed-updates, falling back to 
stretch"; \
echo; echo; echo; \
sleep 5; \

[... snipped ...]




--2018-12-20 03:03:08--  http://deb.debian.org/debian/dists/stretch/Release.gpg
Resolving deb.debian.org (deb.debian.org)... 149.20.4.15, 130.89.148.14, 
128.31.0.62, ...
Connecting to deb.debian.org (deb.debian.org)|149.20.4.15|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg 
[following]
--2018-12-20 03:03:08--  
http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release.gpg
Resolving cdn-fastly.deb.debian.org (cdn-fastly.deb.debian.org)... 
151.101.120.204, 2a04:4e42:1d::204
Connecting to cdn-fastly.deb.debian.org 
(cdn-fastly.deb.debian.org)|151.101.120.204|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 2434 (2.4K), 833 remaining
Saving to: 
'/<>/debian-installer-netboot-images-20170615+deb9u5/Release.gpg'

 0K ,.100% 44.9M=0s

2018-12-20 03:03:08 (44.9 MB/s) - 
'/<>/debian-installer-netboot-images-20170615+deb9u5/Release.gpg' 
saved [2434/2434]

--2018-12-20 03:03:08--  http://deb.debian.org/debian/dists/stretch/Release
Resolving deb.debian.org (deb.debian.org)... 149.20.4.15, 130.89.148.14, 
128.31.0.62, ...
Connecting to deb.debian.org (deb.debian.org)|149.20.4.15|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release 
[following]
--2018-12-20 03:03:08--  
http://cdn-fastly.deb.debian.org/debian/dists/stretch/Release
Resolving cdn-fastly.deb.debian.org (cdn-fastly.deb.debian.org)... 
151.101.120.204, 2a04:4e42:1d::204
Connecting to cdn-fastly.deb.debian.org 
(cdn-fastly.deb.debian.org)|151.101.120.204|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 117946 (115K), 23339 (23K) remaining
Saving to: 
'/<>/debian-installer-netboot-images-20170615+deb9u5/Release'

[ skipping 50K ]
50K ,, ,, ,, ,, ,, 86% 2.13G 0s
   100K .. .  100% 16.8M=0.001s

2018-12-20 03:03:08 (24.6 MB/s) - 
'/<>/debian-installer-netboot-images-20170615+deb9u5/Release' saved 
[117946/117946]

gpgv: Signature made Wed Dec 19 20:22:50 2018 UTC
gpgv:using RSA key A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553
gpgv: Can't check signature: No public key
gpgv: Signature made Wed Dec 19 20:22:50 2018 UTC
gpgv:using RSA key 126C0D24BD8A2942CC7DF8AC7638D0442B90D010
gpgv: BAD signature from "Debian Archive Automatic Signing Key (8/jessie) 
"
make[1]: *** [debian/rules:20: get-images-amd64] Error 1
make[1]: Leaving directory 
'/<>/debian-installer-netboot-images-20170615+deb9u5'
make: *** [debian/rules:15: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-installer-netboot-images.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917489: buildbot: FTBFS (name 'sqlite3' is not defined)

2018-12-27 Thread Santiago Vila
Package: src:buildbot
Version: 1.6.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with python3,bash-completion,sphinxdoc
   dh_update_autotools_config -i
   dh_autoreconf -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure --buildsystem=pybuild --sourcedirectory=master \
--package=python3-buildbot -- --name=buildbot
pybuild --configure -i python{version} -p 3.7 --name=buildbot --dir 
master
I: pybuild base:217: python3.7 setup.py config 
running config
/usr/lib/python3/dist-packages/setuptools/dist.py:470: UserWarning: Normalizing 
'1.6.0-1' to '1.6.0.post1'
  normalized_version,
dh_auto_configure --buildsystem=pybuild --sourcedirectory=worker \

[... snipped ...]

  File 
"/<>/debian/python3-buildbot/usr/lib/python3.7/dist-packages/buildbot/db/migrate/versions/050_cascading_deletes_all.py",
 line 58, in upgrade
fk.drop()
  File "/usr/lib/python3/dist-packages/migrate/changeset/constraint.py", line 
59, in drop
self.__do_imports('constraintdropper', *a, **kw)
  File "/usr/lib/python3/dist-packages/migrate/changeset/constraint.py", line 
32, in __do_imports
run_single_visitor(engine, visitorcallable, self, *a, **kw)
  File "/usr/lib/python3/dist-packages/migrate/changeset/databases/visitor.py", 
line 85, in run_single_visitor
fn(element, **kwargs)
  File "/usr/lib/python3/dist-packages/migrate/changeset/databases/sqlite.py", 
line 211, in visit_migrate_foreign_key_constraint
self.recreate_table(p[0].table, omit_constraints=[p[0].name])
  File "/usr/lib/python3/dist-packages/migrate/changeset/databases/sqlite.py", 
line 99, in recreate_table
tup = sqlite3.sqlite_version_info
builtins.NameError: name 'sqlite3' is not defined

buildbot.test.unit.test_db_migrate_versions_050_cascading_deletes_all.Migration.test_update
---
Ran 5578 tests in 56.221s

FAILED (skips=303, errors=16, successes=5267)
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  args = inspect.formatargspec(*spec)
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  spec[2], None, spec[4])
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  formatvalue=lambda x: '=' + x)
/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py:182: 
DeprecationWarning: Using or importing the ABCs from 'collections' instead of 
from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Sequence
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  args = inspect.formatargspec(*spec)
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  spec[2], None, spec[4])
/usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: 
DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly
  formatvalue=lambda x: '=' + x)
Exception ignored in: 
RuntimeError: generator ignored GeneratorExit
Exception ignored in: 
RuntimeError: generator ignored GeneratorExit
Exception ignored in: 
RuntimeError: generator ignored GeneratorExit
Exception ignored in: <_io.FileIO name='/dev/null' mode='rb' closefd=True>
ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='r' 
encoding='UTF-8'>
E: pybuild pybuild:338: test: plugin custom failed with: exit code=1: 
PYTHONPATH=/<>/pkg:/<>/debian/python3-buildbot//usr/lib/python3.7/dist-packages:/<>/debian/python3-buildbot-worker//usr/lib/python3.7/dist-packages
 LC_ALL=C.UTF-8 trial3 --reporter=text buildbot.test buildbot_worker.test
dh_auto_test: pybuild --test -i python{version} -p 3.7 --system=custom 
"--test-args=PYTHONPATH=/<>/pkg:/<>/debian/python3-buildbot/{install_dir}:/<>/debian/python3-buildbot-worker/{install_dir}
 LC_ALL=C.UTF-8 trial3 --reporter=text buildbot.test buildbot_worker.test" 
returned exit code 13
make[1]: *** [debian/rules:31: override_dh_auto_install] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:55: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2

Bug#917496: keyrings.alt: FTBFS ('module' object has no attribute 'ResourceNotFoundError')

2018-12-27 Thread Santiago Vila
Package: src:keyrings.alt
Version: 3.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_py
creating /<>/.pybuild/cpython2_2.7_keyrings.alt/build/keyrings

[... snipped ...]

service = random_string(20, UNICODE_CHARS)
>   self.check_set_get(service, username, password)

/usr/lib/python2.7/dist-packages/keyring/tests/test_backend.py:113: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/dist-packages/keyring/tests/test_backend.py:60: in 
check_set_get
assert keyring.get_password(service, username) is None
keyrings/alt/pyfs.py:181: in get_password
password_base64 = self.config.get(service, username).encode()
keyrings/alt/pyfs.py:166: in config
f = self._open()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = , mode = 'r'

def _open(self, mode='r'):
"""Open the password file in the specified mode
"""
open_file = None
writeable = 'w' in mode or 'a' in mode or '+' in mode
try:
# NOTE: currently the MemOpener does not split off any filename
#   which causes errors on close()
#   so we add a dummy name and open it separately
if (self.filename.startswith('mem://') or
self.filename.startswith('ram://')):
open_file = fs.opener.fsopendir(self.filename).open('kr.cfg',
mode)
else:
if not hasattr(self, '_pyfs'):
# reuse the pyfilesystem and path
self._pyfs, self._path = fs.opener.opener.parse(
self.filename, writeable=writeable)
# cache if permitted
if self._cache_timeout is not None:
self._pyfs = fs.remote.CacheFS(
self._pyfs, cache_timeout=self._cache_timeout)
open_file = self._pyfs.open(self._path, mode)
>   except fs.errors.ResourceNotFoundError:
E   AttributeError: 'module' object has no attribute 'ResourceNotFoundError'

keyrings/alt/pyfs.py:108: AttributeError
=== 64 failed, 23 passed, 39 skipped in 3.85 seconds ===
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/<>/.pybuild/cpython2_2.7_keyrings.alt/build; python2.7 -m pytest 
--ignore=keyrings/alt/_win_crypto.py --ignore=tests/test_crypto.py 
--ignore=tests/test_file.py --ignore=tests/test_Windows.py
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
make: *** [debian/rules:13: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917498: libexplain: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:libexplain
Version: 1.4.D001-7
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with autoreconf --no-parallel
   dh_update_autotools_config -i
   dh_autoreconf -i
configure.ac:1102: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2740: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2759: AC_RUN_IFELSE is expanded from...
configure.ac:1102: the top level
configure.ac:1102: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2740: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...

[... snipped ...]

PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0642a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0643a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0644a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0645a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0646a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0648a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0649a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0650a.sh
This system does not VIDIOCGCAP, therefore this test is declared to pass by
default.
PASSED
PATH=`pwd`/bin:$PATH /bin/sh test/06/t0652a.sh
2,4c2,3
< the fp argument does not refer to an object that is open for writing;
< this is more likely to be a software error (a bug) than it is to be a
< user error
---
> the fildes argument does not refer to an object that is open for writing
> (O_RDONLY | O_LARGEFILE)
FAILED test of fputs("yuck", stdin);
make[1]: *** [Makefile:42571: t0652a] Error 1
make[1]: Leaving directory '/<>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917494: golang-github-jaytaylor-html2text: FTBFS (failing tests)

2018-12-27 Thread Santiago Vila
Package: src:golang-github-jaytaylor-html2text
Version: 0.0~git20170918.0.0ee88d3-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_autoreconf -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/<>/golang-github-jaytaylor-html2text-0.0\~git20170918.0.0ee88d3/obj-x86_64-linux-gnu/src\"
 
-asmflags=all=\"-trimpath=/<>/golang-github-jaytaylor-html2text-0.0\~git20170918.0.0ee88d3/obj-x86_64-linux-gnu/src\"
 -v -p 1 github.com/jaytaylor/html2text
errors
internal/cpu
internal/race
runtime/internal/atomic
runtime/internal/sys
runtime
sync/atomic

[... snipped ...]




Output:

+--+-+
| Row-1-Col-1-Msg1 | Row-1-Col-2 |
| Row-1-Col-1-Msg2 | |
| Row-2-Col-1  | Row-2-Col-2 |
+--+-+


Expected:

++-+
| Row-1-Col-1-Msg1   | Row-1-Col-2 |
| Row-1-Col-1-Msg2   | |
| Row-2-Col-1| Row-2-Col-2 |
++-+

=== RUN   TestStrippingLists
--- PASS: TestStrippingLists (0.00s)
=== RUN   TestLinks
--- PASS: TestLinks (0.00s)
=== RUN   TestImageAltTags
--- PASS: TestImageAltTags (0.00s)
=== RUN   TestHeadings
--- PASS: TestHeadings (0.00s)
=== RUN   TestBold
--- PASS: TestBold (0.00s)
=== RUN   TestDiv
--- PASS: TestDiv (0.00s)
=== RUN   TestBlockquotes
--- PASS: TestBlockquotes (0.00s)
=== RUN   TestIgnoreStylesScriptsHead
--- PASS: TestIgnoreStylesScriptsHead (0.00s)
=== RUN   TestText
--- PASS: TestText (0.00s)
=== RUN   TestPeriod
--- PASS: TestPeriod (0.00s)
=== RUN   Example
--- PASS: Example (0.00s)
FAIL
FAILgithub.com/jaytaylor/html2text  0.020s
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/jaytaylor/html2text returned exit code 1
make: *** [debian/rules:4: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-jaytaylor-html2text.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917492: fam: FTBFS ('minor' was not declared in this scope)

2018-12-27 Thread Santiago Vila
Package: src:fam
Version: 2.7.0-17.2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
CDBS: parsing fam-2.7.0.tar.gz ...
CDBS WARNING:tarball.mk is deprecated since 0.4.85 - please use source 
format 3.0 instead
CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
source format 3.0 (quilt) instead
test -x debian/rules
mkdir -p "build-tree/fam-2.7.0"
CDBS WARNING:DEB_UPDATE_RCD_PARAMS is deprecated since 0.4.85
tar -C build-tree  -x -z -f fam-2.7.0.tar.gz
touch debian/stamp-fam-2.7.0.tar.gz
if test -e /usr/share/misc/config.guess ; then \
for i in fam-2.7.0/config.guess ; do \
cp --remove-destination /usr/share/misc/config.guess \
build-tree/$i ; \
done ; \

[... snipped ...]

 ^
DNotify.c++:536:32: error: 'minor' was not declared in this scope
 major(status->st_dev), minor(status->st_dev),
^
DNotify.c++:536:32: note: suggested alternative: 'mknod'
 major(status->st_dev), minor(status->st_dev),
^
mknod
DNotify.c++:486:9: warning: unused variable 'res' [-Wunused-variable]
 int res;
 ^~~
DNotify.c++: In static member function 'static void DNotify::read_handler(int, 
void*)':
DNotify.c++:641:11: error: 'major' was not declared in this scope
   major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
   ^
DNotify.c++:641:31: error: 'minor' was not declared in this scope
   major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
   ^
DNotify.c++:641:31: note: suggested alternative: 'mknod'
   major(dw->dir_dev), minor(dw->dir_dev), dw->dir_ino);
   ^
   mknod
DNotify.c++:602:16: warning: unused variable 'fw' [-Wunused-variable]
 FileWatch *fw;
^~
DNotify.c++: In static member function 'static void 
DNotify::overflow_signal_handler(int, siginfo_t*, void*)':
DNotify.c++:233:11: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
 write (STDERR_FILENO, str, strlen(str));
 ~~^
DNotify.c++:239:12: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(pipe_write_fd, , 1);
   ~^~
DNotify.c++: In static member function 'static void 
DNotify::signal_handler(int, siginfo_t*, void*)':
DNotify.c++:260:8: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  write (STDERR_FILENO, str, strlen(str));
  ~~^
DNotify.c++:270:12: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(pipe_write_fd, , 1);
   ~^~
make[3]: *** [Makefile:453: DNotify.o] Error 1
make[3]: Leaving directory '/<>/build-tree/fam-2.7.0/src'
make[2]: *** [Makefile:327: all-recursive] Error 1
make[2]: Leaving directory '/<>/build-tree/fam-2.7.0'
make[1]: *** [Makefile:258: all] Error 2
make[1]: Leaving directory '/<>/build-tree/fam-2.7.0'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#917490: coccinelle: FTBFS (LaTeX Error: Option clash for package color)

2018-12-27 Thread Santiago Vila
Package: src:coccinelle
Version: 1.0.4.deb-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --with ocaml,python2 --parallel
dh: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_update_autotools_config -i -O--parallel
   dh_ocamlinit -i -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --enable-ocaml 
--enable-release
configure: configuring coccinelle 1.0.4 in /<>
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk

[... snipped ...]

(/usr/share/texlive/texmf-dist/tex/generic/xypic/xypdf-fr.tex loaded)
Xy-pic pdf driver: `line' extension support
(/usr/share/texlive/texmf-dist/tex/generic/xypic/xypdf-li.tex loaded)
Xy-pic pdf driver: `rotate' extension support
(/usr/share/texlive/texmf-dist/tex/generic/xypic/xypdf-ro.tex loaded) loaded))
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Style option: `fancyvrb' v3.1a <2018/11/20> (tvz)
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)))
(/usr/share/texlive/texmf-dist/tex/latex/moreverb/moreverb.sty
(/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
(/usr/share/texlive/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty)
(/usr/share/texlive/texmf-dist/tex/latex/endnotes/endnotes.sty)
(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))

! LaTeX Error: Option clash for package color.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.57 
 
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on manual.log.
make[2]: *** [Makefile:35: manual.pdf] Error 1
make[2]: Leaving directory '/<>/docs/manual'
make[1]: *** [debian/rules:36: override_dh_auto_build-indep] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:18: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#906865: xul-ext-refcontrol no longer works with firefox-esr 60

2018-12-27 Thread Moritz Mühlenhoff
On Sat, Sep 08, 2018 at 03:42:28PM +0800, Paul Wise wrote:
> On Tue, 21 Aug 2018 21:19:52 +0300 Adrian Bunk wrote:
> 
> > Package: xul-ext-refcontrol
> > 
> > XUL addons are no longer supported.
> 
> I think it should be removed from Debian in favour of this:
> 
> https://addons.mozilla.org/en-US/firefox/addon/referer-modifier/

I filed a removal bug now.

Cheers,
Moritz



Bug#917488: RM: cookie-monster -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove cookie-monster. It's broken with Firefox 57 and dead
upstream.

Cheers,
Moritz



Bug#917486: RM: flashblock -- RoQA; Broken with Firefox 57, dead upstream

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove flashblock. It's broken with Firefox 57 and dead upstream.

Cheers,
Moritz



Bug#917487: RM: tabmixplus -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove tabmixplus. It's broken with Firefox 57 and was already
dropped from stable.

Cheers,
Moritz



Bug#864820: xul-ext-greasemonkey: userscripts no longer available with firefox 54

2018-12-27 Thread Moritz Mühlenhoff
On Tue, Dec 04, 2018 at 12:09:59AM +0100, Moritz Mühlenhoff wrote:
> On Thu, Jun 15, 2017 at 01:02:47PM +0200, Ingo Saitz wrote:
> > Package: xul-ext-greasemonkey
> > Version: 3.8-1
> > Severity: important
> > 
> > Dear Maintainer,
> > 
> > After updating firefox to version 54.0, the list of userscripts in
> > about:addons is empty, and the installed scripts aren't applied to the
> > webpages anymore. This seems to be issue #2488 in greasemonkey, which is
> > solved in version 3.11 of greasemonkey.
> > 
> > https://github.com/greasemonkey/greasemonkey/issues/2488
> > 
> > When started from a terminal, firefox outputs the following error:
> > 
> > 1497523208324   addons.manager  ERROR   Exception calling provider 
> > .getAddonsByTypes: TypeError: GM_util.getPreferredLocale 
> > is not a function (chrome://greasemonkey-modules/content/script.js:148:9) 
> > JS Stack trace: getbestlocalizat...@script.js:148:9 < 
> > script_getlocalizeddescript...@script.js:156:20 < 
> > scriptad...@addons4.js:98:3 < scriptaddonfactorybyscr...@addons4.js:74:28 < 
> > AddonProvider_getAddonsByTypes/<@addons4.js:50:27 < 
> > addonprovider_getaddonsbyty...@addons4.js:49:7 < 
> > callprovideras...@addonmanager.jsm:298:12 < 
> > promiseCallProvider/<@AddonManager.jsm:322:53 < 
> > prom...@promise-backend.js:390:5 < 
> > promisecallprovi...@addonmanager.jsm:321:10 < 
> > getAddonsByTypes/<@AddonManager.jsm:2556:36
> > 
> > Also, setting intl.locale.matchOS to false does get the scripts working
> > again. But since the default in firefox is true, this should only be a
> > workaround an greasemonkey should be updated to a fixed version.
> 
> There's a web extension compatible with current releases (4.7), but
> this package wasn't updated for a long time.
> 
> Does anyone intend/plan to switch the package to the web extension?
> Otherwise it should be removed from the archive.

I've filed a removal bug now. The web extension can still be packaged
independantly.

Cheers,
Moritz
 



Bug#803428: test-suite failure for python3.X-dbg builds

2018-12-27 Thread Christoph Reiter
On Fri, 30 Oct 2015 03:16:35 +0100 Michael Biebl  wrote:
> Source: pygobject
> Version: 3.18.2-1
> Severity: normal
> 
> pygobject currently builds 6 different flavours:
> python2.7, python3.4, python3.5
> python2.7-dbg, python3.4-dbg, python3.5-dbg
> 
> The test-suite fails for python3.[45]-dbg and therefor has currently
> been made non-fatal:

pygobject has a CI job using dbg builds now and all known related issues
have been fixed with 3.30.

So there is a high chance that this is fixed in testing.



Bug#917485: ckermit: please rebuild Stretch against new OpenSSL

2018-12-27 Thread Jonathan Lane
Package: ckermit
Version: 302-5.3
Severity: grave
Tags: security
Justification: user security hole

Dear Maintainer,

Please rebuild C-Kermit against the new OpenSSL in Stretch.  Currently all 
SSL/TLS functionality in C-Kermit is disabled due to detecting mismatching 
libraries.


-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: arm64 (aarch64)

Kernel: Linux 4.9.0-8-arm64 (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 ckermit depends on:
ii  debconf [debconf-2.0]  1.5.61
ii  libc6  2.24-11+deb9u3
ii  libcomerr2 1.43.4-2
ii  libgssapi-krb5-2   1.15-1+deb9u1
ii  libk5crypto3   1.15-1+deb9u1
ii  libkrb5-3  1.15-1+deb9u1
ii  libncurses56.0+20161126-1+deb9u2
ii  libpam0g   1.1.8-3.6
ii  libssl1.0.21.0.2q-1~deb9u1
ii  libtinfo5  6.0+20161126-1+deb9u2

Versions of packages ckermit recommends:
ii  openbsd-inetd [inet-superserver]  0.20160825-2
ii  openssh-client [ssh-client]   1:7.4p1-10+deb9u4

ckermit suggests no packages.

-- debconf information:
  ckermit/iksd-anon: false
  ckermit/iksd-no-inetd:
  ckermit/iksd: false
  ckermit/iksd-anondir: /home/ftp



Bug#917455: command-not-found: "local variable 'cnf' referenced before assignment" shown when entering an unknown command

2018-12-27 Thread Jonas Smedegaard
Hi Aspen (cc bug#917455),

Thanks for reporting this issue!

Please consider mention more prominently when you file bugreports 
upstream.  Included data hints that you run PureOS, but it can be 
helpful for the work tracking down the cause of the bug if you highlight 
that detail e.g. by mentioning yourself as well.

Please consider also reporting directly to PureOS at 
https://tracker.pureos.net/ - with a reference to this bugreport for 
best possible coordination in hunting down the cause.

Again: Thanks for reporting!  Quite helpful (even if you don't do those 
extra steps I suggest above).


Kind regards,

 - Jonas

Debian and PureOS developer (but not apt-file maintainer specifically).

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#906870: xul-ext-certificatepatrol no longer works with firefox-esr 60

2018-12-27 Thread Moritz Mühlenhoff
On Sat, Sep 08, 2018 at 03:07:14PM +0800, Paul Wise wrote:
> On Tue, 21 Aug 2018 21:31:45 +0300 Adrian Bunk wrote:
> 
> > Package: xul-ext-certificatepatrol
> > Severity: serious
> > 
> > XUL addons are no longer supported.
> 
> Mozilla are still discussing if WebExtensions or NSS extensions are
> going to be allowed to access and modify TLS validation results:
> 
> https://bugzilla.mozilla.org/show_bug.cgi?id=1489080
> https://bugzilla.mozilla.org/show_bug.cgi?id=1435951

This hasn't seen any traction and the package is broken for
quite a while now, let's remove it from the archive? If some
web extension-compatible interface arises, it can still
be packaged separately.

Cheers,
Moritz



Bug#917247: udev: Many modules are no longer automatically loaded at boot

2018-12-27 Thread Michael Biebl
On Mon, 24 Dec 2018 12:18:09 -0500 =?utf-8?b?RnLDqWTDqXJpYyBCcmnDqHJl?=
 wrote:
> Package: udev
> Version: 240-1
> Severity: important
> 
> After upgrading to 240-1 and rebooting, many modules (about ⅓ of them)
> were no longer automatically loaded at boot, causing many problems as
> you can imagine.  Downgrading to 239-15 fixed the issue.
> 

Please test if this problem is still reproducible with 240-2

Regards,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#906870: xul-ext-certificatepatrol no longer works with firefox-esr 60

2018-12-27 Thread Christoph Biedl
Moritz Mühlenhoff wrote...

> On Sat, Sep 08, 2018 at 03:07:14PM +0800, Paul Wise wrote:

> > Mozilla are still discussing if WebExtensions or NSS extensions are
> > going to be allowed to access and modify TLS validation results:
> >
> > https://bugzilla.mozilla.org/show_bug.cgi?id=1489080
> > https://bugzilla.mozilla.org/show_bug.cgi?id=1435951
>
> This hasn't seen any traction and the package is broken for
> quite a while now, let's remove it from the archive? If some
> web extension-compatible interface arises, it can still
> be packaged separately.

My bit of information on this is a remark by certpatrol upstream a while
ago Firefox 62 was to introduce new API to access cert data, as
documented in


To be honest, I lack the skills to check whether this actually happened
(probably yes), and is usable to re-create certpatrol for webext
(hopefully yes). And I haven't checked yet whether certpatrol upstream
is willing to do the job. Allow me some time to resolve this.

Otherwise, I wouldn't mind to keep this in unstable for the sake of some
spin-offs/forks that still support xul, like pale moon - but I
understand if people consider this something Debian isn't intended for.

Cheers,

Christoph


signature.asc
Description: PGP signature


Bug#890804: xul-ext-tabmixplus: add WebExtensions version

2018-12-27 Thread Moritz Mühlenhoff
On Tue, Dec 04, 2018 at 12:02:55AM +0100, Moritz Mühlenhoff wrote:
> On Tue, Aug 14, 2018 at 06:12:43PM +0200, Christoph Anton Mitterer wrote:
> > Control: severity -1 grave
> > 
> > Since FF ESR 52 has now left Debian unstable, the XUL version of this
> > is no longer usable in Debian.
> > Please upgrade to the WebExtensions version ASAP.
> 
> Does anyone intend/plan to switch the package to the web extention?
> Otherwise it should be removed from the archive.

I've filed a removal bug now.

Cheers,
Moritz



Bug#917484: RM: status-4-evar -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove status-4-evar. It's broken with Firefox 57 and was
already removed from stretch.

Cheers,
Moritz



Bug#917483: tangerine-icon-theme: FTBFS in buster at least since 2018-12-06

2018-12-27 Thread Santiago Vila
Package: src:tangerine-icon-theme
Version: 0.26.debian-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]

dpkg-buildpackage
-

dpkg-buildpackage: info: source package tangerine-icon-theme
dpkg-buildpackage: info: source version 0.26.debian-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael Biebl 
 dpkg-source --before-build .
 fakeroot debian/rules clean
CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
source format 3.0 (quilt) instead
debian/rules:7: /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk: No 
such file or directory
make: *** No rule to make target 
'/usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk'.  Stop.
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit 
status 2


The build was made in my autobuilder with "dpkg-buildpackage -A"
but I don't think such detail is really relevant.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.



Bug#915805: Should this package be removed?

2018-12-27 Thread Moritz Mühlenhoff
On Fri, Dec 07, 2018 at 01:41:47PM +, Kevin Smith wrote:
> Apologies, I’d forgotten that we’d prepared an update from upstream and not 
> gotten it submitted. We’ll try to address this in the next week or so.

What's the status :-)

Cheers,
Moritz



Bug#917482: jhove: FTBFS in buster at least since 2018-12-07

2018-12-27 Thread Santiago Vila
Package: src:jhove
Version: 1.20.1-4
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
mh_patchpoms -pjhove --debian-build --keep-pom-version 
--maven-repo=/<>/debian/maven-repo
   dh_auto_build -i
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...

[... snipped ...]

[INFO] JHOVE - JSTOR/Harvard Object Validation Environment  SUCCESS [  0.009 s]
[INFO] JHOVE Core . SUCCESS [  4.465 s]
[INFO] JHOVE Validation Modules ... FAILURE [  2.348 s]
[INFO] JHOVE Applications . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  7.061 s
[INFO] Finished at: 2018-12-25T23:16:10Z
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project jhove-modules: Compilation failure: Compilation failure: 
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[13,22]
 package javax.xml.bind does not exist
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[13,22]
 package javax.xml.bind does not exist
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[216,29]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class 
edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[219,29]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class 
edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[261,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[265,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[269,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[273,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[277,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :jhove-modules

Bug#917279: Fixed now

2018-12-27 Thread Tim Rühsen
After the latest apt-get update (incl. systemd upgrade), Netbeans works
as expected again.

IMO, this bug can be closed.



signature.asc
Description: OpenPGP digital signature


Bug#917468: [Python-apps-team] Bug#917468: pelican VCS field update

2018-12-27 Thread Vincent Cheng
Hi Geert,

If you could take the time to also properly migrate pelican's alioth SVN
history to salsa, that would be very much appreciated, thanks!

Regards,
Vincent

(On my phone, apologies for html and top posting)

On Thu, Dec 27, 2018, 4:21 PM Geert Stappers  Package: pelican
> Version: 3.7.1+dfsg-1
>
> Hi,
>
> debian/control of Pelican has VCS fields pointing
> to svn://anonscm.debian.org/python-apps/packages/pelican/trunk/
>
> My intention is to fix that with an NMU.
>
> This bugreport is documenting that.
>
>
> Groeten
> Geert Stappers
> DD
> --
> Leven en laten leven
>
> ___
> Python-apps-team mailing list
> python-apps-t...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-apps-team


Bug#853992: xul-ext-requestpolicy: update requestpolicy to 1.0 beta12.4 - compatibility with web extensions

2018-12-27 Thread Moritz Mühlenhoff
On Sat, Sep 08, 2018 at 03:45:20PM +0800, Paul Wise wrote:
> Control: forwarded -1 
> https://github.com/RequestPolicyContinued/requestpolicy/issues/704
> Control: tags -1 + fixed-upstream # partially
> 
> On Fri, 3 Feb 2017 03:00:02 +0530 shirish शिरीष wrote:
> 
> > First of all thank you for taking care of xul-ext-requestpolicy for so
> > long. Was just browsing today and saw that 1.0beta12.4 was introduced
> > few months back. The only addition according to the changelog
> > https://github.com/RequestPolicyContinued/requestpolicy/blob/dev-1.0/ChangeLog.md
> > 
> > is being compatible with WebExtensions which Mozilla is going to come
> > up in the next few releases.
> 
> This has now happened and upstream has partially fixed this,
> status is at the listedURL above.

The current package is broken for a long time now and hasn't seen
an upload since 2016. Does anyone intent to package the web extension?
Otherwise the package should be removed.

Cheers,
Moritz



Bug#881894: xul-ext-cookie-monster: dead upstream, broken in FF57

2018-12-27 Thread Moritz Mühlenhoff
On Wed, Oct 03, 2018 at 05:20:16PM +0200, Moritz Mühlenhoff wrote:
> On Thu, Nov 16, 2017 at 06:21:56AM +0100, Christoph Anton Mitterer wrote:
> > Package: xul-ext-cookie-monster
> > Version: 1.3.0.5-1
> > Severity: normal
> > 
> > 
> > 
> > Hi.
> > 
> > Seems this addon is dead upstream (at least:
> > https://addons.mozilla.org/en-US/firefox/addon/cookie-monster/
> > says "This add-on has been removed by its author.").
> > 
> > Also it won't work with FF >57 anymore.
> 
> Let's remove it from the archive?

I've filed a removal bug now.

Cheers,
Moritz



Bug#917124: lvm2 logical volumes are not properly initialized

2018-12-27 Thread Michael Biebl
Am 27.12.18 um 23:09 schrieb Ben Caradoc-Davies:
> And I am also please to report that the two-minute wait on shutdown seen
> here after upgrade to 240-1 and also after upgrade to 240-2 occurs only
> on the first shutdown after upgrade:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=917124;filename=img_20181223_130610.jpg;msg=27
> 
> 
> Subsequent shutdowns do not seem to be affected.

Yes, I've seen that as well.

I've tested an upgrade from v232 (i.e. stretch) to v240, which is
seemingly not affected by this shutdown issue, so I don't plan to
further investigate this, as it won't affect upgrades from stretch → buster.

Regards,
Michael



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



signature.asc
Description: OpenPGP digital signature


Bug#917476: RM: webdeveloper -- RoQA; Broken with Firefox 57, depends on obsolete bootstrap version

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove webdeveloper. It's broken with Firefox 57 and was already removed 
from stable.

Cheers,
Moritz



Bug#881972: xul-ext-webdeveloper: new upstream version (WebExtensions support)

2018-12-27 Thread Moritz Mühlenhoff
On Tue, Dec 04, 2018 at 12:06:11AM +0100, Moritz Mühlenhoff wrote:
> On Fri, Nov 17, 2017 at 01:50:10AM +0100, Christoph Anton Mitterer wrote:
> > Package: xul-ext-webdeveloper
> > Version: 1.2.13-1
> > Severity: wishlist
> > 
> > 
> > Hi.
> > 
> > There is a new upstream version (2.0.1) which is a complete
> > rewrite with webextensions support, making the addon work again
> > in FF57+.
> 
> Does anyone intend/plan to switch the package to the web extention?
> Otherwise it should be removed from the archive.

I've filed a removal bug now.

Cheers,
Moritz



Bug#917480: RM: refcontrol -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove refcontrol, it's broken with Firefox 57.

Cheers,
Moritz



Bug#917481: Please test Asterisk 16.1 (for Buster) in experimental

2018-12-27 Thread Bernhard Schmidt
Source: asterisk
Severity: wishlist
Tags: help

Hi,

filing a wishlist bug with the tag "help" to maybe have it listed in
how-can-i-help.

Asterisk 16.1.0 has been uploaded to experimental a few days ago. Other than
being the bump to the next LTS release train it also includes an embedded
and renamed copy of PJSIP (pjproject) for chan_pjsip.

I think the best current way forward for Buster would be the inclusion
of this version into unstable. We should do this within the first 1-2 weeks
in January to avoid missing any freeze deadlines (no transition involved
fortunately). But I'd like to have a few more testers for that (my test pbx
is currently largely broken due to issues outside of Asterisk).

If you are running Asterisk on Buster/sid please consider installing 
asterisk from experimental and give it a spin. 

Thanks,
Bernhard



Bug#788327: Swift in Debian

2018-12-27 Thread Jonas Smedegaard
Hi Sylvestre (and others),

Can I perhaps stir back some interest in packaging Swift for Debian?

I have interest in some tools (an RDF triplestore) written in Swift, but 
don't expect to be able to maintain the compiler itself...


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#916817: transition: remove python3.6

2018-12-27 Thread Mattia Rizzolo
On Wed, Dec 26, 2018 at 10:37:39AM +0100, Emilio Pozuelo Monfort wrote:
> This is pretty much done, except for arch:all packages. Please file bugs for 
> those.

Looking at the transition tracker (I didn't try a dak rm), I see I can
upload all the bogus packages, so I will take care of them in the
following days myself.

Exceptions are:
 * libi8x - maintainde by Matthias, pls ;)
 * python-cymruwhois - #917369 - will NMU if it is not done by the time
   I finish the others

-- 
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#917479: RM: foxyproxy -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove foxyproxy. It's broken with Firefox 57 and was already removed 
from
stable.

Cheers,
Moritz



Bug#917196: transition: qtbase-opensource-src

2018-12-27 Thread Lisandro Damián Nicanor Pérez Meyer
qtbase has been built everywhere, so all the rdeps can now be binNMUed. Worst 
case scenario they will wait for the relevant rdeps to get built.

Thanks!


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


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


Bug#917478: popularity-contest: Improve performance (4x faster)

2018-12-27 Thread Benoît
Package: popularity-contest
Version: 1.67
Severity: minor
Tags: patch

Dear Maintainer,

For each installed packages, popcon globs the complete list of files
in /var/lib/dpkg/info.
This is very slow as I noticed that popcon takes more than a minute of CPU
time on my modest laptop, which is enough to start the fan.

I'm attaching a patch that lists only once /var/lib/dpkg/info and associates
each .list file with a package.

I don't see any difference in /usr/sbin/popularity-contest output.
And the CPU time goes from 1min08s to 0min14s.

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

Kernel: Linux 4.17.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0]  1.5.69
ii  dpkg   1.19.2

Versions of packages popularity-contest recommends:
ii  cron [cron-daemon] 3.0pl1-130
ii  exim4-daemon-light [mail-transport-agent]  4.91-8+b1
ii  gnupg  2.2.10-3

Versions of packages popularity-contest suggests:
ii  anacron   2.3-27
pn  tor   
pn  torsocks  

-- debconf-show failed
--- /usr/sbin/popularity-contest2018-08-09 20:41:19.0 +0200
+++ popularity-contest  2018-12-27 22:51:27.710362640 +0100
@@ -119,6 +119,19 @@
   close DIVERSIONS;
 }
 
+my %pkgs_files = ();
+
+if (opendir(my $DPKG_DB, $dpkg_db))
+{
+for my $e (readdir($DPKG_DB)) {
+   if ($e =~ m/^([^:]+) .*? \. list$/x) {
+   $pkgs_files{$1} ||= [];
+   push @{$pkgs_files{$1}}, "$dpkg_db/$e";
+   }
+}
+closedir($DPKG_DB);
+}
+
 # Read dpkg database of installed packages
 open PACKAGES, "dpkg-query --show --showformat='\${status} \${package}\\n'|";
 while ()
@@ -128,7 +141,7 @@
   my $bestatime = undef;
   my $list;
   $popcon{$pkg}=[0,0,$pkg,""];
-  foreach ("$dpkg_db/$pkg.list", glob("$dpkg_db/$pkg:*.list"))
+  foreach (@{$pkgs_files{$pkg}})
   {
 open FILES, $_ or next;
 while ()


Bug#917477: RM: greasemonkey -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove greasemonkey. It's broken with Firefox 57 and was already
removed from stable.

Cheers,
Moritz



Bug#917124: lvm2 logical volumes are not properly initialized

2018-12-27 Thread Michael Biebl
Am 27.12.18 um 22:59 schrieb Ben Caradoc-Davies:
> Thanks, Michael. Confirmed fixed for me in 240-2.

Thanks for the confirmation.


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



signature.asc
Description: OpenPGP digital signature


Bug#917475: RM: pwdhash -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove pwdhash. It's broken with Firefox 57 and has already
been removed from stretch.

Cheers,
Moritz



Bug#917124: lvm2 logical volumes are not properly initialized

2018-12-27 Thread Ben Caradoc-Davies
And I am also please to report that the two-minute wait on shutdown seen 
here after upgrade to 240-1 and also after upgrade to 240-2 occurs only 
on the first shutdown after upgrade:

https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=917124;filename=img_20181223_130610.jpg;msg=27

Subsequent shutdowns do not seem to be affected.

Kind regards

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand



Bug#827310: xul-ext-pwdhash from stable is not compatible to firefox-esr and gets disabled

2018-12-27 Thread Moritz Mühlenhoff
On Tue, Dec 04, 2018 at 12:02:09AM +0100, Moritz Mühlenhoff wrote:
> On Fri, Oct 05, 2018 at 04:03:09PM +0200, Michal Politowski wrote:
> > Package: xul-ext-pwdhash
> > Version: 1.7.4-1
> > Followup-For: Bug #827310
> > 
> > There appears to exist a webextension version 2.0 of PwdHash,
> > which should work with current Firefox.
> > 
> > https://addons.mozilla.org/en-GB/firefox/addon/pwdhash/
> > https://github.com/pwdhash/pwdhash-webextension
> 
> Does anyone intend/plan to switch the package to the web extention?
> Otherwise it should be removed from the archive.

I've filed a removal bug now.

Cheers,
Moritz



Bug#917185: udev 240-1 + sysvinit-core 2.93-1 break input devices + other problems

2018-12-27 Thread Michael Biebl
Am 27.12.18 um 23:08 schrieb Michael Biebl:

> The explicit "udevadm trigger" should ensure that all symlinks in /dev
> are created resulting

...resulting in a working initrd


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



signature.asc
Description: OpenPGP digital signature


Bug#917473: RM: colorfultabs -- RoQA; Broken with Firefox 57

2018-12-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org
Severity: normal

Please remove colorfultabs. It's broken with Firefox 57 and was already
removed from stretch.

Cheers,
Moritz



Bug#914813: kernel 3.4 works

2018-12-27 Thread Geert Stappers
On Thu, Dec 27, 2018 at 08:05:08AM +0100, Bernhard wrote:
> 
> I made a test with a pre-built image from banana-pi.org.
> This is Debian 8 "Jessie" with a very old kernel 3.4.
> I assume, the famous sunxi-kernel.
> Here, the Ethernet works.
> The complete log during booting is attached.
> Hopefully, it helps.
> 
> If i can do further tests, or if you need further informations: please let me 
> know.
> 
> Best regards
> Bernhard
> 

> HELLO! BOOT0 is starting!

> [  1.308][mmc]:  mmc  not find,so not exit
> HELLO! BOOT0 is starting!

> U-Boot 2011.09-rc1-0-g4948cb4-dirty (Jul 11 2018 - 01:55:24) Allwinner 
> Technology 

> ** Invalid boot device **
> [  4.579][mmc]: blkcnt should not be 0
> Loaded environment from uEnv.txt
> Running uenvcmd ...
> Banana Pi bpi-m3 chip: a83t Service: linux bpiuser: 720p
> [  5.131][mmc]: blkcnt should not be 0
> ## Booting kernel from Legacy Image at 4800 ...
>Image Name:   Linux-3.4.39-BPI-M3-Kernel
>Image Type:   ARM Linux Kernel Image (uncompressed)
>Data Size:7002512 Bytes = 6.7 MiB
>Load Address: 40008000
>Entry Point:  40008000
>Verifying Checksum ... OK
> ## Loading init Ramdisk from Legacy Image at 4310 ...
>Image Name:   uInitrd
>Image Type:   ARM Linux RAMDisk Image (gzip compressed)
>Data Size:5161148 Bytes = 4.9 MiB
>Load Address: 
>Entry Point:  
>Verifying Checksum ... OK
>Loading Kernel Image ... OK
> OK
> [  5.327][mmc]: MMC Device 2 not found
> [  5.331][mmc]:  mmc  not find,so not exit
> [  5.335]
> Starting kernel ...
> 
> [sun8i_fixup]: From boot, get meminfo:
> 
Start:  0x4000
> 
Size:   2048MB
> 
ion_carveout reserve: 96m 128m
> 
ion_reserve_common: ion reserve: [0xb800, 0xc000]!
> 
ion_cma reserve: 120m 176m 512m
> 
ion_reserve_common: ion reserve: [0xa000, 0xc000]!
> 
--sun8i_smp_init_ops37-
> 
[0.00] Booting Linux on physical CPU 0
> [0.00] Initializing cgroup subsys cpuset
> [0.00] Initializing cgroup subsys cpu
> [0.00] Linux version 3.4.39-BPI-M3-Kernel (root@1a557e1c594c) (gcc 
> version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #3 SMP PREEMPT Wed Jul 11 
> 01:55:51 UTC 2018
> [0.00] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d

> [2.320816] [rfkill]: mod has no ls_int gpio
> [2.320830] [rfkill]: mod has no pcm_ch gpio
> [2.321375] [rfkill]: rfkill set power 0

> [   17.939254] systemd[1]: Detected architecture arm.
> 
> Welcome to Debian GNU/Linux 9 (stretch)!
> 
> [   17.982068] systemd[1]: Set hostname to .

> [   26.486354] USB Serial support registered for GSM modem (1-port)
> [  OK  ] Started Set console font and keymap.
> [  OK  ] Found device /dev/ttyS0.
> [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill 
> Watch.
> [  OK  ] Reached target Sound Card.
>  Starting Create Volatile Files and Directories...
>  Starting Load/Save RF Kill Switch Status...
> [   29.552854] gmac0: probed
> [   29.600398] gmac0 gmac0: eth0: eth0: PHY ID 001cc915 at 0 IRQ poll 
> (gmac0-0:00)
> [   29.700631] [rfkill]: rfkill set power 0
> [  OK  ] Started Create Volatile Files and Directories.
> [  OK  ] Started Load/Save RF Kill Switch Status.

> [   33.600389] PHY: gmac0-0:00 - Link is Up - 100/Full
>  Starting Network Manager...
>  Starting Accounts Service...

> [   54.107624] rc.local[780]: My IP address is 192.168.2.150 
> 2003:ca:bf4:5814:1842:4bff:fe49:9561
>  Starting User Manager for UID 1000...

> Debian GNU/Linux 9 bpi-iot-ros-ai ttyS0
> 
> bpi-iot-ros-ai login: 



For some reason I assume that `RF Kill` does more then just wireless.

I don't know which way to go.  Too many options.




Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#917474: librarian-puppet: documentation included with binary and package mostly useless and lacking lots of information

2018-12-27 Thread Gabriel Filion
Package: librarian-puppet
Version: 3.0.0-1
Severity: normal
Tags: upstream

Hi there,

Thanks for maintaining this package! it's super useful for us.

I find it hard to know how to use and configure this ruby script. The
main "binary" itself has some information with the "help" subcommand but
it's far from touching all necessary subjects.
The main man page for the package was probably auto-generated because
upstream doesn't provide one, and the information in the man page is
extremely basic and most incomplete.

For one thing, the package doesn't ship the README.md file in
/usr/shared/doc/librarian-puppet. This would help getting at least a
good portion of information that upstream already has documented at
least there. a man page could be based off of a lot of information in
the readme. it would be best if upstream could provide a man page,
though.

The parts that are lacking even upstream are:

 * there is no documentation of what the Puppetfile format and syntax is

 * there is no documentation at all on configuration options that can be
   used

cheers!

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

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

Versions of packages librarian-puppet depends on:
ii  puppet 5.5.8-1
ii  ruby   1:2.5.1
ii  ruby-json  2.1.0+dfsg-2+b1
ii  ruby-librarian 0.6.4-1
ii  ruby-puppet-forge  2.2.9-2
ii  ruby-rsync 1.0.9-1

librarian-puppet recommends no packages.

librarian-puppet suggests no packages.

-- no debconf information



  1   2   3   >