Your message dated Tue, 31 Aug 2021 15:03:44 +0000
with message-id <[email protected]>
and subject line Bug#977941: fixed in gmerlin 1.2.0+svn6244~dfsg0-1~exp1
has caused the Debian Bug report #977941,
regarding gmerlin FTCBFS: uses AC_TRY_RUN for posix semaphore check
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.)


-- 
977941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977941
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gmerlin
Version: 1.2.0~dfsg+1-6.1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

gmerlin fails to cross build from source, because it uses AC_TRY_RUN
with no last argument nor cache variabel to check for posix semaphores.
In this case, degrading the check to AC_CHECK_FUNC for the cross case
seems reasonable. I'm attaching a patch that implements this.

Please consider applying the patch and close this bug when doing so even
though there are more cross compilation issues underneath.

Helmut
--- gmerlin-1.2.0~dfsg+1.orig/m4/check_funcs.m4
+++ gmerlin-1.2.0~dfsg+1/m4/check_funcs.m4
@@ -1749,6 +1749,7 @@
 OLD_LIBS=$LIBS
 LIBS="$LIBS -lpthread"
 
+AC_CHECK_FUNC([sem_init],[
 AC_MSG_CHECKING([for POSIX unnamed semaphores]);
 
   AC_TRY_RUN([
@@ -1771,9 +1772,17 @@
     AC_MSG_RESULT(yes)
     AC_DEFINE(HAVE_POSIX_SEMAPHORES)
   ],
+  [
     # program could not be run
     AC_MSG_RESULT(no)
+  ],
+  [
+    have_posix_semaphores="true"
+    AC_MSG_RESULT([cross compiling, assuming yes])
+    AC_DEFINE(HAVE_POSIX_SEMAPHORES)
+  ]
 )
+])
 
 LIBS=$OLD_LIBS
 

--- End Message ---
--- Begin Message ---
Source: gmerlin
Source-Version: 1.2.0+svn6244~dfsg0-1~exp1
Done: IOhannes m zmölnig (Debian/GNU) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gmerlin, 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.
IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated 
gmerlin 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: SHA256

Format: 1.8
Date: Tue, 31 Aug 2021 15:55:21 +0200
Source: gmerlin
Architecture: source
Version: 1.2.0+svn6244~dfsg0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]>
Closes: 967432 977941
Changes:
 gmerlin (1.2.0+svn6244~dfsg0-1~exp1) experimental; urgency=medium
 .
   * New upstream version 1.2.0+svn6244~dfsg0 (Closes: #967432)
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
   * d/watch: Use https protocol
   * d/changelog: Remove trailing whitespaces
   * Use debhelper-compat instead of debian/compat
 .
   [ Felipe Sateler ]
   * Change maintainer address to [email protected]
 .
   [ IOhannes m zmölnig (Debian/GNU) ]
   * Bump to GTK-3
   * Refresh build-dependencies
     * Drop versioned B-D that is satisfiable in oldoldstable
   * d/patches
     * Refresh patches
     * Drop patches applied upstream
     * Add description for cdio-api-fixes.patch
     * Patch to not drop extra CFLAGS
     * Patch to prevent underlinking
     * Patch to prevent segfault when parsing cmdline args
     * Fix typos
   * Fix FTCBFS by using AC_TRY_RUN for posix semaphore check.
     Thanks to Helmut Grohne <[email protected]> (Closes: #977941)
     (Unfortunately upstream has introduced another bunch of AC_TRY_RUN
     invocations)
   * Versioned dependency on libgavl-dev
   * Disable jack support for now (no longer supported by upstream)
   * Enable hardening+all
   * Drop dbgsym-migration hacks
   * Drop no-longer-useful manpages
   * Drop "statically" (linked) from description of -dev package
   * Update install-files
     * Don't attempt to install non-existing auxiliary-binaries
   * Rename tag-name in lintian-override
   * Refresh libgmerlin0.symbols
   * Remove trailing whitespace from d/changelog
   * Update d/watch
     * Versionmangling in d/watch
   * Update d/copyright
     * Remove redundant globbing patterns from d/copyright
     * Drop non-matching globs from d/copyright
     * Use Files-Excluded to exclude files from orig.tgz
       * Strip out doc/ folder - it's GFDL-1.1
   * Add salsa-ci configuration
   * Remove obsolete file d/source/local-options
   * Declare that building this package does not require 'root' powers.
   * Switched from cdbs to dh-13
   * Bump standards version to 4.6.0
Checksums-Sha1:
 3bc1bc09944dc7a2add3fcaf007f8147441c4b03 2832 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.dsc
 f0385389e6d16c066580a3bbf48a7edbd910f462 3310312 
gmerlin_1.2.0+svn6244~dfsg0.orig.tar.xz
 adabefed6dd135c43e672bb06cef905aba55cf61 30416 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.debian.tar.xz
Checksums-Sha256:
 9f15b6fd715e471c1f875e1a349e159a7e6fc4c990acc204acb3b66532e0327a 2832 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.dsc
 548746ba6729edb893cbd7187904dc17e8380fe2b9774385fa9be1d6403751e0 3310312 
gmerlin_1.2.0+svn6244~dfsg0.orig.tar.xz
 d688b2312e43b3531acd0f64ebc811dd1d543d93163e712a32bc360520c30287 30416 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.debian.tar.xz
Files:
 30670ca88d3144ee55bced6a922496a2 2832 sound optional 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.dsc
 d69a00514c18c6dcc3e42463ad5c6d2d 3310312 sound optional 
gmerlin_1.2.0+svn6244~dfsg0.orig.tar.xz
 61771c72837ab40a5d6eac2b5bbb8631 30416 sound optional 
gmerlin_1.2.0+svn6244~dfsg0-1~exp1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmEuQmUACgkQtlAZxH96
Nvgl3Q/8DDU8q1C3AOtjdcYUDwKS/n8dhE7kCE1Op1Ej+GossX02KERMmgSB3+j4
KIGigZpbBhRj3LMk3XNiM3YqudTsYDwjFpZ4h+ehoIjJVvcFkL5qilhYK3SA+Xeh
0UhFjelvrZ7a76N3sNV6bmaTroWmpZ4KpxPY1tU9g0fxq84KIbZ97WnHFQyDLv1a
gJEGiNmeqskSKMSHJEEvWRfDOpBismTb0hPKmjdNuqlHOK/Ep/cGqQykHrPLiQCt
y/tgseEOeh80NG1KDF3B8aZynmrhPSS9VYK1zgHK1YuCFWbls5LoHWdFl3ts2z0p
gGs/0hE8Ok+Z/BvMTsuTof56NWorvtKppwKeBpeDrxqfltEE2MYOqBK9QSny/7Bd
8zBZ9pryQQFjAnmdjIMKzpO9I09uf/aox6M1ydpf2j57xb0VdyfGbEePd+iWBARZ
DhM6XtdrQRtmnv9Uz2FtX4yJ+ZMb1hjt518BISC9/VmCh6PD3327gLMT2gxqH6s0
7DNgGrMh+3nCwAsCkdzWe+mx/2z4nnl1617Ysz17jQgtz7T3w5WkzO0Ck2m9SaCD
i+z1QXnrRIy9VJDvsiot71bz1JDao2YcYxN7iR2ZOyHHGlVBYUFuvAaxaQQCeaop
SVha5M3nNjLT+s3oWVEgyF7k83v4f2dA6C9IJHpfjG6pbcf4bWw=
=qFoF
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to