Bug#928882: unblock: [pre-approval] ghc/8.4.4+dfsg1-3

2019-05-12 Thread Ilias Tsitsimpis
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Due to a misconfiguration of ghc, where it uses the 'arm1136jf-s' ARM11 core family on armel, all Haskell packages are currently miscompiled and will only work on a subset of armel machines

Bug#928881: cohomcalg FTCBFS and arch-only FTBFS

2019-05-12 Thread Helmut Grohne
Source: cohomcalg Version: 0.32+ds-1 Severity: serious Tags: patch ftbfs Justification: fails to build from source cohomcalg fails to cross build from source, because it uses the build architecture linker. One has to pass LD as well. I also noticed that it fails an arch-only build everywhere,

Bug#928880: notmuch-addrlookup FTCBFS: uses the build architecture pkg-config

2019-05-12 Thread Helmut Grohne
Source: notmuch-addrlookup Version: 9-1 Tags: patch upstream User: helm...@debian.org Usertags: rebootstrap notmuch-addrlookup fails to cross build from source, because it hard codes the build architecture pkg-config. Making pkg-config substitutable is sufficient for making notmuch-addrlookup

Bug#914034: Bug#911938: libhttp-daemon-ssl-perl FTBFS: tests fail: Connection refused

2019-05-12 Thread gregor herrmann
Control: reassign -1 libwww-perl 6.36-1 Control: retitle -1 libwww-perl: ancient patch causes TLSv1.3 connection deadlock Control: tag -1 + patch On Sun, 12 May 2019 07:31:57 +0200, Steffen Ullrich wrote: > Actually, the fix is probably even simpler. > > The bug does not happen with an

Bug#923684: nmu: galax_1.1-15

2019-05-12 Thread Kyle Robbertze
Hi Paul, On 2019/05/09 20:43, Paul Gevers wrote: > Control: tags -1 moreinfo > > Hi Kyle, > > Is this still relevant? Seems that it is no longer relevant. The galax failure must be an issue with galax and the rest are have now been built against the fixed version of camomile. > > On Sun, 03

Bug#928101: onak FTCBFS: abuses AC_CHECK_FILE

2019-05-12 Thread Jonathan McDowell
On Sun, May 12, 2019 at 12:19:55PM +0200, Helmut Grohne wrote: > On Sun, May 12, 2019 at 11:07:30AM +0100, Jonathan McDowell wrote: > > I'm all for being able to be cross-built, but I'm not applying this > > during the freeze. Also upstream I've moved over to cmake, so the next > > onak release

Bug#928878: libx11 has a dependency cycle through w3m

2019-05-12 Thread Helmut Grohne
Source: libx11 Version: 2:1.6.7-1 Severity: important Tags: patch User: helm...@debian.org Usertags: rebootstrap libx11 Build-Depends on w3m, which itself (indirectly) uses the X11 stack. This is bad for bootstrapping. Fortunately, libx11 only needs w3m for building documentation and its

Bug#928877: dbus: some system services' fd limits not reset with systemd >= 240

2019-05-12 Thread Simon McVittie
Package: dbus Version: 1.12.12-1 Severity: important Tags: upstream fixed-upstream Forwarded: https://gitlab.freedesktop.org/dbus/dbus/merge_requests/103 The system dbus-daemon currently sets its hard and soft RLIMIT_NOFILE to 64K, with the intention of changing back to the rlimits with which it

Bug#905282: python-lldb-6.0: broken symlinks: /usr/lib/llvm-6.0/lib/python2.7/site-packages/lldb/*

2019-05-12 Thread Andreas Beckmann
Followup-For: Bug #905282 Control: fixed -1 1:6.0.1-6 Hi, this was fixed in -6.0 by commit "Add liblldb-6.0-dev to python-lldb runtime dependencies, needed to import it" (1f4d69cb08, 8230edeed8), which is still missing in -7, -8, -9. Andreas

Bug#857680: llvm-3.8-examples: broken symlinks: /usr/share/doc/llvm-3.8-examples/Makefile.* -> ../../../lib/llvm-3.8/build/Makefile.*

