You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Tharindu Denuwara (JIRA)" <ji...@apache.org> on 2015/10/27 09:52:27 UTC

[jira] [Created] (BIGTOP-2100) Build from source errors out at test stage

Tharindu Denuwara created BIGTOP-2100:
-----------------------------------------

             Summary: Build from source errors out at test stage
                 Key: BIGTOP-2100
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2100
             Project: Bigtop
          Issue Type: Bug
    Affects Versions: 1.0.0
         Environment: Ubuntu 14.04 (trusty)
            Reporter: Tharindu Denuwara


I downloaded the source and tried building it using the instruction in BUILDING.txt, but found that it failed on the tests.

This is the command I used:

gradle deb --info

This is an excerpt of the output I got:

Gradle Worker 2 finished executing tests.

org.apache.bigtop.TestBuildUtils > initializationError FAILED
    java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing

        Caused by:
        java.lang.ClassNotFoundException: org.hamcrest.SelfDescribing

org.apache.bigtop.TestNullOutputStream > initializationError FAILED
    java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing


After some googling, I found that this happens when a dependency is not properly specified. Is there any way I can get around this?



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