Package Details: lldap-git 0.5.0.r101.g3d8aafa-2

Git Clone URL: https://aur.archlinux.org/lldap-git.git (read-only, click to copy)
Package Base: lldap-git
Description: Light LDAP Daemon
Upstream URL: https://github.com/lldap/lldap
Licenses: GPL3
Conflicts: lldap
Provides: lldap
Submitter: lapinot
Maintainer: lapinot
Last Packager: lapinot
Votes: 1
Popularity: 0.000001
First Submitted: 2023-02-25 01:02 (UTC)
Last Updated: 2024-02-28 16:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

trainzkid commented on 2023-03-08 22:26 (UTC) (edited on 2023-03-08 22:27 (UTC) by trainzkid)

This falls to build on my machine (via paru) with the following error:

Compiling lldap v0.4.2-alpha (/home/$USER/.cache/paru/clone/lldap-git/src/lldap-git/server) Building [=======================> ] 603/604: l... Finished release [optimized] target(s) in 12m 18s [INFO]: Checking for the Wasm target... Error: wasm32-unknown-unknown target not found in sysroot: "/usr"

Used rustc from the following path: "/usr/bin/rustc" It looks like Rustup is not being used. For non-Rustup setups, the wasm32-unknown-unknown target needs to be installed manually. See https://rustwasm.github.io/wasm-pack/book/prerequisites/non-rustup-setups.html on how to do this.

==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'lldap-git-0.4.1.r80.g98acd68-1': error: packages failed to build: lldap-git-0.4.1.r80.g98acd68-1

Is there a dependency I'm missing or something?

lapinot commented on 2023-02-25 12:43 (UTC) (edited on 2023-02-25 12:44 (UTC) by lapinot)

soloturn: no problem, seems slightly more informative indeed. Btw it's the first package i push to aur so i'm not too sure about the conventions yet! Note: the reason i didn't package the last tagged version (0.4.1) is that it required rust 1.66 which i don't know how to depend on cleanly (current last stable is 1.67, seems like one needs to install 1.66 by hand using rustup).

soloturn commented on 2023-02-25 09:49 (UTC)

hey lapinot thank you for this package. would it be possible to include the version from the tag in the build, like:

git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'