From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 9 01:41:04 2006 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 5D47B16A423 for ; Thu, 9 Feb 2006 01:41:04 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8747443D45 for ; Thu, 9 Feb 2006 01:41:03 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so58697ugf for ; Wed, 08 Feb 2006 17:41:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IDykBHloclTejF/m/B8NIguR3ZGrllFO7ahF5p4cYWa3ekiC2Ek+ZDmbBmCwZ1lsOWKmlk4BrcpEwHGPpn0Mp95qR7BopTWU4RSKgvdiG3HLWnQHg9IT90YHoVQu9KMypk2olRBwPs8eA+8hd8d9CMrc1EyW+K0aiW7ftDDaB3I= Received: by 10.49.33.17 with SMTP id l17mr2156067nfj; Wed, 08 Feb 2006 17:14:03 -0800 (PST) Received: by 10.49.40.4 with HTTP; Wed, 8 Feb 2006 17:14:03 -0800 (PST) Message-ID: <4cbd01f40602081714o35b9e5cdi@mail.gmail.com> Date: Thu, 9 Feb 2006 10:14:03 +0900 From: Sangwoo Shim To: Ralf Folkerts In-Reply-To: <1139422787.888.11.camel@beaster> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1138555678.915.20.camel@beaster> <4cbd01f40601291019s3c0558cav@mail.gmail.com> <20060129194358.34422cc5.torfinn.ingolfsen@broadpark.no> <1138638920.891.11.camel@beaster> <1139422787.888.11.camel@beaster> Cc: Freebsd-amd64@freebsd.org Subject: Re: Installation of print/acroread7 fails on my amd64-System 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: Thu, 09 Feb 2006 01:41:04 -0000 2006/2/9, Ralf Folkerts : > Am Mittwoch, den 08.02.2006, 17:01 +0100 schrieb Mathieu Prevot: > > Hi Mathieu, > > > Le 30 janv. 06 =E0 17:35, Ralf Folkerts a =E9crit : > > > > > Am Sonntag, den 29.01.2006, 19:43 +0100 schrieb Torfinn Ingolfsen: > > >> On Mon, 30 Jan 2006 03:19:34 +0900 > > >> Sangwoo Shim wrote: > > >> > > >>> I've also experienced this problem several months ago, and submitte= d > > >>> PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/87985 > > >>> ...Althogh it didn't get much attention from the maintainer. > > >> > > >> I can confirm that I also see this problem, and that manually > > >> installing > > >> the linux-gtk2 port before installing acroread7 is a possible > > >> workaround. > > >> > > >> HTH > > > > > > Hi Torfinn and Sangwoo, > > > > > > thanks for confirming this (so I know my System is not that > > > mis-configured that that's the reason for not being able to install > > > acroread7) and also many thanks for the hint to install linux-gtk2 on > > > its own -- that worked fine and when it was installed I also was able > > > to install acroread7 w/o any problem! > > > > > > Thanks again! > > > _ralf > > > > At fedora.redhat.com/Download/mirrors.html there are many many > > working rpms. > > You also can download CD isos, cat them >big.iso, use md to mount the > > image, and share it via NFS etc. > > Maybe there is not anymore maintainers ... > > thanks for pointing me there! just checked and there are indeed loads of > RPMs for x86_64. > > However, two questions: Does the Linuxulator work with 64bit > Linux-Files? Or is it limited to 32bit? And when I choose to use 64bit, > I think I need everything (i.e. base + applications) for 64bit Mode? > > Cheers, > _ralf_ I believe that we are limited to use 32bit linux binaries for now. And if you look for the name of binaries which are required during the acroread installation as a dependencies, they contain 'amd64', not x86_64. So I think ARCH variable setting was screwed somewhere in the Makefile. -- Regards, Sangwoo Shim