[Bug 285999] make index fails on stable/13 and releng/13.5 with "make_index: Circular dependency loop found: glib-2.82.4_1,2 depends upon itself."
Date: Mon, 28 Apr 2025 01:01:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285999
--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=08721b3f06620b328fe9071649ed84b207ebcd06
commit 08721b3f06620b328fe9071649ed84b207ebcd06
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2025-04-26 22:00:18 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2025-04-28 00:56:36 +0000
Makefile: Fix `make index` on FreeBSD 13
With recent main branch `make index` causes following warning message
on FreeeBSD 13.
make_index: Circular dependency loop found: glib-2.84.1_2,2 depends upon
itself.
And it generates empty index file.
The issue seems to happen because /usr/libexec/make_index is used on
FreeBSD 13. So fix it by changing Makefile so Tools/make_index is
always used.
PR: 285999
Approved by: portmgr (implicit, just fix it)
Makefile | 4 ----
1 file changed, 4 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.