You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/01/27 22:45:40 UTC

[jira] [Commented] (ACCUMULO-2263) RPM contains no files

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

Josh Elser commented on ACCUMULO-2263:
--------------------------------------

What about the RPMs in assemble/target/yum-repo?

I'm guessing you're looking at an RPM for the project (or maybe the assemble module), not one of the "useful" ones

{code}
16:42:58: ~/projects/accumulo.git
elserj@promiscuity % find assemble/target/yum-repo -name '*.rpm'                                                                                         (git)-[1.6.0-SNAPSHOT]
assemble/target/yum-repo/accumulo-tserver-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-server-base-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-master-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-gc-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-start-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-examples-simple-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-server-extras-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-monitor-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-tracer-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-proxy-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-native-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-docs-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-fate-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-trace-1.6.0-SNAPSHOT.rpm
assemble/target/yum-repo/accumulo-core-1.6.0-SNAPSHOT.rpm
{code}

> RPM contains no files
> ---------------------
>
>                 Key: ACCUMULO-2263
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2263
>             Project: Accumulo
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.6.0
>            Reporter: Michael Berman
>
> I just tried to build the RPM with this command:
> {code}
> mvn clean package -Passemble,thrift,docs,rpm -DskipITs
> {code}
> It did generate an RPM, but it's 2kb and only contains a single lone file:
> {code}
> $ rpm -qlp assemble/target/rpm/accumulo-el6/RPMS/noarch/accumulo-1.6.0SQRRL1-1.el6.noarch.rpm 
> warning: Generating 12 missing index(es), please wait...
> /usr/share/accumulo-meta
> $
> {code}
> Did I do something wrong?  Or is the RPM process totally broken?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)