Subject: pkg/34962: vorbis-tools fails to build due to curl update
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: NetBSD <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 11/01/2006 18:40:01
>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.