[opensuse-packaging] What's changed in boost?
Hi, I was just looking at my package blender and it no longer builds in Factory or Tumbleweed due to various boost requirements failing in my other package OpenImageIO. What's changed in boost? Thanks Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, 2016-01-11 at 14:14 +0200, Dave Plater wrote:
Hi, I was just looking at my package blender and it no longer builds in Factory or Tumbleweed due to various boost requirements failing in my other package OpenImageIO. What's changed in boost? Thanks Dave P
It was updated to version 1.60 Cheers, Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, 2016-01-11 at 13:21 +0100, Dominique Leuenberger / DimStar wrote:
On Mon, 2016-01-11 at 14:14 +0200, Dave Plater wrote:
Hi, I was just looking at my package blender and it no longer builds in Factory or Tumbleweed due to various boost requirements failing in my other package OpenImageIO. What's changed in boost? Thanks Dave P
It was updated to version 1.60
[ 2358s] /home/abuild/rpmbuild/BUILD/oiio-Release- 1.5.20/src/python/py_imagecache.cpp:232:1: required from here [ 2358s] /usr/include/boost/python/converter/registered.hpp:93:30: error: no matching function for call to 'registry_lookup2(void (*)())' [ 2358s] return registry_lookup2((T(*)())0); Taking this build log into account, feeding google with the knwoledge, brings you to: https://github.com/OpenImageIO/oiio/issues/1299 and this brings you to https://github.com/OpenImageIO/oiio/commit/64c12 53f35dec3b0ba6c1f3bba5d8910abffa3ac as the solution for the issue. Cheers Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 11/01/2016 14:30, Dominique Leuenberger / DimStar wrote:
On Mon, 2016-01-11 at 13:21 +0100, Dominique Leuenberger / DimStar wrote:
On Mon, 2016-01-11 at 14:14 +0200, Dave Plater wrote:
Hi, I was just looking at my package blender and it no longer builds in Factory or Tumbleweed due to various boost requirements failing in my other package OpenImageIO. What's changed in boost? Thanks Dave P It was updated to version 1.60 [ 2358s] /home/abuild/rpmbuild/BUILD/oiio-Release- 1.5.20/src/python/py_imagecache.cpp:232:1: required from here [ 2358s] /usr/include/boost/python/converter/registered.hpp:93:30: error: no matching function for call to 'registry_lookup2(void (*)())' [ 2358s] return registry_lookup2((T(*)())0);
Taking this build log into account, feeding google with the knwoledge, brings you to: https://github.com/OpenImageIO/oiio/issues/1299
and this brings you to https://github.com/OpenImageIO/oiio/commit/64c12 53f35dec3b0ba6c1f3bba5d8910abffa3ac as the solution for the issue.
Cheers Dominique damn I just ignored version 1.7.0dev:-) and tried 1.6.9 instead and it fails in Tumbleweed with a linker error but wait a minute, it succeeds for Factory standard so now I'm confused. Hopefully I'll get it sorted out. It fails with a linker error that seems unrelated to boost for i586 in both Tumbleweed and Factory. Any suggestions appreciated - home:plater:blender/OpenImageIO. Thanks Dave
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Dave Plater
-
Dominique Leuenberger / DimStar