Your message dated Thu, 08 Apr 2021 11:48:24 +0000
with message-id <e1lut96-0009hy...@fasolo.debian.org>
and subject line Bug#986574: fixed in darktable 3.4.1-2
has caused the Debian Bug report #986574,
regarding darktable FTBFS with DEB_BUILD_OPTIONS=parallel=1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
986574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: darktable
Version: 3.4.0-2
Severity: serious
Tags: ftbfs

darktable fails to build from source when adding parallel=1 to
DEB_BUILD_OPTIONS. Note that this is independent of the number of actual
CPU cores. I suppose that there is a missing dependency relation among
CMake targets. Here is the actual failure:

| [ 25%] Building C object bin/CMakeFiles/lib_darktable.dir/control/conf.c.o
| cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin && /usr/bin/cc 
-DDT_HAVE_SIGNAL_TRACE -DGDK_DISABLE_DEPRECATED 
-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_22 
-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_MIN_REQUIRED 
-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DGTK_DISABLE_DEPRECATED 
-DGTK_DISABLE_SINGLE_INCLUDES -DHAVE_BUILTIN_CPU_SUPPORTS -DHAVE_CONFIG_H 
-DHAVE_GAME -DHAVE_GPHOTO2 -DHAVE_GPHOTO_25_OR_NEWER -DHAVE_GRAPHICSMAGICK 
-DHAVE_HTTP_SERVER -DHAVE_KWALLET -DHAVE_LENSFUN -DHAVE_LIBSECRET -DHAVE_MAP 
-DHAVE_OPENCL -DHAVE_OPENEXR -DHAVE_OPENJPEG -DHAVE_OSMGPSMAP_110_OR_NEWER 
-DHAVE_OSMGPSMAP_NEWER_THAN_110 -DHAVE_PRINT -DHAVE_SQLITE_324_OR_NEWER 
-DUSE_COLORDGTK -DUSE_LUA -D_RELEASE -D_XOPEN_SOURCE=700 
-D__GDK_KEYSYMS_COMPAT_H__ -Dlib_darktable_EXPORTS 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/external/LuaAutoC 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/x86_64-linux-gnu/darktable/rawspeed/src
 -I/<<PKGBUILDDIR>>/src/external/rawspeed/src/librawspeed 
