[ http://issues.apache.org/jira/browse/HARMONY-1946?page=all ]
Naumova Natalya updated HARMONY-1946:
--------------------------------------
Attachment: kernel_classes_test_icc.patch
I've attached another patch for this issue instead of the previous. It set LD_LIBRARY_PATH
for kernel.test target only in tha case of building with Intel Compiler. Otherwise this variable
is unset as it was before.
> [drlvm][test] run-kernel-test target doesn't work with Intel Compiler Linux/ia32
> --------------------------------------------------------------------------------
>
> Key: HARMONY-1946
> URL: http://issues.apache.org/jira/browse/HARMONY-1946
> Project: Harmony
> Issue Type: Bug
> Components: build - test - ci
> Environment: Linux/ia32 with Intel Compiler 9.0
> Reporter: Naumova Natalya
> Attachments: kernel_classes_test.patch, kernel_classes_test_icc.patch
>
>
> DRLVM compiled with Intel Compiler 9.0 on Linux/ia32 currently couldn't launch any test
from the kernel classes tests. The output message is "..build/lnx_ia32_icc_debug/deploy/jre/bin/java:
error while loading shared libraries: libimf.so: cannot open shared object file: No such file
or directory". The reason is that LD_LIBRARY_PATH is not set for this target in build scripts,
but libimf.so is needed for the any class loading.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|