obexftp
- Path: arch/maintained/obexftp
- 2026-07-16: built and published, no PKGBUILD change needed
(
pkgrel stayed at 7). Was blocked purely by a dependency chain,
not a defect of its own:
depends=('openobex' ...) — openobex itself was failing to
build (see memory/openobex.md, fixed same day: missing
docbook-xml/docbook-xsl makedepends). Once openobex was
fixed and published, this resolved cleanly.
makedepends=(... 'python2' ...) — the already-published python2
package (in this project’s own archlinuxaba repo) itself depends
on openssl-1.1, which had never been successfully published
(own build failure: enable-ktls no longer a supported Configure
option). The user published openssl-1.1 manually into
archlinuxaba (2026-07-16, version 1.1.1.w-11) to unblock this
— not fixed/built via this project’s own tooling.
- Needed a
pacman -Sy (stale local sync db) to actually see the
freshly-published openssl-1.1 and python2 after publishing
steps that just preceded it, even though pacman -Si immediately
listed the repo it was in — worth remembering when a
just-published dependency seems to still 404 in a build.
- Built with
scripts/archlinuxaba-x86_64-build (needs the private
repo in the chroot’s pacman.conf for python2/openssl-1.1 and,
before that day, for the freshly-published openobex) — 0 compiler
errors, obexftp and obexftp-debug produced, then signed+
published.