Search Criteria
Package Details: opentracker 1:1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/opentracker.git (read-only, click to copy) |
---|---|
Package Base: | opentracker |
Description: | A free and open torrent tracker |
Upstream URL: | http://erdgeist.org/arts/software/opentracker/ |
Licenses: | LicenseRef-Beerware |
Submitter: | Strit |
Maintainer: | txtsd |
Last Packager: | txtsd |
Votes: | 9 |
Popularity: | 0.71 |
First Submitted: | 2015-12-21 17:54 (UTC) |
Last Updated: | 2025-06-22 07:59 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cvs (cvs-featureAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
Latest Comments
1 2 3 Next › Last »
txtsd commented on 2025-06-22 08:00 (UTC)
Thanks @moonman!
moonman commented on 2025-06-22 06:38 (UTC)
Thanks for picking up the package and modernizing it. You can remove "arm armv6h" architectures as Arch Linux ARM has dropped them a while ago.
Breizh commented on 2023-07-12 14:31 (UTC)
I successfully built it with libowfat 0.33 (still not the one from the AUR).
When it fails the first time with this error:
I just keep the building dir, and retry, and now it works. But I don’t know exactly what to change to make it works at the first try.
The same method work for the -ipv6 version too.
moonman commented on 2022-06-10 06:21 (UTC) (edited on 2022-06-10 06:22 (UTC) by moonman)
It looks like libowfat is the cause of the error. If you download the PKGBUILD and replace the line
ln -sf libowfat-$_libowfat libowfat
withcvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
it will build. Apparantly libowfat cvs repository has this bug fixed, while the official release does not. Obviouslycvs
now becomes a makedepend.Calimero commented on 2022-03-31 14:00 (UTC)
The build currently fails (in a clean chroot), with: /usr/include/sys/cdefs.h:307:60: error: macro "__has_attribute" requires an identifier
abouvier commented on 2021-12-22 01:07 (UTC)
This package should be named
opentracker-git
.acerix commented on 2021-05-06 00:30 (UTC)
@Breizh I got the IPv6 version to build and added a package for it: https://aur.archlinux.org/packages/opentracker-ipv6/
Breizh commented on 2021-03-09 19:59 (UTC) (edited on 2021-03-09 20:00 (UTC) by Breizh)
Can you offer an IPv6 version? opentracker support it, but it’s v4-only or v6-only during the compilation. Maybe creating a second package with separate config file and binary is the best option (to run each version side-by-side for a full-stack setup)?
I’m trying to do it from your current PKGBUILD, but without success at this time.
Thanks.
gman4455 commented on 2020-12-09 19:28 (UTC)
Can't figure out why, but the build fails for me the first time I run it after cloning. Here's the output: http://ix.io/2HkU
Immediately after that, I can run
makepkg
again (without cleaning the src directory) and it successfully builds the package.1 2 3 Next › Last »