Bug 276799

Summary: math/librmath: Does not build with lang/gcc13 on i386: fatal error: 'Rmath.h' file not found
Product: Ports & Packages Reporter: Lorenzo Salvadore <salvadore>
Component: Individual Port(s)Assignee: Lorenzo Salvadore <salvadore>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 273397    

Description Lorenzo Salvadore freebsd_committer freebsd_triage 2024-02-03 11:17:39 UTC
This bug report blocks the update of GCC_DEFAULT to 13. This webpage can help finding a fix: https://gcc.gnu.org/gcc-13/porting_to.html

--- mlutils.d ---
In file included from mlutils.c:24:
./../nmath.h:44:10: fatal error: 'Rmath.h' file not found
#include <Rmath.h>
         ^~~~~~~~~
1 error generated.
*** [mlutils.d] Error code 1

If the issue needs time to be fixed, please consider introduce USE_GCC=12 as a temporary solution.