Skip to content

Instantly share code, notes, and snippets.

@danielberndt
Created April 5, 2012 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielberndt/2312384 to your computer and use it in GitHub Desktop.
Save danielberndt/2312384 to your computer and use it in GitHub Desktop.
xuggler - ant ivy-retrieve
18:28:24 xuggler_repo(master|✔) % ant ivy-retrieve
Buildfile: /opt/xuggler_repo/build.xml
ivy-init:
[echo] Initing ivy from /opt/xuggler_repo/mk/buildtools/lib/ivy-2.2.0.jar
[echo] Ivy task loaded: /opt/xuggler_repo/mk/buildtools/lib/ivy-2.2.0.jar
[echo] Ivy settings file set: /opt/xuggler_repo/mk/buildtools/ivysettings.xml
ivy-retrieve:
[mkdir] Created dir: /opt/xuggler_repo/build/lib
[mkdir] Created dir: /opt/xuggler_repo/build/lib/compile
[mkdir] Created dir: /opt/xuggler_repo/build/lib/test
[mkdir] Created dir: /opt/xuggler_repo/build/lib/default
[echo] ivy.settings.name: default
[echo] ivy.deliver.revision: ${ivy.deliver.revision}
[ivy:resolve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;${ivy.revision}
[ivy:resolve] confs: [default]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar ...
[ivy:resolve] ................................................. (25kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.slf4j#slf4j-api;1.6.4!slf4j-api.jar (987ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1.jar ...
[ivy:resolve] ...................................................................... (35kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] commons-cli#commons-cli;1.1!commons-cli.jar (975ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.0/logback-core-1.0.0.jar ...
[ivy:resolve] ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... (320kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] ch.qos.logback#logback-core;1.0.0!logback-core.jar (1598ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.0/logback-classic-1.0.0.jar ...
[ivy:resolve] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. (240kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] ch.qos.logback#logback-classic;1.0.0!logback-classic.jar (1026ms)
[ivy:resolve] :: resolution report :: resolve 13775ms :: artifacts dl 4589ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 4 | 4 | 4 | 0 || 4 | 4 |
---------------------------------------------------------------------
BUILD FAILED
/opt/xuggler_repo/mk/buildtools/buildhelper.xml:461: impossible to resolve dependencies:
java.lang.IllegalArgumentException: cyclic variable definition: cycle = [ivy.revision, ivy.revision]
at org.apache.ivy.core.IvyPatternHelper.substituteVariables(IvyPatternHelper.java:185)
at org.apache.ivy.core.IvyPatternHelper.substituteVariables(IvyPatternHelper.java:189)
at org.apache.ivy.core.IvyPatternHelper.substituteVariables(IvyPatternHelper.java:159)
at org.apache.ivy.core.settings.IvyVariableContainerImpl.substitute(IvyVariableContainerImpl.java:63)
at org.apache.ivy.ant.IvyAntVariableContainer.setVariable(IvyAntVariableContainer.java:55)
at org.apache.ivy.core.settings.IvySettings.setVariable(IvySettings.java:576)
at org.apache.ivy.core.settings.IvySettings.setVariable(IvySettings.java:572)
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:270)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:390)
at org.apache.tools.ant.Target.performTasks(Target.java:411)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
at org.apache.tools.ant.Main.runBuild(Main.java:809)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
18:29:10 xuggler_repo(master|✔) % ant run-tests
Buildfile: /opt/xuggler_repo/build.xml
windows-init:
mac-init:
unix-init:
os-init:
java6.check:
[echo] Java: java.home is /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home and the target version is 1.6
[echo] Ant: ant.home is /usr/share/ant and the target version is Apache Ant(TM) version 1.8.2 compiled on June 3 2011
revision:
[delete] Deleting: /opt/xuggler_repo/build/OS.properties
[echo] Building for OS: x86_64-apple-darwin11.3.0
[echo] Building Library Version: 5.3.0
[echo] Ivy Library Version: 5.3-SNAPSHOT
ivy-init:
[echo] Initing ivy from /opt/xuggler_repo/mk/buildtools/lib/ivy-2.2.0.jar
[echo] Ivy task loaded: /opt/xuggler_repo/mk/buildtools/lib/ivy-2.2.0.jar
[echo] Ivy settings file set: /opt/xuggler_repo/mk/buildtools/ivysettings.xml
init:
[echo] /opt/xuggler_repo/configure exists=true
[echo] Installing to /opt/xuggler (a.k.a. /opt/xuggler)
uptodate-native:
[echo] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/Makefile exists=true
configure-native:
setup-native:
compile-native-do:
[exec] Making all in captive
[exec] Making all in zlib
[exec] Incarcerated package configured: ../../../../../captive/zlib
[exec] Incarcerating package ../../../../../captive/zlib to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Incarceration complete: ../../../../../captive/zlib
[exec] Making all in libtiff
[exec] Incarcerated package configured: ../../../../../captive/libtiff
[exec] Incarcerating package ../../../../../captive/libtiff to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Making all in port
[exec] Making all in libtiff
[exec] make all-am
[exec] Out of date files; re-running make
[exec] Making all in port
[exec] make[3]: *** [all-recursive] Error 1
[exec] make[4]: Nothing to be done for `all'.
[exec] Making all in libtiff
[exec] make all-am
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in tools
[exec] make[4]: Nothing to be done for `all'.
[exec] Making all in build
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in contrib
[exec] Making all in addtiffo
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in dbs
[exec] Making all in xtiff
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in iptcutil
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in mfs
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in pds
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in ras
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in stream
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in tags
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in win_dib
[exec] make[5]: Nothing to be done for `all'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in test
[exec] make[4]: Nothing to be done for `all'.
[exec] Making all in man
[exec] make[4]: Nothing to be done for `all'.
[exec] Making all in html
[exec] Making all in images
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in man
[exec] make[5]: Nothing to be done for `all'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] make[4]: Nothing to be done for `all-am'.
[exec] Making install in port
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in libtiff
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libtiff.la libtiffxx.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libtiff.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.la
[exec] libtool: install: /usr/bin/install -c .libs/libtiffxx.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiffxx.la
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a(tif_jbig.o) has no symbols
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a(tif_jpeg.o) has no symbols
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a(tif_jpeg_12.o) has no symbols
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a(tif_lzma.o) has no symbols
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a(tif_ojpeg.o) has no symbols
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libtiff.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiff.a
[exec] libtool: install: /usr/bin/install -c .libs/libtiffxx.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiffxx.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiffxx.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtiffxx.a
[exec] test -z "/opt/xuggler/include" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/libtiff/tiff.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/libtiff/tiffio.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/libtiff/tiffvers.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/libtiff/tiffio.hxx '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include'
[exec] test -z "/opt/xuggler/include" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include"
[exec] /usr/bin/install -c -m 644 tiffconf.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include'
[exec] Making install in tools
[exec] test -z "/opt/xuggler/bin" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c bmp2tiff fax2ps fax2tiff gif2tiff pal2rgb ppm2tiff ras2tiff raw2tiff rgb2ycbcr thumbnail tiff2bw tiff2pdf tiff2ps tiff2rgba tiffcmp tiffcp tiffcrop tiffdither tiffdump tiffinfo tiffmedian tiffset tiffsplit tiffgt '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin'
[exec] libtool: install: /usr/bin/install -c bmp2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/bmp2tiff
[exec] libtool: install: /usr/bin/install -c fax2ps /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/fax2ps
[exec] libtool: install: /usr/bin/install -c fax2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/fax2tiff
[exec] libtool: install: /usr/bin/install -c gif2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/gif2tiff
[exec] libtool: install: /usr/bin/install -c pal2rgb /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/pal2rgb
[exec] libtool: install: /usr/bin/install -c ppm2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/ppm2tiff
[exec] libtool: install: /usr/bin/install -c ras2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/ras2tiff
[exec] libtool: install: /usr/bin/install -c raw2tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/raw2tiff
[exec] libtool: install: /usr/bin/install -c rgb2ycbcr /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/rgb2ycbcr
[exec] libtool: install: /usr/bin/install -c thumbnail /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/thumbnail
[exec] libtool: install: /usr/bin/install -c tiff2bw /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiff2bw
[exec] libtool: install: /usr/bin/install -c tiff2pdf /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiff2pdf
[exec] libtool: install: /usr/bin/install -c tiff2ps /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiff2ps
[exec] libtool: install: /usr/bin/install -c tiff2rgba /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiff2rgba
[exec] libtool: install: /usr/bin/install -c tiffcmp /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffcmp
[exec] libtool: install: /usr/bin/install -c tiffcp /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffcp
[exec] libtool: install: /usr/bin/install -c tiffcrop /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffcrop
[exec] libtool: install: /usr/bin/install -c tiffdither /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffdither
[exec] libtool: install: /usr/bin/install -c tiffdump /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffdump
[exec] libtool: install: /usr/bin/install -c tiffinfo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffinfo
[exec] libtool: install: /usr/bin/install -c tiffmedian /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffmedian
[exec] libtool: install: /usr/bin/install -c tiffset /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffset
[exec] libtool: install: /usr/bin/install -c tiffsplit /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffsplit
[exec] libtool: install: /usr/bin/install -c tiffgt /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/tiffgt
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in build
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in contrib
[exec] Making install in addtiffo
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in dbs
[exec] Making install in xtiff
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in iptcutil
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in mfs
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in pds
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in ras
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in stream
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in tags
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in win_dib
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in test
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in man
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/man/man1" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/bmp2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/fax2ps.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/fax2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/gif2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/pal2rgb.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/ppm2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/ras2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/raw2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/rgb2ycbcr.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/sgi2tiff.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/thumbnail.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiff2bw.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiff2pdf.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiff2ps.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiff2rgba.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffcmp.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffcp.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffcrop.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffdither.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffdump.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffgt.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffinfo.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffmedian.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffset.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffsplit.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/tiffsv.1 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1'
[exec] test -z "/opt/xuggler/share/man/man3" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man3"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/libtiff.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFbuffer.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFClose.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFcodec.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFcolor.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFDataWidth.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFError.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFFlush.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFGetField.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFmemory.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFOpen.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFPrintDirectory.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFquery.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadDirectory.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadEncodedStrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadEncodedTile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadRawStrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadRawTile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadRGBAImage.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadRGBAStrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadRGBATile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadScanline.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFReadTile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFRGBAImage.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFSetDirectory.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFSetField.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFsize.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFstrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFswab.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFtile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWarning.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteDirectory.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteEncodedStrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteEncodedTile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteRawStrip.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteRawTile.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteScanline.3tiff /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/man/TIFFWriteTile.3tiff '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man3'
[exec] Making install in html
[exec] Making install in images
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/tiff-4.0.1/html/images" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html/images"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/back.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/bali.jpg /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/cat.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/cover.jpg /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/cramps.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/dave.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/info.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/jello.jpg /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/jim.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/note.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/oxford.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/quad.jpg /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/ring.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/smallliz.jpg /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/strike.gif /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images/warning.gif '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html/images'
[exec] Making install in man
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/tiff-4.0.1/html/man" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html/man"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/index.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/libtiff.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFbuffer.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFClose.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFcodec.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFcolor.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFDataWidth.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFError.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFFlush.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFGetField.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFmemory.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFOpen.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFPrintDirectory.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFquery.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadDirectory.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadEncodedStrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadEncodedTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadRawStrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadRawTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadRGBAImage.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadRGBAStrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadRGBATile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadScanline.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFReadTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFRGBAImage.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFSetDirectory.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFSetField.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFsize.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFstrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFswab.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFtile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWarning.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteDirectory.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteEncodedStrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteEncodedTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteRawStrip.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteRawTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteScanline.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/TIFFWriteTile.3tiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/fax2ps.1.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html/man'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/fax2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/gif2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/pal2rgb.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/ppm2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/ras2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/raw2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/rgb2ycbcr.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/sgi2tiff.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/thumbnail.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiff2bw.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiff2pdf.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiff2ps.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiff2rgba.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffcmp.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffcp.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffcrop.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffdither.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffdump.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffgt.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffinfo.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffmedian.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffset.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffsplit.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/man/tiffsv.1.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html/man'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/tiff-4.0.1/html" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/addingtags.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/bugs.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/build.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/contrib.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/document.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/images.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/index.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/internals.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/intro.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/libtiff.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/misc.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/support.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/TIFFTechNote2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/tools.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta007.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta016.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta018.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta024.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta028.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta029.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta031.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta032.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta033.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta034.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta035.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.4beta036.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.3.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.4.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.5.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.6-beta.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.5.7.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.6.0.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.6.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.0alpha.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.0beta.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.0beta2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.0.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.1.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.3.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.7.4.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.8.0.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.8.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.8.2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.9.0beta.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.9.1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v3.9.2.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/html/v4.0.0.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1/html'
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/tiff-4.0.1" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/COPYRIGHT /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/ChangeLog /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/README /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/README.vms /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/RELEASE-DATE /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/TODO /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/VERSION '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/tiff-4.0.1'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtiff/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 libtiff-4.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/libtiff
[exec] Making all in spandsp
[exec] Incarcerated package configured: ../../../../../captive/spandsp
[exec] Incarcerating package ../../../../../captive/spandsp to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Making all in src
[exec] make all-am
[exec] make[4]: *** [all] Error 1
[exec] make[3]: *** [all-recursive] Error 1
[exec] Out of date files; re-running make
[exec] Making all in src
[exec] make all-am
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT fax.lo -MD -MP -MF .deps/fax.Tpo -c -o fax.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/fax.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT fax.lo -MD -MP -MF .deps/fax.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/fax.c -fno-common -DPIC -o fax.o
[exec] mv -f .deps/fax.Tpo .deps/fax.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT image_translate.lo -MD -MP -MF .deps/image_translate.Tpo -c -o image_translate.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/image_translate.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT image_translate.lo -MD -MP -MF .deps/image_translate.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/image_translate.c -fno-common -DPIC -o image_translate.o
[exec] mv -f .deps/image_translate.Tpo .deps/image_translate.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t4_rx.lo -MD -MP -MF .deps/t4_rx.Tpo -c -o t4_rx.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t4_rx.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t4_rx.lo -MD -MP -MF .deps/t4_rx.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t4_rx.c -fno-common -DPIC -o t4_rx.o
[exec] mv -f .deps/t4_rx.Tpo .deps/t4_rx.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t4_tx.lo -MD -MP -MF .deps/t4_tx.Tpo -c -o t4_tx.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t4_tx.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t4_tx.lo -MD -MP -MF .deps/t4_tx.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t4_tx.c -fno-common -DPIC -o t4_tx.o
[exec] mv -f .deps/t4_tx.Tpo .deps/t4_tx.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30.lo -MD -MP -MF .deps/t30.Tpo -c -o t30.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30.lo -MD -MP -MF .deps/t30.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30.c -fno-common -DPIC -o t30.o
[exec] mv -f .deps/t30.Tpo .deps/t30.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30_api.lo -MD -MP -MF .deps/t30_api.Tpo -c -o t30_api.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30_api.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30_api.lo -MD -MP -MF .deps/t30_api.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30_api.c -fno-common -DPIC -o t30_api.o
[exec] mv -f .deps/t30_api.Tpo .deps/t30_api.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30_logging.lo -MD -MP -MF .deps/t30_logging.Tpo -c -o t30_logging.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30_logging.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t30_logging.lo -MD -MP -MF .deps/t30_logging.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t30_logging.c -fno-common -DPIC -o t30_logging.o
[exec] mv -f .deps/t30_logging.Tpo .deps/t30_logging.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t31.lo -MD -MP -MF .deps/t31.Tpo -c -o t31.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t31.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t31.lo -MD -MP -MF .deps/t31.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t31.c -fno-common -DPIC -o t31.o
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t31.c:1330: warning: 'v8_handler' defined but not used
[exec] mv -f .deps/t31.Tpo .deps/t31.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_core.lo -MD -MP -MF .deps/t38_core.Tpo -c -o t38_core.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_core.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_core.lo -MD -MP -MF .deps/t38_core.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_core.c -fno-common -DPIC -o t38_core.o
[exec] mv -f .deps/t38_core.Tpo .deps/t38_core.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_gateway.lo -MD -MP -MF .deps/t38_gateway.Tpo -c -o t38_gateway.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_gateway.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_gateway.lo -MD -MP -MF .deps/t38_gateway.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_gateway.c -fno-common -DPIC -o t38_gateway.o
[exec] mv -f .deps/t38_gateway.Tpo .deps/t38_gateway.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_terminal.lo -MD -MP -MF .deps/t38_terminal.Tpo -c -o t38_terminal.lo /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_terminal.c
[exec] libtool: compile: clang -DHAVE_CONFIG_H -I. -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src -I.. -I/usr/include/libxml2 -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -MT t38_terminal.lo -MD -MP -MF .deps/t38_terminal.Tpo -c /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/t38_terminal.c -fno-common -DPIC -o t38_terminal.o
[exec] mv -f .deps/t38_terminal.Tpo .deps/t38_terminal.Plo
[exec] /bin/sh ../libtool --tag=CC --mode=link clang -DNDEBUG -msse2 -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -I/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include -DLIBSPANDSP_EXPORTS=1 -g -O2 -arch x86_64 -version-info 2:0:0 -L/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib -arch x86_64 -o libspandsp.la -rpath /opt/xuggler/lib adsi.lo async.lo at_interpreter.lo awgn.lo bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo complex_filters.lo complex_vector_float.lo complex_vector_int.lo crc.lo dds_float.lo dds_int.lo dtmf.lo echo.lo fax.lo fax_modems.lo fsk.lo g711.lo g722.lo g726.lo gsm0610_decode.lo gsm0610_encode.lo gsm0610_long_term.lo gsm0610_lpc.lo gsm0610_preprocess.lo gsm0610_rpe.lo gsm0610_short_term.lo hdlc.lo ima_adpcm.lo image_translate.lo logging.lo lpc10_analyse.lo lpc10_decode.lo lpc10_encode.lo lpc10_placev.lo lpc10_voicing.lo modem_echo.lo modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo plc.lo power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo super_tone_rx.lo super_tone_tx.lo swept_tone.lo t4_rx.lo t4_tx.lo t30.lo t30_api.lo t30_logging.lo t31.lo t35.lo t38_core.lo t38_gateway.lo t38_non_ecm_buffer.lo t38_terminal.lo testcpuid.lo time_scale.lo timezone.lo tone_detect.lo tone_generate.lo v17rx.lo v17tx.lo v18.lo v22bis_rx.lo v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo v29rx.lo v29tx.lo v42.lo v42bis.lo v8.lo vector_float.lo vector_int.lo -ltiff -lm -lz
[exec] libtool: link: rm -fr .libs/libspandsp.a .libs/libspandsp.la .libs/libspandsp.lai
[exec] libtool: link: ar cru .libs/libspandsp.a adsi.o async.o at_interpreter.o awgn.o bell_r2_mf.o bert.o bit_operations.o bitstream.o complex_filters.o complex_vector_float.o complex_vector_int.o crc.o dds_float.o dds_int.o dtmf.o echo.o fax.o fax_modems.o fsk.o g711.o g722.o g726.o gsm0610_decode.o gsm0610_encode.o gsm0610_long_term.o gsm0610_lpc.o gsm0610_preprocess.o gsm0610_rpe.o gsm0610_short_term.o hdlc.o ima_adpcm.o image_translate.o logging.o lpc10_analyse.o lpc10_decode.o lpc10_encode.o lpc10_placev.o lpc10_voicing.o modem_echo.o modem_connect_tones.o noise.o oki_adpcm.o playout.o plc.o power_meter.o queue.o schedule.o sig_tone.o silence_gen.o super_tone_rx.o super_tone_tx.o swept_tone.o t4_rx.o t4_tx.o t30.o t30_api.o t30_logging.o t31.o t35.o t38_core.o t38_gateway.o t38_non_ecm_buffer.o t38_terminal.o testcpuid.o time_scale.o timezone.o tone_detect.o tone_generate.o v17rx.o v17tx.o v18.o v22bis_rx.o v22bis_tx.o v27ter_rx.o v27ter_tx.o v29rx.o v29tx.o v42.o v42bis.o v8.o vector_float.o vector_int.o
[exec] /usr/bin/ranlib: file: .libs/libspandsp.a(testcpuid.o) has no symbols
[exec] ranlib: file: .libs/libspandsp.a(testcpuid.o) has no symbols
[exec] libtool: link: ranlib .libs/libspandsp.a
[exec] libtool: link: ( cd ".libs" && rm -f "libspandsp.la" && ln -s "../libspandsp.la" "libspandsp.la" )
[exec] make[4]: Nothing to be done for `all-am'.
[exec] Making install in src
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libspandsp.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libspandsp.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspandsp.la
[exec] libtool: install: /usr/bin/install -c .libs/libspandsp.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspandsp.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspandsp.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspandsp.a
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspandsp.a(testcpuid.o) has no symbols
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] test -z "/opt/xuggler/include" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include"
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/adsi.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/async.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/arctan2.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/at_interpreter.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/awgn.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/bell_r2_mf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/bert.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/biquad.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/bit_operations.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/bitstream.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/crc.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/complex.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/complex_filters.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/complex_vector_float.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/complex_vector_int.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/dc_restore.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/dds.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/dtmf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/echo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/fast_convert.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/fax.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/fax_modems.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/fir.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/fsk.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/g168models.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/g711.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/g722.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/g726.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/gsm0610.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/hdlc.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/ima_adpcm.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/image_translate.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/logging.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/lpc10.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/modem_echo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/modem_connect_tones.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/noise.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/oki_adpcm.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/playout.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/plc.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/power_meter.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/queue.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/saturated.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/schedule.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/sig_tone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/silence_gen.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/super_tone_rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/super_tone_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/swept_tone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t30.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t30_api.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t30_fcf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t30_logging.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t31.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t35.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t38_core.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t38_gateway.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t38_non_ecm_buffer.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t38_terminal.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t4_rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t4_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t4_t6_decode.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/t4_t6_encode.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/telephony.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/time_scale.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/timezone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/timing.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/tone_detect.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/tone_generate.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v17rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v17tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v18.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v22bis.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v27ter_rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v27ter_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v29rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v29tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v42.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v42bis.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/v8.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp/private'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/adsi.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/async.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/at_interpreter.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/awgn.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/bell_r2_mf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/bert.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/bitstream.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/dtmf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/echo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/fax.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/fax_modems.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/fsk.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/g711.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/g722.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/g726.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/gsm0610.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/hdlc.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/ima_adpcm.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/image_translate.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/logging.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/lpc10.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/modem_connect_tones.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/modem_echo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/noise.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/oki_adpcm.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/queue.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/schedule.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/sig_tone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/silence_gen.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/super_tone_rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/super_tone_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/swept_tone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t30.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t30_dis_dtc_dcs_bits.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t31.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t38_core.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t38_gateway.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t38_non_ecm_buffer.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t38_terminal.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t4_rx.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp/private'
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp/private'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t4_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t4_t6_decode.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/t4_t6_encode.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/time_scale.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/timezone.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/tone_detect.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/tone_generate.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v17rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v17tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v18.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v22bis.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v27ter_rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v27ter_tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v29rx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v29tx.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v42.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v42bis.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/private/v8.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp/private'
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/vector_float.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/vector_int.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/version.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/src/spandsp/expose.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/spandsp'
[exec] test -z "/opt/xuggler/include" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include"
[exec] /usr/bin/install -c -m 644 spandsp.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include'
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/spandsp/csrc/config/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 spandsp.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/spandsp
[exec] Making all in libvpx
[exec] Incarcerated package configured: ../../../../../captive/libvpx
[exec] Incarcerating package ../../../../../captive/libvpx to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Out of date files; re-running make
[exec] make[4]: Nothing to be done for `all'.
[exec] make[4]: Nothing to be done for `all'.
[exec] make[4]: Nothing to be done for `all'.
[exec] make[4]: Nothing to be done for `install'.
[exec] make[4]: Nothing to be done for `install'.
[exec] make[4]: Nothing to be done for `install'.
[exec] Incarceration complete: ../../../../../captive/libvpx
[exec] Making all in openssl
[exec] Incarcerated package configured: ../../../../../captive/openssl
[exec] Incarcerating package ../../../../../captive/openssl to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Out of date files; re-running make
[exec] making all in crypto...
[exec] making all in crypto/objects...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/md4...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/md5...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/sha...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/mdc2...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/hmac...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ripemd...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/whrlpool...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/des...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/aes...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/rc2...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/rc4...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/idea...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/bf...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/cast...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/camellia...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/seed...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/modes...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/bn...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ec...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/rsa...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/dsa...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ecdsa...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/dh...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ecdh...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/dso...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/engine...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/buffer...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/bio...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/stack...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/lhash...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/rand...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/err...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/evp...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/asn1...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/pem...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/x509...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/x509v3...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/conf...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/txt_db...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/pkcs7...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/pkcs12...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/comp...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ocsp...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ui...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/krb5...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/cms...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/pqueue...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in crypto/ts...
[exec] make[5]: Nothing to be done for `all'.
[exec] if [ -n "" ]; then \
[exec] (cd ..; make libcrypto.1.0.0.dylib); \
[exec] fi
[exec] making all in ssl...
[exec] if [ -n "" ]; then \
[exec] (cd ..; make libssl.1.0.0.dylib); \
[exec] fi
[exec] making all in engines...
[exec] echo
[exec]
[exec] making all in engines/ccgost...
[exec] make[5]: Nothing to be done for `all'.
[exec] making all in apps...
[exec] make[4]: Nothing to be done for `all'.
[exec] making all in test...
[exec] make[4]: Nothing to be done for `all'.
[exec] making all in tools...
[exec] make[4]: Nothing to be done for `all'.
[exec] making install in crypto...
[exec] making install in crypto/objects...
[exec] making install in crypto/md4...
[exec] making install in crypto/md5...
[exec] making install in crypto/sha...
[exec] making install in crypto/mdc2...
[exec] making install in crypto/hmac...
[exec] making install in crypto/ripemd...
[exec] making install in crypto/whrlpool...
[exec] making install in crypto/des...
[exec] making install in crypto/aes...
[exec] making install in crypto/rc2...
[exec] making install in crypto/rc4...
[exec] making install in crypto/idea...
[exec] making install in crypto/bf...
[exec] making install in crypto/cast...
[exec] making install in crypto/camellia...
[exec] making install in crypto/seed...
[exec] making install in crypto/modes...
[exec] making install in crypto/bn...
[exec] making install in crypto/ec...
[exec] making install in crypto/rsa...
[exec] making install in crypto/dsa...
[exec] making install in crypto/ecdsa...
[exec] making install in crypto/dh...
[exec] making install in crypto/ecdh...
[exec] making install in crypto/dso...
[exec] making install in crypto/engine...
[exec] making install in crypto/buffer...
[exec] making install in crypto/bio...
[exec] making install in crypto/stack...
[exec] making install in crypto/lhash...
[exec] making install in crypto/rand...
[exec] making install in crypto/err...
[exec] making install in crypto/evp...
[exec] making install in crypto/asn1...
[exec] making install in crypto/pem...
[exec] making install in crypto/x509...
[exec] making install in crypto/x509v3...
[exec] making install in crypto/conf...
[exec] making install in crypto/txt_db...
[exec] making install in crypto/pkcs7...
[exec] making install in crypto/pkcs12...
[exec] making install in crypto/comp...
[exec] making install in crypto/ocsp...
[exec] making install in crypto/ui...
[exec] making install in crypto/krb5...
[exec] making install in crypto/cms...
[exec] making install in crypto/pqueue...
[exec] making install in crypto/ts...
[exec] making install in ssl...
[exec] making install in engines...
[exec] making install in engines/ccgost...
[exec] [ -n "/opt/xuggler" ] # should be set by top Makefile...
[exec] if [ -n "" ]; then \
[exec] set -e; \
[exec] echo installing gost; \
[exec] pfx=lib; \
[exec] if [ "darwin64-x86_64-cc" != "Cygwin" ]; then \
[exec] case "-I../../include -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_ASM" in \
[exec] *DSO_BEOS*) sfx=".so";; \
[exec] *DSO_DLFCN*) sfx=`expr ".1.0.0.dylib" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
[exec] *DSO_DL*) sfx=".sl";; \
[exec] *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
[exec] *) sfx=".bad";; \
[exec] esac; \
[exec] cp ${pfx}gost$sfx /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/engines/${pfx}gost$sfx.new; \
[exec] else \
[exec] sfx=".so"; \
[exec] cp cyggost.dll /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/engines/${pfx}gost$sfx.new; \
[exec] fi; \
[exec] chmod 555 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/engines/${pfx}gost$sfx.new; \
[exec] mv -f /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/engines/${pfx}gost$sfx.new /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/engines/${pfx}gost$sfx; \
[exec] fi
[exec] making install in apps...
[exec] installing openssl
[exec] installing CA.sh
[exec] installing CA.pl
[exec] installing tsget
[exec] making install in test...
[exec] make[4]: Nothing to be done for `install'.
[exec] making install in tools...
[exec] installing libcrypto.a
[exec] installing libssl.a
[exec] cp libcrypto.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig
[exec] chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/libcrypto.pc
[exec] cp libssl.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig
[exec] chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/libssl.pc
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(ebcdic.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(rand_win.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(rand_os2.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(rand_nw.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(e_rc5.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(m_md2.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(v3_asid.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(v3_addr.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libcrypto.a.new(e_gmp.o) has no symbols
[exec] /usr/bin/ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libssl.a.new(kssl.o) has no symbols
[exec] cp openssl.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig
[exec] chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/openssl.pc
[exec] Incarceration complete: ../../../../../captive/openssl
[exec] Making all in librtmp
[exec] Incarcerated package configured: ../../../../../captive/librtmp
[exec] Incarcerating package ../../../../../captive/librtmp to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-am
[exec] Out of date files; re-running make
[exec] make all-am
[exec] make[4]: Nothing to be done for `all-am'.
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ./libtool --mode=install /usr/bin/install -c librtmp.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/librtmp.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/librtmp.la
[exec] libtool: install: /usr/bin/install -c .libs/librtmp.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/librtmp.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/librtmp.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/librtmp.a
[exec] test -z "/opt/xuggler/bin" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin"
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] /bin/sh ./libtool --mode=install /usr/bin/install -c rtmpdump rtmpgw rtmpsrv rtmpsuck '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin'
[exec] libtool: install: /usr/bin/install -c rtmpdump /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/rtmpdump
[exec] libtool: install: /usr/bin/install -c rtmpgw /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/rtmpgw
[exec] libtool: install: /usr/bin/install -c rtmpsrv /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/rtmpsrv
[exec] libtool: install: /usr/bin/install -c rtmpsuck /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/rtmpsuck
[exec] test -z "/opt/xuggler/include/librtmp" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/librtmp"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/amf.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/dhgroups.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/log.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/bytes.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/handshake.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/rtmp.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/dh.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/http.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/src/librtmp/rtmp_sys.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/librtmp'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/librtmp/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 librtmp.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/librtmp
[exec] Making all in libvo-aacenc
[exec] Incarcerated package configured: ../../../../../captive/libvo-aacenc
[exec] Incarcerating package ../../../../../captive/libvo-aacenc to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-am
[exec] Out of date files; re-running make
[exec] make all-am
[exec] make[4]: Nothing to be done for `all-am'.
[exec] test -z "/opt/xuggler/lib" || ./install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ./libtool --mode=install /usr/bin/install -c libvo-aacenc.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvo-aacenc.a(basicop2.o) has no symbols
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libvo-aacenc.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvo-aacenc.la
[exec] libtool: install: /usr/bin/install -c .libs/libvo-aacenc.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvo-aacenc.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvo-aacenc.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvo-aacenc.a
[exec] test -z "/opt/xuggler/bin" || ./install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin"
[exec] test -z "/opt/xuggler/include/vo-aacenc" || ./install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vo-aacenc"
[exec] /usr/bin/install -c -m 644 ./common/include/cmnMemory.h ./common/include/voAAC.h ./common/include/voAMRWB.h ./common/include/voAudio.h ./common/include/voIndex.h ./common/include/voMem.h ./common/include/voType.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vo-aacenc'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || ./install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 vo-aacenc.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/libvo-aacenc
[exec] Making all in libopencore-amr
[exec] Incarcerated package configured: ../../../../../captive/libopencore-amr
[exec] Incarcerating package ../../../../../captive/libopencore-amr to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-recursive
[exec] Making all in amrnb
[exec] Making all in amrwb
[exec] make[3]: *** [all] Error 1
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in amrnb
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in amrwb
[exec] make[5]: Nothing to be done for `all'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in amrnb
[exec] test -z "/opt/xuggler/lib" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libopencore-amrnb.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libopencore-amrnb.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrnb.la
[exec] libtool: install: /usr/bin/install -c .libs/libopencore-amrnb.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrnb.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrnb.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrnb.a
[exec] test -z "/opt/xuggler/include/opencore-amrnb" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/opencore-amrnb"
[exec] /usr/bin/install -c -m 644 interf_dec.h interf_enc.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/opencore-amrnb'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] /usr/bin/install -c -m 644 opencore-amrnb.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Making install in amrwb
[exec] test -z "/opt/xuggler/lib" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libopencore-amrwb.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libopencore-amrwb.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrwb.la
[exec] libtool: install: /usr/bin/install -c .libs/libopencore-amrwb.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrwb.a
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrwb.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libopencore-amrwb.a
[exec] test -z "/opt/xuggler/include/opencore-amrwb" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/opencore-amrwb"
[exec] /usr/bin/install -c -m 644 dec_if.h if_rom.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/opencore-amrwb'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || .././install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 opencore-amrwb.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Incarceration complete: ../../../../../captive/libopencore-amr
[exec] Making all in libogg
[exec] Incarcerated package configured: ../../../../../captive/libogg
[exec] Incarcerating package ../../../../../captive/libogg to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-recursive
[exec] Making all in src
[exec] Making all in include
[exec] Making all in ogg
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in src
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in include
[exec] make[4]: *** [all-recursive] Error 1
[exec] make[3]: *** [all] Error 2
[exec] Making all in ogg
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in doc
[exec] Making all in libogg
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in src
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libogg.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libogg.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libogg.la
[exec] libtool: install: /usr/bin/install -c .libs/libogg.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libogg.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libogg.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libogg.a
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in include
[exec] Making install in ogg
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/ogg" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/ogg"
[exec] /usr/bin/install -c -m 644 config_types.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/ogg'
[exec] test -z "/opt/xuggler/include/ogg" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/ogg"
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/include/ogg/ogg.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/include/ogg/os_types.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/ogg'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in doc
[exec] Making install in libogg
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/libogg-1.3.0/ogg" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libogg-1.3.0/ogg"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/bitpacking.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/datastructures.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/decoding.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/encoding.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/general.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/index.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_packet.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_packet_clear.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_bos.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_checksum_set.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_continued.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_eos.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_granulepos.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_packets.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_pageno.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_serialno.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_page_version.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_clear.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_destroy.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_eos.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_flush.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_init.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_packetin.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_packetout.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_packetpeek.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_pagein.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_pageout.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_pageout_fill.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_reset.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_reset_serialno.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_stream_state.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_buffer.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_clear.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_destroy.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_init.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_pageout.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_pageseek.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_reset.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_state.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libogg-1.3.0/ogg'
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/ogg_sync_wrote.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_adv.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_adv1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_bits.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_buffer.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_bytes.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_get_buffer.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_look.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_look1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_read.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_read1.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_readinit.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_reset.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_write.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_writealign.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_writeclear.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_writecopy.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_writeinit.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/oggpack_writetrunc.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/overview.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/reference.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/libogg/style.css '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libogg-1.3.0/ogg'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/libogg-1.3.0" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libogg-1.3.0"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/framing.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/index.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/oggstream.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/ogg-multiplex.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/stream.png /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/vorbisword2.png /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/white-ogg.png /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/white-xifish.png /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/rfc3533.txt /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/rfc5334.txt /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/doc/skeleton.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libogg-1.3.0'
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/aclocal" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/ogg.m4 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libogg/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 ogg.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/libogg
[exec] Making all in libspeex
[exec] Incarcerated package configured: ../../../../../captive/libspeex
[exec] Incarcerating package ../../../../../captive/libspeex to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-recursive
[exec] Making all in libspeex
[exec] Making all in include
[exec] Making all in speex
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in libspeex
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in include
[exec] make[4]: *** [all-recursive] Error 1
[exec] make[3]: *** [all] Error 2
[exec] Making all in speex
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in src
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in doc
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in win32
[exec] Making all in libspeex
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in speexenc
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in speexdec
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in VS2003
[exec] Making all in libspeex
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in libspeexdsp
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexenc
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexdec
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in tests
[exec] make[7]: Nothing to be done for `all'.
[exec] make[7]: Nothing to be done for `all-am'.
[exec] Making all in VS2005
[exec] Making all in libspeex
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in libspeexdsp
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexenc
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexdec
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in tests
[exec] make[7]: Nothing to be done for `all'.
[exec] make[7]: Nothing to be done for `all-am'.
[exec] Making all in VS2008
[exec] Making all in libspeex
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in libspeexdsp
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexenc
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in speexdec
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in tests
[exec] make[7]: Nothing to be done for `all'.
[exec] make[7]: Nothing to be done for `all-am'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in symbian
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in ti
[exec] Making all in speex_C54_test
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in speex_C55_test
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in speex_C64_test
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in libspeex
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libspeex.la libspeexdsp.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libspeex.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeex.la
[exec] libtool: install: /usr/bin/install -c .libs/libspeexdsp.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeexdsp.la
[exec] libtool: install: /usr/bin/install -c .libs/libspeex.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeex.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeex.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeex.a
[exec] libtool: install: /usr/bin/install -c .libs/libspeexdsp.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeexdsp.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeexdsp.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libspeexdsp.a
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in include
[exec] Making install in speex
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/speex" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex"
[exec] /usr/bin/install -c -m 644 speex_config_types.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex'
[exec] test -z "/opt/xuggler/include/speex" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_bits.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_buffer.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_callbacks.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_echo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_header.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_jitter.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_preprocess.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_resampler.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_stereo.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/include/speex/speex_types.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in src
[exec] test -z "/opt/xuggler/bin" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c speexenc speexdec '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin'
[exec] libtool: install: /usr/bin/install -c speexenc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/speexenc
[exec] libtool: install: /usr/bin/install -c speexdec /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/speexdec
[exec] test -z "/opt/xuggler/include" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include"
[exec] test -z "/opt/xuggler/share/man/man1" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/src/speexenc.1 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/src/speexdec.1 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1'
[exec] Making install in doc
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/speex" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/speex"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/doc/manual.pdf '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/speex'
[exec] Making install in win32
[exec] Making install in libspeex
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in speexenc
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in speexdec
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in VS2003
[exec] Making install in libspeex
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in libspeexdsp
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexenc
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexdec
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in tests
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in VS2005
[exec] Making install in libspeex
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in libspeexdsp
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexenc
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexdec
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in tests
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in VS2008
[exec] Making install in libspeex
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in libspeexdsp
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexenc
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in speexdec
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in tests
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in symbian
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in ti
[exec] Making install in speex_C54_test
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in speex_C55_test
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in speex_C64_test
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/aclocal" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/speex.m4 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libspeex/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] make[4]: *** [all-recursive] Error 1
[exec] make[3]: *** [all] Error 2
[exec] /usr/bin/install -c -m 644 speex.pc speexdsp.pc '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig'
[exec] Incarceration complete: ../../../../../captive/libspeex
[exec] Making all in libvorbis
[exec] Incarcerated package configured: ../../../../../captive/libvorbis
[exec] Incarcerating package ../../../../../captive/libvorbis to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-recursive
[exec] Making all in m4
[exec] Making all in include
[exec] Making all in vorbis
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in m4
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in include
[exec] Making all in vorbis
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in vq
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in lib
[exec] Making all in modes
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in books
[exec] Making all in coupled
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in uncoupled
[exec] make[7]: Nothing to be done for `all'.
[exec] Making all in floor
[exec] make[7]: Nothing to be done for `all'.
[exec] make[7]: Nothing to be done for `all-am'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in test
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in doc
[exec] Making all in libvorbis
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in vorbisfile
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in vorbisenc
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in m4
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in include
[exec] Making install in vorbis
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/vorbis" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vorbis"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/include/vorbis/codec.h' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vorbis/codec.h'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/include/vorbis/vorbisfile.h' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vorbis/vorbisfile.h'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/include/vorbis/vorbisenc.h' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/vorbis/vorbisenc.h'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in vq
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in lib
[exec] Making install in modes
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in books
[exec] Making install in coupled
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in uncoupled
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] Making install in floor
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] make[7]: Nothing to be done for `install-data-am'.
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.la'
[exec] libtool: install: /usr/bin/install -c .libs/libvorbis.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.la
[exec] libtool: install: /usr/bin/install -c .libs/libvorbis.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.a
[exec] ranlib: file: /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.a(lookup.o) has no symbols
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbis.a
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbisfile.la' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisfile.la'
[exec] libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisfile.la
[exec] libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisfile.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisfile.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisfile.a
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbisenc.la' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisenc.la'
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisenc.la
[exec] libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisenc.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisenc.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libvorbisenc.a
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in test
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in doc
[exec] Making install in libvorbis
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/index.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/index.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/reference.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/reference.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/style.css' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/style.css'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_info.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_info.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis_blockout.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis_blockout.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis_buffer.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis_buffer.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis_headerout.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis_headerout.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis_wrote.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis_wrote.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_analysis.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_analysis.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_bitrate_addblock.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_bitrate_addblock.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_bitrate_flushpacket.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_bitrate_flushpacket.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_block_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_block_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_block_clear.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_block_clear.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_dsp_clear.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_dsp_clear.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_granule_time.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_granule_time.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_version_string.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_version_string.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_info_blocksize.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_info_blocksize.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_info_clear.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_info_clear.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_info_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_info_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_add.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_add.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_add_tag.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_add_tag.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_clear.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_clear.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_query.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_query.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_comment_query_count.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_comment_query_count.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_commentheader_out.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_commentheader_out.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_packet_blocksize.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_packet_blocksize.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_blockin.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_blockin.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_halfrate.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_halfrate.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_halfrate_p.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_halfrate_p.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_headerin.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_headerin.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_idheader.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_idheader.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_lapout.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_lapout.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_pcmout.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_pcmout.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_read.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_read.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_restart.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_restart.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_synthesis_trackonly.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_synthesis_trackonly.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_block.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_block.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/vorbis_dsp_state.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/vorbis_dsp_state.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/return.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/return.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/libvorbis/overview.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/libvorbis/overview.html'
[exec] Making install in vorbisfile
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/OggVorbis_File.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/OggVorbis_File.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/callbacks.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/callbacks.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/chaining_example_c.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/chaining_example_c.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/chainingexample.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/chainingexample.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/crosslap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/crosslap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/datastructures.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/datastructures.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/decoding.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/decoding.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/example.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/example.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/exampleindex.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/exampleindex.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/fileinfo.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/fileinfo.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/index.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/index.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/initialization.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/initialization.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_bitrate.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_bitrate.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_bitrate_instant.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_bitrate_instant.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_callbacks.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_callbacks.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_clear.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_clear.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_comment.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_comment.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_crosslap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_crosslap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_fopen.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_fopen.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_info.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_info.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_open.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_open.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_open_callbacks.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_open_callbacks.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_seek.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_seek.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_seek_lap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_seek_lap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_seek_page.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_seek_page.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_seek_page_lap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_seek_page_lap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_tell.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_tell.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_pcm_total.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_pcm_total.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_raw_seek.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_raw_seek.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_raw_seek_lap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_raw_seek_lap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_raw_tell.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_raw_tell.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_raw_total.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_raw_total.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_read.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_read.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_read_float.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_read_float.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_read_filter.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_read_filter.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_seekable.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_seekable.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_serialnumber.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_serialnumber.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_streams.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_streams.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_test.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_test.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_test_callbacks.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_test_callbacks.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_test_open.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_test_open.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_seek.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_seek.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_seek_lap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_seek_lap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_seek_page.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_seek_page.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_seek_page_lap.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_seek_page_lap.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_tell.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_tell.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/ov_time_total.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/ov_time_total.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/overview.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/overview.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/reference.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/reference.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/seekexample.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/seekexample.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/seeking.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/seeking.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/seeking_example_c.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/seeking_example_c.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/seeking_test_c.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/seeking_test_c.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/seekingexample.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/seekingexample.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/style.css' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/style.css'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/threads.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/threads.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisfile/vorbisfile_example_c.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisfile/vorbisfile_example_c.html'
[exec] Making install in vorbisenc
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/changes.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/changes.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/examples.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/examples.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/index.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/index.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/ovectl_ratemanage2_arg.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/ovectl_ratemanage2_arg.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/ovectl_ratemanage_arg.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/ovectl_ratemanage_arg.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/overview.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/overview.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/reference.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/reference.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/style.css' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/style.css'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_ctl.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_ctl.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_setup_init.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_setup_init.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_setup_managed.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_setup_managed.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_setup_vbr.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_setup_vbr.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisenc/vorbis_encode_init_vbr.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisenc/vorbis_encode_init_vbr.html'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] /bin/sh /opt/xuggler_repo/captive/libvorbis/csrc/install-sh -d /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2
[exec] if test -d vorbis; then \
[exec] for dir in vorbis/*; do \
[exec] if test -d $dir; then \
[exec] b=`basename $dir`; \
[exec] /bin/sh /opt/xuggler_repo/captive/libvorbis/csrc/install-sh -d /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/$b; \
[exec] for f in $dir/*; do \
[exec] /usr/bin/install -c -m 644 $f /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/$b; \
[exec] done \
[exec] fi \
[exec] done \
[exec] fi
[exec] test -z "/opt/xuggler/share/doc/libvorbis-1.3.2" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/rfc5215.xml' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/rfc5215.xml'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/rfc5215.txt' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/rfc5215.txt'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/eightphase.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/eightphase.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/evenlsp.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/evenlsp.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/fish_xiph_org.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/fish_xiph_org.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/floor1_inverse_dB_table.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/floor1_inverse_dB_table.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/floorval.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/floorval.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/fourphase.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/fourphase.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/framing.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/framing.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/helper.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/helper.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/index.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/index.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/lspmap.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/lspmap.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/oddlsp.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/oddlsp.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/oggstream.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/oggstream.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/programming.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/programming.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/squarepolar.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/squarepolar.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/stereo.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/stereo.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/stream.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/stream.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/v-comment.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/v-comment.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbis-clip.txt' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbis-clip.txt'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbis-errors.txt' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbis-errors.txt'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbis-fidelity.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbis-fidelity.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbis.html' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbis.html'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/vorbisword2.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/vorbisword2.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/wait.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/wait.png'
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/doc/white-xifish.png' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/white-xifish.png'
[exec] /usr/bin/install -c -m 644 'doxygen-build.stamp' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libvorbis-1.3.2/doxygen-build.stamp'
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/aclocal" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal"
[exec] /usr/bin/install -c -m 644 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/vorbis.m4' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/aclocal/vorbis.m4'
[exec] test -z "/opt/xuggler/lib/pkgconfig" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libvorbis/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig"
[exec] /usr/bin/install -c -m 644 'vorbis.pc' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/vorbis.pc'
[exec] /usr/bin/install -c -m 644 'vorbisenc.pc' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/vorbisenc.pc'
[exec] /usr/bin/install -c -m 644 'vorbisfile.pc' '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/vorbisfile.pc'
[exec] Incarceration complete: ../../../../../captive/libvorbis
[exec] Making all in libtheora
[exec] Incarcerated package configured: ../../../../../captive/libtheora
[exec] Incarcerating package ../../../../../captive/libtheora to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make[4]: *** [all-recursive] Error 1
[exec] make[3]: *** [all] Error 2
[exec] make all-recursive
[exec] Making all in lib
[exec] Making all in include
[exec] Making all in theora
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in lib
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in include
[exec] Making all in theora
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in doc
[exec] Making all in spec
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in tests
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in m4
[exec] make[5]: Nothing to be done for `all'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in lib
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libtheoradec.la /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoradec.la
[exec] libtool: install: /usr/bin/install -c .libs/libtheoradec.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoradec.la
[exec] libtool: install: /usr/bin/install -c .libs/libtheoradec.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoradec.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoradec.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoradec.a
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libtheoraenc.la /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoraenc.la
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libtheoraenc.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoraenc.la
[exec] libtool: install: /usr/bin/install -c .libs/libtheoraenc.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoraenc.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoraenc.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheoraenc.a
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libtheora.la /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheora.la
[exec] libtool: install: /usr/bin/install -c .libs/libtheora.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheora.la
[exec] libtool: install: /usr/bin/install -c .libs/libtheora.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheora.a
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheora.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libtheora.a
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in include
[exec] Making install in theora
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/theora
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/include/theora/theora.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/theora/theora.h
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/include/theora/theoradec.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/theora/theoradec.h
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/include/theora/theoraenc.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/theora/theoraenc.h
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/include/theora/codec.h /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/theora/codec.h
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in doc
[exec] Making install in spec
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1
[exec] if test -d libtheora; then \
[exec] for dir in libtheora/*; do \
[exec] if test -d $dir; then \
[exec] b=`basename $dir`; \
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/$b; \
[exec] for f in $dir/*; do \
[exec] /usr/bin/install -c -m 644 $f /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/$b; \
[exec] done \
[exec] fi \
[exec] done \
[exec] fi
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/doc/vp3-format.txt /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/vp3-format.txt
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/doc/color.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/color.html
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/doc/draft-ietf-avt-rtp-theora-00.xml /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.xml
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/doc/draft-ietf-avt-rtp-theora-00.txt /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.txt
[exec] /usr/bin/install -c -m 644 doxygen-build.stamp /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/libtheora-1.1.1/doxygen-build.stamp
[exec] Making install in tests
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in m4
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] /bin/sh /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libtheora/csrc/mkinstalldirs /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig
[exec] /usr/bin/install -c -m 644 theora.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/theora.pc
[exec] /usr/bin/install -c -m 644 theoradec.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/theoradec.pc
[exec] /usr/bin/install -c -m 644 theoraenc.pc /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/pkgconfig/theoraenc.pc
[exec] Incarceration complete: ../../../../../captive/libtheora
[exec] Making all in libmp3lame
[exec] Incarcerated package configured: ../../../../../captive/libmp3lame
[exec] Incarcerating package ../../../../../captive/libmp3lame to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] make all-recursive
[exec] Making all in mpglib
[exec] Making all in libmp3lame
[exec] Making all in i386
[exec] Making all in vector
[exec] make[4]: *** [all-recursive] Error 1
[exec] make[3]: *** [all] Error 2
[exec] Out of date files; re-running make
[exec] make all-recursive
[exec] Making all in mpglib
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in libmp3lame
[exec] Making all in i386
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in vector
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in frontend
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in Dll
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in debian
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in doc
[exec] Making all in html
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in man
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in include
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in misc
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in dshow
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in ACM
[exec] Making all in ADbg
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in ddk
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in tinyxml
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in mac
[exec] make[5]: Nothing to be done for `all'.
[exec] Making all in macosx
[exec] Making all in English.lproj
[exec] make[6]: Nothing to be done for `all'.
[exec] Making all in LAME.xcodeproj
[exec] make[6]: Nothing to be done for `all'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] Making all in vc_solution
[exec] make[5]: Nothing to be done for `all'.
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making install in mpglib
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in libmp3lame
[exec] Making install in i386
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in vector
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] test -z "/opt/xuggler/lib" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c libmp3lame.la '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libmp3lame.lai /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libmp3lame.la
[exec] libtool: install: /usr/bin/install -c .libs/libmp3lame.a /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libmp3lame.a
[exec] libtool: install: chmod 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libmp3lame.a
[exec] libtool: install: ranlib /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/lib/libmp3lame.a
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in frontend
[exec] test -z "/opt/xuggler/bin" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin"
[exec] /bin/sh ../libtool --mode=install /usr/bin/install -c lame '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin'
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c lame /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/bin/lame
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in Dll
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in debian
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in doc
[exec] Making install in html
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/doc/lame/html" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/lame/html"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/about.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/abr.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/cbr.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/contact.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/contributors.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/detailed.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/history.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/index.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/introduction.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/links.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/list.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/ms_stereo.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/usage.html /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/html/vbr.html '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/doc/lame/html'
[exec] Making install in man
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/share/man/man1" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/doc/man/lame.1 '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/share/man/man1'
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in include
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/lame" || /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/install-sh -c -d "/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/lame"
[exec] /usr/bin/install -c -m 644 /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/../../../../captive/libmp3lame/csrc/include/lame.h '/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/lame'
[exec] Making install in misc
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in dshow
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in ACM
[exec] Making install in ADbg
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in ddk
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in tinyxml
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in mac
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Making install in macosx
[exec] Making install in English.lproj
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in LAME.xcodeproj
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] make[6]: Nothing to be done for `install-data-am'.
[exec] Making install in vc_solution
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] make[5]: Nothing to be done for `install-exec-am'.
[exec] make[5]: Nothing to be done for `install-data-am'.
[exec] Incarceration complete: ../../../../../captive/libmp3lame
[exec] Making all in libx264
[exec] Incarcerated package configured: ../../../../../captive/libx264
[exec] Incarcerating package ../../../../../captive/libx264 to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Incarceration complete: ../../../../../captive/libx264
[exec] Making all in ffmpeg
[exec] Incarcerated package configured: ../../../../../captive/ffmpeg
[exec] Incarcerating package ../../../../../captive/ffmpeg to fake DESTDIR=/opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage
[exec] Out of date files; re-running make
[exec] CC libavformat/librtmp.o
[exec] CC libavformat/network.o
[exec] CC libavformat/tls.o
[exec] AR libavformat/libavformat.a
[exec] CC libavcodec/libmp3lame.o
[exec] CC libavcodec/libopencore-amr.o
[exec] CC libavcodec/libspeexdec.o
[exec] In file included from /opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/libspeexdec.c:23:
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex/speex_stereo.h:63: warning: function declaration isn’t a prototype
[exec] CC libavcodec/libspeexenc.o
[exec] In file included from /opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/libspeexenc.c:69:
[exec] /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler/include/speex/speex_stereo.h:63: warning: function declaration isn’t a prototype
[exec] CC libavcodec/libtheoraenc.o
[exec] CC libavcodec/libvo-aacenc.o
[exec] CC libavcodec/libvorbis.o
[exec] AR libavcodec/libavcodec.a
[exec] LD ffmpeg_g
[exec] CP ffmpeg
[exec] STRIP ffmpeg
[exec] skipping strip ffmpeg
[exec] LD ffprobe_g
[exec] CP ffprobe
[exec] STRIP ffprobe
[exec] skipping strip ffprobe
[exec] LD ffserver_g
[exec] CP ffserver
[exec] STRIP ffserver
[exec] skipping strip ffserver
[exec] INSTALL doc/ffmpeg.1
[exec] INSTALL doc/ffprobe.1
[exec] INSTALL doc/ffserver.1
[exec] INSTALL install-progs-yes
[exec] INSTALL ffmpeg
[exec] INSTALL ffprobe
[exec] INSTALL ffserver
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libvpx-1080p.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libvpx-1080p50_60.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libvpx-360p.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libvpx-720p.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libvpx-720p50_60.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libx264-ipod320.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/presets/libx264-ipod640.ffpreset
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/doc/ffprobe.xsd
[exec] INSTALL libavdevice/libavdevice.a
[exec] INSTALL libavfilter/libavfilter.a
[exec] INSTALL libavformat/libavformat.a
[exec] INSTALL libavcodec/libavcodec.a
[exec] INSTALL libpostproc/libpostproc.a
[exec] INSTALL libswresample/libswresample.a
[exec] INSTALL libswscale/libswscale.a
[exec] INSTALL libavutil/libavutil.a
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavdevice/avdevice.h
[exec] INSTALL libavdevice/libavdevice.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/avcodec.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/avfilter.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/avfiltergraph.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/buffersink.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/version.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavfilter/vsrc_buffer.h
[exec] INSTALL libavfilter/libavfilter.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavformat/avformat.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavformat/avio.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavformat/version.h
[exec] INSTALL libavformat/libavformat.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/avcodec.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/avfft.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/dxva2.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/vaapi.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/vda.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/vdpau.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/version.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavcodec/xvmc.h
[exec] INSTALL libavcodec/libavcodec.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libpostproc/postprocess.h
[exec] INSTALL libpostproc/libpostproc.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libswresample/swresample.h
[exec] INSTALL libswresample/libswresample.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libswscale/swscale.h
[exec] INSTALL libswscale/libswscale.pc
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/adler32.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/aes.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/attributes.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/audioconvert.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/avassert.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/avstring.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/avutil.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/base64.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/bswap.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/common.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/cpu.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/crc.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/error.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/eval.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/fifo.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/file.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/imgutils.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/intfloat.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/intfloat_readwrite.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/intreadwrite.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/lfg.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/log.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/lzo.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/mathematics.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/md5.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/mem.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/dict.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/opt.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/parseutils.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/pixdesc.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/pixfmt.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/random_seed.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/rational.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/samplefmt.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/sha.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/timecode.h
[exec] INSTALL opt/xuggler_repo/captive/ffmpeg/csrc/libavutil/timestamp.h
[exec] INSTALL libavutil/avconfig.h
[exec] INSTALL libavutil/libavutil.pc
[exec] Running ../../../../../captive/ffmpeg post-install to /opt/xuggler_repo/build/native/x86_64-apple-darwin11.3.0/captive/stage/opt/xuggler
[exec] Incarceration complete: ../../../../../captive/ffmpeg
[exec] Making all in csrc
[exec] Making all in com
[exec] Making all in xuggle
[exec] Making all in ferry
[exec] make all-am
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in xuggler
[exec] make all-recursive
[exec] Making all in io
[exec] make all-am
[exec] make[7]: Nothing to be done for `all-am'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] make[4]: Nothing to be done for `all-am'.
[exec] make[3]: Nothing to be done for `all-am'.
[exec] make[2]: Nothing to be done for `all-am'.
[exec] Making all in test/csrc
[exec] Making all in com
[exec] Making all in xuggle
[exec] Making all in testutils
[exec] make all-am
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in ferry
[exec] make all-am
[exec] make[5]: Nothing to be done for `all-am'.
[exec] Making all in xuggler
[exec] make all-recursive
[exec] Making all in io
[exec] make all-am
[exec] make[7]: Nothing to be done for `all-am'.
[exec] make[6]: Nothing to be done for `all-am'.
[exec] make[4]: Nothing to be done for `all-am'.
[exec] make[3]: Nothing to be done for `all-am'.
[exec] make[2]: Nothing to be done for `all-am'.
[exec] make[1]: Nothing to be done for `all-am'.
compile-native:
stage-native-do:
[copy] Copying 873 files to /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0
[exec] make INSTALL_PROGRAM="/bin/sh /opt/xuggler_repo/install-sh -c -s" \
[exec] install_sh_PROGRAM="/bin/sh /opt/xuggler_repo/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
[exec] `test -z 'strip' || \
[exec] echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install
[exec] Making install in com
[exec] Making install in xuggle
[exec] Making install in ferry
[exec] make install-am
[exec] make[6]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/com/xuggle/ferry" || ../../../../../../../install-sh -c -d "/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/ferry"
[exec] /usr/bin/install -c -m 644 ../../../../../../../csrc/com/xuggle/ferry/AtomicInteger.h config.h ../../../../../../../csrc/com/xuggle/ferry/Ferry.h ../../../../../../../csrc/com/xuggle/ferry/JNIHelper.h ../../../../../../../csrc/com/xuggle/ferry/JNIMemoryManager.h ../../../../../../../csrc/com/xuggle/ferry/Logger.h ../../../../../../../csrc/com/xuggle/ferry/LoggerStack.h ../../../../../../../csrc/com/xuggle/ferry/Mutex.h ../../../../../../../csrc/com/xuggle/ferry/RefCounted.h ../../../../../../../csrc/com/xuggle/ferry/RefCountedTester.h ../../../../../../../csrc/com/xuggle/ferry/Ferry.i ../../../../../../../csrc/com/xuggle/ferry/IBuffer.h ../../../../../../../csrc/com/xuggle/ferry/Buffer.h ../../../../../../../csrc/com/xuggle/ferry/JNIHelper.swg ../../../../../../../csrc/com/xuggle/ferry/IBuffer.swg ../../../../../../../csrc/com/xuggle/ferry/RefCounted.swg ../../../../../../../csrc/com/xuggle/ferry/RefPointer.h '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/ferry'
[exec] Making install in xuggler
[exec] make install-recursive
[exec] Making install in io
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/com/xuggle/xuggler/io" || ../../../../../../../../install-sh -c -d "/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/xuggler/io"
[exec] /usr/bin/install -c -m 644 ../../../../../../../../csrc/com/xuggle/xuggler/io/FfmpegIO.h config.h ../../../../../../../../csrc/com/xuggle/xuggler/io/IO.h ../../../../../../../../csrc/com/xuggle/xuggler/io/StdioURLProtocolHandler.h ../../../../../../../../csrc/com/xuggle/xuggler/io/StdioURLProtocolManager.h ../../../../../../../../csrc/com/xuggle/xuggler/io/JavaURLProtocolHandler.h ../../../../../../../../csrc/com/xuggle/xuggler/io/JavaURLProtocolManager.h ../../../../../../../../csrc/com/xuggle/xuggler/io/URLProtocolHandler.h ../../../../../../../../csrc/com/xuggle/xuggler/io/URLProtocolManager.h '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/xuggler/io'
[exec] make[7]: Nothing to be done for `install-exec-am'.
[exec] test -z "/opt/xuggler/include/com/xuggle/xuggler" || ../../../../../../../install-sh -c -d "/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/xuggler"
[exec] /usr/bin/install -c -m 644 ../../../../../../../csrc/com/xuggle/xuggler/Xuggler.h config.h ../../../../../../../csrc/com/xuggle/xuggler/FfmpegIncludes.h ../../../../../../../csrc/com/xuggle/xuggler/Global.h ../../../../../../../csrc/com/xuggle/xuggler/Global.swg ../../../../../../../csrc/com/xuggle/xuggler/IAudioResampler.h ../../../../../../../csrc/com/xuggle/xuggler/IAudioSamples.h ../../../../../../../csrc/com/xuggle/xuggler/IAudioSamples.swg ../../../../../../../csrc/com/xuggle/xuggler/ICodec.h ../../../../../../../csrc/com/xuggle/xuggler/ICodec.swg ../../../../../../../csrc/com/xuggle/xuggler/IContainerFormat.h ../../../../../../../csrc/com/xuggle/xuggler/IContainerFormat.swg ../../../../../../../csrc/com/xuggle/xuggler/IContainer.h ../../../../../../../csrc/com/xuggle/xuggler/IContainer.swg ../../../../../../../csrc/com/xuggle/xuggler/IError.h ../../../../../../../csrc/com/xuggle/xuggler/IError.swg ../../../../../../../csrc/com/xuggle/xuggler/IIndexEntry.h ../../../../../../../csrc/com/xuggle/xuggler/IIndexEntry.swg ../../../../../../../csrc/com/xuggle/xuggler/IVideoPicture.h ../../../../../../../csrc/com/xuggle/xuggler/IVideoPicture.swg ../../../../../../../csrc/com/xuggle/xuggler/IMediaData.h ../../../../../../../csrc/com/xuggle/xuggler/IMediaData.swg ../../../../../../../csrc/com/xuggle/xuggler/IMetaData.h ../../../../../../../csrc/com/xuggle/xuggler/IMetaData.swg ../../../../../../../csrc/com/xuggle/xuggler/IMediaDataWrapper.h ../../../../../../../csrc/com/xuggle/xuggler/IMediaDataWrapper.swg ../../../../../../../csrc/com/xuggle/xuggler/IPacket.h ../../../../../../../csrc/com/xuggle/xuggler/IPacket.swg ../../../../../../../csrc/com/xuggle/xuggler/IPixelFormat.h ../../../../../../../csrc/com/xuggle/xuggler/IProperty.h ../../../../../../../csrc/com/xuggle/xuggler/IRational.h ../../../../../../../csrc/com/xuggle/xuggler/IRational.swg ../../../../../../../csrc/com/xuggle/xuggler/IStreamCoder.h ../../../../../../../csrc/com/xuggle/xuggler/IStreamCoder.swg ../../../../../../../csrc/com/xuggle/xuggler/IStream.h ../../../../../../../csrc/com/xuggle/xuggler/IStream.swg ../../../../../../../csrc/com/xuggle/xuggler/ITimeValue.h ../../../../../../../csrc/com/xuggle/xuggler/IVideoResampler.h ../../../../../../../csrc/com/xuggle/xuggler/IVideoResampler.swg ../../../../../../../csrc/com/xuggle/xuggler/Xuggler.i '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/xuggler'
[exec] /usr/bin/install -c -m 644 ../../../../../../../csrc/com/xuggle/xuggler/AudioResampler.h ../../../../../../../csrc/com/xuggle/xuggler/AudioSamples.h ../../../../../../../csrc/com/xuggle/xuggler/Codec.h ../../../../../../../csrc/com/xuggle/xuggler/ContainerFormat.h ../../../../../../../csrc/com/xuggle/xuggler/Container.h ../../../../../../../csrc/com/xuggle/xuggler/Error.h ../../../../../../../csrc/com/xuggle/xuggler/IndexEntry.h ../../../../../../../csrc/com/xuggle/xuggler/VideoPicture.h ../../../../../../../csrc/com/xuggle/xuggler/MediaDataWrapper.h ../../../../../../../csrc/com/xuggle/xuggler/MetaData.h ../../../../../../../csrc/com/xuggle/xuggler/Packet.h ../../../../../../../csrc/com/xuggle/xuggler/PixelFormat.h ../../../../../../../csrc/com/xuggle/xuggler/Property.h ../../../../../../../csrc/com/xuggle/xuggler/Rational.h ../../../../../../../csrc/com/xuggle/xuggler/StreamCoder.h ../../../../../../../csrc/com/xuggle/xuggler/Stream.h ../../../../../../../csrc/com/xuggle/xuggler/TimeValue.h ../../../../../../../csrc/com/xuggle/xuggler/VideoResampler.h '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle/xuggler'
[exec] test -z "/opt/xuggler/lib" || ../../../../../../install-sh -c -d "/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib"
[exec] /bin/sh ../../../libtool --mode=install /usr/bin/install -c -s libxuggle.la '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib'
[exec] libtool: install: /usr/bin/install -c .libs/libxuggle.5.dylib /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib/libxuggle.5.dylib
[exec] libtool: install: strip -x /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib/libxuggle.5.dylib
[exec] libtool: install: warning: remember to run `libtool --finish /opt/xuggler/lib'
[exec] libtool: install: (cd /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib && { ln -s -f libxuggle.5.dylib libxuggle.dylib || { rm -f libxuggle.dylib && ln -s libxuggle.5.dylib libxuggle.dylib; }; })
[exec] libtool: install: /usr/bin/install -c .libs/libxuggle.lai /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib/libxuggle.la
[exec] test -z "/opt/xuggler/include/com/xuggle" || ../../../../../../install-sh -c -d "/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle"
[exec] /usr/bin/install -c -m 644 ../../../../../../csrc/com/xuggle/Xuggle.h '/opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/include/com/xuggle'
[exec] make[4]: Nothing to be done for `install-exec-am'.
[exec] make[4]: Nothing to be done for `install-data-am'.
[exec] make[3]: Nothing to be done for `install-exec-am'.
[exec] make[3]: Nothing to be done for `install-data-am'.
[copy] Copying 1 file to /opt/xuggler_repo/build/classes/com/xuggle/ferry/x86_64-apple-darwin11.3.0
[copy] Copying /opt/xuggler_repo/dist/stage/x86_64-apple-darwin11.3.0/opt/xuggler/lib/libxuggle.dylib to /opt/xuggler_repo/build/classes/com/xuggle/ferry/x86_64-apple-darwin11.3.0/libxuggle.dylib
stage-native:
compile-java:
ivy-init:
ivy-retrieve:
[echo] ivy.settings.name: compile
[echo] ivy.deliver.revision: 5.3-SNAPSHOT
[ivy:resolve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;5.3-SNAPSHOT
[ivy:resolve] confs: [compile]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] :: resolution report :: resolve 265ms :: artifacts dl 6ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| compile | 4 | 0 | 0 | 0 || 4 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: xuggle#xuggle-xuggler
[ivy:retrieve] confs: [compile]
[ivy:retrieve] 4 artifacts copied, 0 already retrieved (621kB/27ms)
[echo] Checking for native jar paths: /opt/xuggler_repo/build/classes/com/xuggle/ferry
[echo] Generating properties file: x86_64-apple-darwin11.3.0
[propertyfile] Updating property file: /opt/xuggler_repo/generated/java/com/xuggle/ferry/native-contents.properties
[echo] Generating Java source from templates
[copy] Copying 1 file to /opt/xuggler_repo/generated/java
[javac] Compiling 1 source file to /opt/xuggler_repo/build/classes
[copy] Copying 1 file to /opt/xuggler_repo/build/classes
fixtures-java:
stage-java:
ivy-init:
ivy-retrieve:
[echo] ivy.settings.name: default
[echo] ivy.deliver.revision: 5.3-SNAPSHOT
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;5.3-SNAPSHOT
[ivy:resolve] confs: [default]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] :: resolution report :: resolve 180ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 4 | 0 | 0 | 0 || 4 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: xuggle#xuggle-xuggler
[ivy:retrieve] confs: [default]
[ivy:retrieve] 4 artifacts copied, 0 already retrieved (621kB/7ms)
jar:
[jar] Building jar: /opt/xuggler_repo/dist/lib/xuggle-xuggler-noarch.jar
[echo] Generating native jars for: x86_64-apple-darwin11.3.0
[jar] Building jar: /opt/xuggler_repo/dist/lib/xuggle-xuggler-arch-x86_64-apple-darwin11.3.0.jar
[jar] Building jar: /opt/xuggler_repo/dist/lib/xuggle-xuggler.jar
webapp:
ivy-init:
ivy-deliver:
[echo] ivy.settings.name: default
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;5.3-SNAPSHOT
[ivy:resolve] confs: [default]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] :: resolution report :: resolve 81ms :: artifacts dl 2ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 4 | 0 | 0 | 0 || 4 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: xuggle#xuggle-xuggler
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 4 already retrieved (0kB/3ms)
[ivy:deliver] :: delivering :: xuggle#xuggle-xuggler;5.3-SNAPSHOT :: 5.3-SNAPSHOT :: integration :: Thu Apr 05 18:31:25 CEST 2012
[ivy:deliver] delivering ivy file to /opt/xuggler_repo/dist/ivys/ivy-5.3-SNAPSHOT.xml
ivy-init:
ivy-publish:
[echo] ivy.settings.name: default
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;5.3-SNAPSHOT
[ivy:resolve] confs: [default]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] :: resolution report :: resolve 240ms :: artifacts dl 14ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 4 | 0 | 0 | 0 || 4 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: xuggle#xuggle-xuggler
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 4 already retrieved (0kB/3ms)
[ivy:publish] :: publishing :: xuggle#xuggle-xuggler
[ivy:publish] published xuggle-xuggler to /Users/danielberndt/.m2/repository/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-5.3-SNAPSHOT.pom
[ivy:publish] published xuggle-xuggler to /Users/danielberndt/.m2/repository/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-5.3-SNAPSHOT.jar
[ivy:publish] published xuggle-xuggler-noarch to /Users/danielberndt/.m2/repository/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-noarch-5.3-SNAPSHOT.jar
[ivy:publish] published ivy to /Users/danielberndt/.m2/repository/xuggle/xuggle-xuggler/5.3-SNAPSHOT/ivy-5.3-SNAPSHOT.xml
[ivy:publish] :: publishing :: xuggle#xuggle-xuggler
[ivy:publish] published xuggle-xuggler to /opt/xuggler_repo/dist/ivys/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-5.3-SNAPSHOT.pom
[ivy:publish] published xuggle-xuggler to /opt/xuggler_repo/dist/ivys/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-5.3-SNAPSHOT.jar
[ivy:publish] published xuggle-xuggler-noarch to /opt/xuggler_repo/dist/ivys/xuggle/xuggle-xuggler/5.3-SNAPSHOT/xuggle-xuggler-noarch-5.3-SNAPSHOT.jar
[ivy:publish] published ivy to /opt/xuggler_repo/dist/ivys/xuggle/xuggle-xuggler/5.3-SNAPSHOT/ivy-5.3-SNAPSHOT.xml
stage:
compile-tests-native-do:
compile-tests-native:
run-tests-native-do:
[exec] Making check in com
[exec] Making check in xuggle
[exec] Making check in testutils
[exec] make check-am
[exec] make testutilsTestTrue
[exec] make[5]: `testutilsTestTrue' is up to date.
[exec] make check-TESTS
[exec] Running 1 test.OK!
[exec] PASS: testutilsTestTrue
[exec] =============
[exec] 1 test passed
[exec] =============
[exec] Making check in ferry
[exec] make check-am
[exec] make ferryTestLogger ferryTestRefPointer ferryTestMutex ferryTestBuffer
[exec] make[5]: `ferryTestLogger' is up to date.
[exec] make[5]: `ferryTestRefPointer' is up to date.
[exec] make[5]: `ferryTestMutex' is up to date.
[exec] make[5]: `ferryTestBuffer' is up to date.
[exec] make check-TESTS
[exec] Running 1 test.OK!
[exec] PASS: ferryTestLogger
[exec] Running 4 tests....OK!
[exec] PASS: ferryTestRefPointer
[exec] Running 1 test.OK!
[exec] PASS: ferryTestMutex
[exec] Running 3 tests...OK!
[exec] PASS: ferryTestBuffer
[exec] ==================
[exec] All 4 tests passed
[exec] ==================
[exec] Making check in xuggler
[exec] make check-recursive
[exec] Making check in io
[exec] make check-am
[exec] make xugglerioTestStdioURLProtocolHandler
[exec] make[7]: `xugglerioTestStdioURLProtocolHandler' is up to date.
[exec] make check-TESTS
[exec] Running 6 tests......OK!
[exec] PASS: xugglerioTestStdioURLProtocolHandler
[exec] =============
[exec] 1 test passed
[exec] =============
[exec] make xugglerTestMetaData xugglerTestProperty xugglerTestAudioResampler xugglerTestAudioSamples xugglerTestAudioResampler xugglerTestCodec xugglerTestContainerFormat xugglerTestContainerCustomIO xugglerTestContainer xugglerTestVideoPicture xugglerTestHelper xugglerTestIndexEntry xugglerTestMediaDataWrapper xugglerTestMemoryAllocation xugglerTestPacket xugglerTestPixelFormat xugglerTestRational xugglerTestStreamCoder xugglerTestStreamCoderProperty xugglerTestStreamCoderX264 xugglerTestStreamCoderSpeex xugglerTestStream xugglerTestTimeValue xugglerTestError xugglerTestVideoResampler
[exec] make[6]: `xugglerTestMetaData' is up to date.
[exec] make[6]: `xugglerTestProperty' is up to date.
[exec] make[6]: `xugglerTestAudioResampler' is up to date.
[exec] make[6]: `xugglerTestAudioSamples' is up to date.
[exec] make[6]: `xugglerTestAudioResampler' is up to date.
[exec] make[6]: `xugglerTestCodec' is up to date.
[exec] make[6]: `xugglerTestContainerFormat' is up to date.
[exec] make[6]: `xugglerTestContainerCustomIO' is up to date.
[exec] make[6]: `xugglerTestContainer' is up to date.
[exec] make[6]: `xugglerTestVideoPicture' is up to date.
[exec] make[6]: `xugglerTestHelper' is up to date.
[exec] make[6]: `xugglerTestIndexEntry' is up to date.
[exec] make[6]: `xugglerTestMediaDataWrapper' is up to date.
[exec] make[6]: `xugglerTestMemoryAllocation' is up to date.
[exec] make[6]: `xugglerTestPacket' is up to date.
[exec] make[6]: `xugglerTestPixelFormat' is up to date.
[exec] make[6]: `xugglerTestRational' is up to date.
[exec] make[6]: `xugglerTestStreamCoder' is up to date.
[exec] make[6]: `xugglerTestStreamCoderProperty' is up to date.
[exec] make[6]: `xugglerTestStreamCoderX264' is up to date.
[exec] make[6]: `xugglerTestStreamCoderSpeex' is up to date.
[exec] make[6]: `xugglerTestStream' is up to date.
[exec] make[6]: `xugglerTestTimeValue' is up to date.
[exec] make[6]: `xugglerTestError' is up to date.
[exec] make[6]: `xugglerTestVideoResampler' is up to date.
[exec] make check-TESTS
[exec] Running 8 tests........OK!
[exec] PASS: xugglerTestMetaData
[exec] Running 3 tests...OK!
[exec] PASS: xugglerTestProperty
[exec] Running 5 tests.....OK!
[exec] PASS: xugglerTestAudioResampler
[exec] Running 6 tests......OK!
[exec] PASS: xugglerTestAudioSamples
[exec] Running 5 tests.....OK!
[exec] PASS: xugglerTestAudioResampler
[exec] Running 12 tests............OK!
[exec] PASS: xugglerTestCodec
[exec] Running 6 tests......OK!
[exec] PASS: xugglerTestContainerFormat
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestContainerCustomIO
[exec] Running 16 tests................OK!
[exec] PASS: xugglerTestContainer
[exec] Running 6 tests......OK!
[exec] PASS: xugglerTestVideoPicture
[exec] Running 6 tests......OK!
[exec] PASS: xugglerTestHelper
[exec] Running 3 tests...OK!
[exec] PASS: xugglerTestIndexEntry
[exec] Running 5 tests.....OK!
[exec] PASS: xugglerTestMediaDataWrapper
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestMemoryAllocation
[exec] Running 3 tests...OK!
[exec] PASS: xugglerTestPacket
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestPixelFormat
[exec] Running 9 tests.........OK!
[exec] PASS: xugglerTestRational
[exec] Running 9 tests.........OK!
[exec] PASS: xugglerTestStreamCoder
[exec] Running 6 tests......OK!
[exec] PASS: xugglerTestStreamCoderProperty
[exec] Running 2 tests..OK!
[exec] PASS: xugglerTestStreamCoderX264
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestStreamCoderSpeex
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestStream
[exec] Running 4 tests....OK!
[exec] PASS: xugglerTestTimeValue
[exec] Running 1 test.OK!
[exec] PASS: xugglerTestError
[exec] Running 7 tests......
[exec] .OK!
[exec] PASS: xugglerTestVideoResampler
[exec] ===================
[exec] All 25 tests passed
[exec] ===================
[exec] make[3]: Nothing to be done for `check-am'.
[exec] make[2]: Nothing to be done for `check-am'.
[exec] make[1]: Nothing to be done for `check-am'.
run-tests-native:
compile-tests-java:
ivy-init:
ivy-retrieve:
[echo] ivy.settings.name: test
[echo] ivy.deliver.revision: 5.3-SNAPSHOT
[ivy:resolve] :: loading settings :: file = /opt/xuggler_repo/mk/buildtools/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: xuggle#xuggle-xuggler;5.3-SNAPSHOT
[ivy:resolve] confs: [test]
[ivy:resolve] found org.slf4j#slf4j-api;1.6.4 in public
[ivy:resolve] found commons-cli#commons-cli;1.1 in public
[ivy:resolve] found ch.qos.logback#logback-core;1.0.0 in public
[ivy:resolve] found ch.qos.logback#logback-classic;1.0.0 in public
[ivy:resolve] found junit#junit;4.5 in public
[ivy:resolve] found xuggle#xuggle-utils;1.21.888.200908201439 in xugglecode
[ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/4.5/junit-4.5.jar ...
[ivy:resolve] ......................................................................................................................................................................................................................................................................................................................................................................................... (194kB)
[ivy:resolve] ... (0kB)
[ivy:resolve] [SUCCESSFUL ] junit#junit;4.5!junit.jar (832ms)
[ivy:resolve] :: resolution report :: resolve 5418ms :: artifacts dl 836ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| test | 6 | 2 | 1 | 0 || 5 | 1 |
---------------------------------------------------------------------
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: xuggle#xuggle-utils;1.21.888.200908201439: configuration not found in xuggle#xuggle-utils;1.21.888.200908201439: 'master'. It was required from xuggle#xuggle-xuggler;5.3-SNAPSHOT test
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
/opt/xuggler_repo/mk/buildtools/buildhelper.xml:808: The following error occurred while executing this line:
/opt/xuggler_repo/mk/buildtools/buildhelper.xml:461: impossible to resolve dependencies:
resolve failed - see output for details
Total time: 2 minutes 36 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment