Search Criteria
Package Details: kronos 2.7.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kronos.git (read-only, click to copy) |
---|---|
Package Base: | kronos |
Description: | Sega Saturn emulator, fork of yabause |
Upstream URL: | https://github.com/FCare/Kronos |
Licenses: | GPL-2.0-or-later |
Submitter: | tallero |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 6 |
Popularity: | 0.000026 |
First Submitted: | 2022-02-15 08:28 (UTC) |
Last Updated: | 2025-05-02 22:13 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libglvnd (libglvnd-gitAUR)
- openal (openal-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- glu (glu-gitAUR) (make)
Latest Comments
1 2 Next › Last »
FabioLolix commented on 2025-08-11 14:00 (UTC)
Tips:
/etc/makepkg.conf
as.makepkg.conf
in your home folder so you don't have to sudo edit itganthore commented on 2025-08-11 13:54 (UTC)
Noting that this package fails to build if the MOLD linker is enabled /etc/makepkg.conf
To workaround, temporarily remove the mold linker in LDFLAGS (-fuse-ld=mold).
simona commented on 2025-01-26 22:29 (UTC)
solved
Sweet_Nougat commented on 2025-01-26 22:06 (UTC) (edited on 2025-01-26 22:13 (UTC) by Sweet_Nougat)
Hello! I have tested an updated PKGBUILD to download the latest version of the package from github, please update the PKGBUILD to the following:
FabioLolix commented on 2024-10-16 17:47 (UTC)
About the error I have disabled inadvertently
export CFLAGS+=" -Wno-error=format-security"
for this pkgbuild, since my last test have been released a new version, I'll take care after dinnersimona commented on 2024-10-16 17:30 (UTC)
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
noabody commented on 2022-12-11 17:50 (UTC) (edited on 2022-12-11 17:51 (UTC) by noabody)
In yabause/src/CMakeLists.txt:
-march=native
generates processor dependent code which prevents the built package from being portableNo suggestions as to resolution since
arch=('i686' 'x86_64' 'pentium4')
. The first would be-march=i686
and the latter would be-march=x86-64
tallero commented on 2022-06-14 22:25 (UTC)
@FabioLolix: ok then it was me who had it already disabled on the build machine. Added the new flags.
FabioLolix commented on 2022-06-14 22:05 (UTC)
I have
format-security
set as it is in the default /etc/makekg.conf https://archlinux.org/packages/core/x86_64/pacman/tallero commented on 2022-06-14 22:01 (UTC) (edited on 2022-06-14 22:02 (UTC) by tallero)
mmh, actually I also have
clang
failing:About the
format-security
error, maybe you explicitly set it inmakepkg.conf
?Here is someone with the same problem as you (on another package).
1 2 Next › Last »