Package Details: kronos 2.5.0-1

Git Clone URL: https://aur.archlinux.org/kronos.git (read-only, click to copy)
Package Base: kronos
Description: Sega Saturn emulator
Upstream URL: https://fcare.github.io
Licenses: GPL2
Provides: kronos
Submitter: tallero
Maintainer: tallero
Last Packager: tallero
Votes: 6
Popularity: 0.73
First Submitted: 2022-02-15 08:28 (UTC)
Last Updated: 2023-06-19 11:01 (UTC)

Latest Comments

« First ‹ Previous 1 2

FabioLolix commented on 2022-05-17 17:04 (UTC) (edited on 2022-05-17 17:04 (UTC) by FabioLolix)

Issue is reported upstream but not answered https://github.com/FCare/Kronos/issues/1337

I was able to build adding:

export CFLAGS+=" -Wno-format -Wno-format-security"
export CXXFLAGS="${CFLAGS}"

between md5sums=() and prepare()


Building with clang don't conclude anyway, so that can be removed entirely IMO


For the records mixed stuff from these posts for the solution

https://bugs.archlinux.org/task/74753

https://bugs.archlinux.org/task/70701

simona commented on 2022-05-16 23:14 (UTC)

[ 4%] Building C object src/CMakeFiles/kronos.dir/utils/src/cheat.c.o
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1: some warnings being treated as errors
make[2]: [src/CMakeFiles/kronos.dir/build.make:76: src/CMakeFiles/kronos.dir/utils/src/cheat.c.o] Errore 1
make[1]:
[CMakeFiles/Makefile2:273: src/CMakeFiles/kronos.dir/all] Errore 2
make: *** [Makefile:156: all] Errore 2