Skip to content

Instantly share code, notes, and snippets.

@chrism
Created April 18, 2014 12:43
Show Gist options
  • Save chrism/11042195 to your computer and use it in GitHub Desktop.
Save chrism/11042195 to your computer and use it in GitHub Desktop.
LOG: Fri Apr 18 12:37:15 UTC 2014
LOG: ./build-melt.sh starting
LOG: Checking for sudo requirement
LOG: Done checking for sudo requirement
LOG: Number of steps determined to 26
LOG: Process has finished. Reason: ABORTED User requested abort
LOG: Cleaning out all subdirs
LOG: About to run command: cd /home/vagrant/melt/src
LOG: About to run command: cd /home/vagrant/melt/src
LOG: Make clean for vid.stab called
LOG: Cleaning out sources for vid.stab
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd vid.stab
LOG: About to run command: make clean
make: *** No rule to make target `clean'. Stop.
LOG: Cleaned up in vid.stab
LOG: About to run command: popd
~/melt/src
LOG: Make clean for lame called
LOG: Cleaning out sources for lame
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd lame
LOG: About to run command: make clean
make: *** No rule to make target `clean'. Stop.
LOG: Cleaned up in lame
LOG: About to run command: popd
~/melt/src
LOG: Make clean for libvpx called
LOG: Cleaning out sources for libvpx
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd libvpx
LOG: About to run command: make clean
make: *** No rule to make target `clean'. Stop.
LOG: Cleaned up in libvpx
LOG: About to run command: popd
~/melt/src
LOG: Make clean for x264 called
LOG: Cleaning out sources for x264
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd x264
./build-melt.sh: line 237: cd: x264: No such file or directory
LOG: Cleaned up in x264
LOG: About to run command: popd
~/melt/src
LOG: Make clean for frei0r called
LOG: Cleaning out sources for frei0r
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd frei0r
./build-melt.sh: line 237: cd: frei0r: No such file or directory
LOG: Cleaned up in frei0r
LOG: About to run command: popd
~/melt/src
LOG: Make clean for movit called
LOG: Cleaning out sources for movit
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd movit
./build-melt.sh: line 237: cd: movit: No such file or directory
LOG: Cleaned up in movit
LOG: About to run command: popd
~/melt/src
LOG: Make clean for FFmpeg called
LOG: Cleaning out sources for FFmpeg
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd FFmpeg
./build-melt.sh: line 237: cd: FFmpeg: No such file or directory
LOG: Cleaned up in FFmpeg
LOG: About to run command: popd
~/melt/src
LOG: Make clean for mlt called
LOG: Cleaning out sources for mlt
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd mlt
./build-melt.sh: line 237: cd: mlt: No such file or directory
LOG: Cleaned up in mlt
LOG: About to run command: popd
~/melt/src
LOG: Done cleaning out in source dirs
LOG: Getting all sources
LOG: Changing to /home/vagrant/melt/src
LOG: Getting or updating source for vid.stab - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd vid.stab
LOG: Pulling git sources for vid.stab
LOG: About to run command: git reset --hard
HEAD is now at 94ac25d support for LIB_SUFFIX
LOG: About to run command: git checkout master
Already on 'master'
LOG: About to run command: git --no-pager pull git://github.com/georgmartius/vid.stab.git master
From git://github.com/georgmartius/vid.stab
* branch master -> FETCH_HEAD
Already up-to-date.
LOG: About to run command: git checkout
LOG: Done getting or updating source for vid.stab
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for lame - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Done getting or updating source for lame
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for libvpx - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd libvpx
LOG: Pulling git sources for libvpx
LOG: About to run command: git reset --hard
HEAD is now at d6fe868 Remove warn() call in webmdec.c
LOG: About to run command: git checkout master
Already on 'master'
LOG: About to run command: git --no-pager pull http://git.chromium.org/webm/libvpx.git master
From http://git.chromium.org/webm/libvpx
* branch master -> FETCH_HEAD
Already up-to-date.
LOG: About to run command: git checkout
LOG: Done getting or updating source for libvpx
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for x264 - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Cloning git sources for x264
LOG: About to run command: git --no-pager clone git://git.videolan.org/x264.git
Cloning into 'x264'...
remote: Counting objects: 17337, done.
remote: Compressing objects: 100% (3622/3622), done.
remote: Total 17337 (delta 14254), reused 16726 (delta 13674)
Receiving objects: 100% (17337/17337), 4.36 MiB | 1.02 MiB/s, done.
Resolving deltas: 100% (14254/14254), done.
LOG: About to run command: cd x264
LOG: About to run command: git checkout d967c09cd93a230e03ec1e0f0f696975d15a01c0
Note: checking out 'd967c09cd93a230e03ec1e0f0f696975d15a01c0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at d967c09... x86inc: Use VEX-encoded instructions in AVX functions Automatically use VEX-encoding in AVX/AVX2/XOP/FMA3/FMA4 functions for all instructions that exists in a VEX-encoded version. This change makes it easier to extend existing code to use AVX2. Also add support for AVX emulation of a few instructions that were missing before.
LOG: Done getting or updating source for x264
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for frei0r - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Cloning git sources for frei0r
LOG: About to run command: git --no-pager clone git://github.com/ddennedy/frei0r.git
Cloning into 'frei0r'...
remote: Reusing existing pack: 3590, done.
remote: Total 3590 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3590/3590), 1.73 MiB | 831 KiB/s, done.
Resolving deltas: 100% (1754/1754), done.
LOG: About to run command: cd frei0r
LOG: About to run command: git checkout
LOG: Done getting or updating source for frei0r
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for movit - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Cloning git sources for movit
LOG: About to run command: git --no-pager clone git://github.com/ddennedy/movit.git
Cloning into 'movit'...
remote: Counting objects: 2431, done.
remote: Compressing objects: 100% (651/651), done.
remote: Total 2431 (delta 1772), reused 2427 (delta 1772)
Receiving objects: 100% (2431/2431), 491.83 KiB | 218 KiB/s, done.
Resolving deltas: 100% (1772/1772), done.
LOG: About to run command: cd movit
LOG: About to run command: git checkout
LOG: Done getting or updating source for movit
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for FFmpeg - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Cloning git sources for FFmpeg
LOG: About to run command: git --no-pager clone git://github.com/FFmpeg/FFmpeg.git
Cloning into 'FFmpeg'...
remote: Reusing existing pack: 360475, done.
remote: Counting objects: 278, done.
remote: Compressing objects: 100% (278/278), done.
remote: Total 360753 (delta 148), reused 0 (delta 0)
Receiving objects: 100% (360753/360753), 112.39 MiB | 390 KiB/s, done.
Resolving deltas: 100% (282042/282042), done.
LOG: About to run command: cd FFmpeg
LOG: About to run command: git checkout
LOG: Done getting or updating source for FFmpeg
LOG: About to run command: popd
~/melt/src
LOG: Getting or updating source for mlt - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: Cloning git sources for mlt
LOG: About to run command: git --no-pager clone git://github.com/mltframework/mlt.git
Cloning into 'mlt'...
remote: Reusing existing pack: 32025, done.
remote: Total 32025 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (32025/32025), 17.51 MiB | 422 KiB/s, done.
Resolving deltas: 100% (18540/18540), done.
LOG: About to run command: cd mlt
LOG: About to run command: git checkout
LOG: Done getting or updating source for mlt
LOG: About to run command: popd
~/melt/src
LOG: Done getting all sources
uname -a at time of compilation:
Linux dev 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Information about cc at the time of compilation:
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
/usr/bin/dpkg
Found dpkg - running dpkg -l to grep libc6
ii libc6 2.15-0ubuntu10 Embedded GNU C Library: Shared libraries
ii libc6-dev 2.15-0ubuntu10 Embedded GNU C Library: Development Libraries and Header Files
LOG: Configuring, compiling and installing all sources
LOG: Using install dir /opt/melt
LOG: Found 2 cpus. Will use make -j 3 for compilation
LOG: Changing to /home/vagrant/melt/src
LOG: Configuring, compiling, and installing vid.stab
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd vid.stab
LOG: PATH=/opt/melt/bin:/home/vagrant/.gem/ruby/2.1.1/bin:/opt/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/bin:/opt/rubies/ruby-2.1.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin
LOG: LD_RUN_PATH=/opt/melt/lib
LOG: PKG_CONFIG_PATH=/opt/melt/lib/pkgconfig:
LOG: CFLAGS=
LOG: LDFLAGS=
LOG: Configuring vid.stab
LOG: About to run command: cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/melt
./build-melt.sh: line 237: cmake: command not found
ERROR: Unable to configure vid.stab
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable to configure vid.stab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment