You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/02/08 19:39:34 UTC

[jira] [Resolved] (HADOOP-7927) Can't build packages 205+ on OSX

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

Allen Wittenauer resolved HADOOP-7927.
--------------------------------------
    Resolution: Won't Fix

Long since fixed issues in newer versions of Hadoop.

> Can't build packages 205+ on OSX
> --------------------------------
>
>                 Key: HADOOP-7927
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7927
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0, 1.0.0
>            Reporter: Jakob Homan
>
> Currently the ant build script tries to reference the native directories, which are not built on OSX, breaking the build:
> {noformat}bin-package:
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/bin
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/etc/hadoop
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/lib
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/libexec
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/sbin
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/contrib
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/webapps
>     [mkdir] Created dir: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/templates/conf
>      [copy] Copying 11 files to /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/templates/conf
>      [copy] Copying 39 files to /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/lib
>      [copy] Copying 15 files to /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/share/hadoop/lib
> BUILD FAILED
> /Users/jhoman/repos/hadoop-common/build.xml:1611: /Users/jhoman/repos/hadoop-common/build/hadoop-0.20.205.1/native does not exist.
> {noformat}
> Once one fixes this, one discovers the build is also trying to build the linux task controller, regardless of whether not the native flag is set, which also fails.  



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