Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Target 'FFmpeg::avutil' is missing an SBOM_ENTITY_TYPE value.
Qt 6.11 is out! See what's new in the release blog

Target 'FFmpeg::avutil' is missing an SBOM_ENTITY_TYPE value.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 99 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    ph_android
    wrote last edited by
    #1

    Error while configuring Qt 6.11.2 on Ubuntu 24.04 (~/qt-source/configure):

    CMake Error at qtbase/cmake/QtPublicSbomHelpers.cmake:1906 (message):
      Target 'FFmpeg::avutil' is missing an SBOM_ENTITY_TYPE value.  Make sure to
      pass it when creating new SBOM target or extending an existing target with
      SBOM infromation for the first time.
    Call Stack (most recent call first):
      qtbase/cmake/QtPublicSbomHelpers.cmake:2012 (_qt_internal_extend_sbom)
      qtbase/cmake/QtSbomHelpers.cmake:30 (_qt_find_package_extend_sbom)
      qtmultimedia/src/multimedia/configure.cmake:74 (qt_find_package_extend_sbom)
      qtbase/cmake/QtModuleHelpers.cmake:751 (include)
      qtmultimedia/src/multimedia/CMakeLists.txt:10 (qt_internal_add_module)
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi and welcome to devnet,

      What exact parameters did you pass to configure ?
      Are you building from git sources or from the official archive ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      P 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        What exact parameters did you pass to configure ?
        Are you building from git sources or from the official archive ?

        P Offline
        P Offline
        ph_android
        wrote last edited by
        #3

        @SGaist Hello, I just followed https://doc.qt.io/qt-6/configure-options.html

        ~/qt-source/configure
        

        I get the same error from both git sources and the official archive.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved