From owner-freebsd-ports@FreeBSD.ORG Thu May 11 16:03:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56A716A7FF for ; Thu, 11 May 2006 16:03:15 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5607643D73 for ; Thu, 11 May 2006 16:03:15 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FeDdE-000Ji6-7q; Thu, 11 May 2006 12:03:16 -0400 Message-ID: <4463603F.3050600@vonostingroup.com> Date: Thu, 11 May 2006 12:03:11 -0400 From: Frank Laszlo User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: alex.alvarez@freebsd.cl References: <00bd01c6750a$b7c631e0$0a1610ac@prodcave.com> In-Reply-To: <00bd01c6750a$b7c631e0$0a1610ac@prodcave.com> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: ports@freebsd.org Subject: Re: tomcat55 port on AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 16:03:21 -0000 Alex M. Alvarez A. wrote: > It seems to me excellent that it is the primary port in the future, but this > is not upgrade is a new servant of which it requires tomcat. > > And linux_base-fc3 is i386 not amd64! > > Alex > > -----Original Message----- > From: owner-freebsd-ports@freebsd.org > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Boris Samorodov > Sent: Jueves, 11 de Mayo de 2006 10:43 > To: alex.alvarez@freebsd.cl > Cc: ports@freebsd.org > Subject: Re: tomcat55 port on AMD64 > > On Thu, 11 May 2006 09:16:09 -0400 Alex M. Alvarez A. wrote: > > >> fetch: >> >> > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/i386/8.0/glibc-common- > >> 2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) >> => Couldn't fetch it - please try to retrieve this >> => port manually into /usr/ports/distfiles/rpm/amd64/8.0 and try again. >> *** Error code 1 >> > <..SNIP..> > New linux_base-fc3 port doesn't have this problem. And it is going to > become a default linux base ports at the near future. > > To upgrade use smth like: > > # portupgrade -o emulators/linux_base-fc3 linux_base-8 > # portupgrade -f linux-* > > If you have any problems fill free to write me. Any feedback is > appreciated. > > > WBR > I submitted a patch[1] to fix this issue some time ago, It has to do with the way linux ports handle ARCH, since the linux emulation port doesn't work on amd64, its forced to use i386 rpm's. Unfortunately my efforts were shun by a brick wall, and no changes were made to address this. I am going to repeat this one more time, ARCH should NEVER be overwritten, here is yet another example of why. [1]http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/91911 -Frank laszlo