Skip to content

[qtbase] Build failure on arm64-osx-release #45793

@adriweb

Description

@adriweb

Package: qtbase[core,cups,dbus,doubleconversion,freetype,gui,network,opengl,png,thread,widgets]:arm64-osx-release@6.8.3#2

Host Environment

  • Host: arm64-osx
  • Compiler: AppleClang 17.0.0.17000013
  • vcpkg-tool version: 2025-04-07-b8b513ba8778c918cff49c3e837aae5999d5d2aa
    vcpkg-scripts version: 89dc8be 2025-05-31 (28 hours ago)

To Reproduce

vcpkg install --x-feature=qt6 --allow-unsupported

Failure logs

-- Using cached qtbase-everywhere-src-6.8.3.tar.xz
-- Cleaning sources at /Users/adriweb/vcpkg/buildtrees/qtbase/src/here-src-6-c9a145a2ff.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /Users/adriweb/vcpkg/downloads/qtbase-everywhere-src-6.8.3.tar.xz
-- Applying patch allow_outside_prefix.patch
-- Applying patch config_install.patch
-- Applying patch fix_cmake_build.patch
-- Applying patch harfbuzz.patch
-- Applying patch fix_egl.patch
-- Applying patch fix_egl_2.patch
-- Applying patch installed_dir.patch
-- Applying patch GLIB2-static.patch
-- Applying patch clang-cl_source_location.patch
-- Applying patch clang-cl_QGADGET_fix.diff
-- Applying patch fix-host-aliasing.patch
-- Applying patch fix_deploy_windows.patch
-- Applying patch fix-link-lib-discovery.patch
-- Applying patch macdeployqt-symlinks.patch
-- Applying patch dont_force_cmakecache_latest.patch
-- Using source at /Users/adriweb/vcpkg/buildtrees/qtbase/src/here-src-6-c9a145a2ff.clean
-- Found external ninja('1.12.1').
-- Configuring arm64-osx-release
-- Building arm64-osx-release-rel
-- Remaining files in bin: '/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/ensure_pro_file.cmake;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-android-runner.py;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-cmake;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-cmake-create;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-cmake-private;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-cmake-private-install.cmake;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-cmake-standalone-test;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-configure-module;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-internal-configure-examples;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-internal-configure-tests;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/qt-testrunner.py;/Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/bin/sanitizer-testrunner.py'
CMake Error at scripts/cmake/vcpkg_replace_string.cmake:12 (file):
  file failed to open for reading (No such file or directory):

    /Users/adriweb/vcpkg/packages/qtbase_arm64-osx-release/tools/Qt6/bin/qmake
Call Stack (most recent call first):
  ports/qtbase/portfile.cmake:422 (vcpkg_replace_string)
  scripts/ports.cmake:206 (include)



Additional context

vcpkg.json
{
  "name": "cemu",
  "version-string": "2.0-dev",
  "homepage": "https://ce-programming.github.io/CEmu/",
  "description": "Developer-oriented emulator of the eZ80-based TI-84 Plus CE / TI-83 Premium CE calculators.",
  "dependencies": [
    "pkgconf",
    "libiconv",
    "libusb",
    {
      "name": "libarchive",
      "default-features": false
    },
    {
      "name": "libpng",
      "features": [
        "apng"
      ]
    }
  ],
  "features": {
    "qt5": {
      "description": "Build with Qt5",
      "dependencies": [
        {
          "name": "qt5-base",
          "default-features": false
        }
      ]
    },
    "qt6": {
      "description": "Build with Qt6",
      "dependencies": [
        {
          "name": "qtbase",
          "default-features": false,
          "features": [
            "dbus",
            "gui",
            "network",
            "widgets",
            "png"
          ]
        },
        {
          "name": "qtbase",
          "default-features": false,
          "features": [
            "fontconfig",
            "xcb"
          ],
          "platform": "linux"
        }
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions