[Bug 266193] math/fenics-basix: 0.5.0.post0/cpp/basix/mdspan.hpp:25:9: fatal error: 'concepts' file not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 Sep 2022 09:25:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266193

            Bug ID: 266193
           Summary: math/fenics-basix:
                    0.5.0.post0/cpp/basix/mdspan.hpp:25:9: fatal error:
                    'concepts' file not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: http://package18.nyi.freebsd.org/data/123amd64-default
                    -foo/2022-08-30_18h10m18s/logs/errors/fenics-basix-0.5
                    .0.p0.log
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: salvadore@freebsd.org
            Blocks: 265948
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

Updating GCC_DEFAULT from GCC 11 to GCC 12 is blocked by the fact that building
this port with GCC 12 on i386 and amd64 fails.

The error message is the following:



[  4% 2/23] /usr/bin/c++ -Dbasix_EXPORTS
-I/wrkdirs/usr/ports/math/fenics-basix/work/.build
-I/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -fPIC -std=c++2a -MD -MT
CMakeFiles/basix.dir/basix/cell.cpp.o -MF
CMakeFiles/basix.dir/basix/cell.cpp.o.d -o
CMakeFiles/basix.dir/basix/cell.cpp.o -c
/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp/basix/cell.cpp
FAILED: CMakeFiles/basix.dir/basix/cell.cpp.o 
/usr/bin/c++ -Dbasix_EXPORTS -I/wrkdirs/usr/ports/math/fenics-basix/work/.build
-I/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -fPIC -std=c++2a -MD -MT
CMakeFiles/basix.dir/basix/cell.cpp.o -MF
CMakeFiles/basix.dir/basix/cell.cpp.o.d -o
CMakeFiles/basix.dir/basix/cell.cpp.o -c
/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp/basix/cell.cpp
In file included from
/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp/basix/cell.cpp:6:
In file included from
/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp/basix/math.h:9:
/wrkdirs/usr/ports/math/fenics-basix/work/basix-0.5.0.post0/cpp/basix/mdspan.hpp:25:9:
fatal error: 'concepts' file not found
#include<concepts>
        ^~~~~~~~~~
1 error generated.



Please see also the log in the URL field. This URL might be useful to solve the
issue: http://gcc.gnu.org/gcc-12/porting_to.html .


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265948
[Bug 265948] [exp-run] Update GCC_DEFAULT from 11 to 12
-- 
You are receiving this mail because:
You are the assignee for the bug.