You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Patrick Angeles (JIRA)" <ji...@apache.org> on 2010/03/16 06:44:27 UTC

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

    [ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845720#action_12845720 ] 

Patrick Angeles commented on AVRO-318:
--------------------------------------

Managed to get Forrest to run on Snow Leopard via the workaround described here:

http://wiki.oneswarm.org/index.php/OS_X_10.6_Snow_Leopard

More context:

http://discussions.apple.com/thread.jspa?threadID=2140099&tstart=0

It's fugly but it works.

> Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-318
>                 URL: https://issues.apache.org/jira/browse/AVRO-318
>             Project: Avro
>          Issue Type: Bug
>          Components: build
>            Reporter: Jeff Hammerbacher
>            Priority: Blocker
>             Fix For: 1.3.0
>
>         Attachments: AVRO-318.patch, AVRO-318.patch
>
>
> I encountered three problems when trying to build Avro today (via "./build.sh dist) to test interop:
> * md5sum and sha1sum do not exist on Mac (md5 is the replacement for the former)
> * If "build/" exists, you fail hard with "mkdir: build: File exists"
> * If you don't have Java 5, Forrest fails with "'java5.home' is not defined.  Forrest requires Java 5." and other good stuff.

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