| ^~~ BUILDSTDERR: ppl_user.cc:646:28: error: 'Grid_Generator' has not been declared BUILDSTDERR: 646 | case AP_GEN_VERTEX: r = Grid_Generator::point(l,den); return true; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:647:28: error: 'Grid_Generator' has not been declared BUILDSTDERR: 647 | case AP_GEN_RAY: r = Grid_Generator::line(l); return false; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:648:28: error: 'Grid_Generator' has not been declared BUILDSTDERR: 648 | case AP_GEN_LINE: r = Grid_Generator::line(l); return true; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:650:28: error: 'Grid_Generator' has not been declared BUILDSTDERR: 650 | case AP_GEN_RAYMOD: r = Grid_Generator::parameter(l,den); return false; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:651:28: error: 'Grid_Generator' has not been declared BUILDSTDERR: 651 | case AP_GEN_LINEMOD: r = Grid_Generator::parameter(l,den); return true; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc: At global scope: BUILDSTDERR: ppl_user.cc:661:11: error: 'Grid_Generator_System' has not been declared BUILDSTDERR: 661 | Grid_Generator_System& r,ap_generator0_array_t* a) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:660:6: error: redefinition of 'bool ap_ppl_of_generator_array(itv_internal_t*, int&, ap_generator0_array_t*)' BUILDSTDERR: 660 | bool ap_ppl_of_generator_array(itv_internal_t* intern, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:614:6: note: 'bool ap_ppl_of_generator_array(itv_internal_t*, int&, ap_generator0_array_t*)' previously defined here BUILDSTDERR: 614 | bool ap_ppl_of_generator_array(itv_internal_t* intern, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc: In function 'bool ap_ppl_of_generator_array(itv_internal_t*, int&, ap_generator0_array_t*)': BUILDSTDERR: ppl_user.cc:668:3: error: 'Grid_Generator' was not declared in this scope BUILDSTDERR: 668 | Grid_Generator c = Grid_Generator::point(); BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ppl_user.cc:670:5: error: request for member 'clear' in 'r', which is of non-class type 'int' BUILDSTDERR: 670 | r.clear(); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ppl_user.cc:673:42: error: 'c' was not declared in this scope BUILDSTDERR: 673 | exact = ap_ppl_of_generator(intern,c,&a->p[i]) && exact; BUILDSTDERR: | ^ BUILDSTDERR: ppl_user.cc:674:9: error: request for member 'insert' in 'r', which is of non-class type 'int' BUILDSTDERR: 674 | r.insert(c); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ppl_user.cc: In function 'ap_lincons0_t ap_ppl_to_lincons(const int&)': BUILDSTDERR: ppl_user.cc:107:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 107 | } BUILDSTDERR: | ^ BUILDSTDERR: make[1]: *** [Makefile:121: ppl_user.o] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/apron-0.9.11/ppl' BUILDSTDERR: make: *** [Makefile:26: c] Error 2 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.NVMsN3 (%build) RPM build errors: BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.NVMsN3 (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 700, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/apron.spec