bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undefined reference to gnutls_protocol_set_priority() when compiling


From: Stephen Kirby
Subject: Re: Undefined reference to gnutls_protocol_set_priority() when compiling latest wget version
Date: Tue, 12 May 2020 17:34:22 -0600

Hi Tim,

I'm using GnuTLS version 3.6.13.  I believe it is the latest.  If anyone
knows otherwise please let me know.

Sorry for the delay in getting back to you Tim (was swamped this morning)
and thanks for your fast response!  I double-checked the versions of GnuTLS
and wget I am using.  Both are the absolute latest (gnutls-3.6.13 and
wget-1.20.3).  As such, I am not sure why the latest wget (in src/gnutls.c)
would employ a deprecated/removed function, specifically,
"gnutls_protocol_set_priority()?  Do you recommend stepping back to an
older version of GnuTLS to get around this and if so which one would work?
Otherwise, would anyone know of a patch for the wget source code,
specifically, for the file  /src/gnutls.c so I can use the latest versions
of GnuTLS and wget?  Thanks so much.

Best regards,
Steve

On Tue, May 12, 2020 at 1:57 AM Tim Rühsen <address@hidden> wrote:

> Which version of GnuTLS are you using ?
>
> I saw this issue two or three weeks ago on OSS-Fuzz, which builds wget
> and it's dependencies from master. But the build failure is gone now -
> and i never cared much for it, so can't tell you anything but "try with
> latest GnuTLS".
>
> Regards, Tim
>
> On 12.05.20 00:51, Stephen Kirby wrote:
> > Hi all,
> >
> > I am trying to cross-compile wget using the
> target=x86_64-linux-gnueabi.  It makes it almost all the way through but is
> dying at the link stage with the error I name in the subject line.  It
> looks as if wget is trying to use a function in gnutls that has been
> deprecated/deleted.  Is there a workaround for this?  From what I have
> found so far, gnutls_protocol_set_priority() should be replaced with
> gnutls_priority_set_direct().  But, I see that both of these functions are
> listed in wget/src/gnutls.c.
> >
> > Can someone please advise me on this?
> >
> > Thanks so much!
> >
> > Best,
> > Steve
> >
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]