2019-05-12 Thread Andreas Beckmann
Followup-For: Bug #857680 Control: tag -1 patch Since Makefile.* are gone since -3.8, just drop the symlinks. Please apply to -6.0 and merge into -7, -8, -9. Andreas >From 7cddcfd954e45ebf80238a6c7d58011880ff849e Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Sat, 11 May 2019 17:25:34

Bug#857653: liblld-6.0: missing liblld-6.0.so.1

2019-05-12 Thread Andreas Beckmann
Followup-For: Bug #857653 Control: tag -1 patch Hi, this bug was fixed in -4.0 and -5.0, but somehow the corresponding changes got lost in a merge on the move to -6.0. So please apply your old patch again ... and merge this into -7, -8, -9. Andreas >From

Bug#928101: onak FTCBFS: abuses AC_CHECK_FILE

2019-05-12 Thread Helmut Grohne
Hi Jonathan, On Sun, May 12, 2019 at 11:07:30AM +0100, Jonathan McDowell wrote: > I'm all for being able to be cross-built, but I'm not applying this > during the freeze. Also upstream I've moved over to cmake, so the next > onak release should be cross-buildable out of the box. I didn't expect

Bug#928875: acorn-fdisk FTCBFS: strips with the wrong strip

2019-05-12 Thread Helmut Grohne
Source: acorn-fdisk Version: 3.0.6-9 Tags: patch User: helm...@debian.org Usertags: rebootstrap acorn-fdisk fails to cross build from source, because it strips during build with the build architecture strip. Doing so also breaks DEB_BUILD_OPTIONS=nostrip as well as generating -dbgsym packages.

Bug#928876: gaffitter FTCBFS: does not pass cross tools to make

2019-05-12 Thread Helmut Grohne
Source: gaffitter Version: 0.6.0-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap gaffitter fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes gaffitter cross buildable. Please consider applying the

Bug#928873: gbase FTCBFS: multiple reasons

2019-05-12 Thread Helmut Grohne
Source: gbase Version: 0.5-2.2 Tags: patch User: helm...@debian.org Usertags: rebootstrap gbase fails to cross build from source for multiple reasons: 1. It does not pass cross tools to make. -> dh_auto_build 2. The Makefile uses the build architecture pkg-config. -> Make pkg-config

Bug#928874: evdi FTCBFS: does not pass cross tools to make

2019-05-12 Thread Helmut Grohne
Source: evdi Version: 1.6.0+dfsg-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap evdi fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes evdi cross buildable. Please consider applying the

Bug#928871: delaboratory FTCBFS: strips with the wrong strip

2019-05-12 Thread Helmut Grohne
Source: delaboratory Version: 0.8-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap delaboratory fails to cross build from source, because it strips during build with the build architecture strip. Beyond breaking cross compilation, this also breaks DEB_BUILD_OPTIONS=nostrip as well as

Bug#928872: motif FTCBFS: abuses AC_CHECK_FILE

2019-05-12 Thread Helmut Grohne
Source: motif Version: 2.3.8-2 Tags: patch upstream User: helm...@debian.org Usertags: rebootstrap motif fails to cross build from source, because its configure.ac abuses AC_CHECK_FILE. The macro is meant for checking files on the host system while motif uses it to check for development headers

Bug#928101: onak FTCBFS: abuses AC_CHECK_FILE

2019-05-12 Thread Jonathan McDowell
On Sun, Apr 28, 2019 at 06:57:36AM +0200, Helmut Grohne wrote: > onak fails to cross build from source, because the upstream configure.ac > abuses AC_CHECK_FILE. The macro is meant to check for files on the host, > but it uses it to examine the build tree. A simple test -f is better in > this

Bug#928762: Further information

2019-05-12 Thread Adam Bac
Further information: It seems that the issue is being triggered when I switch the profile from Analog Stereo Output to Digital Stereo Output. The volume control then stops working until system reboot (even when switching back to Analog). After reboot it works again, until again the next time I

Bug#924554: Bug#928108: unblock: unattended-upgrades/1.12 ?

2019-05-12 Thread Jan Wagner
Dear Release Team, Am 28.04.19 um 12:57 schrieb Bálint Réczey: > Unattended-upgrades 1.12 contains almost only fixes for bugs holding > back security updates or for regressions. > I'm wondering if you would let it in Buster in full or just with > omitting parts of the fixes. If omitting some of

