[
https://issues.apache.org/jira/browse/ANY23-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15688657#comment-15688657
]
ASF GitHub Bot commented on ANY23-296:
--------------------------------------
GitHub user lewismc opened a pull request:
https://github.com/apache/any23/pull/29
ANY23-296 Tar complains about groupid value being too big
This issue addresses https://issues.apache.org/jira/browse/ANY23-296
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/any23 ANY23-296
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/29.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 #29
----
commit 120b5a4fd7a792912f5fd7019ac77e736405dafc
Author: Lewis John McGibbney <[email protected]>
Date: 2016-11-23T02:31:27Z
ANY23-296 Tar complains about groupid value being too big
----
> 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)