From owner-freebsd-ports Fri Feb 14 11:31:12 2003 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 59B9337B405 for ; Fri, 14 Feb 2003 11:31:11 -0800 (PST) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA2943F75 for ; Fri, 14 Feb 2003 11:31:10 -0800 (PST) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 18jlYD-0001Nb-00; Fri, 14 Feb 2003 20:31:09 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.6/8.12.6) with ESMTP id h1EJCBPD039753 for ; Fri, 14 Feb 2003 20:12:11 +0100 (CET) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.6/8.12.6/Submit) id h1EJCBSH039752 for freebsd-ports@freebsd.org; Fri, 14 Feb 2003 20:12:11 +0100 (CET) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: reason for failure of biology/nab on alpha Date: Fri, 14 Feb 2003 19:12:10 +0000 (UTC) Message-ID: References: <200302141742.h1EHg1GM055961@histidine.utmb.edu> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org M. L. Dodson wrote: > I'm trying to debug the failure of an upgrade of biology/nab on alpha. > I have no alpha access, but it looks like an implicit 32-bit-ism in a > cast. Question: are sizeof(int) and sizeof(void *) different on > FreeBSD alpha? Yes! sizeof(void *): 8 sizeof(long): 8 sizeof(int): 4 I.e. an LP64 architecture (long and pointers are 64-bit). This is the same on all our 64-bit architectures. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message