You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/11/23 02:30:59 UTC

[jira] [Created] (ANY23-296) Tar complains about groupid value being too big

Lewis John McGibbney created ANY23-296:
------------------------------------------

             Summary: Tar complains about groupid value being too big 
                 Key: ANY23-296
                 URL: https://issues.apache.org/jira/browse/ANY23-296
             Project: Apache Any23
          Issue Type: Bug
          Components: build
    Affects Versions: 1.1
            Reporter: Lewis John McGibbney
            Assignee: Lewis John McGibbney
             Fix For: 1.2


When I attempt to build Any23 on MacOSX with following set up I am getting an error
{code}
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"
{code}
I get the following error.
{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.498 s
[INFO] Finished at: 2016-11-22T18:29:44-08:00
[INFO] Final Memory: 23M/379M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (assembly) on project apache-any23: Execution assembly of goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: user id '498339010' is too big ( > 2097151 ). -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
{code}
This is explained at the following FAQ
https://maven.apache.org/plugins/maven-assembly-plugin/faq.html#tarFileModes
PR coming up.



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