Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522444 - =net-fs/ncpfs-2.2.6-r3 USE=php - php_auth_nds.c:1105:1: error: unknown type name 'function_entry'
Summary: =net-fs/ncpfs-2.2.6-r3 USE=php - php_auth_nds.c:1105:1: error: unknown type n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 521746
  Show dependency tree
 
Reported: 2014-09-09 15:49 UTC by Chema Alonso Josa (RETIRED)
Modified: 2014-09-09 16:56 UTC (History)
0 users

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


Attachments
Build log (build-ncpfs-2.2.6-r3.log,111.03 KB, text/plain)
2014-09-09 15:49 UTC, Chema Alonso Josa (RETIRED)
Details
emerge --info (emerge.info,5.46 KB, text/plain)
2014-09-09 15:52 UTC, Chema Alonso Josa (RETIRED)
Details

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