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

Bug 157654

Summary: dev-ml/ocurl-0.1.6 compile failure with curl-7.16.0 (masked)
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: [OLD] UnspecifiedAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/tracker/index.php?func=detail&aid=1612410&group_id=72276&atid=533973
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 157718    
Attachments: ocurl-0.1.6-curlpasswd.patch

Description Daniel Black (RETIRED) gentoo-dev 2006-12-09 17:42:19 UTC
curl-helper.c: In function `handlePasswdFunction':
curl-helper.c:2446: error: `CURLOPT_PASSWDDATA' undeclared (first use in this function)
curl-helper.c:2446: error: (Each undeclared identifier is reported only once
curl-helper.c:2446: error: for each function it appears in.)
make[1]: *** [curl-helper.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-ml/ocurl-0.1.6/work/ocurl-0.1.6'
make: *** [all] Error 2

!!! ERROR: dev-ml/ocurl-0.1.6 failed.
Comment 1 Alexandre Buisse (RETIRED) gentoo-dev 2006-12-10 04:04:20 UTC
It is a known problem and has already been reported upstream : http://sourceforge.net/tracker/index.php?func=detail&aid=1612410&group_id=72276&atid=533973

If it doesn't move soon, I'll change the dep to <net-misc/curl-7.16.0
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2006-12-10 04:05:38 UTC
Actually, I just noticed it's been reported by you, sorry :)
Comment 3 Daniel Black (RETIRED) gentoo-dev 2007-04-17 12:23:55 UTC
Created attachment 116502 [details, diff]
ocurl-0.1.6-curlpasswd.patch

removes function because thats what upstream did.
http://curl.haxx.se/mail/lib-2003-10/0100.html
File Added: ocurl-0.1.6-curlpasswd.patch
Comment 4 Alexis Ballier gentoo-dev 2007-04-17 13:41:43 UTC
I bumped it to 0.2.1 that has been released for years, which compiles fine against curl 7.16, sorry to have caused you extra work due to lack of responsiveness daniel.
Comment 5 Daniel Black (RETIRED) gentoo-dev 2007-04-17 21:30:06 UTC
(In reply to comment #4)
> I bumped it to 0.2.1 that has been released for years, which compiles fine
> against curl 7.16, sorry to have caused you extra work due to lack of
> responsiveness daniel.
> 
Np. I really didn't look enough to notice there was a newer version. Must of been feeling tired.