@slackline It's now updated and I added pkgconfig to the list of makedepends. Hopefully that will fix everything. Thx.
Search Criteria
Package Details: owntracks-recorder 1.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/owntracks-recorder.git (read-only, click to copy) |
---|---|
Package Base: | owntracks-recorder |
Description: | Lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps. |
Upstream URL: | https://github.com/owntracks/recorder |
Licenses: | GPL |
Submitter: | avanc |
Maintainer: | izaera |
Last Packager: | izaera |
Votes: | 5 |
Popularity: | 0.000048 |
First Submitted: | 2016-08-07 10:59 (UTC) |
Last Updated: | 2025-03-31 15:33 (UTC) |
Dependencies (12)
- curl (curl-gitAUR, curl-c-aresAUR)
- libconfig (libconfig-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- lmdb (lumosqlAUR, lmdb-gitAUR)
- lua
- mosquitto (mosquitto-gitAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- libconfig (libconfig-gitAUR) (make)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR) (make)
- lua (make)
- mosquitto (mosquitto-gitAUR) (make)
Required by (1)
- owntracks-frontend (optional)
Sources (1)
izaera commented on 2025-03-31 15:34 (UTC)
slackline commented on 2025-03-31 09:04 (UTC)
Thanks for maintaining this.
Just installed and found I had to install pkg-config which for some reason I didn't already have installed.
I noticed, v1.0.0 released recently https://github.com/owntracks/recorder/releases/tag/1.0.0
dcelasun commented on 2023-11-27 20:36 (UTC)
I packaged the frontend web application for anyone interested: https://aur.archlinux.org/packages/owntracks-frontend
izaera commented on 2023-10-20 09:39 (UTC)
@KiralyCraft Glad it worked :-)
KiralyCraft commented on 2023-10-20 08:48 (UTC)
@izaera Seems to be good now, I managed to install it on a fresh system without any hiccups, from aur to the systemd service, it's good now. Thanks for the fast fix!
izaera commented on 2023-10-20 07:29 (UTC)
@KiralyCraft I've added the dependency and increased the pkgrel. That should fix it I think. Can you confirm? Thx
KiralyCraft commented on 2023-10-20 06:33 (UTC) (edited on 2023-10-20 06:52 (UTC) by KiralyCraft)
@izaera Thanks for the fast reply - I've spun up a minimal Arch installation, without lmdb (as Arch seems to come without it in the minimal install) and added it to this package's makedepends. Naturally, it compiled fine, and I was curious to whether it can be removed afterwards. Surely enough, after I removed it, ot-recorder
no longer starts as it complains about not being able to find the liblmdb.so
shared library, which makes me believe this is actually a dependency, as they seem to dynamically link to the system library. I'm not sure why they mention it as included then, a grep
of lmdb
on the source tree doesn't show anything useful
izaera commented on 2023-10-20 06:16 (UTC)
@KiralyCraft Works for me. Both in Arch Linux 32 and 64...
But because I have lmdb installed in both systems, most probably :-D
According to the project lmdb is included but they require to install the dev packages of lmdb to compile -> https://github.com/owntracks/recorder#building-from-source
So I'm not sure if I need to include lmdb as a "makedepends" or as a "depends"...
Since I cannot uninstall lmdb in my systems, can you please test if "makedepends" is enough or we need to go with "depends"? Thanks :-)
KiralyCraft commented on 2023-10-19 18:28 (UTC)
There seems to be a dependency on lmdb which this package doesn't include, if I installed it manually it compiled fine. Otherwise, it complained about lmdb.h
which was missing.
Pinned Comments
dcelasun commented on 2023-11-27 20:36 (UTC)
I packaged the frontend web application for anyone interested: https://aur.archlinux.org/packages/owntracks-frontend