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

Bug 157560

Summary: dev-lang/php-5.1.6-r[68] failes to compile with curl-7.16.0 (masked)
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: [OLD] ServerAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.php.net/bug.php?id=39687
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 157718    
Attachments: Patch from upstream backported

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.