Package Details: xenia-git r6950.3d30b2eec-2

Git Clone URL: https://aur.archlinux.org/xenia-git.git (read-only, click to copy)
Package Base: xenia-git
Description: An experimental emulator for the Xbox 360.
Upstream URL: http://xenia.jp
Licenses: BSD
Conflicts: xenia
Provides: xenia
Submitter: bwrsandman
Maintainer: bwrsandman
Last Packager: bwrsandman
Votes: 11
Popularity: 0.24
First Submitted: 2018-01-28 02:20 (UTC)
Last Updated: 2024-08-21 15:10 (UTC)

Required by (0)

Sources (32)

Latest Comments

1 2 3 4 Next › Last »

micwoj92 commented on 2024-09-25 21:12 (UTC)

Please add maintainer info to pkgbuild.

mikearch commented on 2024-08-21 18:20 (UTC) (edited on 2024-08-21 18:22 (UTC) by mikearch)

There are still the same errors..

Creating obj/Linux/Release/Linux/Release/snappy
Creating obj/Linux/Release/Linux/Release/xxhash
snappy-sinksource.cc
clang: error: unknown argument: '-fgraphite-identity'
clang: error: unknown argument: '-floop-strip-mine'
Creating obj/Linux/Release/Linux/Release/imgui
clang++clang++: : error: error: unknown argument: '-fgraphite-identity'unknown argument: '-fgraphite-identity'

xxhash.c
clang++: error: unknown argument: '-fgraphite-identity'
clang: error: unknown argument: '-floop-nest-optimize'
clang++: error: unknown argument: '-floop-strip-mine'
clang++: error: unknown argument: '-floop-strip-mine'
clang: error: unknown argument: '-fipa-pta'
clang++: error: unknown argument: '-floop-strip-mine'
clang++: error: unknown argument: '-floop-nest-optimize'
clang++: error: unknown argument: '-floop-nest-optimize'
clang++: error: unknown argument: '-fipa-pta'
clang++: error: unknown argument: '-fipa-pta'
imgui.cpp
make[1]: *** [aes_128.make:168: obj/Linux/Release/Linux/Release/aes_128/aes.o] Error 1
make: *** [Makefile:173: aes_128] Error 2
make: *** Waiting for unfinished jobs....
clang++: error: unknown argument: '-fgraphite-identity'
make[1]: *** [discord-rpc.make:176: obj/Linux/Release/Linux/Release/discord-rpc/connection_unix.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [discord-rpc.make:179: obj/Linux/Release/Linux/Release/discord-rpc/discord_register_linux.o] Error 1
clang++: error: unknown argument: '-floop-nest-optimize'
clang++: error: unknown argument: '-fipa-pta'
clang++: error: unknown argument: '-floop-strip-mine'
imgui_demo.cpp
Logger.cpp
clang++: error: imgui_draw.cpp
unknown argument: '-floop-nest-optimize'
clang++: make[1]: *** [dxbc.make:168: obj/Linux/Release/Linux/Release/dxbc/DXBCChecksum.o] Error 1
....

bwrsandman commented on 2024-08-21 15:11 (UTC)

The issue was https://wiki.archlinux.org/title/Debugging/Getting_traces#Clang Should be fixed now.

mikearch commented on 2024-08-21 08:56 (UTC)

clang++: clang++: error: error: unknown argument: '-fgraphite-identity'unknown argument: '-fgraphite-identity'

A lot of similar errors after that. Does not build.

patlefort commented on 2023-12-13 20:22 (UTC)

Missing dependencies: sdl2 and llvm. Also for some reason, it is using DEBUG_CFLAGS variable from makepkg.conf even though it's compiled for release.

berturion commented on 2023-11-30 19:46 (UTC) (edited on 2023-11-30 19:47 (UTC) by berturion)

Just for info. I had to install llvm manually in order to compile the package. I had an error llvm-ar command not found otherwise.

bwrsandman commented on 2023-11-19 20:36 (UTC)

Cleaned-up the package and modified it to use system premake5 instead of building it itself.

NY152 commented on 2023-11-19 17:11 (UTC)

idem and repo not up to date

rtentser commented on 2023-10-02 20:10 (UTC) (edited on 2023-10-04 05:48 (UTC) by rtentser)

Build fails because premake5 is missing

I've installed premake5, but build still fails

make: *** [Bootstrap.mak:113: linux] Error 2
ERROR: cannot build premake5 executable.