Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2009 09:50:18 GMT
From:      Vaclav Haisman <v.haisman@sh.cvut.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/131668: swig-1.3.37 misdetects plt-scheme-4.1.4_1 and that breaks its build
Message-ID:  <200902140950.n1E9oIO0071918@www.freebsd.org>
Resent-Message-ID: <200902141000.n1EA07CM050366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902140950.n1E9oIO0071918>