-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
23
-
None
-
generic
-
linux_alpine
Alpine 3.19 has been released recently.
Unfortunately the OpenJDK (jdk head) build fails on Alpine 3.19 .
Examples (failures are related to file access / system functions) :
/jdk/src/hotspot/os/linux/attachListener_linux.cpp:449:17: error: aggregate 'AttachListener::vm_start()::stat64 st' has incomplete type and cannot be defined
449 | struct stat64 st;
| ^~
/jdk/src/hotspot/os/linux/os_linux.cpp:4263:12: error: '::sendfile64' has not been declared; did you mean 'sendfile'?
4263 | return ::sendfile64(out_fd, in_fd, (off64_t*)offset, (size_t)count);
Unfortunately the OpenJDK (jdk head) build fails on Alpine 3.19 .
Examples (failures are related to file access / system functions) :
/jdk/src/hotspot/os/linux/attachListener_linux.cpp:449:17: error: aggregate 'AttachListener::vm_start()::stat64 st' has incomplete type and cannot be defined
449 | struct stat64 st;
| ^~
/jdk/src/hotspot/os/linux/os_linux.cpp:4263:12: error: '::sendfile64' has not been declared; did you mean 'sendfile'?
4263 | return ::sendfile64(out_fd, in_fd, (off64_t*)offset, (size_t)count);
- duplicates
-
JDK-8318696 Do not use LFS64 symbols on Linux
- Resolved
- relates to
-
JDK-8318696 Do not use LFS64 symbols on Linux
- Resolved