- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    10, 11
- 
    None
- 
        b41
- 
        ppc
- 
        linux
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8195709 | 11 | Matthias Baesken | P2 | Resolved | Fixed | b01 | 
| JDK-8197753 | 10u-cpu | Matthias Baesken | P2 | Resolved | Fixed | master | 
| JDK-8200972 | 10.0.2 | Unassigned | P2 | Resolved | Fixed | b01 | 
| JDK-8195949 | 10.0.1 | Matthias Baesken | P2 | Resolved | Fixed | b01 | 
                    On linux ppc64le we currently run into a link error in libsplashscreen :
/open_jdk/jdk_2_build/linuxppc64le/support/native/java.desktop/libsplashscreen/pngrutil.o: In function `png_init_filter_functions':
/open_jdk/jdk_2/jdk/src/java.desktop/share/native/libsplashscreen/libpng/pngrutil.c:4134: undefined reference to png_init_filter_functions_vsx'
The issue has been observed on a SLES12 SP1 ppc64le build machine with "gcc version 4.8.5 (SUSE Linux)" .
It seems the issue is related to 8183960: Upgrade to libpng 1.6.34 .
The update enabled png_init_filter_functions_vsx which is not in the coding.
So the suggestion is to change the enabling of png vsx usage in jdk/src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h .
/open_jdk/jdk_2_build/linuxppc64le/support/native/java.desktop/libsplashscreen/pngrutil.o: In function `png_init_filter_functions':
/open_jdk/jdk_2/jdk/src/java.desktop/share/native/libsplashscreen/libpng/pngrutil.c:4134: undefined reference to png_init_filter_functions_vsx'
The issue has been observed on a SLES12 SP1 ppc64le build machine with "gcc version 4.8.5 (SUSE Linux)" .
It seems the issue is related to 8183960: Upgrade to libpng 1.6.34 .
The update enabled png_init_filter_functions_vsx which is not in the coding.
So the suggestion is to change the enabling of png vsx usage in jdk/src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h .
- backported by
- 
                    JDK-8195709 libsplashscreen linux ppc64le build error after libpng update -           
- Resolved
 
-         
- 
                    JDK-8195949 libsplashscreen linux ppc64le build error after libpng update -           
- Resolved
 
-         
- 
                    JDK-8197753 libsplashscreen linux ppc64le build error after libpng update -           
- Resolved
 
-         
- 
                    JDK-8200972 libsplashscreen linux ppc64le build error after libpng update -           
- Resolved
 
-         
- relates to
- 
                    JDK-8209115 adjust libsplashscreen linux ppc64le builds for easier libpng update -           
- Resolved
 
-