Re: [Oiio-dev] OpenImageIO 1.7 release!

2017-01-02 Thread Richard Shaw
I tried this but it didn't work and I don't have any more time to mess with it right now... --- a/src/doc/CMakeLists.txt +++ b/src/doc/CMakeLists.txt @@ -19,7 +19,7 @@ if (UNIX AND TXT2MAN AND PYTHONINTERP_FO message (STATUS "Unix man page documentation will be generated") set

Re: [Oiio-dev] OpenImageIO 1.7 release!

2017-01-02 Thread Richard Shaw
DUH... We fixed it wrong... The following change probably looks in system locations, we don't want system vi, we want the one in the build tree. We need to disable searching in the system location and search only in the build tree... I'll see what I can do. --- a/src/doc/CMakeLists.txt +++

Re: [Oiio-dev] OpenImageIO 1.7 release!

2017-01-02 Thread Richard Shaw
This is PURELY a guess... Only iv.1 is missing, the rest are being built. Since it works when I do a local build but not in a clean chroot via mock, my guess is that it's finding the iv installed on my system to generate the man page which isn't available in the chroot environment... Thanks,

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-12-27 Thread Larry Gritz
How about this? https://github.com/OpenImageIO/oiio/pull/1592 > On Dec 27, 2016, at 7:48 PM, Richard Shaw wrote: > > Apologies for the thread necro but it now looks like this is cropping up on > aarch64... > >

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-19 Thread Larry Gritz
It's a hard error because we set up our build scripts to make warnings into errors (except for the small number of warnings we can't figure out how to solve). OK, here is my proposed fix: https://github.com/OpenImageIO/oiio/pull/1539 This is

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-17 Thread Richard Shaw
On Mon, Oct 3, 2016 at 1:01 PM, Larry Gritz wrote: > OK, but I don't want to do needless initialization in an inner texture > loop, on platforms where it's not necessary. > > Do you know an #if test that I can enclose those lines in, so that they > only are used on those

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-13 Thread Richard Shaw
I haven't had much time to dig into this and I'm probably not enough of a programmer to figure it out anyway so I posted on the Fedora developer mailing list to ask for advice. Thanks, Richard ___ Oiio-dev mailing list Oiio-dev@lists.openimageio.org

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-03 Thread Larry Gritz
OK, but I don't want to do needless initialization in an inner texture loop, on platforms where it's not necessary. Do you know an #if test that I can enclose those lines in, so that they only are used on those platforms where it initially failed? It seems the 64 bit platforms had no trouble

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-03 Thread Richard Shaw
That fixed it! Thanks, Richard ___ Oiio-dev mailing list Oiio-dev@lists.openimageio.org http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-02 Thread Larry Gritz
Sorry, Richard, I think we're going to have to do the "try this, try that" dance, since I don't have any 32 bit machines! Ok, in texturesys.cpp, circa line 2472, please add the following two lines (bold): float4 wx, dwx; float4 wy, dwy; if (daccumds_) {

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-02 Thread Larry Gritz
Sorry, I missed the link! > On Oct 2, 2016, at 7:04 PM, Richard Shaw wrote: > > The link at the bottom is the best I've got as far as logs go. Let me know if > there's anything else I can try. > > Thanks, > Richard > -- Larry Gritz l...@larrygritz.com

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-02 Thread Richard Shaw
The link at the bottom is the best I've got as far as logs go. Let me know if there's anything else I can try. Thanks, Richard ___ Oiio-dev mailing list Oiio-dev@lists.openimageio.org http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-02 Thread Larry Gritz
Can you point me to a full verbose build log? Do you know what level of SIMD it thinks it's using? > On Oct 2, 2016, at 2:26 PM, Richard Shaw wrote: > > Well, I probably should have caught this during the prereleases... I have > noticed a few emails around smd.h but

Re: [Oiio-dev] OpenImageIO 1.7 release!

2016-10-02 Thread Richard Shaw
Well, I probably should have caught this during the prereleases... I have noticed a few emails around smd.h but didn't pay attention. x86_64 builds fine but fails on i686 with[1]: cd /builddir/build/BUILD/oiio-Release-1.7.7/build/linux/src/libutil && /usr/bin/cmake -E cmake_link_script