Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 17, 19
-
Fix Version/s: 19
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b21
-
CPU:generic
-
OS:linux_alpine
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8286804 | 17.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
Description
Currently , in target "product-bundles" , the Alpine Linux build fails when Busybox tar is used.
Error is :
/bin/tar: unrecognized option: I
BusyBox v1.34.1 (2022-04-04 10:19:27 UTC) multi-call binary
Usage: tar c|x|t [-ZzJjahmvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE] [LONGOPT]... [FILE]...
Seems this is coming from a wrong setting of TAR_INCLUDE_PARAM in autoconf/basic_tools.m4 (I is set, seems T is needed) .
As a workaround, gnu tar can be installed however additionally.
Unfortunately , configure currently does not show the issue so we see it afterwards in the build.
Error is :
/bin/tar: unrecognized option: I
BusyBox v1.34.1 (2022-04-04 10:19:27 UTC) multi-call binary
Usage: tar c|x|t [-ZzJjahmvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE] [LONGOPT]... [FILE]...
Seems this is coming from a wrong setting of TAR_INCLUDE_PARAM in autoconf/basic_tools.m4 (I is set, seems T is needed) .
As a workaround, gnu tar can be installed however additionally.
Unfortunately , configure currently does not show the issue so we see it afterwards in the build.
Attachments
Issue Links
- backported by
-
JDK-8286804 Alpine Linux build fails with busybox tar
-
- Resolved
-