Search Criteria
Package Details: fselect 0.8.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/fselect.git (read-only, click to copy) |
---|---|
Package Base: | fselect |
Description: | Find files with SQL-like queries |
Upstream URL: | https://github.com/jhspetersson/fselect |
Licenses: | MIT |
Conflicts: | fselect-git |
Provides: | fselect |
Submitter: | asm0dey |
Maintainer: | asm0dey |
Last Packager: | asm0dey |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-06 09:33 (UTC) |
Last Updated: | 2024-08-07 21:05 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
1 2 Next › Last »
davidhaller commented on 2024-08-03 10:00 (UTC)
@Koshon: You shouldn‘t have to install cmake manually, it should be a make-dependency, which would cause it to be installed automatically before building fselect, but allow it to be removed later as it is not required to run fselect.
Koshon commented on 2024-08-03 09:52 (UTC)
@davidhaller ok, thank you. But why do I have to install cmake manually? Shouldn't it come in package dependencies or something? After all, I haven't had any problems with other packages over the years (I mean a cmake error or something like that).
davidhaller commented on 2024-07-22 09:36 (UTC)
@Koshon: It means building the package in a fresh Arch Linux container to check if all the dependencies listed in the PKGBUILD are sufficient to build the package. You can do that using aurutils, for example.
But in your case, it already says that cmake is not installed. Try to install it and build again. If it works, it should be included in the makedepends of the PKGBUILD.
Koshon commented on 2024-07-21 19:24 (UTC)
@asm0dey, sorry, what it mean: "clean chroot build"? I just use yay -Syu or yay -S fselect.
asm0dey commented on 2024-07-20 21:56 (UTC)
@Koshon is it a clean chroot build?
Koshon commented on 2024-07-20 21:16 (UTC)
error: failed to run custom build command for
libz-ng-sys v1.1.15
Caused by: process didn't exit successfully:
/home/koshon/makepkg/fselect/src/fselect-0.8.6/target/release/build/libz-ng-sys-eeba303ae0c12997/build-script-build_zng
(exit status: 101) --- stdout CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None HOST_CMAKE_GENERATOR = None CMAKE_GENERATOR = None CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_x86_64-unknown-linux-gnu = None CMAKE_x86_64_unknown_linux_gnu = None HOST_CMAKE = None CMAKE = None running: cd "/home/koshon/makepkg/fselect/src/fselect-0.8.6/target/release/build/libz-ng-sys-b16c55dba450a615/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/home/koshon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-ng-sys-1.1.15/src/zlib-ng" "-DBUILD_SHARED_LIBS=OFF" "-DZLIB_COMPAT=OFF" "-DZLIB_ENABLE_TESTS=OFF" "-DWITH_GZFILEOP=ON" "-DCMAKE_INSTALL_PREFIX=/home/koshon/makepkg/fselect/src/fselect-0.8.6/target/release/build/libz-ng-sys-b16c55dba450a615/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fstack-protector-strong -fno-plt" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fstack-protector-strong -fno-plt" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fstack-protector-strong -fno-plt" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release"--- stderr thread 'main' panicked at /home/koshon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
failed to execute command: No such file or directory (os error 2) is
cmake
not installed?build script failed, must exit now note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace warning: build failed, waiting for other jobs to finish...asm0dey commented on 2024-07-18 09:28 (UTC)
Thanks @LuminaSapphira
LuminaSapphira commented on 2024-06-04 16:15 (UTC) (edited on 2024-06-04 16:15 (UTC) by LuminaSapphira)
There seems to be an issue with LTO that breaks compilation via makepkg. You may need to add
options=('!lto')
. See the following for more details:1 2 Next › Last »