From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 12:53:53 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96BB16A41F for ; Sat, 31 Dec 2005 12:53:53 +0000 (GMT) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.59.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E1E43D7D for ; Sat, 31 Dec 2005 12:53:41 +0000 (GMT) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (localhost [127.0.0.1]) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11) with ESMTP id jBVCrVqh013925; Sat, 31 Dec 2005 09:53:32 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from schapachnik.com.ar (uucp@localhost) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11/Submit) with UUCP id jBVCrVHa013924; Sat, 31 Dec 2005 09:53:31 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from funes.schapachnik.com.ar (localhost [127.0.0.1]) by funes.schapachnik.com.ar (8.13.4/8.13.4) with ESMTP id jBVCpwLo000860; Sat, 31 Dec 2005 09:51:58 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: (from fpscha@localhost) by funes.schapachnik.com.ar (8.13.4/8.13.4/Submit) id jBVCpwNs000859; Sat, 31 Dec 2005 09:51:58 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) X-Authentication-Warning: funes.schapachnik.com.ar: fpscha set sender to fernando@schapachnik.com.ar using -f Date: Sat, 31 Dec 2005 09:51:58 -0300 From: Fernando Schapachnik To: Torfinn Ingolfsen Message-ID: <20051231125158.GA830@funes.schapachnik.com.ar> References: <20051231122034.599bbf8c.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20051231122034.599bbf8c.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 6.0 - http://www.freebsd.org Cc: freebsd-amd64@freebsd.org Subject: Re: Skype on FreeBSD / amd64 - what's the trick? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 12:53:54 -0000 En un mensaje anterior, Torfinn Ingolfsen escribió: > Hi, > > I tried to install Skype on my amd64 machine, running FreeBSD > 6.0-stable: > root@kg-quiet# uname -a > FreeBSD kg-quiet.kg4.no 6.0-STABLE FreeBSD 6.0-STABLE #1: Thu Dec 22 > 06:29:24 CET 2005 root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET > amd64 > > Looking at the makefile, I could see that the port was supposed to work > on both i386 and amd64, adn thought the install would go smoothly. > Boy, was I wrong. > > It seems that the port net/skype depends on graphics/linux_dri, but the > latter (linux_dri) is i386 only. > So, what's the trick to get Skype installed on amd64? If you have a 32-bit linux environment in place, just comment the i386 only line of the linux_dri Makefile. It worked for me and skype works fine. Fernando.