[Slackbuilds-users] MuseScore build error on slack-current (w/ Qt 5.9.1)

Alan Aversa alan.aversa at cox.net
Wed Sep 27 18:34:06 UTC 2017


I'm getting the following errors when trying to build MuseScore 2.1.0
with the latest SlackBuild on Slackware64-current (Qt 5.9.1):

    if test ! -d build.release; then mkdir build.release; fi; \
          cd build.release;                          \
          export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/go/bin:/home/alan/Documents/go//bin;                    \
          cmake -DCMAKE_BUILD_TYPE=RELEASE         \
              -DCMAKE_TOOLCHAIN_FILE=""       \
              -DCMAKE_INSTALL_PREFIX="/usr"       \
              -DMSCORE_INSTALL_SUFFIX=""""      \
              -DMUSESCORE_LABEL=""""             \
              -DBUILD_LAME=""ON" "             \
              -DBUILD_PULSEAUDIO=""ON" " \
              -DBUILD_JACK=""ON"       "             \
              -DBUILD_PORTAUDIO=""ON"  "   \
              -DBUILD_WEBKIT=""ON"     "         \
              -DCMAKE_SKIP_RPATH=""FALSE""     ..; \
          make lrelease;                             \
          make -j 4;                           \

    -- The C compiler identification is GNU 7.2.0
    -- The CXX compiler identification is GNU 7.2.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - 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
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    CMake Deprecation Warning at CMakeLists.txt:42 (cmake_policy):
      The OLD behavior for policy CMP0020 will be removed from a future version
      of CMake.

      The cmake-policies(7) manual explains that the OLD behaviors of all
      policies are deprecated and that a policy should be set to OLD only under
      specific short-term circumstances.  Projects should be ported to the NEW
      behavior and not rely on setting a policy to OLD.


    CMake Error at /usr/lib64/cmake/Qt5Designer/Qt5DesignerConfig.cmake:27 (message):
      The imported target "Qt5::Designer" references the file

         "/usr/lib64/qt5/plugins/designer/libqdeclarativeview.so"

      but this file does not exist.  Possible reasons include:

      * The file was deleted, renamed, or moved to another location.

      * An install or uninstall procedure did not complete successfully.

      * The installation package was faulty and contained

         "/usr/lib64/cmake/Qt5Designer/Qt5Designer_QDeclarativeViewPlugin.cmake"

      but not all the files it references.

    Call Stack (most recent call first):
      /usr/lib64/cmake/Qt5Designer/Qt5DesignerConfig.cmake:171 (_qt5_Designer_check_file_exists)
      /usr/lib64/cmake/Qt5Designer/Qt5Designer_QDeclarativeViewPlugin.cmake:4 (_populate_Designer_plugin_properties)
      /usr/lib64/cmake/Qt5Designer/Qt5DesignerConfig.cmake:179 (include)
      build/FindQt5Transitional.cmake:30 (find_package)
      CMakeLists.txt:56 (include)


    -- Configuring incomplete, errors occurred!
    See also "/tmp/SBo/MuseScore-2.1.0/build.release/CMakeFiles/CMakeOutput.log".
    make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
    make[1]: Entering directory '/tmp/SBo/MuseScore-2.1.0/build.release'
    make[1]: *** No rule to make target 'lrelease'.  Stop.
    make[1]: Leaving directory '/tmp/SBo/MuseScore-2.1.0/build.release'
    make[1]: warning: -jN forced in submake: disabling jobserver mode.
    make[1]: Entering directory '/tmp/SBo/MuseScore-2.1.0/build.release'
    make[1]: *** No targets specified and no makefile found.  Stop.
    make[1]: Leaving directory '/tmp/SBo/MuseScore-2.1.0/build.release'
    make: *** [Makefile:48: release] Error 2

Has anyone else encountered this issue? If so, how did you fix it?

thanks,
Alan
-- 
☧ <https://wikkimissa.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170927/64dfc9b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170927/64dfc9b1/attachment.asc>


More information about the SlackBuilds-users mailing list