Bug 12626 - PHP missing header files within 2020.02
Summary: PHP missing header files within 2020.02
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.02
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: Peter Seiderer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-09 11:52 UTC by Jörg Hering
Modified: 2020-05-18 07:07 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

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