maintainer-approval requested: [Bug 290127] java/bootstrap-openjdk11: misses libX11.so.6 which no dependency provides : [Attachment 266214] [PATCH] java/bootstrap-openjdk17: add missing dependency on libx11

[email protected] Mon, 15 Dec 2025 16:12:14 +0000
Newsgroups gmane.os.freebsd.devel.java
Message-ID <[email protected]/bugzilla/>
Siva Mahadevan <[email protected]> has asked freebsd-java (Nobody)
<[email protected]> for maintainer-approval:
Bug 290127: java/bootstrap-openjdk11: misses libX11.so.6 which no dependency
provides
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290127

Attachment 266214: [PATCH] java/bootstrap-openjdk17: add missing dependency on
libx11
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266214&action=edit



--- Comment #1 from Siva Mahadevan <[email protected]> ---
Created attachment 266214
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266214&action=edit
[PATCH] java/bootstrap-openjdk17: add missing dependency on libx11

I'm running into this issue for bootstrap-openjdk17, which is very annoying
since it requires a rebuild on every invocation of 'poudriere bulk'. Attached a
patch that should fix the issue for it, and a similar approach can be used for
11 if necessary in this bug report.