-I/<<PKGBUILDDIR>>/src/external/whereami/src -isystem 
/<<PKGBUILDDIR>>/src/external -isystem /<<PKGBUILDDIR>>/src/external/OpenCL 
-isystem /<<PKGBUILDDIR>>/src/external/rawspeed/src/external -isystem 
/usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include 
-isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem 
/usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem 
/usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gio-unix-2.0 
-isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem 
/usr/include/fribidi -isystem /usr/include/harfbuzz -isystem 
/usr/include/atk-1.0 -isystem /usr/include/pixman-1 -isystem /usr/include/uuid 
-isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem 
/usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem 
/usr/include/blkid -isystem /usr/include/libxml2 -isystem 
/usr/include/libsoup-2.4 -isystem /usr/include/OpenEXR -isystem 
/usr/include/lensfun -isystem /usr/include/librsvg-2.0 -isystem 
/usr/include/json-glib-1.0 -isystem /usr/include/openjpeg-2.4 -isystem 
/usr/include/libsecret-1 -isystem /usr/include/GraphicsMagick -isystem 
/usr/include/lua5.3 -isystem /usr/include/osmgpsmap-1.0 -isystem 
/usr/include/colord-1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wformat -Wformat-security -Wshadow -Wtype-limits 
-Wvla -Wold-style-declaration -Wno-unknown-pragmas -Wno-error=varargs 
-Wno-format-truncation -Wno-error=address-of-packed-member -std=c99 -fopenmp 
-mtune=generic -msse2 -g -mfpmath=sse -O3 -DNDEBUG -O3 
-fexpensive-optimizations -fPIC -o 
CMakeFiles/lib_darktable.dir/control/conf.c.o -c 
/<<PKGBUILDDIR>>/src/control/conf.c
| /<<PKGBUILDDIR>>/src/control/conf.c:27:10: fatal error: conf_gen.h: No such 
file or directory
|    27 | #include "conf_gen.h"
|       |          ^~~~~~~~~~~~
| compilation terminated.
| make[3]: *** [bin/CMakeFiles/lib_darktable.dir/build.make:1118: 
bin/CMakeFiles/lib_darktable.dir/control/conf.c.o] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[2]: *** [CMakeFiles/Makefile2:1787: 
bin/CMakeFiles/lib_darktable.dir/all] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[1]: *** [Makefile:174: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
| make: *** [debian/rules:20: build] Error 25
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Helmut

--- End Message ---
--- Begin Message ---
Source: darktable
Source-Version: 3.4.1-2
Done: David Bremner <brem...@debian.org>

We believe that the bug you reported is fixed in the latest version of
darktable, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 986...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Bremner <brem...@debian.org> (supplier of updated darktable package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 08 Apr 2021 07:58:21 -0300
Source: darktable
Architecture: source
Version: 3.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<pkg-phototools-de...@lists.alioth.debian.org>
Changed-By: David Bremner <brem...@debian.org>
Closes: 986574
Changes:
 darktable (3.4.1-2) unstable; urgency=medium
 .
   * Bug fix: "darktable FTBFS with DEB_BUILD_OPTIONS=parallel=1", thanks
     to Helmut Grohne (Closes: #986574). As Helmut guessed, the fix is to
     add a dependency to the CMake configuration.
Checksums-Sha1:
 c98d0769d8b8d31db59a7e4d1ac96287039d9577 2827 darktable_3.4.1-2.dsc
 154ac36e145b54e5e0091aa7e68bfd28ae5b9b6b 20784 darktable_3.4.1-2.debian.tar.xz
Checksums-Sha256:
 92c62140303bae5bf4fa7a769e40f614fb76c7f880facbe5992f11681cade60e 2827 
darktable_3.4.1-2.dsc
 39db93cd4397bb74131f4a2392896ebf37cdadd43bd576252c025ee4bc654e3b 20784 
darktable_3.4.1-2.debian.tar.xz
Files:
 b24c87198abc0d4e4132233b1a254751 2827 graphics optional darktable_3.4.1-2.dsc
 da5bbfe809172caf8cf2649525a84f0f 20784 graphics optional 
darktable_3.4.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmBu6b0ACgkQA0U5G1Wq
FSHYsRAAryvOmsUrpbHRepiAunt5wn3sCWsL2VefxPRX1eB/uQj8Fg5tpdSEYkas
IyeDZHNoFT4J42SyLnrVo0DftpbthS85M9RnjJ40Qpg+7XAPBMyxstXRMMg+kVTx
5twGoh3BgGDqhWEriPUELVtp0NzDppW5jIRQ9aYKzQo4dNp9L0SkFNVRtxewSu1z
BlAM3KrQCHkibvROCnQRoutuu6aTuImXpdjr2jSxm2Xbsw6eogy6nMwjdW9D1EL1
fh51vinGKfStK0jrT51hRwhZ0CJwrmdqf+s+wt1goxg2b1/O2mCzF/MGE5BFt+Kf
RtuwNz44ezcfO6SRJZSqHsd2YclEA2gB+iNEZqtA5uFf0az+dZ5t268rukfqDn4Z
HwCN4keYnxeo9xtS244CdUPxrG0xIxYblT038P0ydDTgg3zfgHFV3BY8SedR4Ugb
MsQEpqe6K41j14o+vFi0zmkB+agc5NwuuSWl5pOcyhvI8KM2NW4MWU/jaxYAvzlb
DAQ90JmPsSeRFXUKaOCX9hKWNf4T6IY7pallG52ha0r3X+92BaBc67E8NhBjG9Ug
9NvasLH/l33SBSdWbdVjguj90YVU3KsghePZiDdhCU3SAgqfp3qloJP2Fy0aQfBT
in5N8yceEg/1kl7E5z5ABm+E0EecQL1Kh5wilojhKQuY2IHlzCY=
=4jcp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to