Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 726662

Summary: dev-java/openjdk-bin-21.0.2_p13 installs files with unresolved SONAME dependencies
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Java team <java>
Status: CONFIRMED ---    
Severity: normal CC: gentoo, java
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=928400
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 928400    
Bug Blocks:    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-06-01 15:51:10 UTC
This is an auto-filed bug because dev-java/openjdk-bin installs files with unresolved SONAME dependencies.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-01 15:51:15 UTC
Created attachment 643050 [details]
build.log

build log and emerge --info
Comment 2 Georgy Yakovlev archtester gentoo-dev 2020-06-01 22:34:11 UTC
check seems to be misfiring

it loads system libfreetype.so fine

lddtree  libfontmanager.so 
libfontmanager.so => ./libfontmanager.so (interpreter => none)
    libfreetype.so => /usr/lib64/libfreetype.so
        libbz2.so.1 => /lib64/libbz2.so.1
        libpng16.so.16 => /usr/lib64/libpng16.so.16
        libz.so.1 => /lib64/libz.so.1
        libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0
            libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0
                libpcre.so.1 => /lib64/libpcre.so.1
                libpthread.so.0 => /lib64/libpthread.so.0
            libfreetype.so.6 => /usr/lib64/libfreetype.so.6
            libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3
        libbrotlidec.so.1 => /usr/lib64/libbrotlidec.so.1
            libbrotlicommon.so.1 => /usr/lib64/libbrotlicommon.so.1
    libawt.so => ./libawt.so
        libdl.so.2 => /lib64/libdl.so.2
    libjava.so => ./libjava.so
        libverify.so => ./libverify.so
    libjvm.so => not found
    libm.so.6 => /lib64/libm.so.6
    libc.so.6 => /lib64/libc.so.6
    ld64.so.2 => /lib64/ld64.so.2


leaving open for now, will investigate later.
Comment 3 Agostino Sarubbo gentoo-dev 2021-10-08 15:16:33 UTC
ci has reproduced this issue with version 11.0.12_p7 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-03-06 18:58:18 UTC
ci has reproduced this issue with version 21.0.2_p13 - Updating summary.