Bug 276799 - math/librmath: Does not build with lang/gcc13 on i386: fatal error: 'Rmath.h' file not found
Summary: math/librmath: Does not build with lang/gcc13 on i386: fatal error: 'Rmath.h'...
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lorenzo Salvadore
URL:
Keywords:
Depends on:
Blocks: 273397
  Show dependency treegraph
 
Reported: 2024-02-03 11:17 UTC by Lorenzo Salvadore
Modified: 2024-02-10 19:03 UTC (History)
0 users

See Also:


Attachments

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