$ mscore
$ /usr/bin/mscore: line 4: pgrep: not found
$ /usr/bin/mscore.real: symbol lookup error: /usr/bin/mscore.real: undefined symbol: _ZN11QVectorData8allocateEii
[ root@slitaz-cooking_qemu:/home/slitaz/wok/mscore ]
# tazwok cook mscore
Creating the packages repository...
Checking for build dependencies...
Starting to cook mscore...
================================================================================
Checking for source tarball...
Source tarball exit... [ OK ]
Untaring mscore-0.9.6.3.tar.bz2... [ OK ]
rm -rf build
rm -rf win32build win32install
if test ! -d build; \
then \
mkdir build; \
cd build; \
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=""/usr"" \
../mscore; \
make lrelease; \
make -j `grep -c processor /proc/cpuinfo`; \
else \
echo "build directory does already exist, please remove first with 'make clean'"; \
fi;
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Doxygen: /usr/bin/doxygen
found Doxygen
-- latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user inetraction on doxy run.
-- makeindex command MAKEINDEX_COMPILER not found but usually required.
-- dvips command DVIPS_CONVERTER not found but usually required.
-- configured /home/slitaz/wok/mscore/mscore-0.9.6.3/mscore/Doxyfile.in --> /home/slitaz/wok/mscore/mscore-0.9.6.3/build/Doxyfile
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.7.0 (using /usr/bin/qmake)
Qt lib found at /usr/lib
Qt QTSCRIPTTOOLS library not found.
CMake Error at CMakeLists.txt:145 (message):
Fatal error: ALSA >= 1.0.0 required
-- Configuring incomplete, errors occurred!
make[1]: Entering directory `/home/slitaz/wok/mscore/mscore-0.9.6.3/build'
make[1]: *** No rule to make target `lrelease'. Stop.
make[1]: Leaving directory `/home/slitaz/wok/mscore/mscore-0.9.6.3/build'
make[1]: Entering directory `/home/slitaz/wok/mscore/mscore-0.9.6.3/build'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/slitaz/wok/mscore/mscore-0.9.6.3/build'
make: *** [release] Error 2
================================================================================
Compilation failed. Please read the compiler output.
------------------------
[ root@slitaz-cooking_qemu:/home/slitaz/wok/mscore ]
#
------------------------
[ root@slitaz-cooking_qemu:/home/slitaz/wok/mscore ]
# tazpkg search alsa
Search result for: alsa
Installed packages
================================================================================
alsa-lib 1.0.23 multimedia
alsa-lib-dev 1.0.23 development
alsa-plugins 1.0.23 multimedia
alsa-utils 1.0.23 multimedia
alsaplayer 0.99.80 multimedia
================================================================================
5 installed package(s) found for : alsa
Qt QTSCRIPTTOOLS library not foundseems to be the more problematic cause of all the troubles, i think that
root@cooking:~# ls -la /usr/lib/libQtScriptTools.so*should be provided from Qt4-dev but this does non happen in cooking (will open a topic when i'll have more time).
lrwxrwxrwx 1 root root 25 Nov 28 14:24 /usr/lib/libQtScriptTools.so -> libQtScriptTools.so.4.7.1
lrwxrwxrwx 1 root root 25 Nov 28 14:24 /usr/lib/libQtScriptTools.so.4 -> libQtScriptTools.so.4.7.1
lrwxrwxrwx 1 root root 25 Nov 28 14:24 /usr/lib/libQtScriptTools.so.4.7 -> libQtScriptTools.so.4.7.1
-rwxr-xr-x 1 root root 741136 Nov 28 14:18 /usr/lib/libQtScriptTools.so.4.7.1
/usr/lib/to get the program to build until they are included in some qt package. i don't know if these files are required to run the program too, being in a hurry i'm not building in a chroot but in a fresh installed && upgraded cooking .
It looks like you're new here. If you want to get involved, click one of these buttons!