From owner-freebsd-apache@FreeBSD.ORG Wed Feb 10 02:12:41 2010 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBEE1106566B for ; Wed, 10 Feb 2010 02:12:41 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id B2AF58FC15 for ; Wed, 10 Feb 2010 02:12:41 +0000 (UTC) Received: from [172.28.1.197] (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.176.0; Tue, 9 Feb 2010 18:12:40 -0800 Message-ID: <4B721611.5040509@p6m7g8.com> Date: Tue, 9 Feb 2010 21:12:33 -0500 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: Jeremie Le Hen References: <20100209221846.GD60054@felucia.tataz.chchile.org> <20100209222117.GE60054@felucia.tataz.chchile.org> In-Reply-To: <20100209222117.GE60054@felucia.tataz.chchile.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org Subject: Re: error: Size of "void *" is less than size of "long" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 02:12:41 -0000 On 2/9/2010 5:21 PM, Jeremie Le Hen wrote: > Forgot the attachments :). Your system is confused!! The problem isn't the port is something local in your system or config or some odd cross compile foobar. $ ./size sizeof(long) = 4 sizeof(void*) = 4 Can you run this please and post your output ? #include int main (int argc, char **argv) { (void)fprintf(stdout, "sizeof(long) = %d\n", sizeof(long)); (void)fprintf(stdout, "sizeof(void*) = %d\n", sizeof(void*)); return 0; } If either of them are '8' I'd look towards cross compile foobars. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Sr. System Admin, Ridecharge Inc. Consultant, P6M7G8 Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.