--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
export BUILD_DIR=/repo/gaffer/0.48.0.0/build/compiled
export ARNOLD_ROOT=/repo/SolidAngle/sdk/Arnold-5.1.1.0-linux
export RMAN_ROOT=/repo/3delight/3delight-12.5.9/Linux-x86_64
export CC=/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin/gcc
export CXX=/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin/c++
export LD_LIBRARY_PATH=/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1:/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/lib64
export PATH=/repo/Python/linux/python2.7_UCS4/bin:/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin:/repo/Python/linux/python2.7_UCS4/bin:/usr/site/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/lsd/bin:checking for C++ compiler default output file name...
configure: error: in `/repo/gaffer/0.48.0.0/build/dependencies/pyilmbase-2.2.0':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
mv: cannot stat `/repo/gaffer/0.48.0.0/build/compiled/lib/python*/site-packages/iexmodule.so': No such file or directory
mv: cannot stat `/repo/gaffer/0.48.0.0/build/compiled/lib/python*/site-packages/imathmodule.so': No such file or directory./configure --prefix=$BUILD_DIR --with-boost-include-dir=$BUILD_DIR/include --without-numpycat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */The build runs fine until it hits OpenEXR where it completes all the ilmbase builds but fails during pyilmbase build with these errors:
See `config.log' for more details.
Do we need to install any other packages besides the ones mentioned in your docker file?
Also, as you may have noticed above, we are overriding the default system python (which is 2.6) with 2.7 via the PATH and LD_LIBRARY_PATH env vars.
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-6/root/usr --mandir=/opt/rh/devtoolset-6/root/usr/share/man --infodir=/opt/rh/devtoolset-6/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-6.3.1-20170216/obj-x86_64-redhat-linux/isl-install --enable-libmpx --with-mpc=/builddir/build/BUILD/gcc-6.3.1-20170216/obj-x86_64-redhat-linux/mpc-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.3.1 20170216 (Red Hat 6.3.1-3) (GCC)
configure:2884: $? = 0
configure:2891: /repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin/g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.configure:2921: checking for C++ compiler default output file name
configure:2943: /repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin/g++ conftest.cpp >&5
/repo/gaffer/0.48.0.0/tools/opt/rh/devtoolset-6/root/usr/bin/../libexec/gcc/x86_64-redhat-linux/6.3.1/as: error while loading shared libraries: libopcodes-2.27-10.el6.1.so: cannot open shared object file: No such file or directory
configure:2947: $? = 1
configure:3018: checking whether the C++ compiler works
configure:3028: ./
./configure: line 3030: ./: is a directory
configure:3032: $? = 126
configure:3039: error: in `/repo/gaffer/0.48.0.0/build/dependencies/pyilmbase-2.2.0':
configure:3043: error: cannot run C++ compiled programs.libopcodes-2.27-10.el6.1.so: cannot open shared object file: No such file or directory
Looks like this lib comes from another path in the devtoolset-6 repo which was not added in my env so I'm trying that now. Will let you know how it goes.--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+unsubscribe@googlegroups.com.




To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
--studio: +1 (604) 874-5634 | jo...@image-engine.com | www.image-engine.comJohn Haddon - R&D ProgrammerImage Engine
15 West 5th Avenue, Vancouver, BC, V5Y 1H4, Canada
If you are not the intended recipient, disclosure, copying, distribution and use of this email is prohibited. Please notify us immediately and delete this email from your systems. You may contact us at in...@image-engine.com if you do not wish to receive further commercial electronic messages. We may still send you messages for which we do not require consent.
--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
Traceback (most recent call last):
File "/repo/RnD/software/gaffer/gaffer-0.48.0.0-linux-el6/bin/gaffer.py", line 52, in <module>
from Gaffer._Gaffer import _nameProcess
File "/repo/RnD/software/gaffer/gaffer-0.48.0.0-linux-el6/python/Gaffer/__init__.py", line 40, in <module>
from _Gaffer import *
ImportError: /repo/RnD/software/gaffer/gaffer-0.48.0.0-linux-el6/lib/libGaffer.so: undefined symbol: _ZNSt6thread20hardware_concurrencyEv[sshrestha@pww0828 buildhost_vfx2018_el6]$ nm /repo/RnD/software/gaffer/gaffer-0.48.0.0-linux-el6/lib/libGaffer.so | grep _ZNSt6thread20hardware_concurrencyEv
U _ZNSt6thread20hardware_concurrencyEv
[sshrestha@pww0828 buildhost_vfx2018_el6]$ nm /repo/RnD/software/gaffer/gaffer-0.46.0.0-linux/lib/libGaffer.so | grep _ZNSt6thread20hardware_concurrencyEv
0000000000141870 T _ZNSt6thread20hardware_concurrencyEvlibstdc++.so.6 => /opt/gcc-4.6.1/lib64/libstdc++.so.6 (0x00002b7c018d4000)uname -r2.6.32-754.2.1.el6.x86_64
gcc -v
gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC)
nm /usr/lib64/libstdc++.so.6 | grep hardware_concurrency
nm: /usr/lib64/libstdc++.so.6: no symbolsuname -r3.10.0-862.3.2.el7.x86_64
gcc -v
gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC)
nm /usr/lib64/libstdc++.so.6 | grep hardware_concurrency
nm: /usr/lib64/libstdc++.so.6: no symbolsnm /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1/libstdc++.so | grep hardware_concurrency
nm: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1/libstdc++.so: File format not recognized