Package Details: fselect 0.8.6-1

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-07-18 11:01 (UTC)

Required by (0)

Sources (1)

Latest Comments

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:

jdc commented on 2019-09-19 22:40 (UTC)

I'm getting a linker error with rustc 1.37.0:

= note: /usr/bin/ld: /home/jeff/code/vendor/archlinux/aur/fselect/src/fselect-0.6.5/target/release/deps/libbzip2-ed9d8a24452e1927.rlib(bzip2-ed9d8a24452e1927.bzip2.999joapy-cgu.1.rcgu.o): in function `bzip2::mem::Decompress::new':
          bzip2.999joapy-cgu.1:(.text._ZN5bzip23mem10Decompress3new17ha79bdb09d97773c8E+0x90): undefined reference to `BZ2_bzDecompressInit'
          /usr/bin/ld: /home/jeff/code/vendor/archlinux/aur/fselect/src/fselect-0.6.5/target/release/deps/libbzip2-ed9d8a24452e1927.rlib(bzip2-ed9d8a24452e1927.bzip2.999joapy-cgu.1.rcgu.o): in function `<bzip2::mem::DirDecompress as bzip2::mem::Direction>::destroy':
          bzip2.999joapy-cgu.1:(.text._ZN67_$LT$bzip2..mem..DirDecompress$u20$as$u20$bzip2..mem..Direction$GT$7destroy17h3242929973cac450E+0x2): undefined reference to `BZ2_bzDecompressEnd'
          collect2: error: ld returned 1 exit status