this architecture (yet)" 59 | #error "No support for this architecture (yet)" | ^~~~~ lj_arch.h:362:2: error: #error "No target architecture defined" 362 | #error "No target architecture defined" | ^~~~~ lj_arch.h:59:2: error: #error "No support for this architecture (yet)" 59 | #error "No support for this architecture (yet)" | ^~~~~ lj_arch.h:362:2: error: #error "No target architecture defined" 362 | #error "No target architecture defined" | ^~~~~ Makefile:268: *** Unsupported target architecture. Stop. make[1]: *** [Makefile:113: default] Error 2 make: *** [Makefile:60: deps/LuaJIT-2.1.0-beta3/src/libluajit.a] Error 2 make: *** Waiting for unfinished jobs.... make: Entering directory '/builddir/build/BUILD/howl-0.6/src' cc -c main.c -Wall -O2 -g -I/builddir/build/BUILD/howl-0.6/src/deps/LuaJIT-2.1.0-beta3/src -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -DHOWL_PREFIX=/usr/local make: Leaving directory '/builddir/build/BUILD/howl-0.6/src' make[1]: Entering directory '/builddir/build/BUILD/howl-0.6/src/deps/lpeg-0.10.2' gcc -Wall -Wextra -pedantic -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdisabled-optimization -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -O2 -DNDEBUG -ansi -I../../deps/LuaJIT-2.1.0-beta3/src -c -o lpeg.o lpeg.c make[1]: Leaving directory '/builddir/build/BUILD/howl-0.6/src/deps/lpeg-0.10.2' In file included from lpeg.c:15: lpeg.c: In function 'luaopen_lpeg': lpeg.c:2393:24: warning: cast between incompatible function types from 'void (*)(lua_State *, const char * (*)(const char *, const char *, const char *, const void *), const void *, size_t)' {aka 'void (*)(lua_State *, const char * (*)(const char *, const char *, const char *, const void *), const void *, long unsigned int)'} to 'int (*)(lua_State *)' [-Wcast-function-type] 2393 | lua_pushcfunction(L, (lua_CFunction)&l_newpf); /* new-pattern function */ | ^ ../../deps/LuaJIT-2.1.0-beta3/src/lua.h:262:53: note: in definition of macro 'lua_pushcfunction' 262 | #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) | ^ lpeg.c: In function 'match': lpeg.c:556:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 556 | stack--; | ~~~~~^~ lpeg.c:558:7: note: here 558 | case IFail: | ^~~~ lpeg.c:631:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 631 | luaL_error(L, "reference to %s outside a grammar", val2str(L, -1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lpeg.c:633:7: note: here 633 | default: assert(0); return NULL; | ^~~~~~~ RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.N2zIOM (%build) Bad exit status from /var/tmp/rpm-tmp.N2zIOM (%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/howl.spec