You are not logged in.
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
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
libtiff5-dev is already installed
But I tried what you suggested; still the same error ;/
Offline
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
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
Good news! If it is solved, then please edit the title of your first post and add [SOLVED]
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
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
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
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
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
Offline
@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
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
Offline
@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
nevermind; solved - thanks to all!
Offline