PDA

View Full Version : Darktable build issues after 13.04 upgrade



Wayne_V
May 1st, 2013, 09:35 PM
Yesterday I did an online update from Ubuntu 12.10 to 13.04. Everything appeared to go smoothly.

Afterwards, when I went to rebuild Darktable (from git), it failed, looking for /usr/lib/libIlmImf.so. I found the lib was there, just not linked properly into /usr/lib. I fixed that one and then hit a couple more similar issues before the build completed successfully.


I believe I saw that some people have already built Darktable on 13.04 without issues -- but not sure if was a 13.04 upgrade or scratch install ...


So the question is, is this just something that went wrong during my upgrade or has anyone else seen similar problems?


Note -- here is what I had to do to get Darktable to build:



$ sudo ln -s /usr/lib/x86_64-linux-gnu/libIlmImf.so.6.0.0 /usr/lib/libIlmImf.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libImath.so.6.0.0 /usr/lib/libImath.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libIex.so.6.0.0 /usr/lib/libIex.so
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libIlmThread.so.6.0.0 /usr/lib/libIlmThread.so
$ sudo ln -s /usr/include/lensfun/lensfun.h /usr/include/lensfun.h

gwing
July 5th, 2013, 11:18 PM
Thank you for this Wayne. I had exactly the same problem compiling darktable from git on a Mint 13.04 fresh install and after your workaround it compiled nice and cleanly.