From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 19:21:28 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 345A244D for ; Tue, 10 Jun 2014 19:21:28 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02DEF29E4 for ; Tue, 10 Jun 2014 19:21:27 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h3so5541856igd.2 for ; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X1/m5nmsiBKhCJQR5cGhtg7O6jQHqaoma+RL2Ss1hqI=; b=xdPUJywFWzXiElZnnRwuqISoVJ7csJpnkg55h6ePoCwas5ZL0Tj+CFSDxQYdWEa24Z DekRC81iSNTbFag5IMP/2pJRSPkJEHzb6vT4JSAghYzSqcBm9yHAAPm3IVXN+j+JOGpy MZxUc2ugLed1Q2GGVjt4piM7utRltQmldEsf4cilZEVpkBc9VfwGQzBSERkuoYuDpAaJ tFWNocoH0PfJUJ/96yiopf282QgDGIlcV6J7xboSjOYe+af875MK2lONpFkRC/dbb6xm UsrPeJr/9X4r6Yn2RFxO1qvnT/MS06Fx//ReWMdKMkXO6Wrxya5crkFxxzZNQBRG+qZH NanQ== MIME-Version: 1.0 X-Received: by 10.42.15.70 with SMTP id k6mr42373908ica.53.1402428087456; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) Received: by 10.64.28.198 with HTTP; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) In-Reply-To: <610FEBB1-777E-4D8F-928E-C006D344C396@biglist.com> References: <610FEBB1-777E-4D8F-928E-C006D344C396@biglist.com> Date: Tue, 10 Jun 2014 12:21:27 -0700 Message-ID: Subject: Re: therubyracer on FreeBSD From: Patrick To: Dan Langille Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:21:28 -0000 On Tue, Jun 10, 2014 at 12:18 PM, Dan Langille wrote: > > On Jun 10, 2014, at 3:17 PM, Patrick wrote: > > > On Fri, Jun 6, 2014 at 7:47 AM, Dan Langille wrote: > > I am trying to get therubyracer installed on FreeBSD. We'll use any > Javascript, but this is the one we are trying now. Recommendations > welcomed. > > > > We are using FreeBSD 8.4 with gcc4.9 and ruby 2.1.2p95 > > > > I get 'bundle install --deployment' working,but 'bundle exec rake > assets:precompile' gives a bus error. > > > > I raised an issue: https://github.com/cowboyd/therubyracer/issues/299 > > > > Seems that bus errors have occurred previously on FreeBSD 8: > https://github.com/cowboyd/therubyracer/issues/96 > > > > That issue took 10 months to resolve... Hopefully we can figure this out. > > > > Any ideas please? > > > > > > If you can, I'd avoid therubyracer entirely. I wasted so much time > fighting with it on FreeBSD. ExecJS supports other runtimes such as > Node.js, which works great and without the upstream battle against which > you'll face using therubyracer. > > > > We have abandoned therubyracer in favor of node. > https://dl.dropboxusercontent.com/u/31250/gifs/kudos.gif