Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 15:07:07 GMT
From:      Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182153: lang/spidermonkey17 fails configure
Message-ID:  <201309161507.r8GF77hO015580@oldred.freebsd.org>
Resent-Message-ID: <201309161510.r8GFA0al001701@freefall.freebsd.org>

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

>Number:         182153
>Category:       ports
>Synopsis:       lang/spidermonkey17 fails configure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Hoffman-Kazlauskas
>Release:        10.0-CURRENT #24 r255488
>Organization:
>Environment:
FreeBSD bsdpkgbuild.namesco.net 10.0-CURRENT FreeBSD 10.0-CURRENT #24 r255488: Thu Sep 12 12:04:35 BST 2013     root@bsdpkgbuild.namesco.net:/usr/obj/usr/src/sys/bsdpkgbuild  amd64

>Description:
make fails for lang/spidermonkey17
root@bsdpkgbuild:/usr/ports/lang/spidermonkey17 # make
===>   spidermonkey17-1.7.0_1 depends on executable: gmake - found
===>   spidermonkey17-1.7.0_1 depends on shared library: nspr4.1 - found
===>  Configuring for spidermonkey17-1.7.0_1
/bin/cp /usr/ports/lang/spidermonkey17/work/js/src/config/Linux_All.mk  /usr/ports/lang/spidermonkey17/work/js/src/config/FreeBSD`/usr/bin/uname -r`.mk &&
Syntax error: end of file unexpected
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/lang/spidermonkey17
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/spidermonkey17

I cant see how its meant to work either, excerpt from Makefile
--------
do-configure:
        ${CP} ${WRKSRC}/config/Linux_All.mk \
                ${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \

do-install:

--------
I had a look at the spidermonkey170 port to compare but thats wildly different.
>How-To-Repeat:
cd /usr/ports/lang/spidermonkey17 
make
>Fix:
not sure. 

>Release-Note:
>Audit-Trail:
>Unformatted:



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