Public bug reported:

In the archive rebuild:

http://qa.ubuntuwire.org/ftbfs/rebuilds/test-
rebuild-20170922-artful.html

mlt fails to build with:

In file included from mlt_property.c:28:0:
mlt_property.h:34:10: fatal error: xlocale.h: No such file or directory
 #include <xlocale.h>
          ^~~~~~~~~~~
compilation terminated.

due to xlocale.h being depreciated for locale.h in glibc 2.26

This in turn causes Kdenlive to FTBFS with a similar error using the old
mlt incorrect headers from the pre glibx 2.26 build.

Upstream patches fixing are:

https://github.com/mltframework/mlt/commit/2125e3955a0d0be61571cf43b674f74b4b93c6f8

and a correction to that patch

https://github.com/mltframework/mlt/commit/fbf6a5187776f2f392cf258935ff49e4c0e87024

A quick test build for the Kubuntu CI depends succeeds here:

https://launchpad.net/~kubuntu-ci/+archive/ubuntu/stage/+build/13515149

and Kdevenlive stable branch rebuilt against it here:

https://launchpad.net/~kubuntu-ci/+archive/ubuntu/stable/+build/13515163

** Affects: mlt (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: mlt (Ubuntu Artful)
     Importance: Undecided
         Status: New


** Tags: artful ftbfs

** Description changed:

  In the archive rebuild:
  
  http://qa.ubuntuwire.org/ftbfs/rebuilds/test-
  rebuild-20170922-artful.html
  
  mlt fails to build with:
  
  In file included from mlt_property.c:28:0:
  mlt_property.h:34:10: fatal error: xlocale.h: No such file or directory
-  #include <xlocale.h>
-           ^~~~~~~~~~~
+  #include <xlocale.h>
+           ^~~~~~~~~~~
  compilation terminated.
  
  due to xlocale.h being depreciated for locale.h in glibc 2.26
  
  This in turn causes Kdenlive to FTBFS with a similar error using the old
- mlt incorrect headers form the pre glibx 2.26 build.
+ mlt incorrect headers from the pre glibx 2.26 build.
  
  Upstream patches fixing are:
  
  
https://github.com/mltframework/mlt/commit/2125e3955a0d0be61571cf43b674f74b4b93c6f8
  
  and a correction to that patch
  
  
https://github.com/mltframework/mlt/commit/fbf6a5187776f2f392cf258935ff49e4c0e87024
  
- 
  A quick test build for the Kubuntu CI depends succeeds here:
  
  https://launchpad.net/~kubuntu-ci/+archive/ubuntu/stage/+build/13515149
  
- and Kdevenlive stable branch rebuilt against it hereL
+ and Kdevenlive stable branch rebuilt against it here:
  
  https://launchpad.net/~kubuntu-ci/+archive/ubuntu/stable/+build/13515163

** Tags added: arftful ftbfs

** Tags removed: arftful
** Tags added: artful

** Also affects: mlt (Ubuntu Artful)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1719792

Title:
  FTBFS in artful with new glibc 2.26  - xlocale.h -> locale.h required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mlt/+bug/1719792/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to