Bug#928870: GRUB does not report all partitions

2019-05-12 Thread Heinrich Schuchardt
Package: grub-efi-arm64 Version: 2.02+dfsg1-18 Severity: normal I use U-Boot v2018.07-rc1 on a MACCHIATObin. The UEFI shell reports these block devices and partitions: FS4: Alias(s):HD0b:;BLK7: /VenHw(e61d73b9-..)/SD(1)/SD(2)/HD(1,MBR,0x477bc392,0x2000,0x20) FS5: Alias(s):HD0c:;BLK8:

Bug#928869: homebank: new upstream 5.2.4

2019-05-12 Thread Jonatan Nyberg
Package: homebank Version: 5.2.4 Severity: Normal Please consider to upgrade to the current upstream version (5.2.4). Regards Jonatan

Bug#928854: GRUB: booting MACCHIATObin fails

2019-05-12 Thread Heinrich Schuchardt
The U-Boot version that does not support network on the MACCHIATObin is v2018.11. U-Boot v2019.04 supports network and GRUB reaches the rescue console. But I still think GRUB should not fail if networking is not available. Best regards Heinrich Schuchardt

Bug#926180: scilab: FTBFS on all - New trouble

2019-05-12 Thread Alexis Murzeau
Le 08/05/2019 à 00:50, Alexis Murzeau a écrit : > Where the working log has a java.lang.IllegalStateException > exception instead. Maybe there is a memory corruption somewhere in > native code that doesn't always cause a jvm crash. > > I fear the crash happen in java code, this stacktrace is not

Bug#928868: unblock: ruby-globalid/0.4.2+REALLY.0.3.6-1

2019-05-12 Thread Utkarsh Gupta
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Hey, Please unblock package ruby-globalid. The latest upload fixes the FTBFS and thus the bug #925178. It has no test failures now and builds fine with rails, too. Hence, requesting you

Bug#928867: unblock: nx-libs/2:3.5.99.19-2

