View Issue Details

IDProjectCategoryView StatusLast Update
0001455XdebugInstallationpublic2017-12-02 18:36
Reporterderick Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.5.5 
Target Version2.6.0Fixed in Version2.6.0alpha1 
Summary0001455: Compile failure on Alpine Linux
Description

through https://github.com/xdebug/xdebug/pull/361:

Hello, when compiling xdebug extension on Alpine Linux, there appears the following warning:

In file included from /build/main/php7.1-xdebug/src/xdebug-2.5.5/xdebug_com.c:26:0:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
#warning redirecting incorrect #include <sys/poll.h> to <poll.h>
^~~

Alpine Linux uses musl libc instead of glibc.

The POSIX recommends including poll.h instead of sys/poll.h. Glibc has poll.h also as an option since few years ago (very old versions might fail the compilation).

TagsNo tags attached.
Operating SystemAlpine Linux
PHP Version7.1.0-7.1.4

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-07-16 09:21 derick New Issue
2017-07-16 09:21 derick Status new => assigned
2017-07-16 09:21 derick Assigned To => derick
2017-07-16 12:47 derick Status assigned => resolved
2017-07-16 12:47 derick Fixed in Version => 2.5.6
2017-07-16 12:47 derick Resolution open => fixed
2017-11-05 14:12 derick Fixed in Version 2.5.6 => 2.6.0dev
2017-11-05 14:12 derick Target Version 2.5.6 => 2.6.0dev
2017-12-02 15:57 derick Fixed in Version 2.6.0dev => 2.6.0alpha1
2017-12-02 18:34 derick Target Version 2.6.0dev => 2.6.0alpha1
2017-12-02 18:36 derick Target Version 2.6.0alpha1 => 2.6.0