From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 04 14:12:17 2017 Received: (at submit) by debbugs.gnu.org; 4 Sep 2017 18:12:17 +0000 Received: from localhost ([127.0.0.1]:49225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dovqx-00014L-Uf for submit@debbugs.gnu.org; Mon, 04 Sep 2017 14:12:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dovqq-00013m-Nq for submit@debbugs.gnu.org; Mon, 04 Sep 2017 14:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dovqg-0007qd-E8 for submit@debbugs.gnu.org; Mon, 04 Sep 2017 14:11:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36243) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dovqg-0007qV-AN for submit@debbugs.gnu.org; Mon, 04 Sep 2017 14:11:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dovqb-0002g5-5z for guix-patches@gnu.org; Mon, 04 Sep 2017 14:11:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dovqV-0007lQ-SS for guix-patches@gnu.org; Mon, 04 Sep 2017 14:11:45 -0400 Received: from aibo.runbox.com ([91.220.196.211]:57334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dovqV-0007hD-KP for guix-patches@gnu.org; Mon, 04 Sep 2017 14:11:39 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dovqR-0000Zc-TW for guix-patches@gnu.org; Mon, 04 Sep 2017 20:11:36 +0200 Received: from [62.102.148.67] (helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dovq9-0002JX-U4 for guix-patches@gnu.org; Mon, 04 Sep 2017 20:11:18 +0200 Date: Mon, 4 Sep 2017 18:11:13 +0000 From: ng0 To: guix-patches@gnu.org Subject: Cadaver Message-ID: <20170904181113.36ybxr5hrn36ywly@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="llpcjlkz6kvaxelz" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] 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: 0.0 (/) --llpcjlkz6kvaxelz Content-Type: multipart/mixed; boundary="xbc6h6kocrfgyqdh" Content-Disposition: inline --xbc6h6kocrfgyqdh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A package from my "crypt". I tried various ways to unbundle neon but did not succeed. The package itself works. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --xbc6h6kocrfgyqdh Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-cadaver.patch" Content-Transfer-Encoding: quoted-printable =46rom 29e1cce35ad65fb1f916425994910b49090b0d94 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 1 Feb 2017 23:14:56 +0000 Subject: [PATCH] gnu: Add cadaver. * gnu/packages/web.scm (cadaver): New variable. --- gnu/packages/web.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ac65a8536..ffce97ca5 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -13,7 +13,7 @@ ;;; Copyright =C2=A9 2016 Rene Saavedra ;;; Copyright =C2=A9 2016 Ben Woodcroft ;;; Copyright =C2=A9 2016 Cl=C3=A9ment Lassieur -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016, 2017 Arun Isaac ;;; Copyright =C2=A9 2016 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2016 Bake Timmons @@ -5105,3 +5105,35 @@ file links.") ;; https://github.com/wummel/linkchecker/issues/729 l:isc ; third_party/dnspython l:asl2.0)))) ; third_party/miniboa + +(define-public cadaver + (package + (name "cadaver") + (version "0.23.3") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.webdav.org/cadaver/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "1jizq69ifrjbjvz5y79wh1ny94gsdby4gdxwjad4bfih6a5fck7x")))) + (build-system gnu-build-system) + ;; TODO: Unbundle libneon and make build succeed with new neon. + (arguments + `(#:configure-flags (list "--with-ssl=3Dopenssl") + #:tests? #f)) ;No tests included + (native-inputs + `(("gettext" ,gnu-gettext) + ("pkg-config" ,pkg-config) + ("intltool" ,intltool))) + (inputs + `(("expat" ,expat) + ("openssl" ,openssl))) + (home-page "http://www.webdav.org/cadaver") + (synopsis "Command-line WebDAV client") + (description + "Cadaver is a command-line WebDAV client for Unix. It supports +file upload, download, on-screen display, namespace operations (move/copy), +collection creation and deletion, and locking operations.") + (license l:gpl2))) --=20 2.14.1 --xbc6h6kocrfgyqdh-- --llpcjlkz6kvaxelz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmtl0EACgkQ4i+bv+40 hYiaChAAtDqFpolU9mpds8/yL+tYFV3B8ErjxJnAtHre1+yaHumzwSewnXzXpe0i qB10HzMvXKTc81DrDQuqr2VoYRiXrS5fOeevhHAeDrVWnGMM36pRPwIbvMJ4TBAV wx0tUi+p2Rap94Mz7VmdNFkrBOU6momGOkXeglRKIwzGPv+jXru94d8whz0dsuFZ dWEngw2hLhrbK1VGlAbY/FT8fd3idclhbJQo9aQiSXD9l0tVcUjyrd+Sw7AtbJsq PuFha1lhgBfozSJL9tmiUvPwq2w/ZXMHRUELRFZW4tcnYMgud6cgk/699rz86sTm kQaUTliOPsCsnJsaMpCepcT4nIGrV2Ullf2IXmmwIFkXytHL8F/J3ApvSq7yjbFw T+kxUxeNB+6f+rZeGOv0n6DQO0LlUVUUepRr6mAWTA1o47f/a0sQrEVqtCLc9/yT p7x3H+9FlT/Gj/WjRcx86xZxTG3080883/+btFyQrru66Q3et7w74114XTzGVo9g 0zwM6f89BbvSbjZAsn1HeoA1NyUChKzp9vILK82zPCd2mikLQCVfv/i5TNg2OgdS h9j52KhHmio6yKnvQXL5fgwRXd/qCEZBmPqUghzbfEezTswJjWalqhxV/weV9hWB erH91T8o2rDaBbuKVgF36Cr83XZQ13aPWsSBATwSnvuXx1jXLEI= =Tjhp -----END PGP SIGNATURE----- --llpcjlkz6kvaxelz-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 12:43:18 2017 Received: (at 28347) by debbugs.gnu.org; 19 Sep 2017 16:43:18 +0000 Received: from localhost ([127.0.0.1]:48498 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duLcE-0006xa-Hy for submit@debbugs.gnu.org; Tue, 19 Sep 2017 12:43:18 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:35357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duLcC-0006xK-7j for 28347@debbugs.gnu.org; Tue, 19 Sep 2017 12:43:17 -0400 Received: by mail-lf0-f65.google.com with SMTP id c8so99755lfe.2 for <28347@debbugs.gnu.org>; Tue, 19 Sep 2017 09:43:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=oDVaZEFdeTAtORnRvo8esF9u1HODZlRX/PxJKCE29Ao=; b=vAZ6/Db4RIbEmV4RFJtNiNsddxmXEGSgZtG7RfIfbcjvuf5PYMSzIKefbATKMuLf34 w8a5NAlBCEKjF/dwXOMbPivNKPrcj1WjuwLF9SxrVwHB+haExam6MBUDHb/R9eGU2P8D ZFE1l1d9L+npCrLY0X5a/VSSQ2qk6M4D3MJ+9niC4TgOTKV0Q1L5nUEKRBlsnWemoZVt nEjkK24PhnpNXauAq4/IkkFavqj6wwvCRWNLgkXiJohFJKcX8BxfSjXeJ05G7z51zRaw uo8FY0O9JbwLonxLkQkdHqTBFGucRcQh/tsPybhL3lT1ykxsTZUXDLpZqMeVb5aWnqNV ejtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=oDVaZEFdeTAtORnRvo8esF9u1HODZlRX/PxJKCE29Ao=; b=F7d42ei8PnRXfi/jtEt7HiGFJV//Zn6T5vn5gAwyCpCbnYMFNuyI31PgMQATXwScdd m/GlCb1adPS+3vYbiNVaWG/X/xaHE8qVNyGBdz3vIljwSQshPInq4TlSKugQZFpDHx/s fXqcTDppJav3OP6IcHNna5ipjbzVXhHb8ARMlOmi6Ok9i3emqRh/mFiB9rnis090Etrv OtNEas2P5eTAM5cjd+egUZtMmTNEKye8Ab/bTRYIEzRCXY16Y60XVYcIBqTKuASyI8Up cniPELwGj0qTkruGiO4AbyIeWToPSayhymd8Xi12doM9oxmbGXMWhW1llbW+44mIFsBZ KWMw== X-Gm-Message-State: AHPjjUi0cOWw51QJ5g9RJIxnc35HcSQistujiwvi5ZxbXZXU0IC/6/VO 5vPzEVBUzTMTE27nkPrU50EmkA== X-Google-Smtp-Source: AOwi7QDzj6MH7R9YDXS7jL6HN5gctfJDpbUCVaDbsNYgYLq2bAyQEI2l3Lv/nxuNqBMr4ToxBEepzg== X-Received: by 10.46.23.148 with SMTP id 20mr908693ljx.3.1505839389853; Tue, 19 Sep 2017 09:43:09 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id g89sm97096lje.52.2017.09.19.09.43.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Sep 2017 09:43:08 -0700 (PDT) From: Alex Kost To: ng0 Subject: Re: [bug#28347] Cadaver References: <20170904181113.36ybxr5hrn36ywly@abyayala> Date: Tue, 19 Sep 2017 19:43:08 +0300 In-Reply-To: <20170904181113.36ybxr5hrn36ywly@abyayala> (ng0@infotropique.org's message of "Mon, 4 Sep 2017 18:11:13 +0000") Message-ID: <87mv5qbpwj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 28347 Cc: 28347@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.5 (/) ng0 (2017-09-04 18:11 +0000) wrote: > A package from my "crypt". I tried various ways > to unbundle neon but did not succeed. I think it would be good if you wrote what you tried :-) Here are my attempts: At first, there are the following messages during "configure" phase: configure: no external neon library found configure: using bundled neon (0.29.1) So, when I added ("neon" ,neon) input, I got: configure: incompatible neon library version 0.30.2: wanted 0.27 28 29 configure: using bundled neon (0.29.1) Ouch, so 0.30.2 is not supported. This is the line from "configure.ac": NE_REQUIRE_VERSIONS([0], [27 28 29]) OK, I tried to build it with 0.30.2 anyway using the following phase: (add-after 'unpack 'fix-required-neon-version (lambda _ (substitute* "configure" (("27 28 29") ,(string-join (cdr (string-split (package-version neon) #\.)) "."))) #t)) But I got: configure: incompatible neon library version 0.30.2: wanted 0.30.2 configure: using bundled neon (0.29.1) What? Well, now I don't know what to do (perhaps I should have patched "configure.ac" instead and added "autoreconf" phase, but I didn't try). > The package itself works. Great, I think if there will be no comments in a week or so, I will just go ahead and commit your patch (in a hope this unbundling will happen in the future somehow). So if anyone has something to say about this patch, please do it now :-) -- Alex From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 14:18:15 2017 Received: (at 28347) by debbugs.gnu.org; 19 Sep 2017 18:18:15 +0000 Received: from localhost ([127.0.0.1]:48596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duN67-0000iI-FZ for submit@debbugs.gnu.org; Tue, 19 Sep 2017 14:18:15 -0400 Received: from aibo.runbox.com ([91.220.196.211]:40010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duN65-0000i8-8y for 28347@debbugs.gnu.org; Tue, 19 Sep 2017 14:18:14 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1duN62-0004ue-0x; Tue, 19 Sep 2017 20:18:10 +0200 Received: from tor-exit.dhalgren.org ([46.165.230.5] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1duN5q-0003Jh-W9; Tue, 19 Sep 2017 20:17:59 +0200 Date: Tue, 19 Sep 2017 18:17:49 +0000 From: ng0 To: Alex Kost Subject: Re: [bug#28347] Cadaver Message-ID: <20170919181749.maoli63eenbbzsxq@abyayala> References: <20170904181113.36ybxr5hrn36ywly@abyayala> <87mv5qbpwj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3euj4ubvmckr6gh2" Content-Disposition: inline In-Reply-To: <87mv5qbpwj.fsf@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 28347 Cc: 28347@debbugs.gnu.org, ng0 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.7 (/) --3euj4ubvmckr6gh2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alex Kost transcribed 1.5K bytes: > ng0 (2017-09-04 18:11 +0000) wrote: >=20 > > A package from my "crypt". I tried various ways > > to unbundle neon but did not succeed. >=20 > I think it would be good if you wrote what you tried :-) >=20 > Here are my attempts: >=20 > At first, there are the following messages during "configure" phase: >=20 > configure: no external neon library found > configure: using bundled neon (0.29.1) >=20 > So, when I added ("neon" ,neon) input, I got: >=20 > configure: incompatible neon library version 0.30.2: wanted 0.27 28 29 > configure: using bundled neon (0.29.1) >=20 > Ouch, so 0.30.2 is not supported. This is the line from "configure.ac": >=20 > NE_REQUIRE_VERSIONS([0], [27 28 29]) >=20 > OK, I tried to build it with 0.30.2 anyway using the following phase: >=20 > (add-after 'unpack 'fix-required-neon-version > (lambda _ > (substitute* "configure" > (("27 28 29") > ,(string-join > (cdr (string-split (package-version neon) #\.)) > "."))) > #t)) >=20 > But I got: >=20 > configure: incompatible neon library version 0.30.2: wanted 0.30.2 > configure: using bundled neon (0.29.1) >=20 > What? Well, now I don't know what to do (perhaps I should have patched > "configure.ac" instead and added "autoreconf" phase, but I didn't try). Basically at some point I tried to replicate https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/cadaver/cadaver-0.2= 3.3.ebuild which worked but then I messed it up by unbundling more than just neon. And then many months back I had no regular use for the package anymore. What Gentoo does seems to work as Gentoo is on neon 30.2 So, I tried exactly what you did, it just had been so long ago that I worked on this. > > The package itself works. >=20 > Great, I think if there will be no comments in a week or so, I will just > go ahead and commit your patch (in a hope this unbundling will happen in > the future somehow). So if anyone has something to say about this > patch, please do it now :-) >=20 > --=20 > Alex >=20 Thanks --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://krosos.org/dist/keys/ https://www.infotropique.org https://www.krosos.org --3euj4ubvmckr6gh2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlnBX00ACgkQ4i+bv+40 hYibUg//QsKLJIPzdNHsWzHnfzznt30wTuU65EYkfL6P00hlM1IS4q9CW04gqLm8 yylkuA9nqDOLCKRqFkocXiLmK5IiU+nOjQoN5FsDDkjAM4bRRS9L7hrqK6PBYytz /84TJClFrWAksXS02YA3+oSjjgCN2obWsTXeeEUl8bNSdDNZuG3u9EaQTHLpvBss 7KAoTsjGcj52R5HqxHJoNmjZXfnYqbP7zempfYJdC9++dATf0vpzLbdakBrlQv8K IamazOZnahxzx35amrH0lxmZThAOMrjRok0EZgTf9NUe7RXN1Bqyd9B5SXVI1HyI I7PN+HZeteXJKVulrrO4EfBkf7nU0/v9yYJ24VZjP9V3meNDHxcF2BMLXp2NH3jO tcn/sJ/xwZJNT2YA1W+l+5/Y9ahGIdFNb9L5rML8rj2JzsvMqvNG9laSQtuJcj8a mEU6M1OcDevtg+1iwH3NF8bFVJKR8ofQmsPamAobbjSiIZy2Fw+uaXLrpG2p9Gm7 +GmZAdlpJgk7nwOKegYdFscDhEaFZIn8KrIIe1NJafKJo6xor5Ul5nG5ON1uCs7G xbUU7GY29CTusd4j8dqmH6Z/rW0EdW2Puq4Ko1VADJD8WgtjlKiucFajYSenlR9K M6rhlZVWrvD0N5Zbd7jSCPlc94eDBFc6oJFC+T6SE3mJm70fOwU= =gwXU -----END PGP SIGNATURE----- --3euj4ubvmckr6gh2-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 17:25:25 2017 Received: (at 28347) by debbugs.gnu.org; 19 Sep 2017 21:25:25 +0000 Received: from localhost ([127.0.0.1]:48727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duQ1F-0006w6-0m for submit@debbugs.gnu.org; Tue, 19 Sep 2017 17:25:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36119) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duQ1C-0006vt-Se for 28347@debbugs.gnu.org; Tue, 19 Sep 2017 17:25:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duQ15-0005Ds-KQ for 28347@debbugs.gnu.org; Tue, 19 Sep 2017 17:25:17 -0400 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 fencepost.gnu.org ([2001:4830:134:3::e]:60026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duQ15-0005Dj-Gv; Tue, 19 Sep 2017 17:25:15 -0400 Received: from vpn-0-27.aquilenet.fr ([2a01:474:4:27::]:50914 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1duQ14-0007VN-Qc; Tue, 19 Sep 2017 17:25:15 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Alex Kost Subject: Re: [bug#28347] Cadaver References: <20170904181113.36ybxr5hrn36ywly@abyayala> <87mv5qbpwj.fsf@gmail.com> Date: Tue, 19 Sep 2017 23:25:12 +0200 In-Reply-To: <87mv5qbpwj.fsf@gmail.com> (Alex Kost's message of "Tue, 19 Sep 2017 19:43:08 +0300") Message-ID: <87h8vyv0sn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28347 Cc: 28347@debbugs.gnu.org, ng0 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 (-----) Alex Kost skribis: > Ouch, so 0.30.2 is not supported. This is the line from "configure.ac": > > NE_REQUIRE_VERSIONS([0], [27 28 29]) > > OK, I tried to build it with 0.30.2 anyway using the following phase: > > (add-after 'unpack 'fix-required-neon-version > (lambda _ > (substitute* "configure" > (("27 28 29") > ,(string-join > (cdr (string-split (package-version neon) #\.)) > "."))) > #t)) > > But I got: > > configure: incompatible neon library version 0.30.2: wanted 0.30.2 > configure: using bundled neon (0.29.1) In =E2=80=98configure=E2=80=99, I think you need to replace =E2=80=9C27 28 = 29=E2=80=9D with =E2=80=9C30=E2=80=9D, not =E2=80=9C30.2=E2=80=9D, because of the way NEON_CHECK_VERSION in m4/neon.m4= matches versions: for v in ne_require_minor; do case $ne_libver in ne_require_major.$v.*) ne_cv_lib_neonver=3Dyes ;; esac done I=E2=80=99m sure you=E2=80=99re almost there. :-) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 20 12:35:23 2017 Received: (at 28347) by debbugs.gnu.org; 20 Sep 2017 16:35:23 +0000 Received: from localhost ([127.0.0.1]:50415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duhy7-0006Et-Dt for submit@debbugs.gnu.org; Wed, 20 Sep 2017 12:35:23 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:38731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1duhy5-0006Eh-Qn for 28347@debbugs.gnu.org; Wed, 20 Sep 2017 12:35:22 -0400 Received: by mail-lf0-f66.google.com with SMTP id m199so1654389lfe.5 for <28347@debbugs.gnu.org>; Wed, 20 Sep 2017 09:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=uADcCmyPoKd3c7IseiKLvlS/NlR1TTS4C6T9CYk3m7k=; b=G7CcLh7+KxpAdirIpsXHrFjOg21uRBPHq5WGwCf1oP+d6qVhoEHOIJpLRgcgSgJZqW 5ziV3hX/yPw9H9SPXRPBDKUJgOTzHAcIdXqsPIX2W+zr+SUlaTP/pffBmOLHfjjoOmEm zJMw5xydc3jQloxYKmt+3NYi19qFfZOMsoHG/nGcIEYGx7ELHTKtCRT61/5jJ/pKpTfL popom724WCroUFDSEpL9WAocblUc5Ot9PgFIyX+qOTREMsWZxWYoKL404xiEyH2pNmVo swLru1HxrlsaL39LzkhRabZ0cAOtZzitxeYLnn0FhjKtXBNdZjbgZ9g0z1kOx03nX0yY CoaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=uADcCmyPoKd3c7IseiKLvlS/NlR1TTS4C6T9CYk3m7k=; b=ZpoD3Qe6y/mMxLKWOqMMTCOBlirK9T7hr2IEq9oKx//H5u45BJZnP/dUU2QC9zWoAY EH4fePhGZ7AbDrO/n/PtT4bqs6h8HShiJAPNg0j4x6OYs9wBHrv6wk3cdyZqV3GWAMNE YnSiAAVbrvbujtaqMouZsqCxfLLWAu+l/W6vdArdL9St8eU4AJOukDi/qYzo/pqGRZV2 Josv5PNPjyx6VJq+5DY3x25LXFcsOJTrUtMr6wGFSSFAzgCDLI8mBiKQhNM9MJn3U501 /zWmcflaHzdWbk1ehwgKtiext98NPkTiCknrNNVWGCIkQRyJ+3eLoPbG+Au4KFYfH/Hs zvUw== X-Gm-Message-State: AHPjjUj0woAzJZFPE0mJ+y2nDGd9UPC9uozmfZvMIZN0BOCPZSYZ8xiQ cBUrXMpbOOWh7cHZUogAX0rH9w== X-Google-Smtp-Source: AOwi7QB+0tTqbl/0uTAzTHlOkvxto32Ytwlb9aCb2TMppJgrMtZPNhukp0MFH1Ira8nXRv2mcfBiDw== X-Received: by 10.46.95.131 with SMTP id x3mr2544759lje.94.1505925315463; Wed, 20 Sep 2017 09:35:15 -0700 (PDT) Received: from leviafan ([217.107.194.136]) by smtp.gmail.com with ESMTPSA id x25sm497744lja.5.2017.09.20.09.35.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Sep 2017 09:35:14 -0700 (PDT) From: Alex Kost To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#28347] Cadaver References: <20170904181113.36ybxr5hrn36ywly@abyayala> <87mv5qbpwj.fsf@gmail.com> <87h8vyv0sn.fsf@gnu.org> Date: Wed, 20 Sep 2017 19:35:17 +0300 In-Reply-To: <87h8vyv0sn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 19 Sep 2017 23:25:12 +0200") Message-ID: <878th9nxa2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 28347 Cc: 28347@debbugs.gnu.org, ng0 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.5 (/) Ludovic Court=C3=A8s (2017-09-19 23:25 +0200) wrote: > Alex Kost skribis: > >> Ouch, so 0.30.2 is not supported. This is the line from "configure.ac": >> >> NE_REQUIRE_VERSIONS([0], [27 28 29]) >> >> OK, I tried to build it with 0.30.2 anyway using the following phase: >> >> (add-after 'unpack 'fix-required-neon-version >> (lambda _ >> (substitute* "configure" >> (("27 28 29") >> ,(string-join >> (cdr (string-split (package-version neon) #\.)) >> "."))) >> #t)) >> >> But I got: >> >> configure: incompatible neon library version 0.30.2: wanted 0.30.2 >> configure: using bundled neon (0.29.1) > > In =E2=80=98configure=E2=80=99, I think you need to replace =E2=80=9C27 2= 8 29=E2=80=9D with =E2=80=9C30=E2=80=9D, not > =E2=80=9C30.2=E2=80=9D, because of the way NEON_CHECK_VERSION in m4/neon.= m4 matches > versions: > > for v in ne_require_minor; do > case $ne_libver in > ne_require_major.$v.*) ne_cv_lib_neonver=3Dyes ;; > esac > done Yeah, I tried to use "30", but it failed as well. > I=E2=80=99m sure you=E2=80=99re almost there. :-) Actually, I don't have a wish to continue, sorry :-) --=20 Alex From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 28 11:54:01 2017 Received: (at 28347-done) by debbugs.gnu.org; 28 Sep 2017 15:54:01 +0000 Received: from localhost ([127.0.0.1]:36951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxb8T-0004ha-8e for submit@debbugs.gnu.org; Thu, 28 Sep 2017 11:54:01 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:49039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxb8Q-0004hN-Sp for 28347-done@debbugs.gnu.org; Thu, 28 Sep 2017 11:54:00 -0400 Received: by mail-wr0-f196.google.com with SMTP id 108so3507369wra.5 for <28347-done@debbugs.gnu.org>; Thu, 28 Sep 2017 08:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=QcT9r41JUNhgS43MTLb+6/7GSUk3IuerE0HiNwp/wAU=; b=V6hJYUBBMQS9PXwHWKX08mtAhTt4k8Rr6L+8gZRg2lCSyILE8ueQgv57VlywPYLt8+ +D3KLfhVRWl+33ghhJcv5zs/HdtYe+gpVWkRrOWy5xwwxQ1mpcsp5IAdDvwb6liRAHGb wYT4sIPVEyb8ckmY0PouhqwvtaDJ2n8C5gdqoAvKFRKiiuzIOfhVAPNgN9AXKbwyz9Xl 3SFwBPVZaLyktkR4zsidOa06Qd4WhFWMTx2vzYgSBr4TZsTBNq2RExD7TFGw1PXGtozI 1zfG0PdgtTAR7rDVYAVjA7JANOvfTxavBas4KNVVyoMxU/MNcSM3ruRNAlU8XXWgOU/x XJdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=QcT9r41JUNhgS43MTLb+6/7GSUk3IuerE0HiNwp/wAU=; b=t2qY5MR9EveLv2YIWj2jhfLfUMy0TLrr7vyEThJxqIgAbc/GDKQxSO3wGkS2nLwmQJ 0Cp1BwPCKO6F8qK4750pN8GZZuBhOhxKWCXkt9aG/g3K6a76gYqzSYBkbTvcpScCMDHt 7wRPLiIZ8u+g4NZEMOsNSmRgSJkmF2pH9kHK1hfvZfk12+8pU7nZskNzZO/H7hRuexEA z6M3pZU4mFhXvN9WpNhpGACHU2lF46m+7morog2hXSwbamHz0pG+KBG512JGe9rGsDwi 8M9FOOfOCB4ezF71Re1HXi1w7MKbRvBAbPMbvmS7QZgeRqHsmg5mu3qNTskh1uFItcfI xX8A== X-Gm-Message-State: AHPjjUhmpgZsxfRkCjKK3iqc9PmH1l7ddaSqFtnP9hohDsAUW6P0CeIF IA2mzY+8F9n7YdPuMjv/4+ARdA== X-Google-Smtp-Source: AOwi7QCsREhAVOjXHsi0WAnalFrtz7EhnCjfDaUN0hNrQbndvImaHx3lmDn0AJQ0AXVJob6ZU8PI2g== X-Received: by 10.25.83.22 with SMTP id h22mr350074lfb.250.1506614032968; Thu, 28 Sep 2017 08:53:52 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id z86sm353062ljb.75.2017.09.28.08.53.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Sep 2017 08:53:52 -0700 (PDT) From: Alex Kost To: ng0 Subject: Re: [bug#28347] Cadaver References: <20170904181113.36ybxr5hrn36ywly@abyayala> <87mv5qbpwj.fsf@gmail.com> Date: Thu, 28 Sep 2017 18:53:56 +0300 In-Reply-To: <87mv5qbpwj.fsf@gmail.com> (Alex Kost's message of "Tue, 19 Sep 2017 19:43:08 +0300") Message-ID: <87bmlug6p7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 28347-done Cc: 28347-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: -2.3 (--) Alex Kost (2017-09-19 19:43 +0300) wrote: > ng0 (2017-09-04 18:11 +0000) wrote: >> A package from my "crypt". I tried various ways >> to unbundle neon but did not succeed. >> The package itself works. [...] > Great, I think if there will be no comments in a week or so, I will just > go ahead and commit your patch (in a hope this unbundling will happen in > the future somehow). So I went ahead and applied this patch, thank you ng0! Otherwise, I'm afraid this patch would stuck in for a very long time. Please let me know if I was wrong (I mean if I should have not committed it). -- Alex From unknown Thu Jun 19 14:15:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 Oct 2017 11: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