[kde] [Bug 473542] New: craft kate build fails with qcollectiongenerator not found

matthias sweertvaegher bugzilla_noreply at kde.org
Sat Aug 19 20:40:19 BST 2023


https://bugs.kde.org/show_bug.cgi?id=473542

            Bug ID: 473542
           Summary: craft kate build fails with qcollectiongenerator not
                    found
    Classification: I don't know
           Product: kde
           Version: unspecified
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: matthias.sweertvaegher at gmail.com
  Target Milestone: ---

SUMMARY
***
I'm trying to build kate on apple silicon macos using craft. it builds for 15
mins but then fails trying to compile kuserfeedback.

STEPS TO REPRODUCE
1. craft kate

OBSERVED RESULT
build fails

EXPECTED RESULT
build succeeds

SOFTWARE/OS VERSIONS
macOS: 13.3.1 (a) 
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
here is the build output (for last target):
*** Handling package: kde/unreleased/kuserfeedback, action: all ***
*** Action: fetch-binary for kde/unreleased/kuserfeedback ***
Could not find kde/unreleased/kuserfeedback=1.2.0 in
https://files.kde.org/craft/master/23.07/macos/clang/arm64/RelWithDebInfo
Could not find kde/unreleased/kuserfeedback=1.2.0 in
https://files.kde.org/craft/master/23.07/macos/clang/arm64/Release
*** kde/unreleased/kuserfeedback not found in cache ***
*** Action: fetch for kde/unreleased/kuserfeedback ***
curl https://download.kde.org/stable/kuserfeedback/kuserfeedback-1.2.0.tar.xz
Warning: --ssl is an insecure option, consider --ssl-reqd instead
#=#=-  #       #                                                               
                                                                               
                                                                               
               #=O#-     #   
#########################################################################################################################################################################################################################################################
100.0%
*** Action: unpack for kde/unreleased/kuserfeedback ***
executing command: /Users/matthias/CraftRoot/dev-utils/bin/7za x
/Users/matthias/CraftRoot/download/archives/kde/unreleased/kuserfeedback/kuserfeedback-1.2.0.tar.xz
-so -bsp2 | /usr/bin/tar --directory
/Users/matthias/CraftRoot/build/kde/unreleased/kuserfeedback/work -xf -
*** Action: compile for kde/unreleased/kuserfeedback ***                        
executing command: /Users/matthias/CraftRoot/dev-utils/bin/cmake -G Ninja
-DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=ON -DENABLE_DOCS=OFF
-DCMAKE_INSTALL_PREFIX=/Users/matthias/CraftRoot
-DCMAKE_PREFIX_PATH=/Users/matthias/CraftRoot
-DCMAKE_REQUIRED_INCLUDES=/Users/matthias/CraftRoot/include
-DCMAKE_C_STANDARD_INCLUDE_DIRECTORIES=/Users/matthias/CraftRoot/include
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DKDE_INSTALL_BUNDLEDIR=/Users/matthias/CraftRoot/Applications/KDE
-DAPPLE_SUPPRESS_X11_WARNING=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -S
/Users/matthias/CraftRoot/build/kde/unreleased/kuserfeedback/work/kuserfeedback-1.2.0
-- The C compiler identification is AppleClang 14.0.0.14000029
-- The CXX compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
- skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
- skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could not set up the appstream test. appstreamcli is missing.
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - not found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Could NOT find Qt5DocTools (missing: Qt5DocTools_DIR)
CMake Warning at /Users/matthias/CraftRoot/lib/cmake/Qt5/Qt5Config.cmake:39
(message):
  Failed to find Qt5 component "DocTools" config file at
  "/Users/matthias/CraftRoot/lib/cmake/Qt5DocTools/Qt5DocToolsConfig.cmake"
Call Stack (most recent call first):
  CMakeLists.txt:43 (find_package)


CMake Error at
/Users/matthias/CraftRoot/lib/cmake/Qt5Help/Qt5HelpConfig.cmake:14 (message):
  The imported target "Qt5::Help" references the file

     "/Users/matthias/CraftRoot/bin/qcollectiongenerator"

  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

     "/Users/matthias/CraftRoot/lib/cmake/Qt5Help/Qt5HelpConfigExtras.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /Users/matthias/CraftRoot/lib/cmake/Qt5Help/Qt5HelpConfigExtras.cmake:6
(_qt5_Help_check_file_exists)
  /Users/matthias/CraftRoot/lib/cmake/Qt5Help/Qt5HelpConfig.cmake:227 (include)
  /Users/matthias/CraftRoot/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package)
  CMakeLists.txt:61 (find_package)


-- Configuring incomplete, errors occurred!
See also
"/Users/matthias/CraftRoot/build/kde/unreleased/kuserfeedback/work/build/CMakeFiles/CMakeOutput.log".
See also
"/Users/matthias/CraftRoot/build/kde/unreleased/kuserfeedback/work/build/CMakeFiles/CMakeError.log".
Command ['/Users/matthias/CraftRoot/dev-utils/bin/cmake', '-G', 'Ninja',
'-DBUILD_TESTING=ON', '-DBUILD_SHARED_LIBS=ON', '-DENABLE_DOCS=OFF',
'-DCMAKE_INSTALL_PREFIX=/Users/matthias/CraftRoot',
'-DCMAKE_PREFIX_PATH=/Users/matthias/CraftRoot',
'-DCMAKE_REQUIRED_INCLUDES=/Users/matthias/CraftRoot/include',
'-DCMAKE_C_STANDARD_INCLUDE_DIRECTORIES=/Users/matthias/CraftRoot/include',
'-DCMAKE_EXPORT_COMPILE_COMMANDS=ON', '-DCMAKE_BUILD_TYPE=RelWithDebInfo',
'-DKDE_INSTALL_BUNDLEDIR=/Users/matthias/CraftRoot/Applications/KDE',
'-DAPPLE_SUPPRESS_X11_WARNING=ON', '-DKDE_INSTALL_USE_QT_SYS_PATHS=ON', '-S',
'/Users/matthias/CraftRoot/build/kde/unreleased/kuserfeedback/work/kuserfeedback-1.2.0']
failed with exit code 1
Action: compile for kde/unreleased/kuserfeedback:1.2.0 FAILED
*** Craft all failed: kde/unreleased/kuserfeedback after 2 seconds ***
fatal error: package kde/unreleased/kuserfeedback all failed
Craft stopped with out completing ['kde/unreleased/kuserfeedback',
'kde/applications/kate']
~/CraftRoot                                                                    
                                                                               
                                                                               
                      16m 55s
❯

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list