google / mr4c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

another build issue

xuyan1972 opened this issue · comments

the last step ./tools/build_yarn. on the end ,all test failed ,no other error.
do-test:
[junit] TEST com.google.mr4c.nativec.ExternalAlgorithmDataSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.ExternalAlgorithmSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.ExternalDatasetSerializerTest FAILED
[junit] TEST com.google.mr4c.nativec.jna.JnaExternalEntryTest FAILED
[junit] Tests FAILED

BUILD FAILED
then in dist directory ,no any jar package ,how to solve?

Hello , I have the same problem when build it,do you solved it?

see reports directory check corresponding file , then found libstdc++ library calling path is error ,IT CALL wrong PATH, USING ld_library_path has no effect , usr ln command ,link right calling libstdc++ file to /usr/lib64/ then no problem build ok.