GNU bug report logs -
#41953
[PATCH] gnu: darktable: Update to 3.0.2.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Fri, 19 Jun 2020 20:14:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 41953-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Vinicius Monego <monego <at> posteo.net> writes:
> * gnu/packages/photo.scm (darktable): Update to 3.0.2.
> [arguments]: Compile with clang.
> [arguments]: Wrap GSETTINGS_SCHEMAS_DIR.
> [license]: Add license information for Rawspeed.
> [native-inputs]: Add clang.
> [native-inputs]: Add desktop-file-utils.
> [native-inputs]: Add glib.
> [native-inputs]: Add gobject-instrospection.
> [native-inputs]: Add llvm.
> [native-inputs]: Add po4a.
> [native-inputs]: Reorder alphabetically.
> [inputs]: Add colord-gtk.
> [inputs]: Add cups.
> [inputs]: Add graphicsmagick.
> [inputs]: Add gsettings-desktop-schemas.
> [inputs]: Add iso-codes.
> [inputs]: Add libsecret.
> [inputs]: Add lua.
> [inputs]: Add openjpeg.
> [inputs]: Add osm-gps-map.
> [inputs]: Reorder alphabetically.
Thanks! I flattened this commit message so there is just a single entry
for each of the changed fields.
> (modify-phases %standard-phases
> + (add-before 'configure 'prepare-build-environment
> + (lambda* (#:key inputs #:allow-other-keys)
> + (setenv "CC" "clang") (setenv "CXX" "clang++")))
I tried building with GCC, and indeed it failed. First because ISL was
not enabled, so I added 'gcc-9' which has it and adjusted
CPLUS_INCLUDE_PATH accordingly, but still ran into problems.
It would be good to move to GCC eventually because Clang is not nearly
as well tested. :-)
Anyway thanks for the patch, applied!
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.