cad/tochnog
Free explicit/implicit Finite Element Program
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 20140100 | 625 | 4.0 | amd64 | gpl2 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2026-01-04 19:46:30.836311 | Test Started |
| m4064b | fail | 2026-01-04 19:47:19.29161 | make build returned non-zero: 1 |
| m4064b | fail | 2026-01-04 19:47:19.351332 | Test complete. |
Log
[1m===> Building for tochnog-20140100[0m
--- freebsd_old ---
/usr/bin/make tochnog "SYS_FILE=sysother" "OBJ=o" "COMPILER_FLAGS= -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu " "LINK_FLAGS_BEFORE=" "LINK_FLAGS_AFTER= -lf2c -L/usr/local/lib -lm /usr/local/lib/libsuperlu.so -L/usr/local/lib -llapack -lblas -Wl,-rpath=/usr/local/lib/gcc14 -L/usr/local/lib/gcc14 -B/usr/local/bin -fstack-protector-strong -pthread -lm -o tochnog"
--- adjust.o ---
--- area.o ---
--- beam.o ---
--- bounda.o ---
--- calcul.o ---
--- change.o ---
--- check.o ---
--- condif.o ---
--- contact.o ---
--- conspr.o ---
--- crack.o ---
--- create.o ---
--- damage.o ---
--- data.o ---
--- date.o ---
--- database.o ---
--- delete.o ---
--- distri.o ---
--- dof.o ---
--- elasti.o ---
--- elem.o ---
--- error.o ---
--- extrude.o ---
--- failure.o ---
--- adjust.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P adjust.cc
--- area.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P area.cc
--- beam.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P beam.cc
--- bounda.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P bounda.cc
--- calcul.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P calcul.cc
--- change.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P change.cc
--- check.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P check.cc
--- condif.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P condif.cc
--- contact.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P contact.cc
--- conspr.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P conspr.cc
--- crack.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P crack.cc
--- create.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P create.cc
--- damage.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P damage.cc
--- data.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P data.cc
--- date.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P date.cc
--- database.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P database.cc
--- delete.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P delete.cc
--- distri.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P distri.cc
--- dof.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P dof.cc
--- elasti.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P elasti.cc
--- elem.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P elem.cc
--- error.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P error.cc
--- extrude.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P extrude.cc
--- failure.o ---
c++ -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dregister= -I/usr/local/include/superlu -P failure.cc
In file included from failure.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from failure.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- beam.o ---
In file included from beam.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from beam.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- extrude.o ---
In file included from extrude.cc:7:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from extrude.cc:7:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- failure.o ---
2 errors generated.
*** [failure.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- database.o ---
In file included from database.cc:25:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from database.cc:25:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- elem.o ---
In file included from elem.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from elem.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- adjust.o ---
In file included from adjust.cc:20:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from adjust.cc:20:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- change.o ---
In file included from change.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from change.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- extrude.o ---
2 errors generated.
*** [extrude.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- contact.o ---
In file included from contact.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from contact.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- conspr.o ---
In file included from conspr.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from conspr.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- area.o ---
In file included from area.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from area.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- beam.o ---
2 errors generated.
--- damage.o ---
In file included from damage.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from damage.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- bounda.o ---
In file included from bounda.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from bounda.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- beam.o ---
*** [beam.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- data.o ---
In file included from data.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from data.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- distri.o ---
In file included from distri.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from distri.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- check.o ---
In file included from check.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from check.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- change.o ---
2 errors generated.
--- adjust.o ---
2 errors generated.
--- delete.o ---
In file included from delete.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from delete.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- change.o ---
*** [change.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- adjust.o ---
*** [adjust.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- elem.o ---
2 errors generated.
--- conspr.o ---
2 errors generated.
--- elem.o ---
*** [elem.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- conspr.o ---
*** [conspr.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- database.o ---
2 errors generated.
*** [database.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- condif.o ---
In file included from condif.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from condif.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- dof.o ---
In file included from dof.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from dof.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- data.o ---
2 errors generated.
--- bounda.o ---
2 errors generated.
--- data.o ---
*** [data.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- damage.o ---
2 errors generated.
--- bounda.o ---
*** [bounda.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- distri.o ---
2 errors generated.
--- error.o ---
In file included from error.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from error.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- damage.o ---
*** [damage.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- create.o ---
In file included from create.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from create.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- distri.o ---
*** [distri.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- contact.o ---
2 errors generated.
--- area.o ---
2 errors generated.
--- calcul.o ---
In file included from calcul.cc:24:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from calcul.cc:24:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- area.o ---
*** [area.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- contact.o ---
*** [contact.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- delete.o ---
2 errors generated.
--- check.o ---
2 errors generated.
--- delete.o ---
*** [delete.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- check.o ---
*** [check.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- elasti.o ---
In file included from elasti.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from elasti.cc:21:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- crack.o ---
In file included from crack.cc:42:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from crack.cc:42:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- dof.o ---
2 errors generated.
--- create.o ---
2 errors generated.
--- dof.o ---
*** [dof.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- create.o ---
*** [create.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- calcul.o ---
2 errors generated.
--- error.o ---
2 errors generated.
--- calcul.o ---
*** [calcul.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- error.o ---
*** [error.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- date.o ---
In file included from date.cc:20:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: reference to 'complex' is ambiguous
134 | complex c;
| ^
./f2c.h:16:31: note: candidate found by name lookup is 'complex'
16 | typedef struct { real r, i; } complex;
| ^
/usr/include/c++/v1/__fwd/complex.h:22:28: note: candidate found by name lookup is 'std::complex'
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
In file included from date.cc:20:
In file included from ./tochnog.h:40:
./f2c.h:134:2: error: use of class template 'complex' requires template arguments; argument deduction not allowed in non-static union member
134 | complex c;
| ^~~~~~~
/usr/include/c++/v1/__fwd/complex.h:22:28: note: template is declared here
22 | class _LIBCPP_TEMPLATE_VIS complex;
| ^
--- condif.o ---
2 errors generated.
*** [condif.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- date.o ---
2 errors generated.
--- elasti.o ---
2 errors generated.
--- crack.o ---
2 errors generated.
--- date.o ---
*** [date.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- elasti.o ---
*** [elasti.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
--- crack.o ---
*** [crack.o] Error code 1
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
24 errors
make[1]: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
*** [freebsd_old] Error code 2
make: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
1 error
make: stopped in /magus/work/usr/mports/cad/tochnog/work/Sources/Tochnog-Latest-jan-2014
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/cad/tochnog
Links
Depends On
- devel/binutils (build)
- lang/f2c (build)
- lang/gcc14 (build)
- math/blas (lib)
- math/lapack (lib)
- math/superlu (lib)
- lang/gcc14 (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus