My favorites | Sign in
Project Home Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 7: Installation under FreeBSD 8.2 Fails...
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by equ...@gmail.com, Apr 14, 2011
During configuration the following comes up:
invoking make to create js-config script
rm -f js-config.tmp
sed < /tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/js-config.in > js-config.tmp \
        -e 's|@prefix@|/usr/local|' \
        -e 's|@exec_prefix@|/usr/local|' \
        -e 's|@includedir@|/usr/local/include|' \
        -e 's|@libdir@|/usr/local/lib|' \
        -e 's|@MOZILLA_VERSION@||' \
        -e 's|@LIBRARY_NAME@|mozjs|' \
        -e 's|@NSPR_CFLAGS@||' \
        -e 's|@JS_CONFIG_LIBS@| -lm  -lm -pthread |' \
        -e 's|@MOZ_JS_LIBS@|-L/usr/local/lib -lmozjs|' \
        && mv js-config.tmp js-config && chmod +x js-config
Running make.
"./config/autoconf.mk", line 68: Missing dependency operator
"./config/autoconf.mk", line 70: Need an operator
"./config/autoconf.mk", line 72: Need an operator
"Makefile", line 48: Need an operator
"Makefile", line 50: Need an operator
"Makefile", line 52: Need an operator
"Makefile", line 54: Need an operator
"Makefile", line 57: Need an operator
"Makefile", line 59: Need an operator
"Makefile", line 68: Need an operator
"Makefile", line 69: Need an operator
"Makefile", line 71: Need an operator
"Makefile", line 73: Need an operator
"Makefile", line 76: Need an operator
"Makefile", line 77: Need an operator
"Makefile", line 81: Need an operator
"Makefile", line 82: Need an operator
"Makefile", line 83: Missing dependency operator
"Makefile", line 85: Need an operator
"Makefile", line 86: Missing dependency operator
"Makefile", line 87: Need an operator
"Makefile", line 90: Need an operator
"Makefile", line 92: Need an operator
"Makefile", line 93: Need an operator
"Makefile", line 94: Need an operator
"Makefile", line 97: Missing dependency operator
"Makefile", line 99: Need an operator
"Makefile", line 153: Need an operator
"Makefile", line 156: Need an operator
"Makefile", line 211: Need an operator
"Makefile", line 238: Need an operator
"Makefile", line 242: Need an operator
"Makefile", line 244: Need an operator
"Makefile", line 246: Need an operator
"Makefile", line 247: Need an operator
"Makefile", line 249: Need an operator
"Makefile", line 254: Need an operator
"Makefile", line 256: Missing dependency operator
"Makefile", line 258: Need an operator
"Makefile", line 266: Missing dependency operator
"Makefile", line 268: Need an operator
"Makefile", line 270: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 52: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 54: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 56: Need an operator
"./config/autoconf.mk", line 68: Missing dependency operator
"./config/autoconf.mk", line 70: Need an operator
"./config/autoconf.mk", line 72: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 58: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 59: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 60: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 61: Could not find ./config/insure.mk
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 62: Need an operator
"/tmp/easy_install-yzqlNf/pydermonkey-0.0.6/spidermonkey-1.8.1pre/js/src/config/config.mk", line 63: Need an operator
Error expanding embedded variable.
error: Setup script exited with 2

Seems like it doesn't like the Makefile. What tools you've been using?
Jan 24, 2013
#1 equ...@gmail.com
gmake?

Powered by Google Project Hosting