From owner-freebsd-questions@FreeBSD.ORG Wed May 31 14:23:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9612F16A58C for ; Wed, 31 May 2006 14:23:12 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3300643D53 for ; Wed, 31 May 2006 14:23:11 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 623094CF5F; Wed, 31 May 2006 16:23:22 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 26DB35285D; Wed, 31 May 2006 16:21:40 +0200 (CEST) Message-ID: <447DA6D2.2020605@cs.tu-berlin.de> Date: Wed, 31 May 2006 16:23:14 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: snnn119@gmail.com References: <447D53FE.5000003@gmail.com> In-Reply-To: <447D53FE.5000003@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: "Illegal instruction " while portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 14:23:15 -0000 snnn wrote: > # portupgrade scim\* > [Updating the pkgdb in /var/db/pkg ... Illegal > instruction I don't know exactly who says "Illegal instruction" in your case, but I would take it as a hint that you try to execute code that doesn't work with your CPU. Did you compiled ruby yourself and used special CFLAGS? What kind of CPU do you use? Björn