Bug#949299: coinor-vol misses source for configure

2020-01-19 Thread Helmut Grohne
with different versions of autoconf without success. As such, I conclude that coinor-vol lacks the required source components for regenerating the configure script. Helmut

Bug#950980: vfu FTCBFS: uses build architecture build tools

2020-02-08 Thread Helmut Grohne
strips by default. Doing so also breaks generation of -dbgsym packages as well as DEB_BUILD_OPTIONS=nostrip. The attached patch fixes all of that. Please consider applying it. Helmut diff --minimal -Nru vfu-4.18/debian/changelog vfu-4.18/debian/changelog --- vfu-4.18/debian/changelog 2020-01-02 01

Bug#951868: libhbaapi-dev: move HBAAPI.pc to a multiarch location

2020-02-22 Thread Helmut Grohne
. It only searches /usr/lib//pkgconfig and /usr/share/pkgconfig. Please move HBAAPI.pc to a multiarch location. The attached patch implements that. Helmut diff --minimal -Nru libhbaapi-2.2.9/debian/changelog libhbaapi-2.2.9/debian/changelog --- libhbaapi-2.2.9/debian/changelog2018-05-28 01:20

Bug#956346: uudeview FTCBFS: fails running tests despite DEB_BUILD_OPTIONS=nocheck

2020-04-10 Thread Helmut Grohne
. Helmut diff --minimal -Nru uudeview-0.5.20/debian/changelog uudeview-0.5.20/debian/changelog --- uudeview-0.5.20/debian/changelog2018-11-17 14:41:15.0 +0100 +++ uudeview-0.5.20/debian/changelog2020-04-10 08:08:52.0 +0200 @@ -1,3 +1,9 @@ +uudeview (0.5.20-12) UNRELEASED

Bug#956753: libapache2-mod-encoding FTCBFS: hard codes the build architecture compiler

2020-04-15 Thread Helmut Grohne
asking dpkg's buildtools.mk for one. Please consider applying the attached patch. Helmut diff -u libapache2-mod-encoding-20040616/debian/changelog libapache2-mod-encoding-20040616/debian/changelog --- libapache2-mod-encoding-20040616/debian/changelog +++ libapache2-mod-encoding-20040616/d

Bug#958135: dvi2dvi FTCBFS: strips with the build architecture strip

2020-04-18 Thread Helmut Grohne
breaks DEB_BUILD_OPTIONS=nostrip as well as generation of -dbgsym packages. Please consider applying the attached patch to skip such stripping and defer it to dh_strip. Helmut diff --minimal -Nru dvi2dvi-2.0alpha/debian/changelog dvi2dvi-2.0alpha/debian/changelog --- dvi2dvi-2.0alpha/debian

Bug#960292: file-kanji FTCBFS: uses the build architecture compiler

2020-05-11 Thread Helmut Grohne
x27;m attaching a patch for your convenience. Helmut --- file-kanji-1.1.orig/Makefile +++ file-kanji-1.1/Makefile @@ -4,4 +4,4 @@ all : file2 file2 : file2.o - cc -o file2 file2.o + $(CC) -o file2 file2.o

Bug#960290: binclock FTCBFS: uses the build architecture strip via install -s

2020-05-11 Thread Helmut Grohne
packages. It is best to leave such stripping to dh_strip, which is why dh_auto_install passes a non-stripping install to make. All we need to do here is making install substitutable. Please consider applying the attached patch. Helmut --- binclock-1.5.orig/Makefile +++ binclock-1.5/Makefile @@ -19,6 +19,7

Bug#960293: cldump FTCBFS: does not pass cross tools to make

