Bug 12626

Summary: PHP missing header files within 2020.02
Product: buildroot Reporter: Jörg Hering <joerg.hering>
Component: OtherAssignee: Peter Seiderer <ps.report>
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: 2020.02   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Jörg Hering 2020-03-09 11:52:18 UTC
empty Project like this (missing header files) 

BR2_aarch64=y
BR2_PACKAGE_PHP=y

/home/Public/BuildRoot/Machine/mdp-test/build/php-7.4.3/ext/standard/crc32.c:26:12: schwerwiegender Fehler: sys/auxv.h: Datei oder Verzeichnis nicht gefunden
 #  include <sys/auxv.h>
            ^~~~~~~~~~~~

Greetings Jörg
Comment 1 Peter Seiderer 2020-03-09 14:55:49 UTC
It is uclibc specific, can be avoided by selection musl or glibc, or by the suggested patch:

https://patchwork.ozlabs.org/patch/1251588/