[ 64%] Linking C shared module libbilat.so
[ 64%] Linking C shared module libhazeremoval.so
In file included from /home/tamas/src/darktable/build/lib/darktable/plugins/introspection_channelmixerrgb.c:157:
/home/tamas/src/darktable/src/iop/channelmixerrgb.c: In function ‘check_if_close_to_daylight’:
/home/tamas/src/darktable/src/iop/channelmixerrgb.c:1012:3: error: ‘xy_to_uv’ accessing 16 bytes in a region of size 8 [-Werror=stringop-overflow=]
1012 | xy_to_uv(xy_ref, uv_ref);
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
gmake[2]: *** [lib/darktable/plugins/CMakeFiles/channelmixerrgb.dir/build.make:88: lib/darktable/plugins/CMakeFiles/channelmixerrgb.dir/introspection_channelmixerrgb.c.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:3587: lib/darktable/plugins/CMakeFiles/channelmixerrgb.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
Well, I did mention clone/environment. Guess that should be clone/ environment…
Once you run into and error like the one you reported above, I’m all but sure that you need to start again. This specific error isn’t part of the bisecting process.
Having to start over can be a pain, especially if you need to do a whole lot of bisect steps (been there, done that).
Thanks. Which gcc are you using? Mine is gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0. Maybe it is too recent and picky. I will try to disable the warnings now in cmake.