You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/12 04:21:00 UTC

[jira] [Commented] (BIGTOP-2838) Support ARM64 for packages.gradle

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

ASF GitHub Bot commented on BIGTOP-2838:
----------------------------------------

GitHub user guyuqi opened a pull request:

    https://github.com/apache/bigtop/pull/253

    BIGTOP-2838:Support ARM64 for packages.gradle

    The distribution file does not list arm64, so execution failed for task ':apt'.
    `Error: 'libhdfs0_2.7.3-1_arm64.deb' has the wrong architecture to add it to bigtop!
    There have been errors!
    :apt FAILED
    :apt (Thread[Daemon worker,5,main]) completed. Took 2.795 secs.
    
    FAILURE: Build failed with an exception.
    
    * Where:
    Script '/ws/packages.gradle' line: 723
    
    * What went wrong:
    Execution failed for task ':apt'.
    > Process 'command 'reprepro'' finished with non-zero exit value 255
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.`


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guyuqi/bigtop master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/253.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #253
    
----
commit 2c03dd177c9b65379c32de7882e3207c2e42a935
Author: yqgu <yu...@arm.com>
Date:   2017-07-12T04:06:12Z

    BIGTOP-2838:Support ARM64 for packages.gradle

----


> Support ARM64 for  packages.gradle
> ----------------------------------
>
>                 Key: BIGTOP-2838
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2838
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>         Environment: Ubuntu 16.04
> AArch64
>            Reporter: Yuqi Gu
>
> the distribution file does not list arm64,
> so execution failed for task ':apt'.
> {code:java}
> Error: 'libhdfs0_2.7.3-1_arm64.deb' has the wrong architecture to add it to bigtop!
> There have been errors!
> :apt FAILED
> :apt (Thread[Daemon worker,5,main]) completed. Took 2.795 secs.
> FAILURE: Build failed with an exception.
> * Where:
> Script '/ws/packages.gradle' line: 723
> * What went wrong:
> Execution failed for task ':apt'.
> > Process 'command 'reprepro'' finished with non-zero exit value 255
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
> BUILD FAILED
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)