Search Criteria
Package Details: flycast-git 2.5.r0.g5f4eefa-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flycast-git.git (read-only, click to copy) |
---|---|
Package Base: | flycast-git |
Description: | Sega Dreamcast, Naomi, and Atomiswave emulator |
Upstream URL: | https://github.com/flyinghead/flycast |
Licenses: | GPL-2.0-only |
Conflicts: | flycast |
Provides: | flycast |
Submitter: | mdomlop |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 11 |
Popularity: | 1.01 |
First Submitted: | 2021-01-13 18:48 (UTC) |
Last Updated: | 2025-05-08 14:12 (UTC) |
Dependencies (11)
- alsa-lib
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libzip (libzip-gitAUR)
- clang (llvm-gitAUR, clang17-binAUR, clang-minimal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 3 Next › Last »
xiota commented on 2025-05-23 17:21 (UTC)
@Roboguy420 What happens if you uninstall the -debug package? If it still crashes, would you mind putting the build log in a pastebin?
Roboguy420 commented on 2025-05-23 13:37 (UTC)
@xiota Thank you for the response.
I tried building the package in a clean chroot and installing the resulting package, but when running the program I still ran into the same ImGui crash.
I understand that this is a -git package and that there can be faulty commits, but I am confused as to why the program seems to run fine when building from upstream using the build instructions, but the program that is built from this package does not. If it were purely from a faulty commit I would have expected both the program from this package and the program I built from upstream to run into the same crash, but it is only the program from this package that keeps crashing for me.
I did not run cmake --install when I built through Github. I followed only the build instructions, and ran the program that was produced in the build/ directory with ./flycast
Apologies for the fairly long-winded reply. I feel like this may just be a problem on my end, though I'm clueless as to where it's going wrong.
xiota commented on 2025-05-23 12:42 (UTC) (edited on 2025-05-23 12:43 (UTC) by xiota)
@Roboguy420 Package built and ran without error on my machine. Keep in mind, this is a -git package. Some commits may not work. That is normal. Otherwise, recommend clearing cache and building in clean chroot. Also hope you didn't use cmake to install directly to your system. That tends to make a mess that interferes with function of normal packages.
Roboguy420 commented on 2025-05-23 09:21 (UTC) (edited on 2025-05-23 09:22 (UTC) by Roboguy420)
When attempting to run the program as built by this package I get the error:
This error does not occur when building directly with git using the build instructions on Github. Please fix. Thanks
UlrichH commented on 2025-04-03 15:20 (UTC) (edited on 2025-04-03 15:22 (UTC) by UlrichH)
I can't build :
CMake Error at core/deps/xxHash/cmake_unofficial/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
I don't understand the error :/
xAsh commented on 2024-09-21 14:13 (UTC)
oh you're right, it doesn't appear every single time, but it indeed appears sometimes in yay while there is no new commits available. might be a yay bug.
xiota commented on 2024-09-18 12:17 (UTC)
Package is correct as-is. After updating,
yay -Su
does not show this package in AUR list.xAsh commented on 2024-09-18 09:29 (UTC)
could the maintainer please do what's required so this package doesn't appear everytime yay updates packages, while a build made from the latest commit is already installed? thx!
see: https://github.com/Morganamilo/paru/issues/674#issuecomment-1036257646
kode54 commented on 2024-05-25 04:12 (UTC)
Fails to build in clean chroot:
1 2 3 Next › Last »