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

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

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

ASF GitHub Bot commented on NIFI-269:
-------------------------------------

GitHub user davidmoravek opened a pull request:

    https://github.com/apache/incubator-nifi/pull/16

    NIFI-269: fix OSX build

    https://issues.apache.org/jira/browse/NIFI-269?jql=project%20%3D%20NIFI

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

    $ git pull https://github.com/davidmoravek/incubator-nifi develop

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

    https://github.com/apache/incubator-nifi/pull/16.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 #16
    
----
commit 51b34a060ca9b59509360d5eb57a8ac325023142
Author: David Moravek <da...@gmail.com>
Date:   2015-02-02T08:48:18Z

    NIFI-269: fix OSX build

----


> 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
>
> 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)