From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 15 16:32:07 2007 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B65316A408 for ; Thu, 15 Feb 2007 16:32:07 +0000 (UTC) (envelope-from steve@virtual-voodoo.com) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.freebsd.org (Postfix) with ESMTP id F39BD13C481 for ; Thu, 15 Feb 2007 16:32:06 +0000 (UTC) (envelope-from steve@virtual-voodoo.com) Received: from stevenew (static-71-98-118-50.ipslin.dsl-w.verizon.net [71.98.118.50]) (authenticated bits=0) by energistic.com (8.13.8/8.13.8) with ESMTP id l1FG3wKI073153; Thu, 15 Feb 2007 11:04:01 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <001a01c7511a$e736db40$d200040a@eservoffice.com> From: "Steve Ames" To: "Sean McNeil" , References: <000801c7507f$489a7820$3200010a@ferrari> Date: Thu, 15 Feb 2007 11:03:57 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-Spam-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_50,HTML_MESSAGE, SPF_FAIL,USER_IN_WHITELIST_TO autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on energistic.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: amd64@freebsd.org Subject: Re: pwlib has been broken for some time 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, 15 Feb 2007 16:32:07 -0000 ? Using the default system gcc? Its definately broke on amd64 using = gcc4.1 due to some 32/64 bit casting errors. But I expect with the = default gcc it should be compiling. Otherwise the automatic port testing = utilitiy would have sent me hate mail. http://pointyhat.freebsd.org/errorlogs/ Seems to indicate that pwlib is building fine on amd64 under FBSD 5, 6 = and 7. ----- Original Message -----=20 From: Sean McNeil=20 To: steve@energistic.com=20 Cc: amd64@freebsd.org=20 Sent: Wednesday, February 14, 2007 4:30 PM Subject: pwlib has been broken for some time The pwlib port fails to build (and has failed for a little while) on = amd64 because it does not properly compile with -fPIC. Cheers, Sean