From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 01 19:00:51 2017 Received: (at submit) by debbugs.gnu.org; 2 Mar 2017 00:00:51 +0000 Received: from localhost ([127.0.0.1]:35082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjEAt-0002xn-65 for submit@debbugs.gnu.org; Wed, 01 Mar 2017 19:00:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54323) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjEAr-0002xa-1l for submit@debbugs.gnu.org; Wed, 01 Mar 2017 19:00:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjEAl-0003yK-7r for submit@debbugs.gnu.org; Wed, 01 Mar 2017 19:00:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjEAl-0003yB-5I for submit@debbugs.gnu.org; Wed, 01 Mar 2017 19:00:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjEAk-0006J8-0q for guix-patches@gnu.org; Wed, 01 Mar 2017 19:00:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjEAg-0003vp-30 for guix-patches@gnu.org; Wed, 01 Mar 2017 19:00:42 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjEAf-0003vk-Vg for guix-patches@gnu.org; Wed, 01 Mar 2017 19:00:37 -0500 Received: from ip112-245-209-87.adsl2.static.versatel.nl ([87.209.245.112]:54334 helo=antelope) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cjEAf-0006ly-F2 for guix-patches@gnu.org; Wed, 01 Mar 2017 19:00:37 -0500 User-agent: mu4e 0.9.18; emacs 25.1.1 From: Roel Janssen To: guix-patches@gnu.org Subject: [PATCH] gnu: pugixml: Build relocatable library. Date: Thu, 02 Mar 2017 01:00:35 +0100 Message-ID: <8737ewfsyk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Dear Guix, This patch modifies the recipe for pugixml to build a relocatable library. This fixes a compilation issue with Darktable. Kind regards, Roel Janssen >>From 559b2c399f63beafe2d930cf75a71b7d575443cd Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 2 Mar 2017 00:44:36 +0100 Subject: [PATCH] gnu: pugixml: Build relocatable library. * gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ensure the library is relocatable. --- gnu/packages/xml.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b91471690..30f49a8bd 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -752,7 +752,9 @@ the form of functions.") "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ; no tests + `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-shared -fPIC" + "-DCMAKE_C_FLAGS=-shared -fPIC") + #:tests? #f)) ; no tests (home-page "http://pugixml.org") (synopsis "Light-weight, simple and fast XML parser for C++ with XPath support") (description -- 2.11.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 04 17:26:25 2017 Received: (at 25926) by debbugs.gnu.org; 4 Mar 2017 22:26:25 +0000 Received: from localhost ([127.0.0.1]:40332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckI89-0002Tf-GG for submit@debbugs.gnu.org; Sat, 04 Mar 2017 17:26:25 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:56243 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckI88-0002TX-Dc for 25926@debbugs.gnu.org; Sat, 04 Mar 2017 17:26:24 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 0E2DC51220C; Sat, 4 Mar 2017 23:26:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488666383; bh=jYWhOCWBdGCJkixBoxsr0fPxEYiSodGitVOm2eD6+1k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=li2sLGK7hB+CoLwzJPdHvwfd8b/G3CA6Z7MKATkCauaOYsdc+CAmg+Rd+AGBJZ0bl de9399ce/Zn1+fnVztw3lIt9xETcKCdtK/SszpRTjVAesBtQPpXXIjYzPffO7dOJ01 mLXDvGgiggzG+DDFhMCDIGDhvcpMXIwsXiezB4iA= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488666382; bh=jYWhOCWBdGCJkixBoxsr0fPxEYiSodGitVOm2eD6+1k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=jLAhrXmOxvqA9s+Bb7zxxrGpsW/hDH3Ce7hGr3sABXEe7nWuiev/GQU/G3lw1LMdR U9a6hcrb7qFMLfNc8Zq7WotpE52SFVJj1lwWwbCI5JbBSfvgy6okYZL0w3L+D5/47h z8e/CPusyMQXA50nFBA/pmk9aByXGSEcIF/yDPqg= To: Roel Janssen Subject: Re: bug#25926: [PATCH] gnu: pugixml: Build relocatable library. References: <8737ewfsyk.fsf@gnu.org> Date: Sat, 04 Mar 2017 17:26:07 -0500 In-Reply-To: <8737ewfsyk.fsf@gnu.org> (Roel Janssen's message of "Thu, 02 Mar 2017 01:00:35 +0100") Message-ID: <87lgskisqo.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25926 Cc: 25926@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.0 (/) --=-=-= Content-Type: text/plain Roel Janssen writes: > Dear Guix, > > This patch modifies the recipe for pugixml to build a relocatable > library. This fixes a compilation issue with Darktable. > > Kind regards, > Roel Janssen > >>>>From 559b2c399f63beafe2d930cf75a71b7d575443cd Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Thu, 2 Mar 2017 00:44:36 +0100 > Subject: [PATCH] gnu: pugixml: Build relocatable library. > > * gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ensure > the library is relocatable. > --- > gnu/packages/xml.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm > index b91471690..30f49a8bd 100644 > --- a/gnu/packages/xml.scm > +++ b/gnu/packages/xml.scm > @@ -752,7 +752,9 @@ the form of functions.") > "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80")))) > (build-system cmake-build-system) > (arguments > - `(#:tests? #f)) ; no tests > + `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-shared -fPIC" > + "-DCMAKE_C_FLAGS=-shared -fPIC") > + #:tests? #f)) ; no tests > (home-page "http://pugixml.org") > (synopsis "Light-weight, simple and fast XML parser for C++ with XPath support") > (description LGTM. Pushed to master as 52c14bb6ec6fbd532b1e03a512d133e2499186b9. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAli7Pv8ACgkQ5qXuPBlG eg229w//VUQrUijv4/IkpcnxsdPIKJOpt3m53H9JBwa7IXUmKCo499N6CkKFarUK +xzoxu3d6oCqida4o+mjaKnbCFjt81jLVAekjGkKu6lw1HY8bEoXguCUPIq3p0ow /B612nxYOfv0h2hj9WOXMifAhtObFvIavJCAiW9Ro6NI28w1ru0Zj3kg48FvdFZR WLJLN/57pytdqLQulHDZ4IRogzbkuqsywQYO3K5/3QnJiMnFcYNpxJr8lnJv6j9B n+9M9HSABaQousMmtD+1GEI2CYDEw34zzRHSZwSl74WW656dXYvtIH2Vn20nutxF yaRALJZMWM9QBrTmIxYVdaPSdDdKa1cEqbN/C8EaW/SaBdGqGsu5PP1PxWVKDcm0 Wk/PDDMuucy+5S8zFsf+vVU2SCqg77/pGCDQ6IYofd2Fe7U7h4ukXhIEw0R8NOp4 An9Ri2AsGJGi+7miZrmat68yqcyWA4IXbo2u+WuupFwH04/qXqOz4jQN8zIktoSR Bah5mXom2pxxQXJOd8Fo/ltkj0Us3r+Qj14lPKcLnlSCorh818XDxyhIDTlWBJt+ qyNLXCTYPaVQzqitBFmpsLSAS1HL+AucjDRh/KG0vduSoCv/iL8KgU+w6hm3lQKP ZFmv/20bqIbAcbRBGf1fF+JBReOzBo3L2PFBtrSoHRSyZgvKg0I= =06BN -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 04 18:03:29 2017 Received: (at 25926) by debbugs.gnu.org; 4 Mar 2017 23:03:29 +0000 Received: from localhost ([127.0.0.1]:40359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckIi0-0003PV-Ny for submit@debbugs.gnu.org; Sat, 04 Mar 2017 18:03:29 -0500 Received: from mail-wr0-f171.google.com ([209.85.128.171]:35437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckIhy-0003P9-Lf; Sat, 04 Mar 2017 18:03:27 -0500 Received: by mail-wr0-f171.google.com with SMTP id g10so94417644wrg.2; Sat, 04 Mar 2017 15:03:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=74OMT1jRfnWyqzruFUCocWL7z4CwBAMwl4B/l4fSW/8=; b=uT21i1Co+S6nM2Mx5rpuGRgAHsL+ZmRvwgc5trB8OUDGB5DDIpslZwlDgYXXD14Ln1 /SU86nT7L6j/adRSP3ufkIAgZT5aprm1PsqMh0N+sovq7Q4ajdfTTY863ghxf2MJWuJd 1YlL6bjs3vZF3iiN3MCn0ttn4SmYRvmq39jt4jfJt79TW47W93+YOcjiB9TfQs8KZUI9 h37doKxGG79LCJ5fCGGruRlOyuFzWdQBTa+6JhyTR7/HWWootgyJ9I9HXJu069Cgvmm7 QwClzcUicKpEQ9mK0gtqGHs6Wh8yqN+K9qH3jOTMQCqYYZklA63OUKO3od3rhsxFcXXA SPtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=74OMT1jRfnWyqzruFUCocWL7z4CwBAMwl4B/l4fSW/8=; b=DZe3VRt1wJh1r9G5YRGoU2G2x0aqZ59QT66rzpqwM65ZYp2IwbyOmMMCAXaLWXVqDk N7/QttMJkarS/g1cOMjkixOCxIsQ0FSEfHolY/J2lGtGoa2s5i87WXSOx7UUseuKAJKe el6qf+C3XKj76qPcr+8T3xCu+ESXn3FJYMtsT92MdYLdduQaUDEOtWPQiL7b9v1qAEz1 lHsWtiaXk18KLiGoROuGir9Iz4zOCbPdvL8vzSUOP5guy2BwvUCpoj8lX7jFgXSyKXJk CYbBZliRry13Qp3xE9ijDrX/Po5QXeQst1Kdsjh3DiDMbiIpe2m66nN1jjrqauYUia7v M1Rw== X-Gm-Message-State: AMke39kkg7JyLgqbqlLLFdp7lI7EUkWaS4LXr4Pr+x2WUnKak1jnz3L/448jTqazrAbT0/5Qxi6nqFHxGclg4Q== X-Received: by 10.223.142.141 with SMTP id q13mr8096535wrb.180.1488668600817; Sat, 04 Mar 2017 15:03:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.192.23 with HTTP; Sat, 4 Mar 2017 15:03:20 -0800 (PST) In-Reply-To: <87lgskisqo.fsf@openmailbox.org> References: <8737ewfsyk.fsf@gnu.org> <87lgskisqo.fsf@openmailbox.org> From: Catonano Date: Sun, 5 Mar 2017 00:03:20 +0100 Message-ID: Subject: Re: bug#25926: [PATCH] gnu: pugixml: Build relocatable library. To: Kei Kebreau , 25926-done@debbugs.gnu.org Content-Type: multipart/alternative; boundary=f403045f4d5223e73b0549efaba8 X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: 25926 Cc: Roel Janssen , 25926@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.1 (/) --f403045f4d5223e73b0549efaba8 Content-Type: text/plain; charset=UTF-8 2017-03-04 23:26 GMT+01:00 Kei Kebreau : > Roel Janssen writes: > > > Dear Guix, > > > > This patch modifies the recipe for pugixml to build a relocatable > > library. This fixes a compilation issue with Darktable. > > > > Kind regards, > > Roel Janssen > > > >>>From 559b2c399f63beafe2d930cf75a71b7d575443cd Mon Sep 17 00:00:00 2001 > > From: Roel Janssen > > Date: Thu, 2 Mar 2017 00:44:36 +0100 > > Subject: [PATCH] gnu: pugixml: Build relocatable library. > > > > * gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ensure > > the library is relocatable. > > --- > > gnu/packages/xml.scm | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm > > index b91471690..30f49a8bd 100644 > > --- a/gnu/packages/xml.scm > > +++ b/gnu/packages/xml.scm > > @@ -752,7 +752,9 @@ the form of functions.") > > "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80")))) > > (build-system cmake-build-system) > > (arguments > > - `(#:tests? #f)) ; no tests > > + `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-shared -fPIC" > > + "-DCMAKE_C_FLAGS=-shared -fPIC") > > + #:tests? #f)) ; no tests > > (home-page "http://pugixml.org") > > (synopsis "Light-weight, simple and fast XML parser for C++ with > XPath support") > > (description > > LGTM. Pushed to master as 52c14bb6ec6fbd532b1e03a512d133e2499186b9. > so this is done too, right ? --f403045f4d5223e73b0549efaba8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2017-03-04 23:26 GMT+01:00 Kei Kebreau &= lt;kei@openmailbox= .org>:
R= oel Janssen <roel@gnu.org> writes= :

> Dear Guix,
>
> This patch modifies the recipe for pugixml to build a relocatable
> library.=C2=A0 This fixes a compilation issue with Darktable.
>
> Kind regards,
> Roel Janssen
>
>>>From 559b2c399f63beafe2d930cf75a71b7d575443cd Mon Sep 17 0= 0:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Thu, 2 Mar 2017 00:44:36 +0100
> Subject: [PATCH] gnu: pugixml: Build relocatable library.
>
> * gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ens= ure
>=C2=A0 =C2=A0the library is relocatable.
> ---
>=C2=A0 gnu/packages/xml.scm | 4 +++-
>=C2=A0 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
> index b91471690..30f49a8bd 100644
> --- a/gnu/packages/xml.scm
> +++ b/gnu/packages/xml.scm
> @@ -752,7 +752,9 @@ the form of functions.")
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "0fcgggry5x5bn0zhb09ij9hb0= p45nb0sv0d9fw3cm1cf62hp9n80"))))
>=C2=A0 =C2=A0 =C2=A0 (build-system cmake-build-system)
>=C2=A0 =C2=A0 =C2=A0 (arguments
> -=C2=A0 =C2=A0 =C2=A0`(#:tests? #f))=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ; no tests
> +=C2=A0 =C2=A0 =C2=A0`(#:configure-flags '("-DCMAKE_CXX_FLAGS= =3D-shared -fPIC"
> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0"-DCMAKE_C_FLAGS=3D-shared -fPIC") > +=C2=A0 =C2=A0 =C2=A0 =C2=A0#:tests? #f))=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ; no tests
>=C2=A0 =C2=A0 =C2=A0 (home-page "
http://pugixml.org")
>=C2=A0 =C2=A0 =C2=A0 (synopsis "Light-weight, simple and fast XML = parser for C++ with XPath support")
>=C2=A0 =C2=A0 =C2=A0 (description

LGTM. Pushed to master as 52c14bb6ec6fbd532b1e03a512d133e2= 499186b9.


so this is done= too, right ?
--f403045f4d5223e73b0549efaba8-- From unknown Mon Jun 23 18:31:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Apr 2017 11:24:03 +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