Poudriere shows this: Warning: bootstrap-openjdk11-11.0.5.10.1 will be rebuilt as it misses libX11.so.6 which no dependency provides. This may be a port bug if it repeats next build. This is also an issue for bootstrap-openjdk17.
Created attachment 266214 [details] [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.
There's a review about this issue with some discussion: https://reviews.freebsd.org/D53944 I'm also working on a different way of bootstrapping the OpenJDK builds. I'm writing a bit about it in the this issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289731
Is this still a problem since this commit that changes the bootstrapping ports 4121610441a887d2c26bc5d5ae33772f1cc9b0c6?
No, with the new java bootstrap poudriere doesn't complain anymore.