gtk4-layer-shell icon indicating copy to clipboard operation
gtk4-layer-shell copied to clipboard

Not building on arch

Open charklie opened this issue 1 year ago • 5 comments

meson-log.txt testlog.txt

I tried downloading from source, from aur and from cargo but all exit with code 4 and fail on test 14/33 integration-test-menu-popup.

charklie avatar Mar 12 '24 21:03 charklie

Change your theme to something default. Like adwaita or raleigh. Then build. then change back to whatever you used before.

abenz1267 avatar Mar 26 '24 12:03 abenz1267

Change your theme to something default. Like adwaita or raleigh. Then build. then change back to whatever you used before.

Sorry for the late reply but this didn't work, and so didn't it build when downloading from the tty.

charklie avatar Mar 29 '24 13:03 charklie

just tried installing on a fresh install, doesn't work indeed. not even when changing the theme.

abenz1267 avatar Apr 09 '24 16:04 abenz1267

Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 103, in <module>
    from giscanner.scannermain import scanner_main
  File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 35, in <module>
    from giscanner.ast import Include, Namespace
  File "/usr/lib/gobject-introspection/giscanner/ast.py", line 27, in <module>
    from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF
  File "/usr/lib/gobject-introspection/giscanner/sourcescanner.py", line 31, in <module>
    from giscanner._giscanner import SourceScanner as CSourceScanner
ModuleNotFoundError: No module named 'giscanner._giscanner'
[107/134] Linking target test/test-set-anchor-normalizes-booleans
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gtk4-layer-shell-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gtk4-layer-shell - exit status 4

gmankab avatar Apr 13 '24 04:04 gmankab

Same problem here. Any suggestions on how to get it to pass tests? Let me know how I can help to troubleshoot this and find a solution!

EDIT - I see the solution is already known. Thank you to @kooskkaspers - see issue https://github.com/wmww/gtk4-layer-shell/issues/40

simonm avatar Jun 23 '24 12:06 simonm