You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2007/05/11 06:55:15 UTC

[jira] Resolved: (HARMONY-3833) [jdktools][samsa] jdk/bin/java introduce unnecessary dependency on classlib libraries

     [ https://issues.apache.org/jira/browse/HARMONY-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-3833.
-------------------------------------

    Resolution: Fixed

Thanks Ivan - the patch was applied to JDKTOOLS at r537092.
Please check that the patch was applied as you expected.

> [jdktools][samsa] jdk/bin/java introduce unnecessary dependency on classlib libraries
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3833
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3833
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Linux, harmony-jdk-r535876
>            Reporter: Ivan Popov
>         Assigned To: Stepan Mishura
>         Attachments: jdktools_samsa_build.patch, jdktools_samsa_build.patch
>
>
> Running jdk/bin/java on Linux fails because of unresolved dependency on classlib libraries:
> $ jdk/bin/java -version
> jdk/bin/java: error while loading shared libraries: libhythr.so: cannot open shared object file: No such file or directory
> $ ldd jdk/bin/java
>         linux-gate.so.1 =>  (0xffffe000)
>         libhythr.so => not found
>         libhysig.so => not found
>         libc.so.6 => /lib/libc.so.6 (0xb7e53000)
>         libm.so.6 => /lib/libm.so.6 (0xb7e2d000)
>         libdl.so.2 => /lib/libdl.so.2 (0xb7e29000)
>         /lib/ld-linux.so.2 (0xb7f9b000)
> The problem is in samsa build script, which adds this unnecessary dependency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.