ArchipelProject / Archipel

XMPP Based Orchestrator
http://archipelproject.org
GNU Affero General Public License v3.0
800 stars 126 forks source link

Building Archipel Client on OS X El Capitan #1165

Closed bdallen closed 8 years ago

bdallen commented 8 years ago

Hi Guys,

Not sure if doing something really stupid. But following the standard build process I get the following issue.

Build took 620 millseconds Build took 1 second

Using the following options in the bootstrap script.

Archipel Client

Welcome to the installation script of Archipel Client. Note that you must be root in order to install this software. Please answer the following questions.

Testing environment


               _______ ____  ___  __ __________(_)__  ___
              / __/ _ `/ _ \/ _ \/ // / __/ __/ / _ \/ _ \
              \__/\_,_/ .__/ .__/\_,_/\__/\__/_/_//_/\___/
                     /_/  /_/

                         Welcome to Cappuccino!

                             Version v0.9.8

                     http://cappuccino-project.org
                http://github.com/cappuccino/cappuccino
                   irc://irc.freenode.org#cappuccino

This script will install the Cappuccino environment for you. Continue? Enter "yes" or "no":

yes

There is an an existing Cappuccino installation at /Users/brendonallen/narwhal. Should we remove it now? WARNING: the ENTIRE directory, /Users/brendonallen/narwhal, will be removed (i.e. 'rm -rf /Users/brendonallen/narwhal'). Be sure this is correct. Custom modifications and installed packages WILL BE DELETED. Enter "yes" or "no":

yes

Enter an installation path, or hit enter/return to use "/Users/brendonallen/narwhal":

Downloading Cappuccino base from "https://github.com/cappuccino/cappuccino-base/zipball/v0.9.8"... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 0 138 0 0 91 0 --:--:-- 0:00:01 --:--:-- 91 100 11.7M 100 11.7M 0 0 369k 0 0:00:32 0:00:32 --:--:-- 375k

Installing Cappuccino base...

Would you like to build the JavaScriptCore engine? This is optional but will make building and running Cappuccino and Objective-J much faster. Enter "yes" or "no": yes ./bootstrap.sh: line 379: autoconf: command not found Traceback (most recent call last): File "", line 1, in AttributeError: 'NoneType' object has no attribute 'groups' sh configure Detected <JavaScriptCore/JavaScript.h> clang -o lib/libnarwhal.dylib narwhal.c -dynamiclib -Os -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -Iinclude -framework JavaScriptCore In file included from narwhal.c:3:

bdallen commented 8 years ago

Have worked this one out guys. Don't build cappuccino from the bootstrap script supplied, goto cappuccino project clone their git repo and build it separately with their bootstrap, then run through the archipel bootstrap. Builds fine :)