pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34962: vorbis-tools fails to build due to curl update
>Number: 34962
>Category: pkg
>Synopsis: vorbis-tools fails to build due to curl update
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Nov 01 18:40:01 +0000 2006
>Originator: NetBSD
>Release: IRIX64 6.5 IP30
>Organization:
>Environment:
System: IRIX64 octane 6.5 07202013 IP30
>Description:
In the latest release of curl, CURLOPT_MUTE has been removed.
Since the vorbis-tools build requires curl (rather than making it an optional
extra - which I think it really should be) this means that the current version
in pkgsrc can't be build with the current curl.
>How-To-Repeat:
Build & install latest curl, then try to build vorbis-tools.
>Fix:
So far as I can tell, removing:
curl_easy_setopt(handle, CURLOPT_MUTE, 1);
... from http_transport.c will fix things. It looks as if this call wasn't
actually doing anything anyway.
Home |
Main Index |
Thread Index |
Old Index