cerebro - gst-plugins-good-1.0 - taglib does not build on Windows

Spruyt, Randy Randy.Spruyt at christiedigital.com
Thu May 14 11:16:56 PDT 2015


Has anyone else seen an issue building taglib on Cerebro? Running windows 7 x64

./cerebro-uninstalled bootstrap
./cerebro-uninstalled build gst-plugins-base-1.0
./cerebro-uninstalled build gst-plubins-good-1.0

Making install in lib
make[3]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release/lib'
make[4]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release/lib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release/lib'
make[3]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release/lib'
make[3]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release'
make[4]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release'
make[3]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release'
make[2]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj/release'
make[2]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj'
make[3]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj'
make[2]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj'
make[1]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1/obj'
make[1]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1'
make[2]: Entering directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1'
make[1]: Leaving directory `/usr/home/Christie/cerbero/sources/windows_x86_64/flac-1.2.1'
[(36/40) flac -> post_install ]
[(36/40) flac -> gen_library_file ]
Running command 'gendef C:/MinGW/msys/1.0/home/Christie/cerbero/dist/windows_x86_64/bin/libFLAC-8.dll'
 * [C:/MinGW/msys/1.0/home/Christie/cerbero/dist/windows_x86_64/bin/libFLAC-8.dll] Found PE+ image
Running command '/C/Program\\ Files\\ \\(x86\\)/Microsoft\\ Visual\\ Studio\\ 10.0/Common7/Tools//../../VC/bin/amd64/lib
.exe /DEF:libFLAC-8.def /OUT:FLAC.lib /MACHINE:x64'
Microsoft (R) Library Manager Version 10.00.40219.01
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library FLAC.lib and object FLAC.exp
[(37/40) taglib -> fetch ]
Running command 'mkdir -p C:/MinGW/msys/1.0/home/Christie/cerbero/sources/local/taglib'
Running command 'git init'
Initialized empty Git repository in C:/MinGW/msys/1.0/home/Christie/cerbero/sources/local/taglib/.git/
Running command 'git remote add -f origin git://anongit.freedesktop.org/gstreamer-sdk/taglib.git<http://anongit.freedesktop.org/gstreamer-sdk/taglib.git>'
Updating origin
remote: Counting objects: 465, done.
remote: Compressing objects: 100% (298/298), done.
remote: Total 465 (delta 171), reused 345 (delta 105)
Receiving objects: 100% (465/465), 591.78 KiB | 479.00 KiB/s, done.
Resolving deltas: 100% (171/171), done.
>From git://anongit.freedesktop.org/gstreamer-sdk/taglib<http://anongit.freedesktop.org/gstreamer-sdk/taglib>
 * [new branch]      sdk-1.7    -> origin/sdk-1.7
 * [new branch]      sdk-1.7.2  -> origin/sdk-1.7.2
 * [new branch]      upstream   -> origin/upstream
 * [new tag]         sdk-release-sdk-2012.11 -> sdk-release-sdk-2012.11
 * [new tag]         sdk-release-sdk-2012.5 -> sdk-release-sdk-2012.5
 * [new tag]         sdk-release-sdk-2012.7 -> sdk-release-sdk-2012.7
 * [new tag]         sdk-release-sdk-2013.6 -> sdk-release-sdk-2013.6
 * [new tag]         upstream/1.7.2 -> upstream/1.7.2
 * [new tag]         sdk-release-sdk-2012.10 -> sdk-release-sdk-2012.10
 * [new tag]         sdk-release-sdk-2012.9 -> sdk-release-sdk-2012.9
 * [new tag]         upstream/1.7 -> upstream/1.7
Running command 'git fetch --all'
Fetching origin
Running command 'git reset --hard origin/sdk-1.7.2'
HEAD is now at a092425 Fix pkg-config file
[(37/40) taglib -> extract ]
Running command 'git reset --hard origin/sdk-1.7.2'
HEAD is now at a092425 Fix pkg-config file
Running command 'git branch build'
Running command 'git checkout build'
Switched to branch 'build'
Running command 'git reset --hard origin/sdk-1.7.2'
HEAD is now at a092425 Fix pkg-config file
Running command 'git clone C:/MinGW/msys/1.0/home/Christie/cerbero/sources/local/taglib -b build .'
Cloning into '.'...
done.
Checking out files: 100% (354/354), done.
[(37/40) taglib -> configure ]
Running command 'cmake -DCMAKE_INSTALL_PREFIX=/C/MinGW/msys/1.0/home/Christie/cerbero/dist/windows_x86_64 -DCMAKE_LIBRAR
Y_OUTPUT_PATH=/C/MinGW/msys/1.0/home/Christie/cerbero/dist/windows_x86_64/lib -DWITH_MP4=ON -DWITH_ASF=ON -DENABLE_STATI
C=1 -DWIN32=1 -DZLIB_ROOT=C:/MinGW/msys/1.0/home/Christie/cerbero/dist/windows_x86_64  -DCMAKE_SYSTEM_NAME=Windows  -G\"
Unix Makefiles\" -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc  -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++  -DCMAKE_C_FLAGS
="-Wall -g -O2 -DWINVER=0x0501 -D_WIN32_WINNT=0x0501" -DCMAKE_CXX_FLAGS="-Wall -g -O2 -DWINVER=0x0501 -D_WIN32_WINNT=0x0
501" -DLIB_SUFFIX=  -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH=$CERBERO_PREFIX '
-g: cmake: command not found
***** Error running 'build' command:
Recipe 'taglib' failed at the build step 'configure'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150514/9708123a/attachment-0001.html>


More information about the gstreamer-devel mailing list