Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157560 - dev-lang/php-5.1.6-r[68] failes to compile with curl-7.16.0 (masked)
Summary: dev-lang/php-5.1.6-r[68] failes to compile with curl-7.16.0 (masked)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL: http://bugs.php.net/bug.php?id=39687
Whiteboard:
Keywords:
Depends on:
Blocks: 157718
  Show dependency tree
 
Reported: 2006-12-08 21:17 UTC by Daniel Black (RETIRED)
Modified: 2007-03-05 18:05 UTC (History)
0 users

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


Attachments
Patch from upstream backported (diff,2.37 KB, patch)
2006-12-08 21:18 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-08 21:17:33 UTC
Results in compile error:


/var/tmp/portage/dev-lang/php-5.1.6-r6/work/php-5.1.6/ext/curl/interface.c: In function `zm_startup_curl':
/var/tmp/portage/dev-lang/php-5.1.6-r6/work/php-5.1.6/ext/curl/interface.c:274: error: `CURLOPT_FTPASCII' undeclared (first use in this function)
/var/tmp/portage/dev-lang/php-5.1.6-r6/work/php-5.1.6/ext/curl/interface.c:274: error: (Each undeclared identifier is reported only once
/var/tmp/portage/dev-lang/php-5.1.6-r6/work/php-5.1.6/ext/curl/interface.c:274: error: for each function it appears in.)
/var/tmp/portage/dev-lang/php-5.1.6-r6/work/php-5.1.6/ext/curl/interface.c:314: error: `CURLOPT_PASSWDFUNCTION' undeclared
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-12-08 21:18:06 UTC
Created attachment 103657 [details, diff]
Patch from upstream backported
Comment 2 Daniel Black (RETIRED) gentoo-dev 2007-02-10 22:25:15 UTC
what a better patch? something else I can do to help?
Comment 3 Luca Longinotti (RETIRED) gentoo-dev 2007-03-05 18:05:43 UTC
Should be fixed, 4.4.6 and 5.2.1-r3 fix this as of upstream, and I added a slightly modified patch to 5.1.6-r11. I confirmed all those emerge and work fine with net-misc/curl-7.16.1.
Best regards, CHTEKK.