Search Criteria
Package Details: lldap-git 0.5.0.r101.g3d8aafa-2
Package Actions
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) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-wasm (rustup-gitAUR, rustup) (make)
- wasm-pack (wasm-pack-gitAUR) (make)
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:
« First ‹ Previous 1 2 3