You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/11 17:54:00 UTC

[jira] [Assigned] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell reassigned ZOOKEEPER-3337:
----------------------------------------------

    Assignee:     (was: Andrew Kyle Purtell)

> Maven build failed with user or group id is too big 
> ----------------------------------------------------
>
>                 Key: ZOOKEEPER-3337
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.13
>            Reporter: Andrew Kyle Purtell
>            Priority: Major
>         Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", not "gnu".
> Otherwise if the user or group id is too large the build will fail. For example:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)