
























Namarrgon, sure I think I can add it, but it's not being detected as missing using namcap:
$ namcap PKGBUILD *.zst
PKGBUILD (xenia-canary-git) W: Reference to ppc should be changed to $CARCH
PKGBUILD (xenia-canary-git) W: Reference to ppc should be changed to $CARCH
xenia-canary-git W: Dependency libgcc detected and implicitly satisfied (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency libxcb detected and implicitly satisfied (libraries ['usr/lib/libxcb.so.1'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency libstdc++ detected and implicitly satisfied (libraries ['usr/lib/libstdc++.so.6'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency libx11 detected and implicitly satisfied (libraries ['usr/lib/libX11-xcb.so.1'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency fontconfig detected and implicitly satisfied (libraries ['usr/lib/libfontconfig.so.1'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency glib2 detected and implicitly satisfied (libraries ['usr/lib/libgobject-2.0.so.0', 'usr/lib/libglib-2.0.so.0'] needed in files ['usr/bin/xenia'])
xenia-canary-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6', 'usr/lib/libm.so.6'] needed in files ['usr/bin/xenia'])
'glslang' required despite the presence of the git-submodule. 'lld' is missing from the make-dependencies.
Hello EndlessEden, it is working again now, I git cleaned my local repository and it worked just fine. Thanks
"${pkgname}"/build/version.h does not exist, refuses to build.
Hello Neros, it should be building again now. Since it's an active project and this is a -git package, there are frequently changes that need to be made here as well.
I can't build it anymore:
error: while searching for:
removefiles({"windowed_app_main_*.cc"})
filter("platforms:Android-*")
-- Exports JNI functions.
wholelib("On")
filter("platforms:Windows")
links({
error: patch failed: src/xenia/ui/premake5.lua:14
error: src/xenia/ui/premake5.lua: patch does not apply
Is it an upstream issue or can you do something about it? Thanks.
I'm having the same issue as @xAsh, and CMAKE_BUILD_TYPE is not set in any of my makepkg config files.
[100%] Linking CXX executable /home/softestpoly/.cache/yay/xenia-canary-git/src/xenia-canary-git/build/bin/Linux/Debug/xenia-base-tests
[100%] Built target xenia-base-tests
/home/softestpoly/.cache/yay/xenia-canary-git/PKGBUILD: line 138: xenia-canary-git/build/bin/Linux/Release/xenia-base-tests: No such file or directory
==> ERROR: A failure occurred in check().
Aborting...
-> error making: xenia-canary-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
xenia-canary-git - exit status 4
Very strange @xAsh, I see you have built xenia-base-tests with CMAKE_BUILD_TYPE set to Debug somehow, e.g.:
/home/me/.cache/yay/xenia-canary-git/src/xenia-canary-git/build/bin/Linux/Debug/xenia-base-tests
For some reason your build system seems to be overriding the hard-coded line PKGBUILD:130:
-D CMAKE_BUILD_TYPE:STRING=Release
with
-D CMAKE_BUILD_TYPE:STRING=Debug
You might want to check in your /etc/makepkg.conf//etc/makepkg.conf.d to see if you are overriding the CMAKE_BUILD_TYPE.
mh,
[100%] Linking CXX executable /home/me/.cache/yay/xenia-canary-git/src/xenia-canary-git/build/bin/Linux/Debug/xenia-base-tests
[100%] Built target xenia-base-tests
/home/me/.cache/yay/xenia-canary-git/PKGBUILD: line 137: xenia-canary-git/build/bin/Linux/Release/xenia-base-tests: No such file or directory
==> ERROR: A failure occurred in check().
Aborting...
-> error making: xenia-canary-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
xenia-canary-git - exit status
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Alright, I don't see
glslangbeing required since the submodule is being built directly into thesrc/xenia-canary-git-build/bin/Linux/xenia_canarybinary, please provide some more information.It's not using
glslangdynamically linked library:And there appears to be no
glslangsymbols in the binary: