From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 19 16:13:29 2020 Received: (at submit) by debbugs.gnu.org; 19 Jun 2020 20:13:29 +0000 Received: from localhost ([127.0.0.1]:56855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmNOC-0001aY-Mw for submit@debbugs.gnu.org; Fri, 19 Jun 2020 16:13:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:45520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmNOA-0001aQ-9V for submit@debbugs.gnu.org; Fri, 19 Jun 2020 16:13:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmNO9-0004g0-Rs for guix-patches@gnu.org; Fri, 19 Jun 2020 16:13:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51385) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmNO7-0001yW-9Z for guix-patches@gnu.org; Fri, 19 Jun 2020 16:13:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id DA6182400FB for ; Fri, 19 Jun 2020 22:13:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1592597599; bh=o0jhXGvv5dM0lElEyBDsj+tJ9qK2MiJGrYytYWb0naA=; h=From:To:Cc:Subject:Date:From; b=Rn+ql41sFWshFJQpMc7XZbHNUKrs5jfyW5+hkmG2OjB9tkXHRnrZ441JnIOW1Y7kU x06uqD3bsxCDm2ot8p+OSfQT6z1Z5uxMJmNKaOKdQ+fM5uaJR+/0Y5blAQx1g3A3Fx SvaSuzXjUgycoFE7czt667ZsXUWyky1HhJOdxZ2qxEKlz2R0Dq0gaJSmnQof7ebF+n 16FBTQGHvoY2U3syMUnIRFAyM8FqpjhAf8oO1T7CuQuE64jGy/ggP7ThQqZE1kNoVe VbpFAay5nOW7aVOaVSErLB6Zitcz51/cdEq2sAvbP0EUQgJYnUTzdOJ61pX4e1346W VtU+y+NBxTgmw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49pVNt1MGYz6tmG; Fri, 19 Jun 2020 22:13:17 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: darktable: Update to 3.0.2. Date: Fri, 19 Jun 2020 17:11:20 -0300 Message-Id: <20200619201120.34116-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/19 16:13:20 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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. --- gnu/packages/photo.scm | 80 ++++++++++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 23 deletions(-) diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 4904fa1db1..890035f0c7 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2020 Sebastian Schott ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -39,9 +40,11 @@ #:use-module (gnu packages base) #:use-module (gnu packages boost) #:use-module (gnu packages compression) + #:use-module (gnu packages cups) #:use-module (gnu packages curl) #:use-module (gnu packages file) #:use-module (gnu packages freedesktop) + #:use-module (gnu packages geo) #:use-module (gnu packages gettext) #:use-module (gnu packages ghostscript) #:use-module (gnu packages gl) @@ -52,9 +55,11 @@ #:use-module (gnu packages gtk) #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) + #:use-module (gnu packages iso-codes) #:use-module (gnu packages libcanberra) #:use-module (gnu packages libusb) #:use-module (gnu packages llvm) + #:use-module (gnu packages lua) #:use-module (gnu packages man) #:use-module (gnu packages maths) #:use-module (gnu packages perl) @@ -457,7 +462,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "2.6.3") + (version "3.0.2") (source (origin (method url-fetch) @@ -465,13 +470,16 @@ photographic equipment.") "https://github.com/darktable-org/darktable/releases/" "download/release-" version "/darktable-" version ".tar.xz")) (sha256 - (base32 "1w3q3dhcxa0bs590zbsj61ap8z84wmn04xs5q3gjwisqhjf9j655")))) + (base32 "1yrnkw8c47kmy2x6m1xp69hwyk02xyc8pd9kvcmyj54lzrhzdfka")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests #:configure-flags '("-DBINARY_PACKAGE_BUILD=On") #:phases (modify-phases %standard-phases + (add-before 'configure 'prepare-build-environment + (lambda* (#:key inputs #:allow-other-keys) + (setenv "CC" "clang") (setenv "CXX" "clang++"))) (add-before 'configure 'set-LDFLAGS-and-CPATH (lambda* (#:key inputs outputs #:allow-other-keys) (setenv "LDFLAGS" @@ -483,35 +491,60 @@ photographic equipment.") (setenv "CPATH" (string-append (assoc-ref inputs "ilmbase") "/include/OpenEXR:" (or (getenv "CPATH") ""))) - #t))))) + #t)) + (add-after 'install 'wrap-program + (lambda* (#:key inputs outputs #:allow-other-keys) + (wrap-program (string-append (assoc-ref outputs "out") + "/bin/darktable") + ;; For GtkFileChooserDialog. + `("GSETTINGS_SCHEMA_DIR" = + (,(string-append (assoc-ref inputs "gtk+") + "/share/glib-2.0/schemas")))) + #t))))) (native-inputs - `(("intltool" ,intltool) + `(("clang" ,clang-9) + ("desktop-file-utils" ,desktop-file-utils) + ("glib:bin" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) + ("intltool" ,intltool) + ("llvm" ,llvm) ("perl" ,perl) - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("po4a" ,po4a))) (inputs - `(("libxslt" ,libxslt) - ("libxml2" ,libxml2) - ("pugixml" ,pugixml) + `(("cairo" ,cairo) + ("colord-gtk" ,colord-gtk) + ("cups" ,cups) + ("curl" ,curl) + ("dbus-glib" ,dbus-glib) + ("exiv2" ,exiv2) + ("freeimage" ,freeimage) + ("graphicsmagick" ,graphicsmagick) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk+" ,gtk+) - ("sqlite" ,sqlite) + ("ilmbase" ,ilmbase) + ("iso-codes" ,iso-codes) + ("json-glib" ,json-glib) + ("lcms" ,lcms) + ("lensfun" ,lensfun) + ("libgphoto2" ,libgphoto2) ("libjpeg" ,libjpeg-turbo) + ("libomp" ,libomp) ("libpng" ,libpng) - ("cairo" ,cairo) - ("lcms" ,lcms) - ("exiv2" ,exiv2) + ("librsvg" ,librsvg) + ("libsecret" ,libsecret) + ("libsoup" ,libsoup) ("libtiff" ,libtiff) - ("curl" ,curl) - ("libgphoto2" ,libgphoto2) - ("dbus-glib" ,dbus-glib) + ("libwebp" ,libwebp) + ("libxml2" ,libxml2) + ("libxslt" ,libxslt) + ("lua" ,lua) ("openexr" ,openexr) - ("ilmbase" ,ilmbase) - ("libsoup" ,libsoup) + ("openjpeg" ,openjpeg) + ("osm-gps-map" ,osm-gps-map) + ("pugixml" ,pugixml) ("python-jsonschema" ,python-jsonschema) - ("libwebp" ,libwebp) - ("lensfun" ,lensfun) - ("librsvg" ,librsvg) - ("json-glib" ,json-glib) - ("freeimage" ,freeimage))) + ("sqlite" ,sqlite))) (home-page "https://www.darktable.org") (synopsis "Virtual lighttable and darkroom for photographers") (description "Darktable is a photography workflow application and RAW @@ -520,7 +553,8 @@ them through a zoomable lighttable and enables you to develop raw images and enhance them.") ;; See src/is_supported_platform.h for supported platforms. (supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux")) - (license license:gpl3+))) + (license (list license:gpl3+ ;; Darktable itself. + license:lgpl2.1+)))) ;; Rawspeed library. (define-public hugin (package -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 22 17:11:25 2020 Received: (at 41953-done) by debbugs.gnu.org; 22 Jun 2020 21:11:25 +0000 Received: from localhost ([127.0.0.1]:34723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnTiv-0002Ux-1B for submit@debbugs.gnu.org; Mon, 22 Jun 2020 17:11:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnTir-0002Ug-UC for 41953-done@debbugs.gnu.org; Mon, 22 Jun 2020 17:11:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49252) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnTim-0004UF-Ne; Mon, 22 Jun 2020 17:11:16 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:59098 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnTim-0002eH-7f; Mon, 22 Jun 2020 17:11:16 -0400 From: Marius Bakke To: Vinicius Monego , 41953-done@debbugs.gnu.org Subject: Re: [bug#41953] [PATCH] gnu: darktable: Update to 3.0.2. In-Reply-To: <20200619201120.34116-1-monego@posteo.net> References: <20200619201120.34116-1-monego@posteo.net> Date: Mon, 22 Jun 2020 23:11:13 +0200 Message-ID: <875zbibyby.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41953-done Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Vinicius Monego 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! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7xHnEACgkQoqBt8qM6 VPrpGAgApdyEuMm4u7kF8FELgWLJJtvqHR5xPtOjH/6b6sfh6RGCLTihpTBehI/7 lxhPMT0CI658Nd4/To7GKmoakUL6CjZL0Y6Vxmtb0h9JOWsEi1xsBHgQxULLWdIx 7YWqSAd1DV+hI10ascWK2BrGjxHx//R5VTgyFTf2df9pGV3T1o7DISCGvPWTm2fq eosOU0JNvFMw/BG9x9AXbzz/TDxdIRSOdo+2BN0AskcTJtnDdjvPVZT66QzGjitJ GFNrl2LJB7Hryt2Oh7SAWfNzk4YqSt6yp0C0mNp2pAeYC80D8fDPHwARuoWXBxYG q6y6RXCYUjCB8V5DWzs2IT0G4Mus8g== =fnaW -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 22 17:38:30 2020 Received: (at 41953-done) by debbugs.gnu.org; 22 Jun 2020 21:38:30 +0000 Received: from localhost ([127.0.0.1]:34795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnU98-0003CF-6B for submit@debbugs.gnu.org; Mon, 22 Jun 2020 17:38:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33321) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnU95-0003Bz-Ui for 41953-done@debbugs.gnu.org; Mon, 22 Jun 2020 17:38:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 82DF52400FB for <41953-done@debbugs.gnu.org>; Mon, 22 Jun 2020 23:38:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1592861901; bh=nHYxXG3ZbwLqU3FMobDRmqrxxxV97+sAR7swLKV7zjQ=; h=Subject:From:To:Date:From; b=Rn3LF1tlE/4FxPzaIvJPWD8JsJE09m8T8ndKpKq5OEA3lew+qi7TfYmWJcnkVmNLc lED4t3vOmz3XmosBcE7W0X8zxsb/pgBrK5oboYfQ46oAWy4dbdGu2c+MM37hfdggPR RSTvS8rp/fJ2vlF94AhNeCaTWPnTWewrDyx7BjFE8dZ1Hmp/mwc7ekpzyrOT+pqzoO EgjZIdl/wLs3o38Todbchx380i+rdta9HqJGQUilKPkigdcxRFdn/8r58Z+R2JWGeM O4lZPjz8Rd2lZf/emzTsZ5/xsQY+gTgcVpjVYVqEXMpxgSnHeJc/5EEHYYMsJ0zktS S+YSPcgZEsFmA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49rN7b54CHz9rxG; Mon, 22 Jun 2020 23:38:19 +0200 (CEST) Message-ID: <764ae39b13a0bc092e18474e9f784e32c3028cf8.camel@posteo.net> Subject: Re: [bug#41953] [PATCH] gnu: darktable: Update to 3.0.2. From: Vinicius Monego To: Marius Bakke , 41953-done@debbugs.gnu.org Date: Mon, 22 Jun 2020 18:37:58 -0300 In-Reply-To: <875zbibyby.fsf@gnu.org> References: <20200619201120.34116-1-monego@posteo.net> <875zbibyby.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41953-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Em seg, 2020-06-22 às 23:11 +0200, Marius Bakke escreveu: > Vinicius Monego 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. A few hours ago I was splitting this patch into shorter commits and the build began to fail. Weird, because it compiled succesfully for about 7 times before I submitted this patch. > > It would be good to move to GCC eventually because Clang is not > nearly > as well tested. :-) > The reason I chose clang is that CMake was very loud about LLVM not being found (it's an optional dependency to run OpenCL tests, which is one of the few features still missing from the package). When LLVM is found, CMake will recommend clang. That made me guess it was the recommended compiler. > Anyway thanks for the patch, applied! I didn't expect it to be approved at v1. Thanks :-) From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 22 17:58:50 2020 Received: (at 41953-done) by debbugs.gnu.org; 22 Jun 2020 21:58:50 +0000 Received: from localhost ([127.0.0.1]:34819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnUSk-0003fW-Rz for submit@debbugs.gnu.org; Mon, 22 Jun 2020 17:58:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jnUSh-0003fI-FU for 41953-done@debbugs.gnu.org; Mon, 22 Jun 2020 17:58:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50012) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnUSb-00039w-9c; Mon, 22 Jun 2020 17:58:37 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:60928 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnUSa-000636-80; Mon, 22 Jun 2020 17:58:36 -0400 From: Marius Bakke To: Vinicius Monego , 41953-done@debbugs.gnu.org Subject: Re: [bug#41953] [PATCH] gnu: darktable: Update to 3.0.2. In-Reply-To: <764ae39b13a0bc092e18474e9f784e32c3028cf8.camel@posteo.net> References: <20200619201120.34116-1-monego@posteo.net> <875zbibyby.fsf@gnu.org> <764ae39b13a0bc092e18474e9f784e32c3028cf8.camel@posteo.net> Date: Mon, 22 Jun 2020 23:58:10 +0200 Message-ID: <87o8paahl9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41953-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Vinicius Monego writes: >> > (modify-phases %standard-phases >> > + (add-before 'configure 'prepare-build-environment >> > + (lambda* (#:key inputs #:allow-other-keys) >> > + (setenv "CC" "clang") (setenv "CXX" "clang++"))) >>=20 >> 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. > > A few hours ago I was splitting this patch into shorter commits and the > build began to fail. Weird, because it compiled succesfully for about 7 > times before I submitted this patch. Oh, I thought all these changes were necessary for the upgrade. :-) If you have further improvements to make, don't hesitate to send them. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7xKXMACgkQoqBt8qM6 VPr2VAf9HKhcz0Yh8idbRw8BHynrrjWKnuY0FLR0/SiKRaYLXGCGb9zJYi35ivms 1WuPZ7eqwhlACk+lal2PPB9do1c7gpvCcUAp8iwkKoL7jiLA3L/WB8ItKLfbtfYP xbKYQVq9UcoOZKjr3Np04SQ7aqQQDlrvbwTTGOcxCCKCglBcqK2i59nuMKw3ZyDf AnhculfPrfXmFcR4aKgDNoPlvAj4+QiEAbAX/E6Twkw6USRga9tSmAhfGwVeg35Z xAGB4BTwP+ZtfkNR/7b13KYyNSISDk9uTp0BbW4tcsxOEzNsHKPYO4DBg7WPa3sZ IcLly6Icve7mMNL/FPJfSdjbASTnkg== =fnyi -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 04:46:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Jul 2020 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator