Package Details: lolcate 0.10.0-1

Git Clone URL: https://aur.archlinux.org/lolcate.git (read-only, click to copy)
Package Base: lolcate
Description: Lolcate -- A comically fast way of indexing and querying your filesystem. Replaces locate / mlocate / updatedb. Written in Rust.
Upstream URL: https://github.com/ngirard/lolcate-rs
Licenses: GPL-3.0
Submitter: icewind
Maintainer: saltedcoffii
Last Packager: icewind
Votes: 4
Popularity: 0.60
First Submitted: 2020-03-03 22:22 (UTC)
Last Updated: 2021-02-09 12:06 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Neko-san commented on 2022-08-01 06:52 (UTC)

This doesn't compile with Clang set as either CC and/or CXX in makepkg.conf

Adding this to the top of the PKGBUILD build() function should fix it:

    if [ ${CC} != gcc ] || [ ${CXX} != g++ ]; then
        export CC=gcc
        export CXX=g++
        export LD=ld
        export AR="/usr/bin/ar"
        export NM="/usr/bin/nm"
        export AS="/usr/bin/as"
        export RANLIB="/usr/bin/ranlib"
    fi

Also consider adding !lto to options, because it doesn't like that either

bkb commented on 2022-06-16 12:42 (UTC) (edited on 2022-06-30 12:42 (UTC) by bkb)

How to install it without replacing any locate already installed?

For it to be

updatedb.lolcate

locate.lolcate

lolcate

And not

locate

updatedb