Search Criteria
Package Details: eslauncher2 0.9.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eslauncher2.git (read-only, click to copy) |
---|---|
Package Base: | eslauncher2 |
Description: | The next generation Endless Sky Launcher |
Upstream URL: | https://github.com/EndlessSkyCommunity/ESLauncher2 |
Keywords: | endless sky |
Licenses: | GPL-3.0 |
Submitter: | DisableGraphics |
Maintainer: | DisableGraphics |
Last Packager: | DisableGraphics |
Votes: | 3 |
Popularity: | 0.031641 |
First Submitted: | 2022-06-21 15:38 (UTC) |
Last Updated: | 2024-07-13 21:00 (UTC) |
Dependencies (4)
- fuse2
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup)
- alsa-lib (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
kusoneko commented on 2024-06-02 08:56 (UTC)
This doesn't compile in a clean chroot without alsa-lib in the makedepends array.
Please change
makedepends=(cargo)
tomakedepends=('cargo' 'alsa-lib')
in the PKGBUILD.nirnakinho commented on 2024-03-27 16:26 (UTC)
Thanks for updating the PKGBUILD, it works fine with my setup now. Next time, please do update the pkgrel number, too. Otherwise, AUR helpers or people who build manually will not see that there was an update. See https://wiki.archlinux.org/title/PKGBUILD#pkgrel for further information.
Regards,
DisableGraphics commented on 2024-03-26 21:31 (UTC)
I have updated the package to reflect the guidelines. My bad. Thank you very much for pointing it out.
nirnakinho commented on 2024-03-26 20:49 (UTC)
==> Beginne build()... error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured. help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
I have rustup installed, which replaces rust. However, as rustup installs the whole toolchain from scratch, the build won't work. Please check the wiki https://wiki.archlinux.org/title/Rust_package_guidelines and update the PKGBUILD accordingly.
How it can be done, you can check from one of my aur builds I maintain: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=starsector-mod-manager-rust
Regards,
deimosian commented on 2024-01-28 18:51 (UTC)
This needs fuse2 as a dependency, the instances will not launch without it installed.
Maddremor commented on 2023-03-04 12:16 (UTC)
v0.8.10 just got released
nirnakinho commented on 2022-10-26 15:26 (UTC) (edited on 2022-10-26 15:28 (UTC) by nirnakinho)
Building this in a chroot (with aurto, in my case) fails. Error message posted below. I guess alsa-lib is missing as a dependency or at least makedep.
error: failed to run custom build command for
alsa-sys v0.3.1
Caused by:
process didn't exit successfully:
/build/eslauncher2/src/ESLauncher2-0.8.6/target/release/build/alsa-sys-2e665977fc07a2d4/build-script-build
(exit status: 101)--- stdout
cargo:rerun-if-env-changed=ALSA_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=ALSA_STATIC cargo:rerun-if-env-changed=ALSA_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
--- stderr thread 'main' panicked at '
"pkg-config" "--libs" "--cflags" "alsa"
did not exit successfully: exit status: 1 error: could not find system library 'alsa' required by the 'alsa-sys' crate--- stderr Package alsa was not found in the pkg-config search path. Perhaps you should add the directory containing `alsa.pc' to the PKG_CONFIG_PATH environment variable Package 'alsa', required by 'virtual:world', not found ', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs:13:18
Regards,
rogue_ronin commented on 2022-07-10 00:05 (UTC)
This needs extra/rust as a dependency. Thanks for the package!