[ 
https://issues.apache.org/jira/browse/SAMZA-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948386#comment-14948386
 ] 

Jordi Blasi Uribarri commented on SAMZA-784:
--------------------------------------------

I just repeated the process in a machine wher Samza has never been installed:

git clone http://git-wip-us.apache.org/repos/asf/samza.git
cd samza
./gradlew clean build

and got the compiling error:

Download 
http://repo1.maven.org/maven2/org/rocksdb/rocksdbjni/3.10.1/rocksdbjni-3.10.1.pom
Download 
http://repo1.maven.org/maven2/org/rocksdb/rocksdbjni/3.10.1/rocksdbjni-3.10.1.jar
:samza-kv-rocksdb_2.10:processResources UP-TO-DATE
:samza-kv-rocksdb_2.10:classes
:samza-kv-rocksdb_2.10:jar
:samza-kv-rocksdb_2.10:javadoc UP-TO-DATE
:samza-kv-rocksdb_2.10:javadocJar
:samza-kv-rocksdb_2.10:sourcesJar
:samza-kv-rocksdb_2.10:signArchives SKIPPED
:samza-kv-rocksdb_2.10:assemble
:samza-kv-rocksdb_2.10:compileTestJava UP-TO-DATE
:samza-kv-rocksdb_2.10:compileTestScala
[ant:scalac] Element '/opt/samza/samza/samza-kv-rocksdb/build/resources/main' 
does not exist.
:samza-kv-rocksdb_2.10:processTestResources UP-TO-DATE
:samza-kv-rocksdb_2.10:testClasses
:samza-kv-rocksdb_2.10:test
/usr/lib/jvm/java-7-openjdk-i386/bin/java: symbol lookup error: 
/tmp/librocksdbjni5326828008520244957..so: undefined symbol: clock_gettime
:samza-kv-rocksdb_2.10:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':samza-kv-rocksdb_2.10:test'.
> Process 'Gradle Test Executor 18' finished with non-zero exit value 127

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total time: 7 mins 41.285 secs

Please, tell my what kind of trace you want me to obtain.

> Posible installation bug in version 0.10.0
> ------------------------------------------
>
>                 Key: SAMZA-784
>                 URL: https://issues.apache.org/jira/browse/SAMZA-784
>             Project: Samza
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.10.0
>            Reporter: Jordi Blasi Uribarri
>            Priority: Minor
>              Labels: build, newbie
>
> When installing Samza with the default options:
> git clone http://git-wip-us.apache.org/repos/asf/samza.git
> cd samza
> ./gradlew clean build
> I obtained the version 0.10.0. 
> During the installation process I saw the same error that got when installing 
> the 0.8 version, which was referenced in this case.
> SAMZA-747 <https://issues.apache.org/jira/browse/SAMZA-747
> I bypassed it by comenting the code inside the code inside 
> TestRocksDBKeyValueStore.scala .
> In version 0.9.1 I got no error. 
> Currently I cannot reproduce it as my platform is being used for another 
> project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to