2020-05-11 Thread Helmut Grohne
the attached patch. Helmut diff --minimal -Nru cldump-0.11~dfsg/debian/changelog cldump-0.11~dfsg/debian/changelog --- cldump-0.11~dfsg/debian/changelog 2020-05-09 20:03:29.0 +0200 +++ cldump-0.11~dfsg/debian/changelog 2020-05-11 14:18:09.0 +0200 @@ -1,3 +1,9 @@ +cldump (0.11

Bug#960296: bbpager FTCBFS: broken, outdated, embedded copy of PKG_CHECK_MODULES

2020-05-11 Thread Helmut Grohne
for years. bbpager just happens to ship a copy of the bug. Please remove this copy and use the upstream macro. Failing that, please update your copy and register it with the security tracker[1]. Helmut [1] https://wiki.debian.org/EmbeddedCopies

Bug#960291: dhcpcd-dbus FTCBFS: uses the build architecture pkg-config

2020-05-11 Thread Helmut Grohne
to the detection method for the C compiler and makes dhcpcd-dbus cross buildable. Please consider applying the patch. Helmut --- dhcpcd-dbus-0.6.0.orig/configure +++ dhcpcd-dbus-0.6.0/configure @@ -166,6 +166,24 @@ fi echo "CC= $CC" >>$CONFIG_MK +if [ -z "$PKG_CON

Bug#960295: ltpanel FTCBFS: uses the build architecture compiler

2020-05-11 Thread Helmut Grohne
piler, e.g. by letting dpkg's buildtools.mk initialize the CC variable. Helmut diff --minimal -Nru ltpanel-0.2/debian/changelog ltpanel-0.2/debian/changelog --- ltpanel-0.2/debian/changelog2020-05-09 20:31:22.0 +0200 +++ ltpanel-0.2/debian/changelog2020-05-11 16:57:48.

Bug#960333: hpanel FTCBFS: does not pass cross tools to make

2020-05-11 Thread Helmut Grohne
be explicitly selected due to the presence of a configure script (which we don't want to run here and which is automatically skipped by the makefile build system). Please consider applying the attached patch. Helmut diff --minimal -Nru hpanel-0.3.2/debian/changelog hpanel-0.3.2/debian/chan

Bug#960511: antop FTCBFS: builds for the build architecture

2020-05-13 Thread Helmut Grohne
old that it doesn't understand the flag. Regenerating it from the configure.in (thanks Adrian) makes it work. Please consider applying the attached patch. Helmut diff -u sntop-1.4.3/debian/changelog sntop-1.4.3/debian/changelog --- sntop-1.4.3/debian/changelog +++ sntop-1.4.3/debian/chan

Bug#962752: wiipdf FTCBFS: does not pass cross tools to make

2020-06-13 Thread Helmut Grohne
attached patch. Helmut diff --minimal -Nru wiipdf-1.4/debian/changelog wiipdf-1.4/debian/changelog --- wiipdf-1.4/debian/changelog 2020-06-08 21:06:00.0 +0200 +++ wiipdf-1.4/debian/changelog 2020-06-13 15:15:39.0 +0200 @@ -1,3 +1,9 @@ +wiipdf (1.4-4) UNRELEASED; urgency=medium

Bug#883530: vtun FTCBFS: uses the build architecture strip

2017-12-04 Thread Helmut Grohne
-dbgsym packages. Simply removing it fixes both the cross build and the -dbgsym package. Please consider applying the attached patch. Helmut Index: vtun-3.0.3/Makefile.in === --- vtun-3.0.3.orig/Makefile.in +++ vtun-3.0.3/Makefile.in

Bug#884653: vzctl FTCBFS: configures for the build architecture

2017-12-17 Thread Helmut Grohne
patch. Helmut diff --minimal -Nru vzctl-4.9.4/debian/changelog vzctl-4.9.4/debian/changelog --- vzctl-4.9.4/debian/changelog2016-09-11 21:54:53.0 +0200 +++ vzctl-4.9.4/debian/changelog2017-01-26 19:46:19.0 +0100 @@ -1,3 +1,10 @@ +vzctl (4.9.4-3.1) UNRELEASED; urgency

Bug#885150: orbit2 FTCBFS: broken embedded copy of AC_CHECK_ALIGNOF

2017-12-24 Thread Helmut Grohne
when fixing AC_CHECK_ALIGNOF. Helmut Index: orbit2-2.14.19/acinclude.m4 === --- orbit2-2.14.19.orig/acinclude.m4 +++ orbit2-2.14.19/acinclude.m4 @@ -1,50 +1,3 @@ -### -# type alignment test

Bug#887200: partimage should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
out such a dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#887199: lxctl should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#887243: gfxboot should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
re lintian 2.5.56. Thanks for your help Helmut

Bug#887233: libploop-dev should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
C severity. Please note that lintian will warn about such a dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#887274: boxbackup-server should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
quot; flag, this bug will be upgraded to RC severity. Please note that lintian will warn about such a dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#887284: autofs should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
C severity. Please note that lintian will warn about such a dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#887298: libploop1 should depend on e2fsprogs explicitly

2018-01-14 Thread Helmut Grohne
flag, this bug will be upgraded to RC severity. Please note that lintian will warn about such a dependency before lintian 2.5.56. Thanks for your help Helmut

Bug#888015: ddccontrol FTCBFS: uses the build architecture pkg-config

2018-01-22 Thread Helmut Grohne
echnically impossible. That'd make the package rc buggy. Please prove me wrong by applying the attached patch. Helmut Index: ddccontrol-0.4.2/configure.ac === --- ddccontrol-0.4.2.orig/configure.ac +++ ddccontrol-0.4.2/configure.ac @@

Bug#888037: scsitools FTCBFS: does not use cross tools

2018-01-22 Thread Helmut Grohne
. After doing so, scsitools cross builds successfully. Please consider applying the attached patch. Helmut diff --minimal -Nru scsitools-0.12/debian/changelog scsitools-0.12/debian/changelog --- scsitools-0.12/debian/changelog 2018-01-17 15:11:13.0 +0100 +++ scsitools-0.12/debian/changelog

Accepted libmpd 0.20.0-3 (source) into unstable

2018-02-14 Thread Helmut Grohne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 14 Feb 2018 18:38:51 +0100 Source: libmpd Binary: libmpd1 libmpd-dev Architecture: source Version: 0.20.0-3 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Helmut Grohne Description: libmpd-dev

Bug#893887: mark libtut-dev Multi-Arch: foreign

2018-03-23 Thread Helmut Grohne
satisfy cross Build-Depends unless marked Multi-Arch: foreign. libtut-dev is a header-only library without any dependencies or maintainer scripts. Thus a Multi-Arch: foreign marking is correct. Please consider applying the attached patch. Helmut diff --minimal -Nru libtut-0.0.20070706/debian/changelog

Bug#894042: nictools-pci FTCBFS: builds for the build architecture

2018-03-25 Thread Helmut Grohne
case, using dh_auto_build fixes the issue. Please consider applying the attached patch. Helmut diff -u nictools-pci-1.3.8/debian/changelog nictools-pci-1.3.8/debian/changelog --- nictools-pci-1.3.8/debian/changelog +++ nictools-pci-1.3.8/debian/changelog @@ -1,3 +1,10 @@ +nictools-pci (1.3.

Bug#894627: htmldoc FTCBFS: runs just built htmldoc

2018-04-02 Thread Helmut Grohne
ch is acceptable, but it does add some fragility. Please consider applying it. Oh and it actually makes htmldoc cross build successfully. Helmut diff --minimal -Nru htmldoc-1.9.2/debian/changelog htmldoc-1.9.2/debian/changelog --- htmldoc-1.9.2/debian/changelog 2018-03-27 18:22:33.0

Bug#894871: ctorrent FTCBFS: configures for the build architecture

2018-04-04 Thread Helmut Grohne
, ctorrent cross builds successfully. Please consider applying the attached patch. Helmut diff --minimal -Nru ctorrent-1.3.4.dnh3.3.2/debian/changelog ctorrent-1.3.4.dnh3.3.2/debian/changelog --- ctorrent-1.3.4.dnh3.3.2/debian/changelog2016-12-07 22:57:46.0 +0100 +++ ctorrent-1.3.4

Bug#895991: libgdome2-dev: move gdome2.pc to a multiarch location

2018-04-18 Thread Helmut Grohne
. Accordingly, gdome2.pc should be moved to a multiarch location. Please consider applying the attached patch. Helmut diff --minimal -Nru gdome2-0.8.1+debian/debian/changelog gdome2-0.8.1+debian/debian/changelog --- gdome2-0.8.1+debian/debian/changelog2013-07-02 13:02:53.0 +0200

Bug#896230: python-gpod: gpod fails to import

2018-04-20 Thread Helmut Grohne
anifests as an ImportError or ModuleNotFoundError. Typically, dependencies should be inserted by dh-python via ${python:Depends} or ${python3:Depends}. Thus a missing dependency can be caused by incomplete install_requires in setup.py. Sometimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut

Bug#896309: python-cfflib: cfflib fails to import

2018-04-20 Thread Helmut Grohne
dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut

Bug#896340: python-tofu: tofu fails to import

2018-04-20 Thread Helmut Grohne
pendencies should be inserted by dh-python via ${python:Depends} or ${python3:Depends}. Thus a missing dependency can be caused by incomplete install_requires in setup.py. Sometimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut

Bug#896351: python-chef: chef fails to import

2018-04-20 Thread Helmut Grohne
etimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut

Bug#896388: python-libtiff: libtiff fails to import

2018-04-20 Thread Helmut Grohne
endency is the cause, in such cases this bug should be reassigned. Helmut

Bug#899199: mark csh Multi-Arch: foreign

2018-05-20 Thread Helmut Grohne
use Multi-Arch: allowed, but having it (implicitly) marked Multi-Arch: no breaks e.g. cross building of ncbi-tools6. That's not useful. Helmut diff --minimal -Nru csh-20110502/debian/changelog csh-20110502/debian/changelog --- csh-20110502/debian/changelog 2017-08-28 11:46:44.0

Bug#900144: djtools FTCBFS: uses the build architecture compiler

2018-05-26 Thread Helmut Grohne
/Makefile. After making that substitutable, djtools cross builds successfully. Please consider applying the attached patch. Helmut diff --minimal -Nru djtools-1.2.7/debian/changelog djtools-1.2.7+nmu1/debian/changelog --- djtools-1.2.7/debian/changelog 2011-12-12 21:12:19.0 +0100

Bug#900193: pvm-dev is wrongly marked Multi-Arch: foreign

2018-05-27 Thread Helmut Grohne
-client, ${misc:Depends}, Helmut

Bug#900194: bluemon FTCBFS: fails finding dbus-1.pc with the build architecture pkg-config

2018-05-27 Thread Helmut Grohne
architecture by Build-Depends. I think the proper solution is to make pkg-config substitutable. After doing so, bluemon cross builds successfully, because dh_auto_build substitutes PKG_CONFIG. Please consider applying the attached patch. Helmut --- bluemon-1.4.orig/Makefile +++ bluemon-1.4/Makefile

Bug#900205: sockstat FTCBFS: uses the build architecture compiler

2018-05-27 Thread Helmut Grohne
stitutable, sockstat cross builds successfully. Please consider applying the attached patch. Helmut --- sockstat-0.3.orig/Makefile +++ sockstat-0.3/Makefile @@ -2,7 +2,7 @@ OBJS = ${SRCS:.c=.o} sockstat: ${OBJS} - cc -o $@ $(LDFLAGS) ${OBJS} + $(CC) -o $@ $(LDFLAGS) ${OBJS} install: install

Bug#900923: spellutils FTCBFS: packaging forces build architecture compiler on ./configure

2018-06-06 Thread Helmut Grohne
consider applying it. Helmut diff -u spellutils-0.7/debian/changelog spellutils-0.7/debian/changelog --- spellutils-0.7/debian/changelog +++ spellutils-0.7/debian/changelog @@ -1,3 +1,11 @@ +spellutils (0.7-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Do not force

Bug#901333: mp3rename FTCBFS: does not pass cross tools to make

2018-06-11 Thread Helmut Grohne
uses help2man. I really recommend using a proper manpage. In the presence of help2man, we can build mp3rename twice: Once for help2man and then for real. The attached patch implements that and makes mp3rename cross buildable. Please consider applying the attached patch. Helmut diff -u mp3rename-0.6/d

Bug#901335: id3ren is stripped during make install

2018-06-11 Thread Helmut Grohne
der applying the attached patch or bumping the debhelper compatibility level to at least 11. Doing so also fixes #437191. Helmut diff --minimal -Nru id3ren-1.1b0/debian/changelog id3ren-1.1b0/debian/changelog --- id3ren-1.1b0/debian/changelog 2016-06-05 07:38:41.0 +0200 +++ id3ren-1.

Bug#901986: imwheel FTCBFS: abuses AC_CHECK_FILE

2018-06-20 Thread Helmut Grohne
host system while it is clearly being used to check for a build system file here. Please use "test -e" here. The atteched patch implements that and makes imwheel cross buildable. Please consider applying it. Helmut --- imwheel-1.0.0pre12.orig/configure.in +++ imwheel-1.0.0pre12/configu

Bug#902164: autoclass FTCBFS: uses the build architecture compiler

2018-06-22 Thread Helmut Grohne
. Stripping at install time is bad, because it also breaks -dbgsym packages. Removing the -s flag (dh_strip still strips) fixes that and enables cross building autoclass-dbgsym. Please consider applying the attached patch. Helmut diff -u autoclass-3.3.6.dfsg.1/debian/rules autoclass-3.3.6.dfsg.1/debian

Bug#902481: eterm FTCBFS: apt fails installing man2html

2018-06-26 Thread Helmut Grohne
man2html binary and not the cgi interface. It actually builds with the dependency demoted to man2html-base. Please consider applying the attached patch. Helmut diff --minimal -Nru eterm-0.9.6/debian/changelog eterm-0.9.6/debian/changelog --- eterm-0.9.6/debian/changelog2017-01-29 19:02

Bug#902647: maelstrom FTCBFS: configures for the build architecture

2018-06-28 Thread Helmut Grohne
r and maelstrom's ./configure doesn't like that. Thus the attached patch adds the relevant --build and --host flags explicitly. Please consider applying it. Helmut diff --minimal -Nru maelstrom-1.4.3-L3.0.6+main/debian/changelog maelstrom-1.4.3-L3.0.6+main/debian/changelog --- maelstr

Bug#902768: timidity FTCBFS: Exec format error while running calcnewt

2018-06-30 Thread Helmut Grohne
nyway when fixing the calcnewt issue. Helmut --- timidity-2.14.0.orig/configure.in +++ timidity-2.14.0/configure.in @@ -165,6 +165,7 @@ AM_PATH_LISPDIR AC_PROG_CC AC_PROG_GCC_TRADITIONAL +AX_PROG_CC_FOR_BUILD AC_PROG_INSTALL AC_PROG_AWK AC_PROG_RANLIB --- timidity-2.14.0.orig/timidity/M

Bug#902769: timidity FTBFS with DEB_BUILD_OPTIONS=nocheck: syntax error in debian/rules

2018-06-30 Thread Helmut Grohne
consider applying it. Helmut

Bug#903476: bochs FTCBFS: multiple reasons

2018-07-10 Thread Helmut Grohne
ch makes bochs cross buildable. Please consider applying it. Helmut --- bochs-2.6.orig/configure.in +++ bochs-2.6/configure.in @@ -130,8 +130,8 @@ AC_LIB_LTDL fi -AC_PATH_PROG(PKGCONFIG, pkg-config, not_found) -if test "$PKGCONFIG" = not_found; then +PKG_PROG_PKG_CONFIG +if

Bug#905741: ploop FTCBFS: hard codes the build architecture pkg-config

2018-08-08 Thread Helmut Grohne
builds successfully. Please consider applying the attached patch. Helmut --- ploop-1.15.orig/Makefile.inc +++ ploop-1.15/Makefile.inc @@ -3,6 +3,7 @@ RELEASE= CC=gcc +PKG_CONFIG ?= pkg-config INSTALL=install SBINDIR=/sbin USRSBINDIR=/usr/sbin --- ploop-1.15.orig/lib/Makefile +++ ploop-1.15

Bug#908633: mouseemu FTCBFS: upstream Makefile hard codes the build architecture compiler

2018-09-11 Thread Helmut Grohne
consider applying the attached patch. Helmut --- mouseemu-0.15.orig/Makefile +++ mouseemu-0.15/Makefile @@ -1,5 +1,5 @@ all: - gcc $(CFLAGS) -Wall -g $(LDFLAGS) -o mouseemu mouseemu.c + $(CC) $(CFLAGS) -Wall -g $(LDFLAGS) -o mouseemu mouseemu.c clean: rm -f *.o core* mouseemu install:

Bug#909104: shhopt FTCBFS: does not pass cross tools to make

2018-09-18 Thread Helmut Grohne
buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru shhopt-1.1.7/debian/changelog shhopt-1.1.7/debian/changelog --- shhopt-1.1.7/debian/changelog +++ shhopt-1.1.7/debian/changelog @@ -1,3 +1,10 @@ +shhopt (1.1.7-3.1) UNRELEASED; urgency=medium + + * Non-maintainer

Bug#909129: gkermit FTCBFS: does not pass cross tools to make

2018-09-18 Thread Helmut Grohne
while running ./gwart. It turns out that gwart is a build tool and needs to be built for the build architecture. The attached patch takes care of that and makes gkermit cross buildable. Please consider applying it. Helmut diff -u gkermit-1.0/debian/changelog gkermit-1.0/debian/changelog --- gkermit

Bug#911170: swish++ FTCBFS: builds for the wrong architecture

2018-10-16 Thread Helmut Grohne
patch fixes all of that and makes swish++ cross buildable. Please consider applying it. Helmut diff --minimal -Nru swish++-6.1.5/debian/changelog swish++-6.1.5/debian/changelog --- swish++-6.1.5/debian/changelog 2017-08-12 06:47:44.0 +0200 +++ swish++-6.1.5/debian/changelog 2018

Bug#911255: bandwidthd FTCBFS: multiple reasons

2018-10-17 Thread Helmut Grohne
k for directories on the build machine, while AC_CHECK_FILE is only to be used for host files. Finally it strips during make install with the wrong strip. The attached patch fixes all of that. Please consider applying it. Helmut diff --minimal -Nru bandwidthd-2.0.1+cvs20090917/debian/changelog bandwidthd-

Bug#911877: crossroads: package build vulnerable to /tmp

2018-10-25 Thread Helmut Grohne
cious user could create /tmp/xr-root as a directory with mode 777 and replace the directory with an arbitrary file after the cp (via inotify) thus injecting an arbitrary binary into the build. Helmut

Bug#912276: xmacro FTCBFS: does not pass cross tools to make

2018-10-29 Thread Helmut Grohne
buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru xmacro-0.3pre-2911/debian/changelog xmacro-0.3pre-2911/debian/changelog --- xmacro-0.3pre-2911/debian/changelog 2017-01-05 13:50:50.0 +0100 +++ xmacro-0.3pre-2911/debian/changelog

Bug#912289: devilspie2 FTCBFS: multiple reasons

2018-10-29 Thread Helmut Grohne
architecture pkg-config. The attached patch fixes both and makes devilspie2 cross buildable. Please consider applying it. Helmut diff --minimal -Nru devilspie2-0.43/debian/changelog devilspie2-0.43/debian/changelog --- devilspie2-0.43/debian/changelog2018-07-21 13:24:37.0 +0200 +++ devilspie2

Bug#912358: lighttpd FTCBFS: unsatisfiable Build-Depends

2018-10-30 Thread Helmut Grohne
does not influence the build result). And perl needs to be run, but not linked, so it gets annotated :native. Then it uses the wrong pkg-config and fails finding libxml2.pc. After fixing that as well, lighttpd cross builds successfully. Please consider applying the attached patch. Helmut diff

Bug#912358: lighttpd FTCBFS: unsatisfiable Build-Depends

2018-10-30 Thread Helmut Grohne
4.git/commit/configure.ac?id=fefc82153a0260635807ae427943d6fed3238809 Sounds like someone should upload that. Helmut

Bug#912605: splitvt hard codes locations of various libc headers

2018-11-01 Thread Helmut Grohne
consider replacing config.c with config.sh. It's an invasive change, but without it, splitvt will ftbfs before too long. Helmut config.sh Description: Bourne shell script

Bug#913117: libplist FTCBFS: python build dependencies not installable

2018-11-06 Thread Helmut Grohne
. Please consider applying the patch. Helmut diff --minimal -Nru libplist-2.0.0/debian/changelog libplist-2.0.0/debian/changelog --- libplist-2.0.0/debian/changelog 2018-09-18 21:17:32.0 +0200 +++ libplist-2.0.0/debian/changelog 2018-11-07 07:53:50.0 +0100 @@ -1,3 +1,10

Bug#914626: playmidi FTCBFS: builds for the wrong architecture

2018-11-25 Thread Helmut Grohne
consider applying the attached patch as it makes playmidi cross buildable. Helmut diff -u playmidi-2.4debian/debian/changelog playmidi-2.4debian/debian/changelog --- playmidi-2.4debian/debian/changelog +++ playmidi-2.4debian/debian/changelog @@ -1,3 +1,12 @@ +playmidi (2.4debian-11.1) UNRELEASED

Bug#914726: statserial FTCBFS: uses the build architecture compiler for linking

2018-11-26 Thread Helmut Grohne
$(CC). That way, changing just CC changes the compiler and statserial cross builds while preserving the ability to override each individually. Please consider applying the attached patch. Helmut --- statserial-1.1.orig/Makefile +++ statserial-1.1/Makefile @@ -1,5 +1,5 @@ CC = gcc -LD = gcc +LD = $(CC

Bug#914739: rdiff-backup-fs FTCBFS: uses the wrong pkg-config

2018-11-26 Thread Helmut Grohne
picks up the right pkg-config, and makes rdiff-backup-fs cross build successfully. Please consider applying it. Helmut --- rdiff-backup-fs-1.0.0.orig/configure.ac +++ rdiff-backup-fs-1.0.0/configure.ac @@ -15,7 +15,7 @@ dnl checks for libraries AC_CHECK_LIB([z], [gzgets],,[AC_MSG_ERROR(No zlib

Bug#915167: unadf FTCBFS: does not pass cross tools to make

2018-12-01 Thread Helmut Grohne
consider applying the attached patch. Helmut diff --minimal -Nru unadf-0.7.11a/debian/changelog unadf-0.7.11a/debian/changelog --- unadf-0.7.11a/debian/changelog 2016-09-24 17:43:06.0 +0200 +++ unadf-0.7.11a/debian/changelog 2018-12-01 13:32:53.0 +0100 @@ -1,3 +1,10 @@ +unadf

Bug#915323: starvoyager FTCBFS: C++ compiler called CPPC

2018-12-02 Thread Helmut Grohne
variable, starvoyager cross builds successfully. Please consider applying the attached patch. Helmut diff --minimal -Nru starvoyager-0.4.4/debian/changelog starvoyager-0.4.4/debian/changelog --- starvoyager-0.4.4/debian/changelog 2017-03-17 19:00:40.0 +0100 +++ starvoyager-0.4.4/debian

Bug#760423: lighttpd: systemd service does not automatically create /var/run/lighttpd

2018-12-04 Thread Helmut Grohne
s across restarts. Did the issue only happen on initial installation? Possibly the dh_installinit only later gained the ability to run systemd-tmpfiles during postinst? Can you reproduce the issue at all? If no, please close the bug. Helmut

Bug#866737: duplicate of 913249

2018-12-04 Thread Helmut Grohne
Control: forcemerge 913249 -1 These reports about missing Term/ReadLine.pm are duplicates of #913249, which was fixed with the recent upload. Thus closing via forcemerge. Helmut

Bug#915545: aptsh FTCBFS: does not pass --host to ./configure

2018-12-04 Thread Helmut Grohne
buildable. Please consider applying it. Helmut diff --minimal -Nru aptsh-0.0.8/debian/changelog aptsh-0.0.8+nmu1/debian/changelog --- aptsh-0.0.8/debian/changelog2016-12-18 22:40:11.0 +0100 +++ aptsh-0.0.8+nmu1/debian/changelog 2018-12-04 06:21:49.0 +0100 @@ -1,3 +1,10

Bug#915558: idesk FTCBFS: uses the wrong pkg-config

2018-12-04 Thread Helmut Grohne
. Unfortunately, that macro doesn't work, because it is wrongly used in configure.in inside an if rather than AS_IF. The attached patch fixes that and makes idesk cross buildable. Please consider applying it. Helmut --- idesk-0.7.5.orig/acinclude.m4 +++ idesk-0.7.5/acinclude.m4 @@ -181,16 +

Bug#797781: [buildd-tools-devel] Bug#797781: diffoscope does not seem to work with schroot]

2018-12-12 Thread Helmut Grohne
ses without regressing assumptions on isolation or existing use cases. Does that make sense to you? Helmut

Bug#916329: pngmeta FTCBFS: builds for the wrong architecture

2018-12-12 Thread Helmut Grohne
should pass a suitable CC here instead. Please consider applying the attached patch. Helmut diff -u pngmeta-1.11/debian/changelog pngmeta-1.11/debian/changelog --- pngmeta-1.11/debian/changelog +++ pngmeta-1.11/debian/changelog @@ -1,3 +1,10 @@ +pngmeta (1.11-9.1) UNRELEASED; urgency=medium

Bug#916380: xshisen FTCBFS: builds for the wrong architecture

2018-12-13 Thread Helmut Grohne
ure is too old to recognize --host. It needs to be given cross tools via CC and CXX. Please consider applying the attached patch. Helmut diff --minimal -Nru xshisen-1.51/debian/changelog xshisen-1.51/debian/changelog --- xshisen-1.51/debian/changelog 2018-10-01 04:09:56.0 +0200 +++ xs

Bug#916419: gkdebconf FTCBFS: uses the wrong pkg-config

2018-12-13 Thread Helmut Grohne
gkdebconf cross buildable. Please consider applying the patch. Helmut diff --minimal -Nru gkdebconf-2.0.4/configure.ac gkdebconf-2.0.4+nmu1/configure.ac --- gkdebconf-2.0.4/configure.ac2018-10-22 21:11:13.0 +0200 +++ gkdebconf-2.0.4+nmu1/configure.ac 2018-12-14 06:58:18.0 +0100

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count

2018-12-18 Thread Helmut Grohne
hich ones do we really need for buster? Did I miss anything? Please reply in a timely manner to allow implementing as much of the changes as possible before the buster release. Helmut

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count

2018-12-18 Thread Helmut Grohne
dules, then we should simply build and package them now. I sense that we'll be adding 7 new packages (ldap, mysql/mariadb, openssl?, pgsql, dbi, pam, sasl) soon. Not nice for metadata, but at least we gave it some thought. Are more pgsql modules on the horizon? (e.g. mod_authn_pgsql? Should we call the package lighttpd-mod-vhostdb-pgsql or lighttpd-modules-pgsql?) Also same question for sasl and dbi. Helmut

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count

2019-01-03 Thread Helmut Grohne
Happy new year! In the mean time, Glenn Strauss and nobody else replied. I intend to proceed with the drafted plan: On Tue, Dec 18, 2018 at 09:55:34AM +0100, Helmut Grohne wrote: > * lighttpd-modules-mysql: mod_authn_mysql, mod_mysql_vhost, >mod_vhostdb_mysql Glenn Strauss proposed c

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count

2019-01-03 Thread Helmut Grohne
Control: tags -1 + patch On Thu, Jan 03, 2019 at 12:04:33PM +0100, Helmut Grohne wrote: > Therefore my plan is: > > * Add lighttpd-mod-* Provides. > * Add lighttpd-modules-mysql. > * Add transitional dummy packages lighttpd-mod-authn-mysql >lighttpd-mod-mysql-vhost.

Bug#916750: lighttpd: reorganize lighttpd binary packages to reduce dependencies (ldap/mysql) and package count

2019-01-03 Thread Helmut Grohne
On Thu, Jan 03, 2019 at 02:21:07PM +0100, Helmut Grohne wrote: > * lighttpd Recommends all modules that it formerly included and puts up >a NEWS.Debian explaining the split. I noticed that the NEWS update went missing. Also for going through NEW a copyright update seems prudent. So w

Bug#918477: libkarma FTCBFS: Build-Depends: cli-common-dev unsatisfiable

2019-01-06 Thread Helmut Grohne
attached patch implements that in a way that works for arch-only, indep-only and full builds. Helmut diff --minimal -Nru libkarma-0.1.2/debian/changelog libkarma-0.1.2/debian/changelog --- libkarma-0.1.2/debian/changelog 2019-01-02 00:36:36.0 +0100 +++ libkarma-0.1.2/debian/changelog

Bug#834625: lighttpd: Add autopkgtests test to check mitigation against HTTPoxy

2019-01-07 Thread Helmut Grohne
rested in addressing the points raised? Helmut

Bug#822920: marked as done (lighttpd: compress should not be in main lightttpd.conf but in conf-available with a LOWER priority than SSI)

2019-01-13 Thread Helmut Grohne
e necessary changelog entry or use gbp-dch's syntax, see man gbp-dch. Stefan prefers the latter. I have created the necessary changelog entry for this particular bug. No further action is needed here. Thank you Helmut

Bug#920403: libantlr3c: makefile error trapping and FTCBFS

2019-01-24 Thread Helmut Grohne
issues as they really affect the same lines. Merging these issues felt simpler that filing two bugs with conflicting patches. Helmut diff --minimal -Nru libantlr3c-3.4+dfsg/debian/changelog libantlr3c-3.4+dfsg/debian/changelog --- libantlr3c-3.4+dfsg/debian/changelog2018-06-21 12:38:06

Bug#920494: mark htmldoc Multi-Arch: foreign

2019-01-26 Thread Helmut Grohne
-independent file formats (html, pdf, etc.) marking it Multi-Arch: foreign is the way to fix that. Please consider applying the attached patch. Helmut diff --minimal -Nru htmldoc-1.9.3/debian/changelog htmldoc-1.9.3/debian/changelog --- htmldoc-1.9.3/debian/changelog 2018-04-11 20:04:27.0

Bug#920877: unicon FTCBFS: build system fails to forward detected compiler

2019-01-29 Thread Helmut Grohne
even detect the compiler yet. The attached patch fixes this aspect. Given that unicon does not build from source, I couldn't test it though. Likely, unicon won't cross build after applying it. Please close this bug anyhow after resolving the compiler forwarding issue. Helmut --- unicon-3

Bug#922447: lighttpd: autopkgtest regression

2019-02-17 Thread Helmut Grohne
ot for build). It turns out that ci.debian.net's environment is a bit artificial in this regard. Should we weaken the test here or should we ensure presence of those locations through non-init means? Thanks for your input Helmut

Bug#922646: cadabra FTCBFS: wrong pkg-config/strip

2019-02-18 Thread Helmut Grohne
breaking cross compilation. The attached patch fixes both and should be upstreamable. Please consider applying it. Helmut --- cadabra-1.46.orig/src/Makefile.in +++ cadabra-1.46/src/Makefile.in @@ -1,5 +1,9 @@ MACTEST= @MAC_OS_X@ +modglue_CFLAGS = @modglue_CFLAGS@ +modglue_LIBS = @modglue_LIBS

Bug#922447: lighttpd: autopkgtest regression

2019-02-18 Thread Helmut Grohne
o pass unprivileged. And now I'm confident that ci.d.n will tell me when they don't. Thank you for the awesome service. Even the very limited autopktests that lighttpd has now have revealed quite a number of problems. The "just works" experience is great. Helmut

Bug#923107: regexxer FTCBFS: configures twice, once for the build architecture

2019-02-24 Thread Helmut Grohne
dh_auto_configure. Skipping the first configuration makes cross building work as well as speeding up the build. Please consider applying the attached patch. Helmut diff --minimal -Nru regexxer-0.10/debian/changelog regexxer-0.10/debian/changelog --- regexxer-0.10/debian/changelog 2018-10-13 18

Bug#923263: mazeofglious FTCBFS: upstream Makefile hard codes build architecture compiler

2019-02-25 Thread Helmut Grohne
cross builds successfully, because dh_auto_build substitutes cross compilers. Please consider applying the attached patch. Helmut --- mazeofgalious-0.62.dfsg2.orig/Makefile +++ mazeofgalious-0.62.dfsg2/Makefile @@ -7,15 +7,15 @@ all: mog %.o: %.cpp - c++ -c $(CFLAGS) $(CPPFLAGS) $< -o $@ `

Bug#923279: purity FTCBFS: upstream Makefile hard codes "cc"

2019-02-25 Thread Helmut Grohne
e attached patch. Helmut --- purity-1.orig/Makefile +++ purity-1/Makefile @@ -20,7 +20,7 @@ LIBS = purity: pt.c pt.h - cc $(CFLAGS) -DLIBDIR=\"$(LIBDIR)\" -o purity pt.c $(LIBS) + $(CC) $(CFLAGS) -DLIBDIR=\"$(LIBDIR)\" -o purity pt.c $(LIBS) clean: rm -f purity *.o

Bug#924327: directfb FTBFS for armel,armhf: error: implicit declaration of function 'makedev'

2019-03-11 Thread Helmut Grohne
y. Most likely it FTBFS on two release architectures. Helmut

Bug#924681: slang-histogram should be removed

2019-03-15 Thread Helmut Grohne
pending). Helmut

Bug#925478: restart action breaks with systemd (Again)

2019-03-26 Thread Helmut Grohne
r log I marked the spot where lighttpd occurs in the process list. Notably, it lacks the -D flag, but the .service file supplies -D. Are you sure that this process is created by the .service file? * Did you customize the configuration or the .service file? Can you be specific about notable adjustments? * Can you try reproducing the failure in a reduced setting (e.g. set up a VM with a bare minimal package set)? Helmut

Bug#925478: restart action breaks with systemd (Again)

2019-03-27 Thread Helmut Grohne
affects non-standard configurations of jessie and stretch. In that case, I won't be working on a solution. If you want to continue, I urge you to provide more details and avoid self-contradictory statements. I also issue a formal warning. Your polemic about init systems is not welcome here. Helmut

<    1   2   3   >