2019-05-12 Thread Mike Gabriel
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package nx-libs + * debian/patches (cherry-picked from upstream): ++ Add 0001_nxagent-Determine-nxagentProgName-only-once.patch. Keep flavour + mode (i.e.,

Bug#928612: u-boot-sunxi: Enable support for NanoPi NEO2

2019-05-12 Thread Domenico Andreoli
On Thu, May 09, 2019 at 10:08:07AM +0300, Andrei POPESCU wrote: > On Jo, 09 mai 19, 07:58:39, Domenico Andreoli wrote: > > > > I aim at the most streamlined installation with the most support out > > of the box and least divergence from a standard setup. I've got a fully > > reproducible and, I

Bug#928773: nabi FTCBFS: uses the wrong pkg-config

2019-05-12 Thread Changwoo Ryu
Control: tags -1 + pending 2019년 5월 11일 (토) 오전 4:09, Helmut Grohne 님이 작성: > > Source: nabi > Version: 1.0.0-3 > Tags: patch upstream > User: helm...@debian.org > Usertags: rebootstrap > > nabi fails to cross build from source, because it looks up pkg-config > using AC_PATH_PROG. A better solution

Bug#856485: Done: xpra: terminating xpra server destroys current X session

2019-05-12 Thread Georgios
The bug is closed but on xpra 2.4.3+dfsg1-1 i still have this problem. On Wed, 8 Aug 2018 12:32:42 +1000 Martin Schwenke wrote: > I'm still seeing this with xpra 2.3.2+dfsg1-2+b1 on testing. > > peace & happiness, > martin > >

Bug#928865: dovecot-core: please update systemd units to refer to /run, not /var/run

2019-05-12 Thread Simon McVittie
Package: dovecot-core Version: 1:2.3.4.1-5 Severity: minor systemd in buster logs a warning on each `systemctl daemon-reload` when units refer to a PID file in /run via the compatibility symlink /var/run: May 12 09:41:36 sentinel systemd[1]: /lib/systemd/system/dovecot.service:9: PIDFile=

Bug#928866: xpra results in blank screen after application termination

2019-05-12 Thread Georgios Pediaditis
Package: xpra Version: 2.4.3+dfsg1-1 Severity: important Dear Maintainer, I tried to run firefox-esr sandboxed using firejail. I executed the following command: firejail --x11=xpra firefox-esr Firefox starts but when i close the window I end in a blank screen with a blinking cursor. (Cant

Bug#928824: s3ql: Please release s3ql 3.1 with buster for Google OAuth compatibility

2019-05-12 Thread Nikolaus Rath
Hi, I don't have any more influence over the release team than you do, so please feel free to petition them directly. I have no objections and see no problem with a freeze exception. Best, Nikolaus On May 11, 2019 8:42:07 PM GMT+01:00, David Gilman wrote: >Package: s3ql >Version: 3.0+dfsg-1

Bug#928863: debian-installer: Add support for NanoPi NEO2

2019-05-12 Thread Domenico Andreoli
Package: debian-installer Version: 20190410 Severity: wishlist Tags: patch Dear Maintainer, please consider adding the generation of the installer image file for FriendlyArm NanoPi NEO 2. MR is available on Salsa: https://salsa.debian.org/installer-team/debian-installer/merge_requests/9 I

Bug#928864: samba: please update systemd units to refer to /run, not /var/run

2019-05-12 Thread Simon McVittie
Source: samba Version: 2:4.9.5+dfsg-3 Severity: minor systemd in buster logs a warning on each `systemctl daemon-reload` when units refer to a PID file in /run via the compatibility symlink /var/run: May 12 09:37:20 sentinel systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references

Bug#928862: xpra: Blank screen when I terminate firefox-esr

2019-05-12 Thread Georgios Pediaditis
Package: xpra Version: 2.4.3+dfsg1-1 Severity: important Dear Maintainer, I was trying to use firejail to run firefox-esr in a sandbox. I tried that with the following command: firejail --x11=xpra firefox-esr When i close firefox I end up in a black screen with the cursor blinking. Im forced

Bug#928861: flash-kernel: Please add an entry for FriendlyArm NanoPi NEO 2

2019-05-12 Thread Domenico Andreoli
Package: flash-kernel Version: 3.98 Severity: wishlist Tags: patch Dear Maintainer, please add the new entry for supporting FriendlyArm NanoPi NEO 2. Patch is attached but also MR is available on Salsa: https://salsa.debian.org/installer-team/flash-kernel/merge_requests/5 This is the entry:

Bug#928693: clang-7: Using --coverage causes "/usr/bin/ld: …: hidden symbol `llvm_gcda_end_file'" error

2019-05-12 Thread Sylvestre Ledru
Le 09/05/2019 à 04:19, James McCoy a écrit : Package: clang-7 Version: 1:7.0.1-8 Severity: normal /usr/bin/ld: bin/.libs/unterm: hidden symbol `llvm_gcda_end_file' in /usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.profile-x86_64.a(GCDAProfiling.c.o) is referenced by DSO /usr/bin/ld:

Bug#928858: aewan FTCBFS: configures for the build architecture

2019-05-12 Thread Helmut Grohne
Source: aewan Version: 1.0.01-4.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap aewan fails to cross build from source, because it does not pass --host to ./configure. The easiest way of doing so - using dh_auto_configure - makes aewan cross buildable. Please consider applying the

Bug#928856: pirs FTCBFS: does not pass cross tools to plain make

2019-05-12 Thread Helmut Grohne
Source: pirs Version: 2.0.2+dfsg-7 Tags: patch User: helm...@debian.org Usertags: rebootstrap pirs fails to cross build from source, because it does not pass cross tools to make while building src/stator/gcContCvgBias. The easiest way of fixing that - using dh_auto_build - does not quite work,

Bug#928859: libloki FTCBFS: does not pass cross tools to make

2019-05-12 Thread Helmut Grohne
Source: libloki Version: 0.1.7-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap libloki fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes libloki cross buildable. Please consider applying the

Bug#928860: libjconv FTCBFS: does not pass cross tools to make

2019-05-12 Thread Helmut Grohne
Source: libjconv Version: 2.8-7 Tags: patch User: helm...@debian.org Usertags: rebootstrap libjconv fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes libjconv cross buildable. Please consider applying the

Bug#928857: etherpuppet FTCBFS: uses the wrong compiler

2019-05-12 Thread Helmut Grohne
Source: etherpuppet Version: 0.3-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap etherpuppet fails to cross build from source, because it uses the build architecture compiler as a make default in debian/rules. The easiest way of fixing that is seeding the value from dpkg's

Bug#928428: unblock: [pre-approval] wicd/1.7.4+tb2-7

2019-05-12 Thread Niels Thykier
Control: tags -1 moreinfo Axel Beckert: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > In the light of dhcpcd5 automremoval (#928056, #928104, #928105), I'd > like to upload a wicd package which relies less on dhcpcd5.

Bug#926681: unblock: acme-tiny/1:4.0.4-1

2019-05-12 Thread Niels Thykier
Control: tags -1 moreinfo confirmed Samuel Henrique: > I do understand that this is a new upstream release but it should be > unblocked because it's a 198 line python script. > > If we don't fix this, then acme-tiny will have to be removed from Buster. > > @LetsEncrypt team, do you have any

Bug#928854: GRUB: booting MACCHIATObin fails

2019-05-12 Thread Heinrich Schuchardt
Package: grub-efi-arm64 Version: 2.02+dfsg1-18 Severity: normal Since yesterday's upgrade of GRUB booting via U-Boot and GRUB-efi fails on my MACCHIATObin. From the output I conclude that GRUB requires network access which is not available with my U-Boot version. GRUB should not require network

Bug#928853: unblock: gau2grid/1.3.1-2

2019-05-12 Thread Andreas Tille
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gau2grid diff -Nru gau2grid-1.3.1/debian/changelog gau2grid-1.3.1/debian/changelog --- gau2grid-1.3.1/debian/changelog 2019-01-01 13:06:25.0 +0100 +++

Bug#928844: eureka FTCBFS: wrong strip

2019-05-12 Thread Helmut Grohne
Hi Fabian, On Sun, May 12, 2019 at 08:41:56AM +0200, Fabian Greffrath wrote: > thank you very much for the report. However, I am afraid you actually > forgot to attach the patch. Sometimes, I do, but this time it's really right there in the submission mail:

Bug#928844: eureka FTCBFS: wrong strip

2019-05-12 Thread Fabian Greffrath
Hi Helmut, Am Sonntag, den 12.05.2019, 06:41 +0200 schrieb Helmut Grohne: > to leave all stripping up to dh_strip. The attached patch makes > stripping optional and fixes all of the above. Please consider > applying thank you very much for the report. However, I am afraid you actually forgot to

Bug#928852: netexpect FTCBFS: uses the wrong pkg-config

2019-05-12 Thread Helmut Grohne
Source: netexpect Version: 0.22-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap netexpect fails to cross build from source, because configure.ac hard codes the build architecture pkg-config. Using the PKG_CHECK_MODULES macro is generally preferred and fixes the issue. After applying

Bug#928825: environment-modules relies on /usr/bin/tclsh which may not be installed

2019-05-12 Thread Xavier Delaruelle
Control: tags -1 + patch Control: forwarded -1 https://salsa.debian.org/mckinstry/modules/merge_requests/4 I've submitted a patch regarding this issue as a merge-request against the packaging vcs. Best regards, Xavier

Bug#928849: firebird3.0 FTCBFS: debian/rules hard codes the build architecture pkg-config

2019-05-12 Thread Helmut Grohne
Source: firebird3.0 Version: 3.0.5.33100.ds4-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap firebird3.0 fails to cross build from source, because debian/rules uses the build architecture pkg-config for looking up the host icu-i18n and fails. The attached patch makes it use the host

Bug#928851: java2html FTCBFS: configures for the build architecture

2019-05-12 Thread Helmut Grohne
Source: java2html Version: 0.9.2-6 Tags: patch User: helm...@debian.org Usertags: rebootstrap java2html fails to cross build from source, because it does not pass --host to ./configure. The easiest way of doing so - using dh_auto_configure - makes java2html cross buildable. Please consider

Bug#928850: crasm FTCBFS: does not pass cross tools to make

2019-05-12 Thread Helmut Grohne
Source: crasm Version: 1.8-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap crasm fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes crasm cross buildable. Please consider applying the attached

<    1   2