gnodet commented on issue #11545: URL: https://github.com/apache/maven/issues/11545#issuecomment-4777839097
Investigation confirms this is a **jline upstream issue**, not a Maven bug. The jline FFM provider tries to locate `openpty` via `libutil`, which doesn'''t exist on AIX 7.3. The Linux-specific fallback path is gated on `OSUtils.IS_LINUX`. No AIX native jline binary is shipped either. **Impact is cosmetic** — jline falls back to the exec provider (works on any POSIX system), and Maven functions correctly. The reporter confirms color output still works after the warning. If AIX FFM support matters, the fix would be in jline upstream to add AIX-specific library search for `openpty` (may be in `libbsd` or similar). Not a Maven regression — not blocking RC-6. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
