From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 22 03:44:31 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F8116A4E4 for ; Tue, 22 Feb 2005 03:44:31 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005C743D1F for ; Tue, 22 Feb 2005 03:44:31 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 48019F37C1 for ; Mon, 21 Feb 2005 19:44:30 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77005-05 for ; Mon, 21 Feb 2005 19:44:29 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id A6E37F37BF for ; Mon, 21 Feb 2005 19:44:29 -0800 (PST) From: Sean McNeil To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-6AEBeYvSQXspA0YyKRWV" Date: Mon, 21 Feb 2005 19:44:29 -0800 Message-Id: <1109043869.9245.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port X-Virus-Scanned: by amavisd-new at mcneil.com X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: libgnome fails to compile on amd64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 03:44:31 -0000 --=-6AEBeYvSQXspA0YyKRWV Content-Type: text/plain Content-Transfer-Encoding: 7bit There is an assumption that a va_list type is a simple scalar that can be assigned 0. This is not true on amd64. The value does not need to be initialized and so removing the assignment is fine. Attached is a new version of file/patch-libgnome_gnome-program.c which fixes the assignment issue. Cheers, Sean --=-6AEBeYvSQXspA0YyKRWV--