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

Bug#928196: ticker FTCBFS: fails configuring during clean

2019-04-29 Thread Helmut Grohne
ls to use the cross compiler detected by the real ./configure invocation. The attached patch fixes both and makes ticker cross buildable. Please consider applying it. Helmut diff --minimal -Nru ticker-1.11/Makefile ticker-1.12/Makefile --- ticker-1.11/Makefile2015-08-28 04:35:08.0

Bug#928244: dosck FTCBFS: ancient configure does not recognize --host

2019-04-30 Thread Helmut Grohne
patch implements that and makes doschk cross buildable. Please consider applying it. Helmut diff -u doschk-1.1/debian/changelog doschk-1.1/debian/changelog --- doschk-1.1/debian/changelog +++ doschk-1.1/debian/changelog @@ -1,3 +1,9 @@ +doschk (1.1-8) UNRELEASED; urgency=medium + + * Fix FTCBFS

Bug#928459: apngdis FTCBFS: debian/rules hard codes plain gcc

2019-05-05 Thread Helmut Grohne
ch to make apngdis cross buildable. Helmut diff --minimal -Nru apngdis-2.5/debian/changelog apngdis-2.5/debian/changelog --- apngdis-2.5/debian/changelog2016-05-26 12:18:14.0 +0200 +++ apngdis-2.5/debian/changelog2019-05-05 09:32:56.0 +0200 @@ -1,3 +1,9 @@ +apngdis (

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

2019-05-11 Thread Helmut Grohne
applying the attached patch. Helmut diff --minimal -Nru java2html-0.9.2/debian/changelog java2html-0.9.2/debian/changelog --- java2html-0.9.2/debian/changelog2018-02-26 13:13:57.0 +0100 +++ java2html-0.9.2/debian/changelog2019-05-12 07:50:08.0 +0200 @@ -1,3 +1,9 @@ +java2html

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

2019-05-12 Thread Helmut Grohne
attached patch. Helmut diff --minimal -Nru libjconv-2.8/debian/changelog libjconv-2.8/debian/changelog --- libjconv-2.8/debian/changelog 2016-07-11 03:00:39.0 +0200 +++ libjconv-2.8/debian/changelog 2019-05-12 09:47:41.0 +0200 @@ -1,3 +1,9 @@ +libjconv (2.8-8) UNRELEASED

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

2019-05-12 Thread Helmut Grohne
. The attached patch defers stripping to dh_strip and fixes all of the above. Please consider applying it. Helmut diff --minimal -Nru acorn-fdisk-3.0.6/debian/changelog acorn-fdisk-3.0.6/debian/changelog --- acorn-fdisk-3.0.6/debian/changelog 2016-08-25 02:50:57.0 +0200 +++ acorn-fdisk-3.0.6

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

2019-05-12 Thread Helmut Grohne
attached patch. Helmut diff -u gaffitter-0.6.0/debian/changelog gaffitter-0.6.0/debian/changelog --- gaffitter-0.6.0/debian/changelog +++ gaffitter-0.6.0/debian/changelog @@ -1,3 +1,9 @@ +gaffitter (0.6.0-3) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make

Bug#928900: efte FTCBFS: runs cmake for the build architecture

2019-05-12 Thread Helmut Grohne
cross buildable, because it fails running bin2c. Fixing that part is harder with cmake unfortunately and I don't have a solution at this time. Please consider applying the patch and close this bug when doing so. Helmut diff -u efte-1.1/debian/changelog efte-1.1/debian/changelog --- efte-

Bug#928899: giftrans FTCBFS: uses the wrong compiler

2019-05-12 Thread Helmut Grohne
makes giftrans cross buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru giftrans-1.12.2/debian/changelog giftrans-1.12.2/debian/changelog --- giftrans-1.12.2/debian/changelog2015-08-05 19:18:47.0 +0200 +++ giftrans-1.12.2/debian/changelog2019-05-12

Bug#928962: hashcash FTCBFS: does not pass cross tools to make

2019-05-13 Thread Helmut Grohne
attached patch. Helmut diff -u hashcash-1.21/debian/changelog hashcash-1.21/debian/changelog --- hashcash-1.21/debian/changelog +++ hashcash-1.21/debian/changelog @@ -1,3 +1,9 @@ +hashcash (1.21-3) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes

Bug#929161: wiggle FTCFBS: fails running tests despite DEB_BUILD_OPTIONS=nocheck

2019-05-18 Thread Helmut Grohne
uot; and thus run by dh_auto_build. It is run a second time by dh_auto_test (in the absence of the nocheck option). The attached patch explicitly selects the relevant targets in override_dh_auto_build and makes wiggle cross buildable. Please consider applying it. Helmut diff --minimal -Nru wiggle-1.1/debian/

Bug#924681: slang-histogram should be removed

2019-05-19 Thread Helmut Grohne
Control: clone -1 -2 Control: severity -2 normal Control: retitle -2 RM: slang-histogram -- RoQA; duplicate of libslang2-modules Control: reassign -2 ftp.debian.org On Fri, Mar 15, 2019 at 08:22:19PM +0100, Helmut Grohne wrote: > Package: slang-histogram > Version: 0.3.2a-4 > Severity

Bug#929207: lighttpd: -tt not documented in man page

2019-05-21 Thread Helmut Grohne
corresponding issue on the upstream redmine (for instance when you filed such an issue), please include a reference. Debian's diversity statement says that we constructive contribution. Given the quality of your recent bug reports, the constructiveness is questionable. I ask you to improve. Helmut

Bug#929328: netmate FTCBFS: upstream Makefile hard codes build tools

2019-05-21 Thread Helmut Grohne
. Please consider applying it. Helmut --- netmate-0.2.0.orig/Makefile +++ netmate-0.2.0/Makefile @@ -10,12 +10,13 @@ DEBUGFLAGS = -g CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS) LDFLAGS += -Wl,-z,relro -GTK_CFLAGS = $(shell pkg-config --cflags gtk+-3.0) -GTK_LIBS = $(shell pkg-config --libs

Bug#929345: getstream FTCBFS: builds for the wrong architecture

2019-05-21 Thread Helmut Grohne
consider applying it. Helmut diff --minimal -Nru getstream-20100616/debian/changelog getstream-20100616/debian/changelog --- getstream-20100616/debian/changelog 2017-01-21 20:32:23.0 +0100 +++ getstream-20100616/debian/changelog 2019-05-22 06:00:26.0 +0200 @@ -1,3 +1,12

Bug#929420: libsieve FTCBFS: does not pass --host to ./configure

2019-05-22 Thread Helmut Grohne
applying the attached patch. Helmut diff -u libsieve-2.2.6/debian/changelog libsieve-2.2.6/debian/changelog --- libsieve-2.2.6/debian/changelog +++ libsieve-2.2.6/debian/changelog @@ -1,3 +1,9 @@ +libsieve (2.2.6-3) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_configure pass --host to

Bug#930204: libadplug-dev: move adplug.pc to a multiarch location

2019-06-08 Thread Helmut Grohne
. We'll have to move adplug.pc to /usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig. Please consider applying the attached patch. Helmut diff --minimal -Nru adplug-2.2.1+dfsg3/debian/changelog adplug-2.2.1+dfsg3/debian/changelog --- adplug-2.2.1+dfsg3/debian/changelog 2019-01-04 23:15:15.0

Bug#930710: apngasm FTCBFS: uses the build architecture compiler

2019-06-18 Thread Helmut Grohne
dable. Please consider applying the attached patch. Helmut diff --minimal -Nru apngasm-2.7/debian/changelog apngasm-2.7/debian/changelog --- apngasm-2.7/debian/changelog2016-05-26 12:36:23.0 +0200 +++ apngasm-2.7/debian/changelog2019-06-19 06:20:52.0 +0200 @@ -1,3

Bug#930901: metapixel FTCBFS: does not pass cross tools to make

2019-06-22 Thread Helmut Grohne
dh_auto_install as debhelper does not pass cross tools there. This relinking is unnecessary and could be avoided with correct makefile dependencies. The attached patch fixes both and makes metapixel cross buildable. Please consider applying it. Helmut diff --minimal -Nru metapixel-1.0.2/debian/changelog

Bug#930903: aylet FTCBFS: hard codes the build architecture pkg-config

2019-06-22 Thread Helmut Grohne
attached patch. Helmut diff -u aylet-0.5/debian/changelog aylet-0.5/debian/changelog --- aylet-0.5/debian/changelog +++ aylet-0.5/debian/changelog @@ -1,3 +1,9 @@ +aylet (0.5-4) UNRELEASED; urgency=medium + + * Fix FTCBFS: Make pkg-config substitutable. (Closes: #-1) + + -- Helmut Grohne Sat, 22

Bug#930926: bbrun FTCBFS: does not pass cross tools to make

2019-06-22 Thread Helmut Grohne
build architecture pkg-config. The attached patch fixes both. Please consider applying it. Helmut diff --minimal -Nru bbrun-1.6/debian/changelog bbrun-1.6/debian/changelog --- bbrun-1.6/debian/changelog 2019-06-13 10:30:28.0 +0200 +++ bbrun-1.6/debian/changelog 2019-06-22 16:12

Bug#930969: mffm-fftw FTCBFS: broken Makefile dependencies

2019-06-23 Thread Helmut Grohne
stuff seems wrong though. This happens, because upstream's Makefile dependencies are broken. The attached patch fixes the dependencies and makes mffm-fftw cross buildable. Please consider applying it. Helmut --- mffm-fftw-1.7.orig/Makefile +++ mffm-fftw-1.7/Makefile @@ -40,9 +40,11 @@ docs:

Bug#931121: qtscrob FTCBFS: missing Build-Depends qt5-qmake:native for running lrelease

2019-06-26 Thread Helmut Grohne
consider applying the attached patch. Helmut diff --minimal -Nru qtscrob-0.11+git/debian/changelog qtscrob-0.11+git/debian/changelog --- qtscrob-0.11+git/debian/changelog 2018-08-25 19:05:36.0 +0200 +++ qtscrob-0.11+git/debian/changelog 2019-06-26 17:28:13.0 +0200 @@ -1,3 +1,9

Bug#931827: lighttpd: server returnd 400, if %C0 is included in the URL

2019-07-12 Thread Helmut Grohne
one of these to disable, you can restore the previous behaviour. (<- workaround) I guess that the behaviour is connected to buffer_is_valid_UTF8 in some way. If you pass the decoded buffer to buffer_is_valid_UTF8 you get 0 (invalid) for "\xc0" and for "\xc1", but not for "\xc2". However, those cases where buffer_is_valid_UTF8 is involved would typically result in a 502 code rather than 400, so maybe this is wrong. Glenn, can you comment on this? Helmut

Bug#932931: gif2apng FTCBFS: uses the build architecture compiler

2019-07-24 Thread Helmut Grohne
that. Please consider applying the attached patch. Helmut diff --minimal -Nru gif2apng-1.9+srconly/debian/changelog gif2apng-1.9+srconly/debian/changelog --- gif2apng-1.9+srconly/debian/changelog 2019-07-19 21:33:19.0 +0200 +++ gif2apng-1.9+srconly/debian/changelog 2019-07-

Bug#933081: dbar FTCBFS: hard codes gcc

2019-07-26 Thread Helmut Grohne
sider applying the patch. Helmut diff --minimal -Nru dbar-0.0.20100524/debian/changelog dbar-0.0.20100524/debian/changelog --- dbar-0.0.20100524/debian/changelog 2019-07-20 22:00:38.0 +0200 +++ dbar-0.0.20100524/debian/changelog 2019-07-26 15:29:20.0 +0200 @@ -1,3 +1,9 @@

Bug#933105: makebootfat FTBFS when /etc/mtab does not exist

2019-07-26 Thread Helmut Grohne
/fetch.php?pkg=makebootfat&arch=amd64&ver=1.4-6&stamp=1564010526&raw=0 Helmut

Bug#933233: aewm FTCBFS: uses the build architecture pkg-config

2019-07-27 Thread Helmut Grohne
it. Helmut --- aewm-1.3.12.orig/Makefile +++ aewm-1.3.12/Makefile @@ -1,6 +1,8 @@ # aewm - Copyright 1998-2007 Decklin Foster . # This program is free software; see LICENSE for details. +PKG_CONFIG ?= pkg-config + # Set this to the location where you want to install DESTDIR = XROOT = /usr

Bug#934968: ng FTCBFS: configures for the build architecture

2019-08-17 Thread Helmut Grohne
. Unfortunately, the ./configure of ng is too old to understand --host. Here we have to supply a cross compiler in a CC variable. Please consider applying the attached patch. Helmut diff --minimal -Nru ng-1.5~beta1/debian/changelog ng-1.5~beta1/debian/changelog --- ng-1.5~beta1/debian/changelog

Bug#938942: kst FTCBFS: lconvert: could not find a Qt installation of ''

2019-08-30 Thread Helmut Grohne
ust export a suitable QT_SELECT. Please consider applying the attached patch. Helmut diff --minimal -Nru kst-2.0.8/debian/changelog kst-2.0.8/debian/changelog --- kst-2.0.8/debian/changelog 2018-08-05 21:02:45.0 +0200 +++ kst-2.0.8/debian/changelog 2019-08-29 06:10:03.0 +0200 @@

Bug#939004: ipgrab FTCBFS: does not pass --host to ./configure

2019-08-30 Thread Helmut Grohne
the attached patch. Helmut diff --minimal -Nru ipgrab-0.9.10/debian/changelog ipgrab-0.9.10/debian/changelog --- ipgrab-0.9.10/debian/changelog 2017-01-21 21:41:38.0 +0100 +++ ipgrab-0.9.10/debian/changelog 2019-08-31 07:52:55.0 +0200 @@ -1,3 +1,9 @@ +ipgrab (0.9.10-3

Bug#939724: dds2tar FTCBFS: does not pass cross tools to make

2019-09-07 Thread Helmut Grohne
the attached patch. Helmut diff -u dds2tar-2.5.2/debian/changelog dds2tar-2.5.2/debian/changelog --- dds2tar-2.5.2/debian/changelog +++ dds2tar-2.5.2/debian/changelog @@ -1,3 +1,9 @@ +dds2tar (2.5.2-8) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes

Bug#939723: ratfor FTCBFS: doesn't use debhelper

2019-09-07 Thread Helmut Grohne
. dh_strip fixes that. Please consider applying the attached patch. I strongly recommend converting the package to using dh to avoid similar problems in future. Helmut diff -u ratfor-1.0/debian/changelog ratfor-1.0/debian/changelog --- ratfor-1.0/debian/changelog +++ ratfor-1.0/debian/changelog @@ -1,3

Bug#940657: oscpack FTCBFS: does not pass cross tools to make

2019-09-18 Thread Helmut Grohne
attached patch. Helmut diff --minimal -Nru oscpack-1.1.0/debian/changelog oscpack-1.1.0/debian/changelog --- oscpack-1.1.0/debian/changelog 2017-07-23 09:24:16.0 +0200 +++ oscpack-1.1.0/debian/changelog 2019-09-18 17:56:45.0 +0200 @@ -1,3 +1,9 @@ +oscpack (1.1.0-3

Bug#940694: dbus-cpp FTCBFS: forces build architecture compilers

2019-09-18 Thread Helmut Grohne
compiler choice and environment variables are also honoured by it. There is no benefit in assigning them here. After fixing that, the cross build runs into the same FTBFS as observed by reproducible builds. Please consider applying the attached patch and close this bug when doing so. Helmut diff

Bug#941142: gexec FTCBFS: uses the build architecture pkg-config

2019-09-25 Thread Helmut Grohne
. Helmut --- gexec-0.4.orig/Makefile +++ gexec-0.4/Makefile @@ -1,6 +1,7 @@ CC = gcc -LIBS = `pkg-config --libs gtk+-2.0` -INCS = `pkg-config --cflags gtk+-2.0` +PKG_CONFIG ?= pkg-config +LIBS = `$(PKG_CONFIG) --libs gtk+-2.0` +INCS = `$(PKG_CONFIG) --cflags gtk+-2.0` CFLAGS += -Wall -g CFLAGS

Bug#941192: ebview FTCBFS: debian/rules uses the build architecture compiler

2019-09-25 Thread Helmut Grohne
lease consider applying the attached patch. Helmut diff --minimal -Nru ebview-0.3.6.2/debian/changelog ebview-0.3.6.2/debian/changelog --- ebview-0.3.6.2/debian/changelog 2018-11-04 16:12:52.0 +0100 +++ ebview-0.3.6.2/debian/changelog 2019-09-26 06:46:07.0 +0200 @@ -1,3

Bug#941296: tuxcmd-modules FTCBFS: uses build architecture build tools

2019-09-27 Thread Helmut Grohne
variable names making substitution impossible. The attached patch makes tuxcmd-modules use standard variables. Please consider applying it. Helmut --- tuxcmd-modules-0.6.70+ds.orig/zip/Makefile +++ tuxcmd-modules-0.6.70+ds/zip/Makefile @@ -6,7 +6,8 @@ # compiler options CC = gcc -CPP = g++ +CXX

Bug#941435: osdclock FTCBFS: builds for the build architecture

2019-09-30 Thread Helmut Grohne
the attached patch. Helmut diff --minimal -Nru osdclock-0.5/debian/changelog osdclock-0.5/debian/changelog --- osdclock-0.5/debian/changelog 2017-07-08 13:36:56.0 +0200 +++ osdclock-0.5/debian/changelog 2019-09-30 16:39:47.0 +0200 @@ -1,3 +1,9 @@ +osdclock (0.5-25

Bug#941497: wizznic FTCBFS: strips with the wrong strip

2019-10-01 Thread Helmut Grohne
as DEB_BUILD_OPTIONS=nostrip. Please consider applying the attached patch to defer the stripping to dh_strip. Helmut diff --minimal -Nru wizznic-0.9.2-preview2+dfsg/debian/changelog wizznic-0.9.2-preview2+dfsg/debian/changelog --- wizznic-0.9.2-preview2+dfsg/debian/changelog2016-03-01 23

Bug#941679: snarf FTCBFS: configures for the build architecture

2019-10-03 Thread Helmut Grohne
). Unfortunately, snarf's configure is too old to understand that. Instead, one is supposed to export a cross compiler in CC. Please consider applying the attached patch. Helmut diff -u snarf-7.0/debian/changelog snarf-7.0/debian/changelog --- snarf-7.0/debian/changelog +++ snarf-7.0/debian/chan

Bug#966843: apngopt FTCBFS: uses the build architecture compiler

2020-08-03 Thread Helmut Grohne
Source: apngopt Version: 1.2-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs apngopt fails to cross build from source, because it uses the build architecture compiler as a make default in debian/rules. Please consider including dpkg's buildtools.mk to fix that. Helmut

Bug#969122: libpam-alreadyloggedin FTCBFS: does not pass cross tools to make

2020-08-27 Thread Helmut Grohne
cross buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru libpam-alreadyloggedin-0.3/debian/changelog libpam-alreadyloggedin-0.3/debian/changelog --- libpam-alreadyloggedin-0.3/debian/changelog 2020-03-10 16:49:11.0 +0100 +++ libpam-alreadyloggedin-0.3/debian

Bug#969740: tabble FTCBFS: broken embedded copy of AM_PATH_GTK_2_0

2020-09-07 Thread Helmut Grohne
happens to ship a copy of the bug. Helmut

Bug#970657: tcpspy FTCBFS: hard codes the build architecture compiler

2020-09-20 Thread Helmut Grohne
tcpspy cross buildable. Helmut --- tcpspy-1.7d.orig/Makefile +++ tcpspy-1.7d/Makefile @@ -22,7 +22,7 @@ all: tcpspy doc tcpspy: log.o rule_lexer.o rule_grammar.o rule.o tcpspy.o - gcc $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) log.o rule_lexer.o rule_grammar.o rule.o tcpspy.o -o tcpspy + $(CC) $(LDFLAGS

Bug#971559: coinor-cgl FTCBFS: doesn't build shared libraries

2020-10-01 Thread Helmut Grohne
at we're using AC_TRY_LINK in the same defun as we call AC_PROG_CC. That doesn't work. Once understood, the solution is quite simple. We must put the AC_PROG_CC and the AC_TRY_LINK in different defuns and ensure that our intended AC_PROG_CC is AC_REQUIREd before using AC_TRY_LINK. I&#x

Bug#707750: Info received (Help with mariadb-10.3 cross-building)

2020-10-16 Thread Helmut Grohne
ue can be closed when 10.4 or 10.5 lands in Debian > unstable. No. The coinstallability issue in libreadline-gplv2-dev remains. It merely stopped affecting mariadb. Helmut

Bug#973839: stfl FTCBFS: multiple issues

2020-11-05 Thread Helmut Grohne
perl extension now requires a build dependency on perl-xs-dev. With those fixes applied, it fails building the ruby extension. Doing so needs more work on the ruby/gem2deb side, so the attached patch only fixes the former problems. Please consider applying it and close this bug when doing so. Helmut

Bug#973979: dbmix FTCBFS: confuses build and host architecture

2020-11-08 Thread Helmut Grohne
Source: dbmix Version: 0.9.8-7 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs dbmix fails to cross build from source, because it confuses the terms build architecture and host architecture in a quite obvious way. Please consider applying the attached patch. Helmut diff -u dbmix

Bug#974767: magicfilter FTCBFS: successfully builds for the build architecture

2020-11-14 Thread Helmut Grohne
lying it. Also please consider using debhelper, but this is irrelevant for the purpose of this bug. Helmut diff --minimal -Nru magicfilter-1.2/debian/changelog magicfilter-1.2/debian/changelog --- magicfilter-1.2/debian/changelog2018-01-20 04:27:53.0 +0100 +++ magicfilter-1.2/d

Bug#977279: ploop FTBFS on armhf, i386: error: ‘%s’ directive output may be truncated writing between 2 and 2147483645 bytes into a region of size 4083

2020-12-13 Thread Helmut Grohne
c1: all warnings being treated as errors reproducible builds armhf: https://tests.reproducible-builds.org/debian/rbuild/unstable/armhf/ploop_1.15-9.rbuild.log.gz crossqa armhf: http://crossqa.debian.net/build/ploop_1.15-9_armhf_20201011140323.log A local cross build for armel has exactly the same symptom. Helmut

Bug#979032: webauth has lots of unsatisfiable cross Build-Depends

2021-01-02 Thread Helmut Grohne
well. Please consider applying the attached patch as an incremental step towards cross building. Likely other packages need to be fixed before webauth can be cross built. So just close this bug once applying significant portions of the patch. Helmut diff --minimal -Nru webauth-4.7.0/debian/changelog we

Bug#979732: ticker FTCBFS: uses the build architecture compiler

2021-01-10 Thread Helmut Grohne
the attached patch to make the Makefile use the detected compiler. Helmut diff --minimal -Nru ticker-1.12/Makefile ticker-1.13/Makefile --- ticker-1.12/Makefile2020-09-21 00:38:18.0 +0200 +++ ticker-1.13/Makefile2021-01-10 22:35:21.0 +0100 @@ -8,7 +8,7 @@ all

Bug#981276: pexec FTCBFS: help2man

2021-01-28 Thread Helmut Grohne
cross build. Please consider applying the attached patch. Helmut diff --minimal -Nru pexec-1.0~rc8/debian/changelog pexec-1.0~rc8/debian/changelog --- pexec-1.0~rc8/debian/changelog 2018-07-11 14:54:41.0 +0200 +++ pexec-1.0~rc8/debian/changelog 2021-01-28 16:19:44.0 +0100

Bug#981310: tcm FTCBFS: uses the build architecture compiler

2021-01-28 Thread Helmut Grohne
makes tcm cross build. Please consider applying the attached patch. Helmut diff --minimal -Nru tcm-2.20+TSQD/debian/changelog tcm-2.20+TSQD/debian/changelog --- tcm-2.20+TSQD/debian/changelog 2020-08-02 22:17:38.0 +0200 +++ tcm-2.20+TSQD/debian/changelog 2021-01-28 16:57

Bug#981682: vcdimager: drop unused Build-Depends: texinfo

2021-02-02 Thread Helmut Grohne
is no longer used. This may be an artifact of a broken docs/Makefile.am that assigns EXTRA_DIST twice. In effect, it does not build any texinfo documentation nor install it. Please consider applying the attached patch to drop the texinfo dependency. Alternatively, build the documentation. Helmut

Bug#982183: mark tango-icon-theme Multi-Arch: foreign

2021-02-07 Thread Helmut Grohne
caches) are also architecture independent. Please consider applying the attached patch. Helmut diff --minimal -Nru tango-icon-theme-0.8.90/debian/changelog tango-icon-theme-0.8.90/debian/changelog --- tango-icon-theme-0.8.90/debian/changelog2020-08-12 20:49:39.0 +0200 +++ tango-icon-theme

Bug#982963: bcolz: drop unused python3-cpuinfo build dependency

2021-02-17 Thread Helmut Grohne
used when building blosc, but bcolz nicely uses the packaged libblosc-dev. Please consider applying the attached patch. Helmut diff --minimal -Nru bcolz-1.2.1+ds2/debian/changelog bcolz-1.2.1+ds2/debian/changelog --- bcolz-1.2.1+ds2/debian/changelog2020-10-13 13:34:55.0 +0200 +++ bcolz

Bug#984610: dh-exec: unsatisfiable cross Build-Depends

2021-03-05 Thread Helmut Grohne
architecture perl, which happens to conflict with the build architecture one from essential. It really wants to run perl, so we should annotate it :any. * bats. It is used for running tests and can be skipped via . Please consider applying the attached patch. Helmut diff --minimal -Nru dh

Bug#985924: pmacct FTCBFS: fails finding mysql

2021-03-26 Thread Helmut Grohne
actually works. Please consider applying the attached patch to try pkg-config before mysql_config. Doing so makes pmacct cross buildable. Helmut --- pmacct-1.7.6.orig/configure.ac +++ pmacct-1.7.6/configure.ac @@ -374,18 +374,19 @@ AC_MSG_CHECKING(whether to enable MySQL support) AC_ARG_ENABLE(mysql

Bug#987286: trueprint FTCBFS: does not pass --host to ./configure

2021-04-20 Thread Helmut Grohne
applying the attached patch. Helmut diff --minimal -Nru trueprint-5.4/debian/changelog trueprint-5.4/debian/changelog --- trueprint-5.4/debian/changelog 2019-12-23 15:46:03.0 +0100 +++ trueprint-5.4/debian/changelog 2021-04-19 11:47:38.0 +0200 @@ -1,3 +1,9 @@ +trueprint

Bug#987780: sleepd FTCBFS: uses the build architecture pkg-config

2021-04-29 Thread Helmut Grohne
strip via install -s. Using dh_auto_install normally helps here, but it substitutes INSTALL whereas the Makefile uses INSTALL_PROGRAM. Chaining that substitution finally fixes the cross build. Please consider applying the attached patch. Helmut diff --minimal -Nru sleepd-2.11/Makefile sleepd-2.12

Bug#988274: schroot: support zstd compression for file based chroots

2021-05-09 Thread Helmut Grohne
pport. Helmut --- schroot-1.6.10.orig/etc/setup.d/05file +++ schroot-1.6.10/etc/setup.d/05file @@ -38,6 +38,8 @@ filetype="tzo" elif echo "$CHROOT_FILE" | egrep -q '(\.tar\.lz4|\.tlz4)$'; then filetype="tlz4" +elif echo &

Bug#991022: dvbackup FTCBFS: builds for the build architecture

2021-07-12 Thread Helmut Grohne
substituted. Since debhelper automatically performs the substitution, all that is left here is making them substitutable. Please consider applying the attached patch. Helmut --- dvbackup-0.0.4.orig/Makefile +++ dvbackup-0.0.4/Makefile @@ -1,3 +1,5 @@ +CC?=gcc +STRIP?=strip #Flags for fast code

Bug#993122: pev FTCBFS: does not pass cross tools to make

2021-08-27 Thread Helmut Grohne
patch. Helmut diff --minimal -Nru pev-0.81/debian/changelog pev-0.81/debian/changelog --- pev-0.81/debian/changelog 2021-08-21 13:50:00.0 +0200 +++ pev-0.81/debian/changelog 2021-08-27 16:04:29.0 +0200 @@ -1,3 +1,9 @@ +pev (0.81-5) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let

Bug#784669: FTCBFS: uses build arch compiler

2015-05-07 Thread Helmut Grohne
lvm2 build-depends on libreadline-gplv2-dev. Please consider applying the attached patch to address the issue. Helmut diff -u readline5-5.2+dfsg/debian/changelog readline5-5.2+dfsg/debian/changelog --- readline5-5.2+dfsg/debian/changelog +++ readline5-5.2+dfsg/debian/changelog @@ -1,3 +1,10 @@ +readline5

Bug#793901: vlock FTCBFS: uses wrong compiler

2015-07-28 Thread Helmut Grohne
Source: vlock Version: 2.2.2-5 Tags: patch User: helm...@debian.org Usertags: rebootstrap vlock FTCBFS. It uses the build arch compiler and thus fails linking against host arch libraries. I am attaching a failing build log and a patch that fixes the problem. Helmut sbuild (Debian sbuild) 0.65.2

Bug#794030: nvi FTCBFS: fails to pass --host and --build to configure

2015-07-29 Thread Helmut Grohne
am attaching a failing build log as well as a patch that fixes the issue. Helmut sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on misc-debomatic3 ╔══╗ ║ nvi 1.81.6-11 (CROSS host=arm64/build=amd64) 28 Jul 2015

Bug#812231: analog FTCBFS: uses build architecture compiler

2016-01-21 Thread Helmut Grohne
attaching a patch that passes the correct compiler to the Makefile. Helmut diff --minimal -Nru analog-6.0/debian/changelog analog-6.0/debian/changelog --- analog-6.0/debian/changelog 2015-07-18 20:43:37.0 +0200 +++ analog-6.0/debian/changelog 2016-01-21 19:45:49.0 +0100 @@ -1,3

Bug#994424: spice-vdagent FTBFS: error: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Werror=deprecated-declarations]

2021-09-15 Thread Helmut Grohne
Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Helmut

Bug#994673: slcfitsio FTBFS: error: too many decimal points in number

2021-09-19 Thread Helmut Grohne
s build subprocess returned exit status 2 Helmut

Bug#995624: pktstat FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]

2021-10-03 Thread Helmut Grohne
ctory '/<>' | dh_auto_build: error: make -j1 returned exit code 2 | make: *** [debian/rules:11: build] Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 This is likely due to ncurses including format string annotations. Helmut

Bug#996483: mp3blaster FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]

2021-10-14 Thread Helmut Grohne
] Error 2 | make[1]: Leaving directory '/<>' | dh_auto_build: error: make -j8 returned exit code 2 | make: *** [debian/rules:9: binary] Error 25 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 Helmut

Bug#996841: openclonk FTCBFS: needs a native build pass

2021-10-19 Thread Helmut Grohne
that, by running cmake in a separate build directory with reduced dependencies. The remaining required dependencies are duplicated with :native. With this patch, a cross build fails like #984274. Please consider applying the attached patch. Helmut diff --minimal -Nru openclonk-8.1/debian/changelog

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

2022-01-03 Thread Helmut Grohne
#x27;t try HOST-prefixed compilers then things go down. As long as the cross build log contains "Using compiler .. cc", it's doomed to fail. Helmut

Bug#1003144: obexftp FTCBFS: multiple reasons

2022-01-04 Thread Helmut Grohne
o the cross configs makes it work. Please consider applying the attached patch. Helmut diff --minimal -Nru obexftp-0.24/debian/changelog obexftp-0.24/debian/changelog --- obexftp-0.24/debian/changelog 2019-08-21 19:51:26.0 +0200 +++ obexftp-0.24/debian/changelog 2022-01-03

Bug#1003412: 9base build system always strips

2022-01-09 Thread Helmut Grohne
build architecture strip during cross builds. The solution to all of these is not letting the upstream build system strip and rely on dh_strip. Please consider applying the attached patch. Helmut diff --minimal -Nru 9base-6/debian/changelog 9base-6/debian/changelog --- 9base-6/debian/changelog

Bug#1005138: delta FTBFS with DEB_BUILD_OPTIONS=nocheck

2022-02-07 Thread Helmut Grohne
skipped and it makes dh_install fail finding singledelta. Given that m68k and sh4 add nocheck by default, it explains why they ftbfs on buillds. Please consider applying the attached patch. Helmut diff --minimal -Nru delta-2006.08.03/debian/changelog delta-2006.08.03/debian/changelog --- delta

Bug#1006198: docbook: Packaging license incompatible with the upstream

2022-02-20 Thread Helmut Grohne
e to change the packaging licensing to 'DocBook' and I will > wait 15 days to know if anyone has any objection. I hereby dual-license my past contributions to the docbook Debian package under the DocBook license in addition to the existing GPL-2+ license. Thank you for taking care. Helmut

Bug#1085390: gkrellm-thinkbat FTCBFS: hard codes the build architecture pkg-config

2024-10-18 Thread Helmut Grohne
requested for the host architecture by Build-Depends. I'm attaching a patch for your convenience. Helmut --- gkrellm-thinkbat-0.2.3.orig/Makefile +++ gkrellm-thinkbat-0.2.3/Makefile @@ -1,8 +1,9 @@ VERSION = 0.2.3 CC = gcc +PKG_CONFIG ?= pkg-config CPPFLAGS += CFLAGS += -I. -Wall -pedanti

Bug#1085503: libapache-mod-musicindex FTCBFS: multiple configure issues

2024-10-20 Thread Helmut Grohne
an alternate path that queries apr-1.pc using pkg-config. Likewise, mysql_config does not work and querying mysqlclient.pc using pkg-config works. The resulting patch is a bit lengthy, but should improve the situation in a generic way also applicable to distributions other than Debian. Helmut

Bug#1086390: mathtex FTCBFS: builds during make install for the build architecture

2024-10-30 Thread Helmut Grohne
d the Makefile to build during the build target and am attaching a patch for your convenience. Helmut --- mathtex-1.03.orig/Makefile +++ mathtex-1.03/Makefile @@ -1,10 +1,16 @@ TARGET=$(DESTDIR)/usr/bin/mathtex -all: +all:mathtex -install: +mathtex:mathtex.c + $(CC) $(CFLAGS) $(CPPFLAGS) $(LD

Bug#1082604: Proceeding with removal of syncmaildir

2024-11-01 Thread Helmut Grohne
consent to proceed with removal is assumed. Kind regards A tool for automatically removing packages from unstable This bug reply has been automatically sent with little human intervention. If the filing is unclear or in error, don't hesitate to contact Helmut Grohne for assistance.

Bug#1079960: Proceeding with removal of fruit

2024-11-01 Thread Helmut Grohne
. Kind regards A tool for automatically removing packages from unstable This bug reply has been automatically sent with little human intervention. If the filing is unclear or in error, don't hesitate to contact Helmut Grohne for assistance.

Bug#1080501: Proceeding with removal of airport-utils

2024-11-01 Thread Helmut Grohne
in a month, silent consent to proceed with removal is assumed. Kind regards A tool for automatically removing packages from unstable This bug reply has been automatically sent with little human intervention. If the filing is unclear or in error, don't hesitate to contact Helmut Grohne

Bug#1082604: Should syncmaildir be removed from unstable?

2024-09-22 Thread Helmut Grohne
unstable This bug report has been automatically filed with little human intervention. If the filing is unclear or in error, don't hesitate to contact Helmut Grohne for assistance.

Bug#1092281: libgpiv3t64 and libgpiv-mpi3t64 and an undeclared file conflict

2025-01-06 Thread Helmut Grohne
in the experimental suite. On armel and armhf, they both install the following files: - /usr/lib/${DEB_HOST_MULTIARCH}/libgpiv.so.3 - /usr/lib/${DEB_HOST_MULTIARCH}/libgpiv.so.3.0.0 Helmut

<    1   2   3   4   >