From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 31 10:44:07 2021 Received: (at submit) by debbugs.gnu.org; 31 Jan 2021 15:44:07 +0000 Received: from localhost ([127.0.0.1]:57730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6EtS-0006lQ-7G for submit@debbugs.gnu.org; Sun, 31 Jan 2021 10:44:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:41716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6EtP-0006lI-UK for submit@debbugs.gnu.org; Sun, 31 Jan 2021 10:44:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6EtP-0006qZ-Mu for guix-patches@gnu.org; Sun, 31 Jan 2021 10:44:03 -0500 Received: from mx1.riseup.net ([198.252.153.129]:52824) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6EtN-0003O9-BJ for guix-patches@gnu.org; Sun, 31 Jan 2021 10:44:03 -0500 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4DTFjg542hzFph2 for ; Sun, 31 Jan 2021 07:43:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1612107831; bh=rn1keguwqsafSa5yXcgzWXcoAc6CalXrYZ4huNcCP2Q=; h=Date:From:To:Subject:From; b=TrsvXItaR2sPhu7d5plwL14tBi+19EKO5cZ84Mw/Rtfc5ExLJKwWFQvxQkdRYFA5g F7drQCJc5zTE6BBfAgL6TUhygxBWMpm2HgV3hW2qyd/NbkO90VAuPxMGP45JJismWc fujEu3cheteQkoKlnS9/JAYLV+g1NG1FBj9m6sNA= X-Riseup-User-ID: 3E90EC6E2AA15A7BBF275E31DE0F97FDCCAAEA11A7C9A85824792091BD02C750 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4DTFjg1SNlz5vYx for ; Sun, 31 Jan 2021 07:43:47 -0800 (PST) Date: Sun, 31 Jan 2021 01:27:20 +0100 From: raingloom To: Guix Patches Subject: [PATCH] Updated openimageio (fixes Blender build) Message-ID: <20210131012720.1355237a@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/66a6noYKsamn/woyQ/rDVw2" Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit 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: -1.6 (-) --MP_/66a6noYKsamn/woyQ/rDVw2 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Blender was failing to build (but ./configure worked), so I updated openimageio. That fixed it. I'm testing Blender right now and it seems to be working fine. --MP_/66a6noYKsamn/woyQ/rDVw2 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-openimageio-Updated-to-2.2.10.1.patch >From f58cb00510864d1732a2ebe79ae37c5ea893439c Mon Sep 17 00:00:00 2001 From: raingloom Date: Sun, 31 Jan 2021 01:21:53 +0100 Subject: [PATCH] gnu: openimageio: Updated to 2.2.10.1. * gnu/packages/graphics.scm (openimageio): Update to 2.2.10.1. [inputs]: Add fmt. --- gnu/packages/graphics.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 411d89fcc2..3b0320101f 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -84,6 +84,7 @@ #:use-module (gnu packages photo) #:use-module (gnu packages pkg-config) #:use-module (gnu packages plotutils) + #:use-module (gnu packages pretty-print) #:use-module (gnu packages pth) #:use-module (gnu packages pulseaudio) ; libsndfile, libsamplerate #:use-module (gnu packages python) @@ -538,6 +539,7 @@ applications.") ("freetype" ,freetype) ("glew" ,glew) ("openal" ,openal) + ("pugixml" ,pugixml) ("python" ,python) ("python-numpy" ,python-numpy) ("tbb" ,tbb) @@ -1088,7 +1090,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") (define-public openimageio (package (name "openimageio") - (version "2.0.13") + (version "2.2.10.1") (source (origin (method git-fetch) (uri (git-reference @@ -1097,7 +1099,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") (file-name (git-file-name name version)) (sha256 (base32 - "0czcls82v71wkw1syib16ncg7463hx0py0xclycsiv4w6i3wlkzz")))) + "0wzh5n527l7ia1754cf9xmbvv4ya6hj34dy6cbq9xk9372h8gd9q")))) (build-system cmake-build-system) ;; FIXME: To run all tests successfully, test image sets from multiple ;; third party sources have to be present. For details see @@ -1111,6 +1113,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") ("libpng" ,libpng) ("libjpeg" ,libjpeg-turbo) ("libtiff" ,libtiff) + ("fmt" ,fmt) ("giflib" ,giflib) ("openexr" ,openexr) ("ilmbase" ,ilmbase) -- 2.30.0 --MP_/66a6noYKsamn/woyQ/rDVw2-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 31 12:56:55 2021 Received: (at 46213-done) by debbugs.gnu.org; 31 Jan 2021 17:56:55 +0000 Received: from localhost ([127.0.0.1]:57926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Gxy-0001cF-HY for submit@debbugs.gnu.org; Sun, 31 Jan 2021 12:56:55 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:40079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Gxu-0001by-4J for 46213-done@debbugs.gnu.org; Sun, 31 Jan 2021 12:56:52 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 9E09A1BF203; Sun, 31 Jan 2021 17:56:42 +0000 (UTC) From: Nicolas Goaziou To: raingloom Subject: Re: [bug#46213] [PATCH] Updated openimageio (fixes Blender build) References: <20210131012720.1355237a@riseup.net> Date: Sun, 31 Jan 2021 18:56:41 +0100 In-Reply-To: <20210131012720.1355237a@riseup.net> (raingloom@riseup.net's message of "Sun, 31 Jan 2021 01:27:20 +0100") Message-ID: <871re1dm7a.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, raingloom writes: > Blender was failing to build (but ./configure worked), so I updated > openimageio. That fixed it. I'm testing Blender right now and it seems > to be working fine. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.201 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email X-Debbugs-Envelope-To: 46213-done Cc: 46213-done@debbugs.gnu.org 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: 0.3 (/) Hello, raingloom writes: > Blender was failing to build (but ./configure worked), so I updated > openimageio. That fixed it. I'm testing Blender right now and it seems > to be working fine. This update is already in master (e629d7221604726d404b4d280a38d9a698d32a30). Sorry for the duplicate work! Closing. Regards, -- Nicolas Goaziou From unknown Tue Jun 17 22:26:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 Mar 2021 12:24:04 +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