New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/15693#issuecomment-545142668 Comment: Updating on just some archs is bad idea because it won't be possible to revbump. Better to get upstream know about error, they already have similar issues reported. ``` In file included from /builddir/darktable-2.6.3/build/src/iop/introspection_highlights.c:30: /builddir/darktable-2.6.3/src/iop/highlights.c: In function 'process_lch_xtrans': /builddir/darktable-2.6.3/src/iop/highlights.c:700:17: error: '*.LC2' not specified in enclosing 'parallel' 700 | float RGBmax[3] = { -FLT_MAX, -FLT_MAX, -FLT_MAX }; | ^~~~~~ /builddir/darktable-2.6.3/src/iop/highlights.c:630:9: error: enclosing 'parallel' 630 | #pragma omp parallel for default(none) \ | ^~~ ```