You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Max Shonichev (JIRA)" <ji...@apache.org> on 2018/04/20 12:44:00 UTC

[jira] [Comment Edited] (IGNITE-7108) Apache Ignite 2.5 RPM and DEB packages

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

Max Shonichev edited comment on IGNITE-7108 at 4/20/18 12:43 PM:
-----------------------------------------------------------------

{noformat}
# docker run -it -v $(readlink -f incubator-ignite):/mnt ubuntu bash
# apt-get update
# cd /mnt/packaging
# ./package.sh --rpm
{noformat}



was (Author: mshonichev):
{noformat}
# docker run -it -v $(readlink -f incubator-ignite):/mnt ubuntu bash
# cd /mnt/packaging
# ./package.sh --rpm
{noformat}
leads to 
{noformat}
[INFO] Software installation required root privileges
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package unzip
E: Unable to locate package curl
E: Unable to locate package alien
E: Unable to locate package gcc
E: Unable to locate package rpm
Removing temporary work directories:  

=== Run time: 0h:00m:00s ===

{noformat}

> Apache Ignite 2.5 RPM and DEB packages
> --------------------------------------
>
>                 Key: IGNITE-7108
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7108
>             Project: Ignite
>          Issue Type: New Feature
>          Components: binary
>            Reporter: Peter Ivanov
>            Assignee: Peter Ivanov
>            Priority: Critical
>              Labels: important
>             Fix For: 2.5
>
>
> # (/) Update RPM build process to unify with DEB build.
> # (/) Prepare build of DEB package (using architecture and layout from RPM package).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)