[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls 3.0.10
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: gnutls 3.0.10 |
Date: |
Sun, 19 Feb 2012 12:00:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 02/18/2012 07:28 PM, Andreas Metzler wrote:
> On 2012-02-18 Nikos Mavrogiannopoulos <address@hidden> wrote:
> [...]
>> ** command line apps: Use gnu autogen (libopts) to parse command
>> line arguments and template files.
> [...]
> Hello,
> This seems to be slightly broken:
> a) If there is no local installation of autoopts-config/libopts.so
> running gnutls' make install gives you /usr/lib/libopts.so.25.11.2 and
> the cmdline utilities are linked against it.
Ouch, I never noticed that. I've committed a fix and reported it as a
bug to libopts.
http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=5c05181a979d4ddd92ec03a90ce19fb1e17628cd
https://sourceforge.net/tracker/?func=detail&aid=3489352&group_id=3593&atid=103593
> b) With a local $libdir/libopts.so and autoopts-config (25.10.0) I get
> a build error:
Do you mean by specifying --enable-local-libopts and having libopts
installed as well? It could be a header conflict with the installed
and the bundled.
> OTOH (b) if libopts is locally installed the respective autogenerated
> files (serv-args.h) should also be regenerated instead of breaking
> compilation.
> I will take a look at this tomorrow. (Unless weather permits
> snowboarding.)
The problem is that libopts might be there but not autogen. If you find
any possible solutions to that let me know!
regards,
Nikos