Your message dated Wed, 28 Feb 2018 21:34:44 +0000
with message-id <e1er9n6-000bml...@fasolo.debian.org>
and subject line Bug#873710: fixed in gavl 1.4.0-5
has caused the Debian Bug report #873710,
regarding gavl FTCBFS: tries to figure out whether CLOCK_MONOTONIC works
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.)


-- 
873710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gavl
Version: 1.4.0-4
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

gavl fails to cross build from source, because it tries to figure out
whether CLOCK_MONOTONIC works. Such a test has no meaning as that is a
runtime property and may change from system to system (in theory). We
are best off assuming that it works when it is available thus converting
AC_TRY_RUN into AC_TRY_COMPILE and fixing the cross build. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru gavl-1.4.0/debian/changelog gavl-1.4.0/debian/changelog
--- gavl-1.4.0/debian/changelog 2016-02-18 02:24:42.000000000 +0100
+++ gavl-1.4.0/debian/changelog 2017-08-30 12:13:35.000000000 +0200
@@ -1,3 +1,10 @@
+gavl (1.4.0-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: 0004-cross.patch. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 30 Aug 2017 12:13:35 +0200
+
 gavl (1.4.0-4) unstable; urgency=medium
 
   * Team upload
diff --minimal -Nru gavl-1.4.0/debian/patches/0004-cross.patch 
gavl-1.4.0/debian/patches/0004-cross.patch
--- gavl-1.4.0/debian/patches/0004-cross.patch  1970-01-01 01:00:00.000000000 
+0100
+++ gavl-1.4.0/debian/patches/0004-cross.patch  2017-08-30 12:13:35.000000000 
+0200
@@ -0,0 +1,33 @@
+From: Helmut Grohne <hel...@subdivi.de>
+Subject: fix cross compilation
+
+Trying to determine whether CLOCK_MONOTONIC works is in vein, because it may
+differ from the buildd (in theory) being a runtime property of the kernel. For
+compiling gavl, it is sufficient to know that the macro is defined and to
+assume that on Debian systems CLOCK_MONOTONIC always works when it is defined.
+
+Index: gavl-1.4.0/configure.ac
+===================================================================
+--- gavl-1.4.0.orig/configure.ac
++++ gavl-1.4.0/configure.ac
+@@ -159,17 +159,12 @@
+ 
+ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
+ 
+-AC_TRY_RUN([
++AC_TRY_COMPILE([
+   #include <time.h>
+   #include <errno.h>
+-main()
+-  {
++],[
+   struct timespec tp;
+-  if(clock_gettime(CLOCK_MONOTONIC, &tp))
+-    return -1;
+-  else
+-    return 0;
+-  }
++  clock_gettime(CLOCK_MONOTONIC, &tp);
+   ],
+   [
+     # program could be run
diff --minimal -Nru gavl-1.4.0/debian/patches/series 
gavl-1.4.0/debian/patches/series
--- gavl-1.4.0/debian/patches/series    2016-02-18 02:17:38.000000000 +0100
+++ gavl-1.4.0/debian/patches/series    2017-08-30 12:11:26.000000000 +0200
@@ -1,3 +1,4 @@
 0001-ubuntu_armel_ftbfs.patch
 0002-cpuid_x32.patch
 0003-nonfatal-missing-doxygen.patch
+0004-cross.patch

--- End Message ---
--- Begin Message ---
Source: gavl
Source-Version: 1.4.0-5

We believe that the bug you reported is fixed in the latest version of
gavl, 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 873...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated gavl 
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: SHA256

Format: 1.8
Date: Wed, 28 Feb 2018 22:06:21 +0100
Source: gavl
Binary: libgavl1 libgavl-dev libgavl-doc
Architecture: source
Version: 1.4.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 libgavl-dev - low level audio and video library - development files
 libgavl-doc - low level audio and video library - documentation files
 libgavl1   - low level audio and video library - runtime files
Closes: 873710
Changes:
 gavl (1.4.0-5) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Deprecating priority extra as per policy 4.0.1
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ IOhannes m zmölnig ]
   * Fixed cross-compilation issues.
     Thanks to Helmut Grohne <hel...@subdivi.de> (Closes: #873710)
   * Fixed spelling error in patch description
   * Bumped dh compat to 11
     * Switched to automatic dbgsym package
     * Dropped B-Ds on autotools
   * Switched URLs to https://
   * Updated maintainer email address
   * Removed trailing whitespace from d/changelog
   * Dropped git-tuneclone.sh script
   * Bumped standards version to 4.1.3
Checksums-Sha1:
 ed0522630a81267e268aca512406b4b1eabb9703 2076 gavl_1.4.0-5.dsc
 1c3501a4db618c218326750b44dbaa4e24e1813f 8296 gavl_1.4.0-5.debian.tar.xz
 763e478ab07386aabdc7c4a99ab2d6d73668893f 6227 gavl_1.4.0-5_amd64.buildinfo
Checksums-Sha256:
 8c5bae27df540cb1a5f569d6bf510ce8f2cc2ce056314352535bda4a5b5521fd 2076 
gavl_1.4.0-5.dsc
 c051ad69c669e4bdfe54dce7cdbeab1e9c450ac0f7c7340021f71a618b37b8fa 8296 
gavl_1.4.0-5.debian.tar.xz
 eea4489c1bfa244437ab37a172a84b9ad7637c6865cd82ae34c2a3824a925cae 6227 
gavl_1.4.0-5_amd64.buildinfo
Files:
 ad8447fb52979ad2150b434804ffffc2 2076 libs optional gavl_1.4.0-5.dsc
 26060d2a58ef1e5513fef76ed67ab19e 8296 libs optional gavl_1.4.0-5.debian.tar.xz
 397d05f321357956df735740cd0e0991 6227 libs optional 
gavl_1.4.0-5_amd64.buildinfo

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

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAlqXGsAACgkQtlAZxH96
NvgIEw/+JB0cOGa5U+WyDbk9ktWPnvwxhtsDPhqFilkm3plMzhuq3okM8FEjPDcE
CGzT57OGzUeshw2UnMmK+bQpEbjJen6Vuakc3UlPEf3EHfjPYy4raNr6CqA6sFfA
DSoW9EHXcFm4TIpuS8YIWc1TyV2uIl+EqIoyxXGS1XKP2qYOCK2YWL+aCy1JqWYj
02lKXhWvRkXyQEwxX7ByOQdJ/ScyqSLdVPSsqUEk5xDUfdLEDEVh7kR3VLIr46HA
/dWd7ju/W8beMXi/C/d5mfOyhkUVNzJ+WCh6k3IILwWqvGDNXFDeuo7JD1vwVsdt
VMnEfvD5aQCEkBP+3yHkv1bc3VfGy4/kUg05nAJxp7SIWIBaYHR+DuZSyKhEOT51
9aGLqUyJP8u0EMvoyRhcxcHhi/d8Yr8yVJBLYbRri3hEWlDff53dExcR1bmFNTRg
5EVlaX5ORDZHLaM5cijHJz6RNpRSGww22Y6PXykWOJ+72XNWKUk9yJwh6e545UVK
eJrs8El4e4jwiZOw8tZkWYri26NGeZva/n782ly5GfWlRhqWDKPmqgfRLk4+HTVK
IxLy0XbiQEdxTS6aqfWzlppXq2PO5zu7/8nmtfnijGkyqRCvZgAOyNqERFUk8Fej
e9NMmYAXmeW0DByyERWTICFau5YaP0Of3JH9C1m1AFS9af5T+PM=
=CYw0
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to