st noexcept; | ^ ../backend/plugin/CarlaPlugin.cpp:138:6: note: 'isEnabled' was previously declared here 138 | bool CarlaPlugin::isEnabled() const noexcept | ^ ../backend/CarlaPlugin.hpp:111:10: warning: 'getHints' violates the C++ One Definition Rule [-Wodr] 111 | uint getHints() const noexcept; | ^ ../backend/CarlaPlugin.hpp:111:10: warning: 'getHints' violates the C++ One Definition Rule [-Wodr] 111 | uint getHints() const noexcept; | ^ ../backend/plugin/CarlaPlugin.cpp:128:6: note: 'getHints' was previously declared here 128 | uint CarlaPlugin::getHints() const noexcept | ^ ../backend/CarlaPlugin.hpp:949:25: warning: 'getExtraStuff' violates the C++ One Definition Rule [-Wodr] 949 | virtual const void* getExtraStuff() const noexcept | ^ ../backend/CarlaPlugin.hpp:949:25: warning: 'getExtraStuff' violates the C++ One Definition Rule [-Wodr] 949 | virtual const void* getExtraStuff() const noexcept | ^ ../backend/CarlaPlugin.hpp:949:25: note: 'getExtraStuff' was previously declared here 949 | virtual const void* getExtraStuff() const noexcept | ^ ../backend/CarlaPlugin.hpp:941:24: warning: 'getBinaryType' violates the C++ One Definition Rule [-Wodr] 941 | virtual BinaryType getBinaryType() const noexcept | ^ ../backend/CarlaPlugin.hpp:941:24: warning: 'getBinaryType' violates the C++ One Definition Rule [-Wodr] 941 | virtual BinaryType getBinaryType() const noexcept | ^ ../backend/CarlaPlugin.hpp:941:24: note: 'getBinaryType' was previously declared here 941 | virtual BinaryType getBinaryType() const noexcept | ^ In function 'ladspa_rdf_dup', inlined from 'init2' at ../backend/plugin/CarlaPluginLADSPADSSI.cpp:2903:44: ../utils/CarlaLadspaUtils.hpp:50:76: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 50 | newDescriptor->Ports = new LADSPA_RDF_Port[newDescriptor->PortCount]; | ^ ../utils/CarlaLadspaUtils.hpp: In member function 'init2': /usr/include/c++/10/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In function 'ladspa_rdf_dup', inlined from 'init2' at ../backend/plugin/CarlaPluginLADSPADSSI.cpp:2903:44: ../utils/CarlaLadspaUtils.hpp:68:90: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 68 | newPort->ScalePoints = new LADSPA_RDF_ScalePoint[oldPort->ScalePointCount]; | ^ ../utils/CarlaLadspaUtils.hpp: In member function 'init2': /usr/include/c++/10/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.e1o1vX (%build) Bad exit status from /var/tmp/rpm-tmp.e1o1vX (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status 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/Carla.spec