Your message dated Thu, 23 Jul 2020 01:34:08 +0000
with message-id <[email protected]>
and subject line Bug#901466: fixed in ices2 2.0.2-3
has caused the Debian Bug report #901466,
regarding ices2 FTCBFS: m4/shout.m4 hard codes the build architecture pkg-config
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 [email protected]
immediately.)
--
901466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901466
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ices2
Version: 2.0.2-2
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
ices2 fails to cross build from source, because it uses the build
architecture pkg-config. The cause is a bad macro in m4/shout.m4. After
fixing it, ices2 cross builds successfully. Please consider applying the
attached patch.
Note: I had to remove the setting of PKG_CONFIG_PATH, because Debian's
cross wrapper does not work when PKG_CONFIG_PATH is set. Anyway,
/usr/local/lib/pkgconfig is part of the default search path of
pkg-config, so that should not be a problem.
Helmut
--- ices2-2.0.2.orig/m4/shout.m4
+++ ices2-2.0.2/m4/shout.m4
@@ -19,22 +19,18 @@
# NB: PKG_CHECK_MODULES exits if pkg-config is unavailable on the target
# system, so we can't use it.
-# seed pkg-config with the default libshout location
-PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig}
-export PKG_CONFIG_PATH
-
# Step 1: Use pkg-config if available
-AC_PATH_PROG([PKGCONFIG], [pkg-config], [no])
-if test "$PKGCONFIG" != "no" && `$PKGCONFIG --exists shout`
+PKG_PROG_PKG_CONFIG
+if test "x$PKG_CONFIG" != x && `$PKG_CONFIG --exists shout`
then
- SHOUT_CFLAGS=`$PKGCONFIG --variable=cflags_only shout`
- SHOUT_CPPFLAGS=`$PKGCONFIG --variable=cppflags shout`
- SHOUT_LIBS=`$PKGCONFIG --libs shout`
+ SHOUT_CFLAGS=`$PKG_CONFIG --variable=cflags_only shout`
+ SHOUT_CPPFLAGS=`$PKG_CONFIG --variable=cppflags shout`
+ SHOUT_LIBS=`$PKG_CONFIG --libs shout`
xt_have_shout="maybe"
else
- if test "$PKGCONFIG" != "no"
+ if test "x$PKG_CONFIG" != x
then
- AC_MSG_NOTICE([$PKGCONFIG couldn't find libshout. Try adjusting PKG_CONFIG_PATH.])
+ AC_MSG_NOTICE([$PKG_CONFIG couldn't find libshout. Try adjusting PKG_CONFIG_PATH.])
fi
# pkg-config unavailable, try shout-config
AC_PATH_PROG([SHOUTCONFIG], [shout-config], [no])
--- End Message ---
--- Begin Message ---
Source: ices2
Source-Version: 2.0.2-3
Done: Unit 193 <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ices2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Unit 193 <[email protected]> (supplier of updated ices2 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA384
Format: 1.8
Date: Wed, 22 Jul 2020 21:17:21 -0400
Source: ices2
Architecture: source
Version: 2.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Unit 193 <[email protected]>
Closes: 901466 948960
Changes:
ices2 (2.0.2-3) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
* d/changelog: Remove trailing whitespaces
.
[ Felipe Sateler ]
* Change maintainer address to [email protected]
.
[ Unit 193 ]
* d/README.source, d/control(,.in), d/copyright_hints,
d/ices2.(docs,examples|manpages), d/rules:
- Convert from cdbs to dh simple rules.
- Move debian/doc/ices.init.example to examples.
* d/compat, d/control:
- Drop d/compat in favor of debhelper-compat, bump to 13.
* d/control:
- Drop dh-buildinfo from Build-Depends.
- Update homepage.
- Update my email address.
- Remove Jonas from uploaders, thanks for all your work over the years!
- Remove Guillaume Pellerin from uploaders, inactive since 2007. Thanks!
- R³: no.
* d/copyright: Simplify, add myself.
* d/p/*: Add 'Forwarded' info.
* d/p/1004_cross-build.patch:
- Add patch from Helmut Grohne to fix cross builds. (Closes: #901466)
* d/p/2001_xslt-migrate.patch:
- Migrate from using xslt-config to pkg-config. (Closes: #948960)
* d/s/lintian-overrides: Drop, no longer needed.
* d/watch: Allow a larger variety of tarballs compressors.
* Update Standards-Version to 4.5.0.
Checksums-Sha1:
90494e030a903f80c447a69d8b9aea4f64a5a035 2051 ices2_2.0.2-3.dsc
fa3447f378f85547e2793121c04a247a9d7e77fc 446287 ices2_2.0.2.orig.tar.gz
c0ab17454b381f163bf906ef1986cde0e8fe9685 11088 ices2_2.0.2-3.debian.tar.xz
3c16c0193258d250669f68fc7be78cad38313657 6742 ices2_2.0.2-3_amd64.buildinfo
Checksums-Sha256:
df5a003b4a36a59a972e83d60198fa6d1b169525b7dda59b3a901713600180c4 2051
ices2_2.0.2-3.dsc
7bf7a9c5bce1b6465df8dd1491e303544990006b8ef01f8ba8eeb38844588859 446287
ices2_2.0.2.orig.tar.gz
f13d43d98d1bc296332fbac71bd38ba3df6241370133334ad42a33b117427d76 11088
ices2_2.0.2-3.debian.tar.xz
3a12a5fd4465f17f17cb2687cb0a95e7ac1198dbf5393e5ef73afc90d3a30308 6742
ices2_2.0.2-3_amd64.buildinfo
Files:
595fc5decaed623de38900416913aefb 2051 sound optional ices2_2.0.2-3.dsc
d2f53320ebc7b468d0e0f8a3d2b70883 446287 sound optional ices2_2.0.2.orig.tar.gz
fbdef104c9fec2408f386baa07775081 11088 sound optional
ices2_2.0.2-3.debian.tar.xz
2ad8ce179958e77be70e67e6fe7944e2 6742 sound optional
ices2_2.0.2-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCQAdFiEEjbPlhoZdK0orGFpcUAHhsJqjdEsFAl8Y5skACgkQUAHhsJqj
dEul8BAA9DrH3R0ky1vohpNIGiqrOL3eh0UEP0UADDhxgS5Mb2Fv/ybHPidh5RkD
3y3FOpVkGkW+WLnCfl8Xjp9q3yPgH+gytyAJpGLSsuHp2eMbjh8bMQj4QcliZGNM
ig6NK/bQHR8RrnlvWQ7DbojMiZJzf1wvAr+CI5HCJngD6ftM/4ueiF8WZnY8Zfig
d1dei97X88ufBg2g7ZZW+laFppwhJNnVxmItYIAL1Ionp2dP4GmUKMd5HAdbNN9q
mKLmo1fxhbk/FF8OZuaqVa0hvKHjlHyZ8ab5cqvnH4Op1svp70NwX77VnsMITksC
QG78uZ2dUBupbLIkIbT7J2qW4tyOiVUptyvsBUQLdHHFTGG9K5+EekTE1eFPeUGd
PyJaTK2QoR17XQKpp3g1L3fnQyvZi8UctrSJgTeYDH3au6yMOSZd9Ac31MyXlN2/
Ngp5MIq9iN2lJ25VYuo7KwQ9SDRpKJaH1cVsay9k2vSijlprceFW9qtLKLL3aN/q
AOb1uRgCEB3pPi0wRYzVI/L0QOCGKle+UPhoeZLUyK5IC71Kuwjb+BU9ChUSmLv5
4PwSpCiZED9R87gEbgodS5gHxZD+tRX84N4RRxAIJw8hAFApIz5PtlhBaBamYsJ1
O/3YhcxHCh2twp0ODsc1kRefVNfwzgUBUF08rxEP592WRfwUWyo=
=MO22
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers