GNU bug report logs -
#28347
Cadaver
Previous Next
Reported by: ng0 <ng0 <at> infotropique.org>
Date: Mon, 4 Sep 2017 18:13:02 UTC
Severity: normal
Done: Alex Kost <alezost <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 28347 <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 7 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.