[Bf-committers] blender do not updates from git

Piotr Arlukowicz piotao at gmail.com
Wed Dec 11 00:05:16 CET 2013


​Thank you Bastien!

I've done new start from scratch. I pulled all from repo, ran install_deps
script and ​noticed that there is something wrong apparently with the
script. Look at the command line:

$ install_deps.sh --source ~/blender-git/depssrc --install
~/blender-git/deps --threads=7 --with-all --skip-opencollada --skip-osl

There is skip-collada and osl, but no definitions about this were made in
resulting variables. I can change them by myself. Here is the result of the
script. With collada and osl on, it fails with the compilation, but this is
not a problem for me as I don't need them.

WITH_BF_OCIO = True
WITH_BF_STATICOCIO = True
BF_OPENEXR = '/home/piotao/blender-git/deps/openexr'
BF_OPENEXR_LIB = 'Half IlmImf-2_1 Iex-2_1 Imath-2_1 '
BF_OPENEXR_LIB_STATIC = '${BF_OPENEXR}/lib/libHalf.a
${BF_OPENEXR}/lib/libIlmImf-2_1.a ${BF_OPENEXR}/lib/libIex-2_1.a
${BF_OPENEXR}/lib/libImath-2_1.a ${BF_OPENEXR}/lib/libIlmThread-2_1.a'
WITH_BF_STATICOPENEXR = True
WITH_BF_OIIO = True
BF_OIIO = '/home/piotao/blender-git/deps/oiio'
WITH_BF_CYCLES = True
WITH_BF_BOOST = True
WITH_BF_COLLADA = True
BF_FFMPEG = '/home/piotao/blender-git/deps/ffmpeg'
BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice theoradec
theoraenc theora vorbisenc vorbisfile vorbis ogg xvidcore vpx mp3lame x264
openjpeg'

After I changed apropriate lines, I run compilation​. It fails at the same
place:

Compiling ==> 'buildinfo.c'
scons: *** [/home/piotao/blender-git/build/linux/bin/blender] Source
`/home/piotao/blender-git/deps/openexr/lib/libHalf.a' not found, needed by
target `/home/piotao/blender-git/build/linux/bin/blender'.
scons: building terminated because of errors.

​Then I added your hack with path in variable​ ${BF_OPENEXR} to
user-config.py. Still no luck. I've looked to the  deps/openexr/lib
directory, and there were a lot of files, but libHalf.a was missing. They
was only libHalf.la file, which is obviously something different. Maybe I
can generate this libHalf.a file by hand?

pz
piotr
--
Piotr Arlukowicz
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/ED/IT/S d++(-)>--pu s(+):(+)> a C++(+++)$@>++++$  ULAVISC*()$>+++$
P++(+++)$>++++ L++(+++)$@>++++$ !E---(---)>++ W++(+++)$@>+++ N(+)>++ o--?
!K-(-)>-$ w++(+)>-- !O-(-)>- !M-(-)>-- !V-(-)>- PS(+)>++ !PE()>+  Y PGP>+
t(-) !5? !X R()>* tv- b++ DI++ D+(++)>+++ G++@ e++++>+++++ h---()>++ r+++
y+++
------END GEEK CODE BLOCK------


More information about the Bf-committers mailing list