You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/02/03 14:22:34 UTC

[jira] [Updated] (NIFI-269) Unable to build on Mac OSX

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

Joseph Witt updated NIFI-269:
-----------------------------
    Fix Version/s: 0.0.2

> Unable to build on Mac OSX
> --------------------------
>
>                 Key: NIFI-269
>                 URL: https://issues.apache.org/jira/browse/NIFI-269
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 0.0.1
>            Reporter: Daniel Einspanjer
>            Priority: Minor
>             Fix For: 0.0.2
>
>
> I was attempting to build the latest NiFi from the develop branch on my Mac and received the following error:
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.2:single (make shared resource) on project nifi: Execution make shared resource of goal org.apache.maven.plugins:maven-assembly-plugin:2.5.2:single failed: user id '748104463' is too big ( > 2097151 ) -> [Help 1]
> After a bit of research I found that this error can happen frequently on Macs and can be prevented by setting assembly.tarLongFileMode to posix rather than gnu.
> I adjusted my pom.xml as described and the build worked fine.  Might be worth one of the devs taking a look and determining if it has any detrimental effects.
> See also an issue I found in the Phoenix project describing the same thing: PHOENIX-1503



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