i/dialogs/config.h:35:7: note: the incompatible type is defined here 35 | class geTabAudio; | ^ ./src/gui/elems/mainWindow/keyboard/channel.h:47:7: warning: type 'struct geChannel' violates the C++ One Definition Rule [-Wodr] 47 | class geChannel : public Fl_Group | ^ src/gui/elems/mainWindow/keyboard/channel.h:47:7: note: a different type is defined in another translation unit 47 | class geChannel : public Fl_Group | ^ ./src/gui/elems/mainWindow/keyboard/channel.h:78:19: note: the first difference of corresponding definitions is field 'status' 78 | geChannelStatus* status; | ^ src/gui/elems/mainWindow/keyboard/channel.h:78:19: note: a field of same name but different type is defined in another translation unit 78 | geChannelStatus* status; | ^ ./src/gui/elems/mainWindow/keyboard/channel.h:37:7: note: type name 'geChannelStatus' should match type name 'giada::v::geChannelStatus' 37 | class geChannelStatus; | ^ src/gui/elems/mainWindow/keyboard/channelStatus.h:45:7: note: the incompatible type is defined here 45 | class geChannelStatus : public Fl_Box | ^ src/gui/elems/mainWindow/keyboard/sampleChannel.h:43:7: warning: type 'struct geSampleChannel' violates the C++ One Definition Rule [-Wodr] 43 | class geSampleChannel : public geChannel | ^ src/gui/elems/mainWindow/keyboard/sampleChannel.h:43:7: note: a type with different bases is defined in another translation unit 43 | class geSampleChannel : public geChannel | ^ src/core/init.cpp:70:32: warning: 'G_MainWin' violates the C++ One Definition Rule [-Wodr] 70 | extern giada::v::gdMainWindow* G_MainWin; | ^ src/main.cpp:33:7: note: type name 'gdMainWindow' should match type name 'giada::v::gdMainWindow' 33 | class gdMainWindow* G_MainWin = nullptr; | ^ ./src/gui/dialogs/mainWindow.h:44:7: note: the incompatible type is defined here 44 | class gdMainWindow : public gdWindow | ^ src/main.cpp:33:21: note: 'G_MainWin' was previously declared here 33 | class gdMainWindow* G_MainWin = nullptr; | ^ /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans1.ltrans.o: in function `.L0 ': /builddir/build/BUILD/giada-0.16.4-src/src/core/midiDispatcher.cpp:197: undefined reference to `__atomic_fetch_xor_1' /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans1.ltrans.o: in function `.L0 ': /builddir/build/BUILD/giada-0.16.4-src/src/glue/events.cpp:246: undefined reference to `__atomic_fetch_xor_1' /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans3.ltrans.o: in function `.L0 ': /usr/include/c++/10/bits/charconv.h:61: undefined reference to `__atomic_fetch_xor_1' /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans3.ltrans.o: in function `.LVL1205': /usr/include/c++/10/bits/stl_vector.h:683: undefined reference to `__atomic_fetch_xor_1' /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans3.ltrans.o: in function `.L0 ': /usr/include/c++/10/bits/atomic_base.h:426: undefined reference to `__atomic_fetch_xor_1' /usr/bin/ld: /tmp/giada.GQ7KnT.ltrans3.ltrans.o:/builddir/build/BUILD/giada-0.16.4-src/./src/core/rcuList.h:391: more undefined references to `__atomic_fetch_xor_1' follow collect2: error: ld returned 1 exit status make: *** [Makefile:2835: giada] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.GjptvY (%build) Bad exit status from /var/tmp/rpm-tmp.GjptvY (%build) RPM build errors: 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/giada.spec