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 Next › Last »
lapinot commented on 2024-02-27 22:52 (UTC) (edited on 2024-02-27 22:53 (UTC) by lapinot)
rabidpug: Thanks, indeed. Will push this fix in a minute.
Zepman: Sorry for my email not being setup correctly, i just saw your orphan request on the mailing list. I'm in the process of switching my "online/dev" email and hadn't thought about me now being a maintainer of something. I will make it work soon, in the meantime i'll follow closer this comment thread.
About the compilation: the important part of your error is
(signal: 9, SIGKILL: kill)
, which most likely means the OS killed the build process for some reason. Actually i tested building in a fresh arch chroot (pacstrap + arch-chroot) and got the exact same error. Did you also try to build in a chroot? It is quite memory intensive to build and i don't think arch-chroot is particularly robust with tmpfiles / memory usage.I will try to build in a clean VM to see if it works better. In the meantime, outside of any chroot or VM: have you tried doing
rustup update
before building? The PKGBUILD will not mess with your rustup installation, so if it's already installed it will use whatever version there is, perhaps it is a bit stalled.I just built the package on my main system, running
rustup update
fixed any issue.Zepman commented on 2024-02-12 11:09 (UTC) (edited on 2024-02-12 11:47 (UTC) by Zepman)
This package fails to build. Tested on a stock Arch Linux system with
base-devel
installed, without the use of an AUR helper.rabidpug commented on 2024-01-06 03:29 (UTC)
Should this package have
backup=('etc/lldap.toml')
to preserve the existing config file on update?lapinot commented on 2023-11-27 18:14 (UTC)
Zepman: Builds without error for me (currently at lldap-git-0.5.0.r38.g5cd4499). What version of rust are you using? I'm running rustc 1.67.0.
Zepman commented on 2023-11-19 09:05 (UTC)
This package fails to build:
Workaround: Skip the check part of building the package, or comment out
cargo test --release
in PKGBUILD.Upgraded a stable (0.5.0) installation to the git version. It runs fine.
lapinot commented on 2023-10-31 22:21 (UTC)
Hi all. Beware i changed a lot of stuff in the last package update. In particular:
Please review and make comments if you're using this! I will probably wait for the next release to publish a non vcs package.
trainzkid commented on 2023-03-12 00:08 (UTC)
Ah, it installed correctly this time! Thank you!! Don't worry, I'll find all the bugs for ya lol
lapinot commented on 2023-03-11 22:45 (UTC)
trainzkid: no problem! Indeed rustup is a manager/installer for rust toolchains so you have to actually install one, typically the latest stable branch, using eg
rustup default stable
(this both installs it and loads it as default). I'd rather not add logic for this in the PKGBUILD to not mess up people's config.In fact there was some other problem in the package since they updated the build process for the frontend, i just updated and it should be fine now. In the process i also configured a system user for lldap to run as. Perhaps a next step would be to write a small systemd service file. Perhaps i should mention that i'm not yet using the package in production myself (but soon)!
trainzkid commented on 2023-03-11 21:16 (UTC)
Hey lapinot, I replaced rust with rustup and received a new error:
==> Starting prepare()... error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured. help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain. ==> ERROR: A failure occurred in prepare(). 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 some special version of rustup I need? I apologize, I've not really used rust much before.
lapinot commented on 2023-03-11 20:14 (UTC)
Hi trainzkid. Indeed i thought this should get pulled by wasm-pack but didn't notice there was something magic with rustup. I think the simple solution here is to use rustup since individual rust targets don't seem to be packaged on archlinux. I'm gonna switch the requirement from generic rust to rustup.
« First ‹ Previous 1 2 3 Next › Last »