Skip to content

Instantly share code, notes, and snippets.

@fjl
Created April 16, 2011 18:38
Show Gist options
  • Save fjl/923383 to your computer and use it in GitHub Desktop.
Save fjl/923383 to your computer and use it in GitHub Desktop.
Output of brew install -v jack
fjl@pankunchi:~/» brew install -v jack
==> Downloading http://www.grame.fr/~letz/jack-1.9.6.tar.bz2
File already downloaded and cached to /Users/fjl/Library/Caches/Homebrew
/usr/bin/tar xf /Users/fjl/Library/Caches/Homebrew/jack-1.9.6.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-174; Mac OS X 10.6.7) https://gist.github.com/raw/636194/jack-1.9.6_homebrew.patch -o 001-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file common/wscript
patching file example-clients/transport.c
patching file example-clients/wscript
patching file tests/wscript
==> ./waf configure --prefix=/usr/local/Cellar/jack/1.9.6
./waf configure --prefix=/usr/local/Cellar/jack/1.9.6
MacOS X detected
Checking for compiler version : ok 4.2.1
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for g++ : ok
Checking for compiler version : ok 4.2.1
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for gcc : ok
Checking for header samplerate.h : ok
Checking for header sndfile.h : ok
Checking for header samplerate.h : ok
Checking for celt >= 0.5.0 : ok
Checking for header ncurses.h : ok
Checking for library readline : ok
Checking for celt >= 0.7.0 : ok
==================
JACK 1.9.6 exported from r4046
Build with a maximum of 64 JACK clients
Build with a maximum of 768 ports per application
Install prefix : /usr/local/Cellar/jack/1.9.6
Library directory : /usr/local/Cellar/jack/1.9.6/lib
Drivers directory : /usr/local/Cellar/jack/1.9.6/lib/jack
Build debuggable binaries : no
Build doxygen documentation : no
Build with engine profiling : no
Build with 32/64 bits mixed mode : no
Build standard JACK (jackd) : yes
Build D-Bus JACK (jackdbus) : no
Configuration finished successfully (00:00:00); project is now ready to build.
==> ./waf build
./waf build
make[1]: Entering directory `/private/tmp/homebrew-jack-1.9.6-Yb9D/jack-1.9.6/build'
[ 1/183] copy: jack.pc.in -> build/default/jack.pc
[ 2/183] cc: common/ringbuffer.c -> build/default/common/ringbuffer_1.o
[ 3/183] cc: common/shm.c -> build/default/common/shm_1.o
[ 4/183] cc: common/timestamps.c -> build/default/common/timestamps_1.o
[ 5/183] cc: macosx/JackMachTime.c -> build/default/macosx/JackMachTime_1.o
[ 6/183] cc: macosx/RPC/JackRPCClientUser.c -> build/default/macosx/RPC/JackRPCClientUser_1.o
[ 7/183] cc: common/ringbuffer.c -> build/default/common/ringbuffer_2.o
[ 8/183] cc: common/shm.c -> build/default/common/shm_2.o
[ 9/183] cc: common/timestamps.c -> build/default/common/timestamps_2.o
[ 10/183] cc: macosx/JackMachTime.c -> build/default/macosx/JackMachTime_2.o
[ 11/183] cc: macosx/RPC/JackRPCEngineUser.c -> build/default/macosx/RPC/JackRPCEngineUser_2.o
[ 12/183] cc: common/netjack.c -> build/default/common/netjack_7.o
[ 13/183] cc: common/netjack_packet.c -> build/default/common/netjack_packet_7.o
[ 14/183] cc: example-clients/ipload.c -> build/default/example-clients/ipload_1.o
[ 15/183] cc: example-clients/freewheel.c -> build/default/example-clients/freewheel_2.o
[ 16/183] cc: example-clients/simple_client.c -> build/default/example-clients/simple_client_3.o
[ 17/183] cc: example-clients/showtime.c -> build/default/example-clients/showtime_4.o
[ 18/183] cc: example-clients/samplerate.c -> build/default/example-clients/samplerate_5.o
[ 19/183] cc: example-clients/cpu_load.c -> build/default/example-clients/cpu_load_6.o
[ 20/183] cc: example-clients/metro.c -> build/default/example-clients/metro_7.o
[ 21/183] cc: example-clients/evmon.c -> build/default/example-clients/evmon_8.o
[ 22/183] cc: example-clients/midiseq.c -> build/default/example-clients/midiseq_9.o
[ 23/183] cc: example-clients/zombie.c -> build/default/example-clients/zombie_10.o
[ 24/183] cc: example-clients/connect.c -> build/default/example-clients/connect_11.o
[ 25/183] cc: example-clients/monitor_client.c -> build/default/example-clients/monitor_client_12.o
[ 26/183] cc: example-clients/bufsize.c -> build/default/example-clients/bufsize_13.o
[ 27/183] cc: example-clients/wait.c -> build/default/example-clients/wait_14.o
[ 28/183] cc: example-clients/lsp.c -> build/default/example-clients/lsp_15.o
[ 29/183] cc: example-clients/alias.c -> build/default/example-clients/alias_16.o
[ 30/183] cc: example-clients/thru_client.c -> build/default/example-clients/thru_client_17.o
[ 31/183] cc: example-clients/midisine.c -> build/default/example-clients/midisine_18.o
[ 32/183] cc: example-clients/ipunload.c -> build/default/example-clients/ipunload_19.o
[ 33/183] cc: example-clients/transport.c -> build/default/example-clients/transport_21.o
[ 34/183] cc: example-clients/capture_client.c -> build/default/example-clients/capture_client_22.o
[ 35/183] cc: example-clients/netsource.c -> build/default/example-clients/netsource_23.o
[ 36/183] cc: common/netjack_packet.c -> build/default/common/netjack_packet_23.o
[ 37/183] cc: example-clients/inprocess.c -> build/default/example-clients/inprocess_24.o
[ 38/183] cc: tests/cpu.c -> build/default/tests/cpu_2.o
[ 39/183] cxx: common/JackActivationCount.cpp -> build/default/common/JackActivationCount_1.o
[ 40/183] cxx: common/JackAPI.cpp -> build/default/common/JackAPI_1.o
[ 41/183] cxx: common/JackClient.cpp -> build/default/common/JackClient_1.o
[ 42/183] cxx: common/JackConnectionManager.cpp -> build/default/common/JackConnectionManager_1.o
[ 43/183] cxx: common/JackError.cpp -> build/default/common/JackError_1.o
[ 44/183] cxx: common/JackFrameTimer.cpp -> build/default/common/JackFrameTimer_1.o
[ 45/183] cxx: common/JackGraphManager.cpp -> build/default/common/JackGraphManager_1.o
[ 46/183] cxx: common/JackPort.cpp -> build/default/common/JackPort_1.o
[ 47/183] cxx: common/JackPortType.cpp -> build/default/common/JackPortType_1.o
[ 48/183] cxx: common/JackAudioPort.cpp -> build/default/common/JackAudioPort_1.o
[ 49/183] cxx: common/JackMidiPort.cpp -> build/default/common/JackMidiPort_1.o
[ 50/183] cxx: common/JackMidiAPI.cpp -> build/default/common/JackMidiAPI_1.o
[ 51/183] cxx: common/JackEngineControl.cpp -> build/default/common/JackEngineControl_1.o
[ 52/183] cxx: common/JackShmMem.cpp -> build/default/common/JackShmMem_1.o
[ 53/183] cxx: common/JackGlobals.cpp -> build/default/common/JackGlobals_1.o
[ 54/183] cxx: common/JackDebugClient.cpp -> build/default/common/JackDebugClient_1.o
[ 55/183] cxx: common/JackTransportEngine.cpp -> build/default/common/JackTransportEngine_1.o
[ 56/183] cxx: common/JackTools.cpp -> build/default/common/JackTools_1.o
[ 57/183] cxx: common/JackMessageBuffer.cpp -> build/default/common/JackMessageBuffer_1.o
[ 58/183] cxx: common/JackEngineProfiling.cpp -> build/default/common/JackEngineProfiling_1.o
[ 59/183] cxx: posix/JackProcessSync.cpp -> build/default/posix/JackProcessSync_1.o
[ 60/183] cxx: posix/JackPosixThread.cpp -> build/default/posix/JackPosixThread_1.o
[ 61/183] cxx: macosx/JackMachThread.cpp -> build/default/macosx/JackMachThread_1.o
[ 62/183] cxx: macosx/JackMachSemaphore.cpp -> build/default/macosx/JackMachSemaphore_1.o
[ 63/183] cxx: macosx/JackMachPort.cpp -> build/default/macosx/JackMachPort_1.o
[ 64/183] cxx: common/JackAudioDriver.cpp -> build/default/common/JackAudioDriver_1.o
[ 65/183] cxx: common/JackMidiDriver.cpp -> build/default/common/JackMidiDriver_1.o
[ 66/183] cxx: common/JackDriver.cpp -> build/default/common/JackDriver_1.o
[ 67/183] cxx: common/JackEngine.cpp -> build/default/common/JackEngine_1.o
[ 68/183] cxx: common/JackExternalClient.cpp -> build/default/common/JackExternalClient_1.o
[ 69/183] cxx: common/JackFreewheelDriver.cpp -> build/default/common/JackFreewheelDriver_1.o
[ 70/183] cxx: common/JackInternalClient.cpp -> build/default/common/JackInternalClient_1.o
[ 71/183] cxx: common/JackServer.cpp -> build/default/common/JackServer_1.o
[ 72/183] cxx: common/JackThreadedDriver.cpp -> build/default/common/JackThreadedDriver_1.o
[ 73/183] cxx: common/JackRestartThreadedDriver.cpp -> build/default/common/JackRestartThreadedDriver_1.o
[ 74/183] cxx: common/JackWaitThreadedDriver.cpp -> build/default/common/JackWaitThreadedDriver_1.o
[ 75/183] cxx: common/JackServerAPI.cpp -> build/default/common/JackServerAPI_1.o
[ 76/183] cxx: common/JackDriverLoader.cpp -> build/default/common/JackDriverLoader_1.o
[ 77/183] cxx: common/JackServerGlobals.cpp -> build/default/common/JackServerGlobals_1.o
[ 78/183] cxx: common/JackControlAPI.cpp -> build/default/common/JackControlAPI_1.o
[ 79/183] cxx: common/JackNetTool.cpp -> build/default/common/JackNetTool_1.o
[ 80/183] cxx: common/JackNetInterface.cpp -> build/default/common/JackNetInterface_1.o
[ 81/183] cxx: common/JackArgParser.cpp -> build/default/common/JackArgParser_1.o
[ 82/183] cxx: common/JackPhysicalMidiInput.cpp -> build/default/common/JackPhysicalMidiInput_1.o
[ 83/183] cxx: common/JackPhysicalMidiOutput.cpp -> build/default/common/JackPhysicalMidiOutput_1.o
[ 84/183] cxx: macosx/JackMachServerChannel.cpp -> build/default/macosx/JackMachServerChannel_1.o
[ 85/183] cxx: macosx/JackMachNotifyChannel.cpp -> build/default/macosx/JackMachNotifyChannel_1.o
[ 86/183] cxx: macosx/JackMachServerNotifyChannel.cpp -> build/default/macosx/JackMachServerNotifyChannel_1.o
[ 87/183] cxx: macosx/JackMacEngineRPC.cpp -> build/default/macosx/JackMacEngineRPC_1.o
[ 88/183] cxx: posix/JackNetUnixSocket.cpp -> build/default/posix/JackNetUnixSocket_1.o
[ 89/183] cxx: common/JackActivationCount.cpp -> build/default/common/JackActivationCount_2.o
[ 90/183] cxx: common/JackAPI.cpp -> build/default/common/JackAPI_2.o
[ 91/183] cxx: common/JackClient.cpp -> build/default/common/JackClient_2.o
[ 92/183] cxx: common/JackConnectionManager.cpp -> build/default/common/JackConnectionManager_2.o
[ 93/183] cxx: common/JackError.cpp -> build/default/common/JackError_2.o
[ 94/183] cxx: common/JackFrameTimer.cpp -> build/default/common/JackFrameTimer_2.o
[ 95/183] cxx: common/JackGraphManager.cpp -> build/default/common/JackGraphManager_2.o
[ 96/183] cxx: common/JackPort.cpp -> build/default/common/JackPort_2.o
[ 97/183] cxx: common/JackPortType.cpp -> build/default/common/JackPortType_2.o
[ 98/183] cxx: common/JackAudioPort.cpp -> build/default/common/JackAudioPort_2.o
[ 99/183] cxx: common/JackMidiPort.cpp -> build/default/common/JackMidiPort_2.o
[100/183] cxx: common/JackMidiAPI.cpp -> build/default/common/JackMidiAPI_2.o
[101/183] cxx: common/JackEngineControl.cpp -> build/default/common/JackEngineControl_2.o
[102/183] cxx: common/JackShmMem.cpp -> build/default/common/JackShmMem_2.o
[103/183] cxx: common/JackGlobals.cpp -> build/default/common/JackGlobals_2.o
[104/183] cxx: common/JackDebugClient.cpp -> build/default/common/JackDebugClient_2.o
[105/183] cxx: common/JackTransportEngine.cpp -> build/default/common/JackTransportEngine_2.o
[106/183] cxx: common/JackTools.cpp -> build/default/common/JackTools_2.o
[107/183] cxx: common/JackMessageBuffer.cpp -> build/default/common/JackMessageBuffer_2.o
[108/183] cxx: common/JackEngineProfiling.cpp -> build/default/common/JackEngineProfiling_2.o
[109/183] cxx: posix/JackProcessSync.cpp -> build/default/posix/JackProcessSync_2.o
[110/183] cxx: posix/JackPosixThread.cpp -> build/default/posix/JackPosixThread_2.o
[111/183] cxx: macosx/JackMachThread.cpp -> build/default/macosx/JackMachThread_2.o
[112/183] cxx: macosx/JackMachSemaphore.cpp -> build/default/macosx/JackMachSemaphore_2.o
[113/183] cxx: macosx/JackMachPort.cpp -> build/default/macosx/JackMachPort_2.o
[114/183] cxx: common/JackLibClient.cpp -> build/default/common/JackLibClient_2.o
[115/183] cxx: common/JackLibAPI.cpp -> build/default/common/JackLibAPI_2.o
[116/183] cxx: macosx/JackMachClientChannel.cpp -> build/default/macosx/JackMachClientChannel_2.o
[117/183] cxx: macosx/JackMacLibClientRPC.cpp -> build/default/macosx/JackMacLibClientRPC_2.o
[118/183] cxx: posix/JackPosixServerLaunch.cpp -> build/default/posix/JackPosixServerLaunch_2.o
[119/183] cxx: common/JackNetManager.cpp -> build/default/common/JackNetManager_3.o
[120/183] cxx: common/JackProfiler.cpp -> build/default/common/JackProfiler_4.o
[121/183] cxx: common/JackResampler.cpp -> build/default/common/JackResampler_5.o
[122/183] cxx: common/JackLibSampleRateResampler.cpp -> build/default/common/JackLibSampleRateResampler_5.o
[123/183] cxx: common/JackAudioAdapter.cpp -> build/default/common/JackAudioAdapter_5.o
[124/183] cxx: common/JackAudioAdapterInterface.cpp -> build/default/common/JackAudioAdapterInterface_5.o
[125/183] cxx: common/JackNetAdapter.cpp -> build/default/common/JackNetAdapter_5.o
[126/183] cxx: common/JackResampler.cpp -> build/default/common/JackResampler_6.o
[127/183] cxx: common/JackLibSampleRateResampler.cpp -> build/default/common/JackLibSampleRateResampler_6.o
[128/183] cxx: common/JackAudioAdapter.cpp -> build/default/common/JackAudioAdapter_6.o
[129/183] cxx: common/JackAudioAdapterInterface.cpp -> build/default/common/JackAudioAdapterInterface_6.o
[130/183] cxx: common/JackAudioAdapterFactory.cpp -> build/default/common/JackAudioAdapterFactory_6.o
[131/183] cxx: macosx/coreaudio/JackCoreAudioAdapter.cpp -> build/default/macosx/coreaudio/JackCoreAudioAdapter_6.o
[132/183] cxx: common/Jackdmp.cpp -> build/default/common/Jackdmp_1.o
[133/183] cxx: common/JackDummyDriver.cpp -> build/default/common/JackDummyDriver_2.o
[134/183] cxx: common/JackLoopbackDriver.cpp -> build/default/common/JackLoopbackDriver_3.o
[135/183] cxx: macosx/coreaudio/JackCoreAudioDriver.cpp -> build/default/macosx/coreaudio/JackCoreAudioDriver_4.o
[136/183] cxx: macosx/coremidi/JackCoreMidiDriver.cpp -> build/default/macosx/coremidi/JackCoreMidiDriver_5.o
[137/183] cxx: common/JackNetDriver.cpp -> build/default/common/JackNetDriver_6.o
[138/183] cxx: common/JackNetOneDriver.cpp -> build/default/common/JackNetOneDriver_7.o
[139/183] cxx: example-clients/server_control.cpp -> build/default/example-clients/server_control_20.o
[140/183] cxx: tests/test.cpp -> build/default/tests/test_1.o
/usr/local/Cellar/celt/0.8.1/include/celt/celt.h: In member function ‘void Jack::JackNetOneDriver::render_payload_to_jack_ports_celt(void*, jack_nframes_t, JSList*, JSList*, jack_nframes_t)’:
/usr/local/Cellar/celt/0.8.1/include/celt/celt.h:289: error: too few arguments to function ‘int celt_decode_float(CELTDecoder*, const unsigned char*, int, float*, int)’
../common/JackNetOneDriver.cpp:712: error: at this point in file
/usr/local/Cellar/celt/0.8.1/include/celt/celt.h:289: error: too few arguments to function ‘int celt_decode_float(CELTDecoder*, const unsigned char*, int, float*, int)’
../common/JackNetOneDriver.cpp:714: error: at this point in file
Build failed
-> task failed (err #1):
{task: cxx JackNetOneDriver.cpp -> JackNetOneDriver_7.o}
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/jack.rb#L19
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: aae3607d31807bd13325c2952f2dc366f7779a7f
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.7
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.0
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failed executing: ./waf build
Please report this bug: https://github.com/mxcl/homebrew/wiki/new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment