From owner-freebsd-ports@FreeBSD.ORG Thu Nov 27 04:10:14 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 180063F6 for ; Thu, 27 Nov 2014 04:10:14 +0000 (UTC) Received: from mail-la0-x244.google.com (mail-la0-x244.google.com [IPv6:2a00:1450:4010:c03::244]) (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 923D3315 for ; Thu, 27 Nov 2014 04:10:13 +0000 (UTC) Received: by mail-la0-f68.google.com with SMTP id gq15so536401lab.3 for ; Wed, 26 Nov 2014 20:10:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O+FyDUy/0zmw54bWgiNipBXAt3r2fybvChaihkztE5M=; b=XQq2Y5BgK/acUae1fBWmsdgo3OapOAp2tOyrF5LK2ONvXBVNWktUIJSejput6R0iua X2dBIHXycLpryoDeNtMK9JiHC+su8ilaCnQ4mZilhvRIOKIPuXrLhvqcsIhBYyTcNfRe +90NkEwHMpzAqwWUKZxyB/bBmSEBm95K2x4jKdi2A232LI8iMz7BR3TKD3VOrmQ4xbY6 XdF/41UAAqkPhWA04OVlsi++d4Z2sX35UdnEfRhLXmeJz7DA+pReYR21c1TCCcFR+ONk 9YswKw469jeBi5L17oC7TGTmDltrhKfu+Mz5PbomihcvXLZAi26EpBl4lGLifI5j4o3m XsSg== MIME-Version: 1.0 X-Received: by 10.112.147.199 with SMTP id tm7mr36412973lbb.92.1417061411406; Wed, 26 Nov 2014 20:10:11 -0800 (PST) Received: by 10.25.211.15 with HTTP; Wed, 26 Nov 2014 20:10:11 -0800 (PST) Date: Thu, 27 Nov 2014 04:10:11 +0000 Message-ID: Subject: From: B J To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 04:10:14 -0000 I recently made a clean installation of FreeBSD 10 on an external hard drive, using Mate as the desktop and Slim as the login manager. I installed Squeak using: pkg install lang/squeak When I try to run Squeak by simply typing squeak but it looks for a VM. Being more specific with the file locations, when I try: /usr/local/lib/squeak/4.10.2-2614/squeakvm /usr/local/lib/squeak/Squeak4.3.image I get: "Illegal instruction (core dumped)" If I try: /usr/local/bin/squeak/ /usr/local/lib/squeak/Squeak4.3.image the result is: CHECKING cogvm CHECKING squeakvm Illegal instruction (core dumped) The version is squeak-4.10.2_2. I had the same thing happen a few days ago when I installed 4.10.2_1. A few months ago, I installed Squeak on an internal drive running FreeBSD 10 with Gnome2 and GDM and it executes without any problem. Did I overlook something because I have no idea what's going on. Please advise. Thank you. Dr. B. M. Jatzeck