Your message dated Mon, 27 Jan 2025 00:19:25 +0000
with message-id <e1tccqb-00ceyb...@fasolo.debian.org>
and subject line Bug#931232: fixed in spout 1.4-6
has caused the Debian Bug report #931232,
regarding spout FTCBFS: upstream Makefile hard codes build architecture build
tools
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
931232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spout
Version: 1.4-4.1
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
spout fails to cross build from source, because the upstream Makefile
and config.mk hard code build architecture build tools such as cc and
pkg-config. The attached patch makes those tools substitutable to make
spout cross buildable. Please consider applying it.
Helmut
--- spout-1.4.orig/config.mk
+++ spout-1.4/config.mk
@@ -7,8 +7,9 @@
MANPREFIX = /usr/share/man
# includes and libs
-SDLINC = $(shell pkg-config --cflags sdl)
-SDLLIB = $(shell pkg-config --libs sdl)
+PKG_CONFIG ?= pkg-config
+SDLINC = $(shell $(PKG_CONFIG) --cflags sdl)
+SDLLIB = $(shell $(PKG_CONFIG) --libs sdl)
INCS = -I. -I/usr/include ${SDLINC}
LIBS = -lc ${SDLLIB}
--- spout-1.4.orig/Makefile
+++ spout-1.4/Makefile
@@ -18,11 +18,11 @@
.c.o:
@echo CC $<
- @cc -c $(CFLAGS) $(CPPFLAGS) $<
+ @$(CC) -c $(CFLAGS) $(CPPFLAGS) $<
$(TARGETS): $(OBJ)
@echo LD $@
- @cc -o $@ $(OBJ) $(LDFLAGS)
+ @$(CC) -o $@ $(OBJ) $(LDFLAGS)
config.h:
@echo creating $@ from config.def.h
--- End Message ---
--- Begin Message ---
Source: spout
Source-Version: 1.4-6
Done: Chris Hofstaedtler <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
spout, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 931...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Hofstaedtler <z...@debian.org> (supplier of updated spout package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 27 Jan 2025 00:53:37 +0100
Source: spout
Architecture: source
Version: 1.4-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 931232
Changes:
spout (1.4-6) unstable; urgency=medium
.
* QA upload.
* Drop vanished Homepage: URL.
.
[ Helmut Grohne ]
* Fix FTCBFS (Closes: #931232)
Checksums-Sha1:
4a7af67a388515e7024ceabba905743ded14ab5e 1861 spout_1.4-6.dsc
3f6e7a99b109efe6f50e72f9c175423c641a7822 7888 spout_1.4-6.debian.tar.xz
Checksums-Sha256:
081761a9444a51e3e95ee85ab47b5aa3ab20ce0cb22de2031f552fd4fcf6019e 1861
spout_1.4-6.dsc
36b0da266aa86e4715293be984f1e442208c39ae1df9ee5fccd2adef0b932c1d 7888
spout_1.4-6.debian.tar.xz
Files:
1467989dd685d6ae89c84e2241e89e4d 1861 games optional spout_1.4-6.dsc
5960ecb2f5108744777930be89808701 7888 games optional spout_1.4-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmeWy8IACgkQXBPW25MF
LgMXcw/+ORGsqb7wAoER8zWjXHFo12xkmy3FIFbKtPjFpTKjukTlqaB1vECNkszK
mHHmzM12zT9RBIVBzvomtP8v6RhrOdJ52p79pE5VAUhLQDNyomVUIeFZ/J0u5iDD
P3dHmTgwHin7kFKcvKbRIzLF5qc3PZjSESp3TV7+R9c70yJXwkGJBJ/chxEvtXD/
3SWdPXFfQhlxq0oKyxLeRM8gdbZhgqdiAsJVsO9bOkAqZKS939QEKbsMkNvgN0HE
pM2UFurRcN81Oay8XUfuZ4cWIQojwo4WSlVZmFxk3OCTpMgL1jtM3khA5akckluC
9/HYKvIi5211X+Bvzqnq1J7XKislXxeaGRmQc4SBgffrnX/t2i7BdxxLNtAUgBgM
uXiDj04EyGR8rRJTpQSFz9qLQIFpPxddUuzsIou8bEaOsRC1fhZxLRdaD929mzbd
yh9yQxnYgnf4XbUZN5z97epuKIHRxkgrtpfmpkGQFnjpaiC/PMhK5BtpPYjNhv6W
epWl5gYvoqN+AtW2SaBnJccV6axHzs1SavdGah1W59k4kGdmTsf5857JFELDmWqQ
3rrfhz0mE5Xtar6MIaj5mRn4RsbY/o7CViaCftoZImxYDlXLk7c7a0mhxCKl4fvC
YzJ3gtxqp3kaVX5RQdqNN6cWNwRfC3BJf1+uO9ZVfivi6ShP4Eo=
=K+JV
-----END PGP SIGNATURE-----
pgp1HZUeUgIHM.pgp
Description: PGP signature
--- End Message ---