I have a up and running hyprland install on Gentoo 6.18.9 with the 580 nivida driver.
I am attempting to install the hyprbar howeve rit has a depedency on ags. I have enabled the overlay that provides ags and when trying to build it, it fails with the following error:
Code: Select all
[20/22] /usr/bin/g-ir-compiler subprojects/gvc/Gvc-1.0.gir --output subprojects/gvc/Gvc-1.0.typelib --includedir=/usr/share/gir-1.0
[21/22] /usr/bin/tsc --outDir /var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags-1.8.2-build/tsc-out --project /var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags
FAILED: [code=2] src/tsc-output
/usr/bin/tsc --outDir /var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags-1.8.2-build/tsc-out --project /var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags
../ags/src/service/greetd.ts(105,44): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type 'ArrayBufferLike | number[]' is not assignable to parameter of type 'ArrayBuffer | ArrayLike<number>'.
Type 'SharedArrayBuffer' is not assignable to type 'ArrayBuffer | ArrayLike<number>'.
Type 'SharedArrayBuffer' is not assignable to type 'ArrayBuffer'.
Types of property '[Symbol.toStringTag]' are incompatible.
Type '"SharedArrayBuffer"' is not assignable to type '"ArrayBuffer"'.
ninja: build stopped: subcommand failed.
* ERROR: gui-apps/ags-1.8.2-r1::jabuxas failed (compile phase):
* ninja -v -l14 -j13 failed
*
* Call stack:
* ebuild.sh, line 143: Called src_compile
* environment, line 2354: Called meson_src_compile
* environment, line 1648: Called eninja
* environment, line 1261: Called die
* The specific snippet of code:
* "$@" || die -n "${*} failed"
*
* If you need support, post the output of `emerge --info '=gui-apps/ags-1.8.2-r1::jabuxas'`,
* the complete build log and the output of `emerge -pqv '=gui-apps/ags-1.8.2-r1::jabuxas'`.
* The complete build log is located at '/var/tmp/portage/gui-apps/ags-1.8.2-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gui-apps/ags-1.8.2-r1/temp/environment'.
* Working directory: '/var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags-1.8.2-build'
* S: '/var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags'
>>> Failed to emerge gui-apps/ags-1.8.2-r1, Log file:
>>> '/var/tmp/portage/gui-apps/ags-1.8.2-r1/temp/build.log'
* Messages for package gui-apps/ags-1.8.2-r1:
* ERROR: gui-apps/ags-1.8.2-r1::jabuxas failed (compile phase):
* ninja -v -l14 -j13 failed
* Call stack:
* ebuild.sh, line 143: Called src_compile
* environment, line 2354: Called meson_src_compile
* environment, line 1648: Called eninja
* environment, line 1261: Called die
* The specific snippet of code:
* "$@" || die -n "${*} failed"
* If you need support, post the output of `emerge --info '=gui-apps/ags-1.8.2-r1::jabuxas'`,
* the complete build log and the output of `emerge -pqv '=gui-apps/ags-1.8.2-r1::jabuxas'`.
* The complete build log is located at '/var/tmp/portage/gui-apps/ags-1.8.2-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gui-apps/ags-1.8.2-r1/temp/environment'.
* Working directory: '/var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags-1.8.2-build'
* S: '/var/tmp/portage/gui-apps/ags-1.8.2-r1/work/ags'
Thanks

