On 07-Nov-2016 12:01, Marc Jeanmougin wrote:
The ubuntu build bots on trusty manage to build it fine(with cmake): https://launchpadlibrarian.net/292533545/buildlog_ubuntu-trusty-amd64.inksca...
Compared that to mine. There were some differences.
1. cmake was not run with just
cmake ..
it had some other arguments. Unclear if those are relevant. 2. That one was built on a 64 bit system, this one on a 32 bit system. 3. That one says: CMAKE_SYSTEM_VERSION: 4.4.0-45-generic Mine says: CMAKE_SYSTEM_VERSION: 3.13.0-100-generic
dpkg -l | grep cmake ii cmake 2.8.12.2-0ubuntu3 i386 cross-platform, open-source make system ii cmake-data 2.8.12.2-0ubuntu3 all CMake data files (modules, templates and documentation)
4. That one builds with DBUS and IMAGE_MAGICK, mine does not.
Only 1-3 seem likely to be the cause of the GdlDock error.
In any case, the entire build directory was deleted, a new one created, and the build started over fresh to see if it made any difference.
cd /usr/local/src/inkscape_trunk rm -rf build cd build cmake .. 2>&1 | tee cmake_2016_11_08.log make 2>&1 | tee build_2016_11_08.log
but it exploded just like before.
This bug claims to be about the same issue, but apparently whatever the fix was it does not work on my system for some reason. (Regression perhaps, never tested on a 32 bit system???)
https://bugs.launchpad.net/inkscape/+bug/1196070
Thanks,
David Mathog mathog@...1176... Manager, Sequence Analysis Facility, Biology Division, Caltech