Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 157563

Summary: media-sound/vorbis-tools-1.0.1/1.1.1 failes to compile with curl-7.16.0 (masked)
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: [OLD] UnspecifiedAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://trac.xiph.org/ticket/1101
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 157718    
Attachments: patch to omit offending line

Description Daniel Black (RETIRED) gentoo-dev 2006-12-08 21:45:01 UTC
=media-sound/vorbis-tools-1.0.1
Failed with:
http_transport.c: In function `set_curl_opts':
http_transport.c:116: error: `CURLOPT_MUTE' undeclared (first use in this function)
http_transport.c:116: error: (Each undeclared identifier is reported only once
http_transport.c:116: error: for each function it appears in.)
make[1]: *** [http_transport.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-sound/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/ogg123'

This is still current upstream as per ref url.

Looking at the curl defination of the function http://curl.haxx.se/mail/lib-2001-05/0067.html it seems safe to remove (as per my upstream url comment)
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-12-08 21:45:27 UTC
Created attachment 103660 [details, diff]
patch to omit offending line
Comment 2 Alexis Ballier gentoo-dev 2006-12-09 01:41:02 UTC
Applied thanks.