You are not logged in.

#21 2016-07-08 12:32:05

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

you mean this blog:

## Depôt MultiSystem
deb http://liveusb.info/multisystem/depot/ all main 
# deb http://archive.ubuntu.com/ubuntu/ bunsen-hydrogen multiverse restricted main universe 
# deb-src http://archive.ubuntu.com/ubuntu/ bunsen-hydrogen main universe restricted multiverse 
# deb-src http://archive.ubuntu.com/ubuntu/ bunsen-hydrogen main universe restricted multiverse 
# deb http://downloads.mongodb.org/distros/ubuntu/ 8.4 10gen 
# deb https://launchpad.net/~conkyhardcore/+archive/ppa/ bunsen-hydrogen main 
# deb-src https://launchpad.net/~conkyhardcore/+archive/ppa/ bunsen-hydrogen main 

Offline

#22 2016-07-08 12:45:22

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

I think you need to add

deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free 

then

sudo apt-get update && sudo apt-get install libtiff5-dev

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#23 2016-07-08 12:54:42

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

libtiff5-dev is already installed

But I tried what you suggested; still the same error ;/

Offline

#24 2016-07-08 13:13:06

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

Did you try it on a fresh BL installation, as you said you were going to? I think your system has been badly compromised by using non-Debian sources.

man apt-get

Install a specific package version with

sudo apt-get install libtiff5-dev=4.0.3-12.3+deb8u1

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#25 2016-07-13 21:04:30

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

re-installing bunsenlabs solved the issue. tho, Head_On_A_Stick was right about the b0rked system...
thanks again for all your great help - love bl!

Offline

#26 2016-07-13 21:31:07

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

Good news! If it is solved, then please edit the title of your first post and add [SOLVED] wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#27 2016-07-13 21:37:28

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,174
Website

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

Gree, package installation best-practices...

https://forums.bunsenlabs.org/viewtopic … 077#p32077

@The Team, we need to sticky something like this in "Getting Started".


I don't care what you do at home. Would you care to explain?

Offline

#28 2016-07-13 22:34:56

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

hhh wrote:

Gree, package installation best-practices...

https://forums.bunsenlabs.org/viewtopic … 077#p32077

@The Team, we need to sticky something like this in "Getting Started".

Well, if someone has to type "I understand" after the helpful warning in the bl-welcome script, and chooses to ignore the consequences, then they are unlikely to read a Sticky sad

But you are right, we should include it in "Getting Started".


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#29 2016-07-14 20:11:24

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

it is not about that I ignore it; it is just that I have to get some things working even if they are not supported by this actual version of bl. tho; this is trial and error progress - even I b0rked the system a couple of times - in the end it will run nice; with the tools I need for my pipeline.

Thanks for all the great help. I'm getting there smile

Offline

#30 2016-07-15 09:10:09

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

@damo - "make" does work out of the box; however "make full" which is also suggested by the wiki.blender does result in some package error. How is "make" different to your suggest "make -j2 [options]"?

Thanks for getting my head around this smile

damo wrote:

Builds OK on a fairly basic BL install, using the HowTo linked by @HoaS: https://wiki.blender.org/index.php/Dev: … stro/CMake

I followed Steps 1 and 2, and used...

install_deps.sh --install /home/damo/blender-lib

There was a warning about a serious bug in 'libboost1.55-dev', but I let it go through.

Step 3
I used the automatic cmake setup, with the default flags (shown in BUILD_NOTES.txt)

 make -j2 BUILD_CMAKE_ARGS="-U *SNDFILE* -U *PYTHON* -U *BOOST* -U *Boost* -U *OPENCOLORIO* -U *OPENEXR* -U *OPENIMAGEIO* -U *LLVM* -U *CYCLES* -U *OPENSUBDIV* -U *OPENVDB* -U *COLLADA* -U *FFMPEG* -D WITH_CODEC_SNDFILE=ON -D PYTHON_VERSION=3.5 -D PYTHON_ROOT_DIR=/home/damo/blender-lib/python-3.5 -D WITH_OPENCOLORIO=ON -D OPENCOLORIO_ROOT_DIR=/home/damo/blender-lib/ocio -D OPENEXR_ROOT_DIR=/home/damo/blender-lib/openexr -D WITH_OPENIMAGEIO=ON -D OPENIMAGEIO_ROOT_DIR=/home/damo/blender-lib/oiio -D WITH_CYCLES_OSL=ON -D WITH_LLVM=ON -D LLVM_VERSION=3.4 -D CYCLES_OSL=/home/damo/blender-lib/osl -D WITH_OPENSUBDIV=ON -D OPENSUBDIV_ROOT_DIR=/home/damo/blender-lib/osd -D WITH_OPENVDB=ON -D WITH_OPENVDB_BLOSC=ON -D OPENVDB_ROOT_DIR=/home/damo/blender-lib/openvdb -D WITH_CODEC_FFMPEG=ON -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;swresample;lzma;rt;theora;theoradec;theoraenc;vorbisenc;vorbis;vorbisfile;ogg;x264;openjpeg;openjpeg_JPWL'"

This failed the first time with an error building an ffmpeg lib, so I re-ran it with

-D WITH_CODEC_FFMPEG=OFF

Built successfully smile

Offline

#31 2016-07-15 13:02:20

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

gree wrote:

@damo - "make" does work out of the box; however "make full" which is also suggested by the wiki.blender does result in some package error. How is "make" different to your suggest "make -j2 [options]"?
....

Not sure what you mean.

'-j2' asks to use 2 cpu cores - set it to whatever is appropriate to you; I presume all the other options are to override the defaults which 'make' would otherwise use.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#32 2016-07-28 14:19:24

gree
Member
Registered: 2016-06-08
Posts: 74

Re: Building Blender from Source results in ERROR! OIIO fails; [SOLVED]

nevermind; solved - thanks to all!

Offline

Board footer

Powered by FluxBB