Opened 10 years ago
Closed 10 years ago
#43884 closed defect (duplicate)
clang-2.9 @ 2.9_14 : build failure - /usr/include/math.h:30:10: fatal error: 'architecture/arm/math.h' file not found #include "architecture/arm/math.h"
Reported by: | ci42 | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | clang-2.9 |
Description
See the attached log file.
Attachments (1)
Change History (4)
Changed 10 years ago by ci42
comment:1 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by ci42
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I didn't selected the arm_runtime variant. I think it was selected automatically because of:
# The iOS SDK was shipped with all Xcode releases after 4.0 if {[info exists xcodeversion] && [vercmp "4.0" ${xcodeversion}] <= 0} { default_variants-append +arm_runtime }
Perhaps this test is not sufficient enough to determine if the requirements are satisfied?
comment:3 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
We only need to discuss this in one place. #43885
Note: See
TracTickets for help on using
tickets.
Yes. Don't use +arm_runtime if you don't have the requirements.