From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 14 10:00:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8133106567B for ; Sat, 14 Feb 2009 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 987C68FC29 for ; Sat, 14 Feb 2009 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1EA079P050367 for ; Sat, 14 Feb 2009 10:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1EA07CM050366; Sat, 14 Feb 2009 10:00:07 GMT (envelope-from gnats) Resent-Date: Sat, 14 Feb 2009 10:00:07 GMT Resent-Message-Id: <200902141000.n1EA07CM050366@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, Vaclav Haisman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A29DA106564A for ; Sat, 14 Feb 2009 09:50:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 903C78FC13 for ; Sat, 14 Feb 2009 09:50:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1E9oIdZ071919 for ; Sat, 14 Feb 2009 09:50:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1E9oIO0071918; Sat, 14 Feb 2009 09:50:18 GMT (envelope-from nobody) Message-Id: <200902140950.n1E9oIO0071918@www.freebsd.org> Date: Sat, 14 Feb 2009 09:50:18 GMT From: Vaclav Haisman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131668: swig-1.3.37 misdetects plt-scheme-4.1.4_1 and that breaks its build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 10:00:08 -0000 >Number: 131668 >Category: ports >Synopsis: swig-1.3.37 misdetects plt-scheme-4.1.4_1 and that breaks its build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 14 10:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Vaclav Haisman >Release: 7.1 >Organization: SU SH >Environment: FreeBSD shell.sh.cvut.cz 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 10 11:26:26 CET 2009 root@shelldell.sh.cvut.cz:/usr/obj/usr/src/sys/SHELLDELL amd64 >Description: When I try to install devel/swig13 port after I have already installed lang/plt-scheme-4.1.4_1 port the Swig compilation breaks with the following error: "Makefile", line 191: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 The problem is in Swig sources, in Source/Makefile: 190: MZDYNOBJ = /usr/local/bin/mzscheme: bad switch: --mute-banner 191: Use the --help or -h flag for help. Apparently, the mzscheme executable does not support the --mute-banner flag anymore which results into two line error messages which is substituted into the Makefile.in verbatim, including the new-line character which results into bad line 191. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: