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 "Patrick Winters (JIRA)" <ji...@apache.org> on 2008/10/09 16:54:44 UTC

[jira] Created: (HADOOP-4385) Build fails for Mac OSX

Build fails for Mac OSX
-----------------------

                 Key: HADOOP-4385
                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
             Project: Hadoop Core
          Issue Type: Bug
    Affects Versions: 0.18.1
         Environment: Mac OSX 10+
            Reporter: Patrick Winters


Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4385) Build fails for Mac OSX

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-4385:
----------------------------------

    Status: Open  (was: Patch Available)

Unfortunately, this can't be committed as-is; it breaks the build for other platforms.

> Build fails for Mac OSX
> -----------------------
>
>                 Key: HADOOP-4385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: Mac OSX 10+
>            Reporter: Patrick Winters
>         Attachments: mac-fuse-hdfs.patch
>
>
> Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4385) Build fails for Mac OSX

Posted by "Patrick Winters (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Winters updated HADOOP-4385:
------------------------------------

    Status: Patch Available  (was: Open)

Links to java framework in the "mac" way instead of against libjvm or libserver directly.  Forces mac to compile a dynamic library.

> Build fails for Mac OSX
> -----------------------
>
>                 Key: HADOOP-4385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: Mac OSX 10+
>            Reporter: Patrick Winters
>
> Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4385) Build fails for Mac OSX

Posted by "Patrick Winters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639409#action_12639409 ] 

Patrick Winters commented on HADOOP-4385:
-----------------------------------------

The fuse-dfs project uses autoconf and their build fails, so that alone isn't a fix.  The project just needs people testing mac.
I'm afraid this is all the time I can offer at the moment, and I don't have any make experience anyway.  It took a long time to figure this out...

> Build fails for Mac OSX
> -----------------------
>
>                 Key: HADOOP-4385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: Mac OSX 10+
>            Reporter: Patrick Winters
>         Attachments: mac-fuse-hdfs.patch
>
>
> Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4385) Build fails for Mac OSX

Posted by "Pete Wyckoff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639281#action_12639281 ] 

Pete Wyckoff commented on HADOOP-4385:
--------------------------------------

Can you make it configurable? like with a #ifdef or somehow auto-confable?



> Build fails for Mac OSX
> -----------------------
>
>                 Key: HADOOP-4385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: Mac OSX 10+
>            Reporter: Patrick Winters
>         Attachments: mac-fuse-hdfs.patch
>
>
> Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4385) Build fails for Mac OSX

Posted by "Patrick Winters (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Winters updated HADOOP-4385:
------------------------------------

    Attachment: mac-fuse-hdfs.patch

uses mac specific dynamiclib flag and share library install name.
I may have removed the "-m32" compile flags, whoops.

> Build fails for Mac OSX
> -----------------------
>
>                 Key: HADOOP-4385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4385
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>         Environment: Mac OSX 10+
>            Reporter: Patrick Winters
>         Attachments: mac-fuse-hdfs.patch
>
>
> Automatic build fails on Mac OS X, due to linking errors with the JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.