Search Criteria
Package Details: mldonkey-git 3.2.1.r10.gcb0da53f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mldonkey-git.git (read-only, click to copy) |
---|---|
Package Base: | mldonkey-git |
Description: | A multi-network P2P client |
Upstream URL: | http://mldonkey.sourceforge.net/ |
Licenses: | GPL2 |
Conflicts: | mldonkey |
Provides: | mldonkey |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 1 |
Popularity: | 0.87 |
First Submitted: | 2024-08-09 13:41 (UTC) |
Last Updated: | 2024-09-08 11:02 (UTC) |
Dependencies (15)
- file (file-gitAUR)
- gd (gd-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libminiupnpc.so (miniupnpc)
- libnatpmp
- git (git-gitAUR, git-glAUR) (make)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (make)
- librsvg (librsvg-gitAUR) (make)
- miniupnpc (miniupnpc-gitAUR) (make)
- ocaml4AUR (make)
- ocaml4-camlp4AUR (make)
- ocaml4-lablgtk2AUR (make)
- ocaml4-numAUR (make)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – GUI support
- librsvg (librsvg-gitAUR) (optional) – GUI support
Latest Comments
maxpayne3 commented on 2025-01-16 22:28 (UTC) (edited on 2025-01-16 22:29 (UTC) by maxpayne3)
I tested the systemd service (which I don't use regularly) another time and noticed the following:
/var/lib/mldonkey/.mldonkey
is empty) the-log_file /dev/null
command option is ignored and the log is written to/var/lib/mldonkey/.mldonkey/mlnet.log
.mlnet.log
has the following last line[cO] Logging in /var/lib/mldonkey/.mldonkey//dev/null
.-log_to_syslog
, but if it still logs on the default log file the first time and then it won't do it anymore because the service expect to write on/dev/null
assumed as relative path from the config folder, there's something wrong.FabioLolix commented on 2025-01-16 20:22 (UTC)
The pkgbuild is also maintained here https://github.com/FabioLolix/PKGBUILD-AUR_fix
FabioLolix commented on 2025-01-16 20:16 (UTC)
Do you know what is the expected path for this?
maxpayne3 commented on 2025-01-16 20:15 (UTC)
I noticed also an issue with the systemd service. "/dev/null" is appended to the current path and the text log is written anyway (which reports a file not found error). It seems that option is expecting a relative path, not a full one.
FabioLolix commented on 2025-01-16 11:22 (UTC)
I'll look into it, I guess they have unbundled it
maxpayne3 commented on 2025-01-16 08:14 (UTC)
crypto++ is needed as dependency. Without it, the service does not start.