Edit report at https://bugs.php.net/bug.php?id=65207&edit=1

 ID:                 65207
 User updated by:    reh at hebis dot uni-frankfurt dot de
 Reported by:        reh at hebis dot uni-frankfurt dot de
 Summary:            OPCache can't be compiled with SolarisStudio
 Status:             Open
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Solaris / Illumos
 PHP Version:        5.5.0
 Block user comment: N
 Private report:     N

 New Comment:

Today I was able too complete the build. 
I had to add some Lines in configure and ZendAccelerator.h. (corresponding to 
<sys/fcntl.h>)
> # elif defined(__SVR4)
> #   define FLOCK_STRUCTURE(name, type, whence, start, len) \
>          struct flock name = {type, whence, start, len, 0, 0, 0 }

Also it was necessary to translate some files of ext/opcache/ with dos2unix. 
Maybe the problem has been long lines concatunated whith "\CRNL" instead of 
"\NL"

Still it's a hack, not a tested solution. ;-)


Previous Comments:
------------------------------------------------------------------------
[2013-07-05 02:07:48] reh at hebis dot uni-frankfurt dot de

Description:
------------
Configure tries to define a macro for the os dependent structure of flock. 
(lines 64988 to 65007)
Using solarisstudio 12.3 as compiler, non of the pattern matches and configure 
suggests to disable OPCache
Not really knowing what I'm doing, I tried to patch the line 64991
>From "# elif defined(__svr4__)" 
to   "# elif defined(__svr4__) || defined(__SVR4)"
This workaround is poor I know, but it seems to work, configure generates the 
Makefiles. 
The same construct can be found in ext/opcache/ZendAccelerator.h and for me it 
looks like that there were some other smells in the opcache package. Make still 
fails.



Test script:
---------------
Configure itself

Actual result:
--------------
Configure:
checking for known struct flock definition... configure: error: Don't know how 
to define struct flock on this system, set --enable-opcache=no



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65207&edit=1

Reply via email to