Your message dated Thu, 24 Oct 2024 09:04:16 +0000
with message-id <[email protected]>
and subject line Bug#905661: fixed in ogmtools 1:1.5-5
has caused the Debian Bug report #905661,
regarding ogmtools FTCBFS: abuses AC_CHECK_FILE
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.)
--
905661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905661
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ogmtools
Version: 1:1.5-4
Tags: patch
User: [email protected]
Usertags: rebootstrap
ogmtools fails to cross build from source, because it abuses
AC_CHECK_FILE. The macro is meant for finding files on the host system,
not for finding headers on the build system. For the latter, you can
simply use test -f. The attached patch implements that and makes
ogmtools cross buildable. Please consider applying it.
Helmut
--- ogmtools-1.5.orig/acinclude.m4
+++ ogmtools-1.5/acinclude.m4
@@ -299,9 +299,9 @@
have_dvdread=yes], have_dvdread=no,
-L$with_dvdread_l -ldvdread -lm)
-AC_CHECK_FILE($with_dvdread_i/dvdread/dvd_reader.h, [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
+AS_IF([test -f "$with_dvdread_i/dvdread/dvd_reader.h"], [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
if test x"$dvdread_inc" != xyes; then
-AC_CHECK_FILE(/usr/local/include/dvdread/dvd_reader.h, [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
+AS_IF([test -f "/usr/local/include/dvdread/dvd_reader.h"], [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
fi
if test x"$have_dvdread" != "xyes"; then
@@ -311,7 +311,7 @@
with_dvdread_i="../dvdread"
with_dvdread_l="../dvdread"
- AC_CHECK_FILE(./dvdread/dvd_reader.h,
+ AS_IF([test -f "./dvdread/dvd_reader.h"],
[AC_DEFINE(HAVE_LIBDVDREAD)
have_dvdread=yes
DVDREAD_CFLAGS="-I$with_dvdread_i"
--- ogmtools-1.5.orig/aclocal.m4
+++ ogmtools-1.5/aclocal.m4
@@ -312,9 +312,9 @@
have_dvdread=yes], have_dvdread=no,
-L$with_dvdread_l -ldvdread -lm)
-AC_CHECK_FILE($with_dvdread_i/dvdread/dvd_reader.h, [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
+AS_IF([test -f "$with_dvdread_i/dvdread/dvd_reader.h"], [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
if test x"$dvdread_inc" != xyes; then
-AC_CHECK_FILE(/usr/local/include/dvdread/dvd_reader.h, [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
+AS_IF([test -f "/usr/local/include/dvdread/dvd_reader.h"], [AC_DEFINE(HAVE_LIBDVDREAD_INC) dvdread_inc=yes])
fi
if test x"$have_dvdread" != "xyes"; then
@@ -324,7 +324,7 @@
with_dvdread_i="../dvdread"
with_dvdread_l="../dvdread"
- AC_CHECK_FILE(./dvdread/dvd_reader.h,
+ AS_IF([test -f "./dvdread/dvd_reader.h"],
[AC_DEFINE(HAVE_LIBDVDREAD)
have_dvdread=yes
DVDREAD_CFLAGS="-I$with_dvdread_i"
--- End Message ---
--- Begin Message ---
Source: ogmtools
Source-Version: 1:1.5-5
Done: Marc Leeman <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ogmtools, 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.
Marc Leeman <[email protected]> (supplier of updated ogmtools 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: SHA512
Format: 1.8
Date: Thu, 24 Oct 2024 10:04:54 +0200
Source: ogmtools
Architecture: source
Version: 1:1.5-5
Distribution: unstable
Urgency: medium
Maintainer: Marc Leeman <[email protected]>
Changed-By: Marc Leeman <[email protected]>
Closes: 375564 732175 905661 1085946
Changes:
ogmtools (1:1.5-5) unstable; urgency=medium
.
* Initial upstream branch.
* d/watch: add
* d/control: add Vcs tags (Closes: #1085946)
* d/control: add homepage
* d/control: bump Standards-Version
* d/control: depend on dh-compat
* d/control: add Rules-Requires-Root
* d/rules: use full dh
* d/rules: stick to C++14
* d/control: remove CDBS dependency
* d/control: quilt not needed in Build-Depends
* integrate patch in salsa (Closes: #375564)
* d/control: add ogmcat to description (Closes: #732175)
* d/patches: import cross compile patch (Closes: #905661)
Checksums-Sha1:
3fa8a084d20dbcfc5a5de2ae3cbad77b1b6ed5f5 1931 ogmtools_1.5-5.dsc
c683190e07e11465198f1802e0d2e90e15f029e1 6692 ogmtools_1.5-5.debian.tar.xz
250f6b89540ff994f394c8761b64428431e71940 8669 ogmtools_1.5-5_source.buildinfo
Checksums-Sha256:
e57574761be7e60d29035013009241f305fceae8d65a5de1b071483937f481b4 1931
ogmtools_1.5-5.dsc
1da90cc453bc386dd7f6660d2cc215408470a40976b1e6f086c28ce3732a103c 6692
ogmtools_1.5-5.debian.tar.xz
e2ea68b9f93f343881bf11d24a879b8fb6cdee149cf861fb8d55126e8de8432a 8669
ogmtools_1.5-5_source.buildinfo
Files:
a34b77095da75e000b159edfe9b3f6a0 1931 graphics optional ogmtools_1.5-5.dsc
5986a308360ed658936d065e0e467b19 6692 graphics optional
ogmtools_1.5-5.debian.tar.xz
ee75993472b7f61f5ae4836d8eabbd94 8669 graphics optional
ogmtools_1.5-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCgA0FiEEgnz9dLpGgVKgQfOgempPF1mVplsFAmcaCCQWHG1hcmMubGVl
bWFuQGdtYWlsLmNvbQAKCRB6ak8XWZWmWzqND/43crTbOw3bvWGA/g53fBEjhmZS
V8p+xJ6lOG51wlCCZ0SkecT/SV+j8um/iJ9Htj41PjLbGn4lIwar0ewwl3HlmfWw
1NcqNnNDyB0TUuj/igjg85z/eEq9ssYB5VW6eG9CWygSKLaPksiMQ0PWLXD+IW2o
7JlKB7vDDOSYBuF1E1ac773cjkj7vUajbdQjia5OCzgaIsUAkuFFb0ibFeEDr3bN
ixCLAkfaKvWC8PrIgqCJruoMu8rltO13Kee5FdcJdsxikwEmSV7JYjnEEA/w9TrS
wUQWAkdFNzLzrT6DcfVp0D+Ey7vXC73o3uqDiNxgZMfNgJlPklqOBaSbwNobZRzo
dqzudh/4Cd70DGDd1DbvK7LbHm5re+kx/zuMCrPoRroxPD1nfWaCLsTV07PC7kWr
PKDXILXO3qRIDkd4ewZeKfxVC1FS1eWXFck/k2Q12dY16Az7Hz5fVl3kIHbk6rGm
SKuYj9ciZ9rxH454HEMsyVTtwtIMdq6rShF2wwHIejuOI9YqIZ+/6FRHVat2iPkB
pMQMUno57gnLHjCV7YJcpHS0s/FZPG5EFthOpZlpV0oNO4+s2sWAXh1caCYHtSZa
mO/Q9WxjwaDIeEp3NdtfrRZoBU4Zk8ozBL38ITVRgMK06cMd93YWK+/sUgFSZWeE
vLbUoXf4Foo6aBKcew==
=Q1zG
-----END PGP SIGNATURE-----
pgp2V_Zxjnbj2.pgp
Description: PGP signature
--- End Message ---