Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157654 - dev-ml/ocurl-0.1.6 compile failure with curl-7.16.0 (masked)
Summary: dev-ml/ocurl-0.1.6 compile failure with curl-7.16.0 (masked)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL: http://sourceforge.net/tracker/index....
Whiteboard:
Keywords:
Depends on:
Blocks: 157718
  Show dependency tree
 
Reported: 2006-12-09 17:42 UTC by Daniel Black (RETIRED)
Modified: 2007-04-17 21:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ocurl-0.1.6-curlpasswd.patch (ocurl-0.1.6-curlpasswd.patch,1.82 KB, patch)
2007-04-17 12:23 UTC, Daniel Black (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.