You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/30 14:03:00 UTC

[jira] [Commented] (JENA-1411) Building tar archives fails if user has a high group ID

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

ASF GitHub Bot commented on JENA-1411:
--------------------------------------

GitHub user osma opened a pull request:

    https://github.com/apache/jena/pull/300

    JENA-1411: use posix tar format with maven-assembly-plugin

    This sets tarLongFileMode=posix for all the tarballs created in the build.
    
    See https://issues.apache.org/jira/browse/JENA-1411

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

    $ git pull https://github.com/osma/jena jena-1411-posix-tar

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

    https://github.com/apache/jena/pull/300.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 #300
    
----
commit 271eaaceb7874d982eb19e12c571dee821314c6f
Author: Osma Suominen <os...@apache.org>
Date:   2017-10-30T13:59:40Z

    JENA-1411: use posix tar format with maven-assembly-plugin

----


> Building tar archives fails if user has a high group ID
> -------------------------------------------------------
>
>                 Key: JENA-1411
>                 URL: https://issues.apache.org/jira/browse/JENA-1411
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: Jena 3.5.0
>         Environment: Ubuntu 16.04
> User has a high group ID (3000000 in my case)
>            Reporter: Osma Suominen
>            Assignee: Osma Suominen
>            Priority: Minor
>
> Getting this error during apache-jena-fuseki build:
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (create-zip-assembly) on project apache-jena-fuseki: Execution create-zip-assembly of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id '3000000' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1] 
> The same happens with apache-jena, jena-fuseki1 and jena-sdb.
> The solution is to use POSIX tar format in maven-assembly-plugin configuration.
> I will prepare a PR shortly.



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