From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 13 04:50:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A26D16A401 for ; Tue, 13 Mar 2007 04:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5563913C44B for ; Tue, 13 Mar 2007 04:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2D4o5CI040570 for ; Tue, 13 Mar 2007 04:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2D4o5pw040569; Tue, 13 Mar 2007 04:50:05 GMT (envelope-from gnats) Resent-Date: Tue, 13 Mar 2007 04:50:05 GMT Resent-Message-Id: <200703130450.l2D4o5pw040569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Bourke Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AC7216A402 for ; Tue, 13 Mar 2007 04:41:54 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from tone.orchestra.cse.unsw.EDU.AU (tone.orchestra.cse.unsw.EDU.AU [129.94.242.59]) by mx1.freebsd.org (Postfix) with ESMTP id 7E11C13C46E for ; Tue, 13 Mar 2007 04:41:52 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: From triptrop.cse.unsw.edu.au ([129.94.175.153]) By tone With Smtp ; Tue, 13 Mar 2007 15:41:51 +1100 Received: from triptrop.cse.unsw.edu.au (localhost [127.0.0.1]) by triptrop.cse.unsw.edu.au (8.13.8/8.13.6) with ESMTP id l2D4eKYa016995; Tue, 13 Mar 2007 15:40:20 +1100 (EST) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: (from tbourke@localhost) by triptrop.cse.unsw.edu.au (8.13.8/8.13.6/Submit) id l2D4eKNc016994; Tue, 13 Mar 2007 15:40:20 +1100 (EST) (envelope-from tbourke) Message-Id: <200703130440.l2D4eKNc016994@triptrop.cse.unsw.edu.au> Date: Tue, 13 Mar 2007 15:40:20 +1100 (EST) From: Timothy Bourke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Martin Wilke Subject: ports/110248: Update port: lang/polyml (patch for amd64 build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Bourke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 04:50:05 -0000 >Number: 110248 >Category: ports >Synopsis: Update port: lang/polyml (patch for amd64 build) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 13 04:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Timothy Bourke >Release: FreeBSD 6.1-RELEASE-p6 i386 (uname -s -r -m) >Organization: n/a >Environment: >Description: Build failure on pointyhat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.2007031118/polyml-5.0.log configure: error: Poly/ML is not supported for this architecture configure expects `x86_64' whereas FreeBSD gives `amd64'. I don't have any 64-bit hardware so I cannot easily test the patch. If it works I will pass the details upstream to the developers. >How-To-Repeat: >Fix: --- polyml.diff begins here --- Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 13 Mar 2007 04:35:01 -0000 @@ -0,0 +1,47 @@ +--- configure.orig Tue Mar 13 15:28:01 2007 ++++ configure Tue Mar 13 15:29:29 2007 +@@ -8219,7 +8219,7 @@ + # find out which ABI we are using + libsuff= + case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) ++ x86_64*|amd64*|s390x*|powerpc64*) + echo '#line 8223 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 +@@ -12196,7 +12196,7 @@ + # find out which ABI we are using + libsuff= + case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) ++ x86_64*|amd64*|s390x*|powerpc64*) + echo '#line 12200 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 +@@ -14804,7 +14804,7 @@ + # find out which ABI we are using + libsuff= + case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) ++ x86_64*|amd64*|s390x*|powerpc64*) + echo '#line 14808 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 +@@ -17420,7 +17420,7 @@ + # find out which ABI we are using + libsuff= + case "$host_cpu" in +- x86_64*|s390x*|powerpc64*) ++ x86_64*|amd64*|s390x*|powerpc64*) + echo '#line 17424 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 +@@ -30451,7 +30451,7 @@ + + polyarch=ppc + ;; +- x86_64) ++ x86_64 | amd64) + ARCHFLAG=-DX86_64 + + polyarch=x86_64 --- polyml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: