tes [ 7 of 38] Compiling Graphics.Vty.DisplayAttributes [ 8 of 38] Compiling Graphics.Vty.Error [ 9 of 38] Compiling Graphics.Vty.Image.Internal [10 of 38] Compiling Graphics.Vty.Image [11 of 38] Compiling Graphics.Vty.Input.Events [12 of 38] Compiling Graphics.Vty.Input.Classify.Types [13 of 38] Compiling Graphics.Vty.Input.Classify.Parse [14 of 38] Compiling Graphics.Vty.Config [15 of 38] Compiling Graphics.Vty.Input.Focus src/Graphics/Vty/Input/Focus.hs:14:1: warning: [-Wunused-imports] The import of ‘Control.Monad.State’ is redundant except perhaps to import instances from ‘Control.Monad.State’ To import instances alone, use: import Control.Monad.State() | 14 | import Control.Monad.State | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [16 of 38] Compiling Graphics.Vty.Input.Mouse src/Graphics/Vty/Input/Mouse.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Monad.State’ is redundant except perhaps to import instances from ‘Control.Monad.State’ To import instances alone, use: import Control.Monad.State() | 18 | import Control.Monad.State | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [17 of 38] Compiling Graphics.Vty.Input.Paste [18 of 38] Compiling Graphics.Vty.Input.Classify [19 of 38] Compiling Graphics.Vty.Input.Loop : error: Couldn't find a target code interpreter. Try with -fexternal-interpreter [20 of 38] Compiling Graphics.Vty.Input.Terminfo.ANSIVT [21 of 38] Compiling Graphics.Vty.Input.Terminfo src/Graphics/Vty/Input/Terminfo.hs:92:22: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type ‘([Char], Event)’ not matched: (_, (EvMouseDown _ _ _ _)) (_, (EvMouseUp _ _ _)) (_, (EvResize _ _)) (_, (EvPaste _)) ... | 92 | ctrlMetaChars = map (\(s,EvKey c m) -> ('\ESC':s, EvKey c (MMeta:m))) ctrlChars | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [23 of 38] Compiling Graphics.Vty.Picture [24 of 38] Compiling Graphics.Vty.Span [25 of 38] Compiling Graphics.Vty.PictureToSpans : error: Couldn't find a target code interpreter. Try with -fexternal-interpreter [31 of 38] Compiling Graphics.Vty.Debug src/Graphics/Vty/Debug.hs:18:1: warning: [-Wunused-top-binds] Defined but not used: ‘rowOpsAffectedColumns’ | 18 | rowOpsAffectedColumns ops | ^^^^^^^^^^^^^^^^^^^^^ src/Graphics/Vty/Debug.hs:29:1: warning: [-Wunused-top-binds] Defined but not used: type constructor or class ‘SpanConstructLog’ | 29 | type SpanConstructLog = [SpanConstructEvent] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Graphics/Vty/Debug.hs:30:27: warning: [-Wunused-top-binds] Defined but not used: data constructor ‘SpanSetAttr’ | 30 | data SpanConstructEvent = SpanSetAttr Attr | ^^^^^^^^^^^^^^^^ src/Graphics/Vty/Debug.hs:33:1: warning: [-Wunused-top-binds] Defined but not used: ‘isSetAttr’ | 33 | isSetAttr expectedAttr (SpanSetAttr inAttr) | ^^^^^^^^^ [32 of 38] Compiling Graphics.Vty.UnicodeWidthTable.Types [33 of 38] Compiling Graphics.Vty.UnicodeWidthTable.Query [34 of 38] Compiling Graphics.Vty.UnicodeWidthTable.Install [35 of 38] Compiling Graphics.Vty.UnicodeWidthTable.IO error: Bad exit status from /var/tmp/rpm-tmp.QvGiut (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.QvGiut (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 600, 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/ghc-vty.spec