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

Bug 522444

Summary: =net-fs/ncpfs-2.2.6-r3 USE=php - php_auth_nds.c:1105:1: error: unknown type name 'function_entry'
Product: Gentoo Linux Reporter: Chema Alonso Josa (RETIRED) <nimiux>
Component: Current packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521746    
Attachments: Build log
emerge --info

Description Chema Alonso Josa (RETIRED) gentoo-dev 2014-09-09 15:49:52 UTC
Created attachment 384462 [details]
Build log

USE="php" emerge -1 =net-fs/ncpfs-2.2.6-r3 fails to build for amd64.
Comment 1 Chema Alonso Josa (RETIRED) gentoo-dev 2014-09-09 15:52:19 UTC
Created attachment 384464 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-09 16:17:19 UTC
Is that a regression from -r2?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-09 16:54:28 UTC
No, it wasn't. But it's fixed now.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-09 16:56:04 UTC
In php 5.3 you'd still have:

/usr/lib/php5.3/include/php/main/php3_compat.h:#define function_entry           zend_function_entry

but in 5.4 and up, that is gone.