Bug 296560 - devel/appstream: 1.1.2_1 Update has broken dependency
Summary: devel/appstream: 1.1.2_1 Update has broken dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-desktop (Team)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-06 18:03 UTC by Dean E. Weimer
Modified: 2026-07-06 18:39 UTC (History)
2 users (show)

See Also:
arrowd: maintainer-feedback+


Attachments
Makefile Patch. (446 bytes, patch)
2026-07-06 18:03 UTC, Dean E. Weimer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean E. Weimer 2026-07-06 18:03:38 UTC
Created attachment 272549 [details]
Makefile Patch.

After lmdb0 addition, and dependency change, the Build is broken.

===>   AppStream-1.1.2_1 depends on package: lmdb>0 - not found
===>   Installing existing package /packages/All/lmdb0-0.9.35.pkg
[poudriere.orscheln.oi.local] Installing lmdb0-0.9.35...
[poudriere.orscheln.oi.local] Extracting lmdb0-0.9.35: .......... done
===>   AppStream-1.1.2_1 depends on package: lmdb>0 - not found
*** Error code 1

Stop.
make: stopped making "build-depends" in /usr/ports/devel/appstream

Makfile change to fix:
 -               lmdb>0:databases/lmdb0
 +               lmdb0>0:databases/lmdb0

patch file attached for full change information.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-07-06 18:39:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=205c8a2db8a6dc41f395773490e62c90c208717c

commit 205c8a2db8a6dc41f395773490e62c90c208717c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-07-06 18:37:14 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-07-06 18:37:14 +0000

    devel/appstream: Fix dependency on lmdb0

    PR:             296530 296560

 devel/appstream/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2026-07-06 18:39:36 UTC
Thanks for the report.