<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value.]]></title><description><![CDATA[<p dir="auto">Error while configuring Qt 6.11.2 on Ubuntu 24.04 (~/qt-source/configure):</p>
<pre><code>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)
</code></pre>
]]></description><link>https://forum.qt.io/topic/165028/target-ffmpeg-avutil-is-missing-an-sbom_entity_type-value.</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 21:01:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/165028.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Aug 2026 05:23:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Fri, 28 Aug 2026 10:57:28 GMT]]></title><description><![CDATA[<p dir="auto">You can reproduce it inside docker.</p>
<p dir="auto">I've checked out v6.12.0-beta1 tag into $PWD/qt.</p>
<pre><code>docker run -it --rm -v $PWD/qt:/src/qt ubuntu:22.04 bash
export CMAKE_VERSION="4.3.2"
export DEBIAN_FRONTEND=noninteractive
apt-get update &amp;&amp; apt-get install -y \
    build-essential \
    perl \
    python3 \
    git \
    ninja-build \
    cmake \
    ccache \
    libssl-dev \
    checkinstall \
    libwayland-dev \
    libxrandr-dev \
    patchelf \
    wget \
    fuse3 \
    pkg-config \
    rsync \
    libharfbuzz-dev \
    libfribidi-dev \
    libfontconfig-dev \
    libgl1-mesa-dev \
    libx11-dev \
    libxext-dev \
    libxfixes-dev \
    libxi-dev \
    libxrender-dev \
    libxcb1-dev \
    libx11-xcb-dev \
    libxcb-glx0-dev \
    libxcb-keysyms1-dev \
    libxcb-image0-dev \
    libxcb-shm0-dev \
    libxcb-icccm4-dev \
    libxcb-sync-dev \
    libxcb-xfixes0-dev \
    libxcb-shape0-dev \
    libxcb-randr0-dev \
    libxcb-render-util0-dev \
    libxcb-util-dev \
    libxcb-xinerama0-dev \
    libxkbcommon-dev \
    libxkbcommon-x11-dev \
    libxcb-xinput-dev \
    libegl1-mesa-dev \
    libxkbfile-dev \
    libxtst-dev \
    libxshmfence-dev \
    libxcursor-dev \
    libxcomposite-dev \
    libdrm-dev \
    libxcb-dri3-dev \
    libxcb-cursor-dev \
    libxcb-res0-dev \
    libdbus-1-dev \
    libdbus-c++-dev \
    libzstd-dev \
    liblzma-dev \
    libbz2-dev \
    gettext \
    python3-pip \
    flex \
    bison \
    libudev-dev \
    libcanberra-dev \
    qpdf \
    xxd \
    libavcodec-extra \
    libavcodec-dev

mkdir /cmake-build &amp;&amp; \
    cd /cmake-build &amp;&amp; \
    git clone --depth 1 --branch v${CMAKE_VERSION} https://github.com/Kitware/CMake.git &amp;&amp; \
    cd CMake &amp;&amp; \
    mkdir build &amp;&amp; \
    cd build &amp;&amp; \
    cmake .. -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &amp;&amp; \
    cmake --build . --parallel &amp;&amp; \
    checkinstall --install=no --nodoc --pkgname=cmake --pkgversion=${CMAKE_VERSION} -y &amp;&amp; \
    apt -y remove cmake cmake-data &amp;&amp; \
    dpkg -i cmake_${CMAKE_VERSION}*.deb &amp;&amp; \
    rm -rf /cmake-build

mkdir /build &amp;&amp; \
    cd /build &amp;&amp; \
    /src/qt/configure \
        -prefix /usr \
        -opensource \
        -confirm-license \
        -release \
        -ccache \
        -xcb \
        -opengl \
        -skip qt3d \
        -skip qtcharts \
        -skip qtdatavis3d \
        -skip qtgamepad \
        -skip qtgraphs \
        -skip qtmqtt \
        -skip qtopenapi \
        -skip qtquick3d \
        -skip qtquick3dphysics \
        -skip qtquickeffectmaker \
        -skip qtremoteobjects \
        -skip qtsensors \
        -skip qtserialbus \
        -skip qtserialport \
        -skip qtspeech \
        -skip qtwebchannel \
        -skip qtwebengine \
        -skip qtwebsockets \
        -nomake examples \
        -nomake tests
</code></pre>
]]></description><link>https://forum.qt.io/post/839896</link><guid isPermaLink="true">https://forum.qt.io/post/839896</guid><dc:creator><![CDATA[devel]]></dc:creator><pubDate>Fri, 28 Aug 2026 10:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Thu, 27 Aug 2026 18:26:19 GMT]]></title><description><![CDATA[<p dir="auto">On Linux I have 3.30.5 and on macOS 4.4.3</p>
<p dir="auto">Which archive did you download ?</p>
]]></description><link>https://forum.qt.io/post/839884</link><guid isPermaLink="true">https://forum.qt.io/post/839884</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 27 Aug 2026 18:26:19 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Thu, 27 Aug 2026 13:54:24 GMT]]></title><description><![CDATA[<p dir="auto">Versions of dependencies (<a href="https://doc.qt.io/qt-6/linux-requirements.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/linux-requirements.html</a>)</p>
<pre><code>libfontconfig1-dev is already the newest version (2.15.0-1.1ubuntu2).
libfreetype-dev is already the newest version (2.13.2+dfsg-1ubuntu0.1).
libgtk-3-dev is already the newest version (3.24.41-4ubuntu1.3).
libx11-dev is already the newest version (2:1.8.7-1build1).
libx11-xcb-dev is already the newest version (2:1.8.7-1build1).
libxcb-cursor-dev is already the newest version (0.1.4-1build1).
libxcb-glx0-dev is already the newest version (1.15-1ubuntu2).
libxcb-icccm4-dev is already the newest version (0.4.1-1.1build3).
libxcb-image0-dev is already the newest version (0.4.0-2build1).
libxcb-keysyms1-dev is already the newest version (0.4.0-1build4).
libxcb-randr0-dev is already the newest version (1.15-1ubuntu2).
libxcb-render-util0-dev is already the newest version (0.3.9-1build4).
libxcb-shape0-dev is already the newest version (1.15-1ubuntu2).
libxcb-shm0-dev is already the newest version (1.15-1ubuntu2).
libxcb-sync-dev is already the newest version (1.15-1ubuntu2).
libxcb-util-dev is already the newest version (0.4.0-1build3).
libxcb-xfixes0-dev is already the newest version (1.15-1ubuntu2).
libxcb-xkb-dev is already the newest version (1.15-1ubuntu2).
libxcb1-dev is already the newest version (1.15-1ubuntu2).
libxext-dev is already the newest version (2:1.3.4-1build2).
libxfixes-dev is already the newest version (1:6.0.0-2build1).
libxi-dev is already the newest version (2:1.8.1-1build1).
libxkbcommon-dev is already the newest version (1.6.0-1build1).
libxkbcommon-x11-dev is already the newest version (1.6.0-1build1).
libxrender-dev is already the newest version (1:0.9.10-1.1build1).
</code></pre>
]]></description><link>https://forum.qt.io/post/839879</link><guid isPermaLink="true">https://forum.qt.io/post/839879</guid><dc:creator><![CDATA[ph_android]]></dc:creator><pubDate>Thu, 27 Aug 2026 13:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Thu, 27 Aug 2026 13:12:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> I tried the tar archive and got the same error?  Could this be a CMake issue?  My CMake version is the latest from Kitware.</p>
<pre><code>cmake version 4.4.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
</code></pre>
]]></description><link>https://forum.qt.io/post/839877</link><guid isPermaLink="true">https://forum.qt.io/post/839877</guid><dc:creator><![CDATA[ph_android]]></dc:creator><pubDate>Thu, 27 Aug 2026 13:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Thu, 27 Aug 2026 09:59:12 GMT]]></title><description><![CDATA[<p dir="auto">I tried on both Linux and macOS using the <a href="https://download.qt.io/official_releases/qt/6.11/6.11.2/single/qt-everywhere-src-6.11.2.tar.xz" target="_blank" rel="noopener noreferrer nofollow ugc">6.11.2 tar archive</a> calling configure without any parameters and it worked properly on both case.</p>
]]></description><link>https://forum.qt.io/post/839876</link><guid isPermaLink="true">https://forum.qt.io/post/839876</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 27 Aug 2026 09:59:12 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Wed, 26 Aug 2026 11:10:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Hello,  I just followed <a href="https://doc.qt.io/qt-6/configure-options.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/configure-options.html</a></p>
<pre><code>~/qt-source/configure
</code></pre>
<p dir="auto">I get the same error from both git sources and the official archive.</p>
]]></description><link>https://forum.qt.io/post/839861</link><guid isPermaLink="true">https://forum.qt.io/post/839861</guid><dc:creator><![CDATA[ph_android]]></dc:creator><pubDate>Wed, 26 Aug 2026 11:10:03 GMT</pubDate></item><item><title><![CDATA[Reply to Target &#x27;FFmpeg::avutil&#x27; is missing an SBOM_ENTITY_TYPE value. on Sat, 22 Aug 2026 18:34:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">What exact parameters did you pass to configure ?<br />
Are you building from git sources or from the official archive ?</p>
]]></description><link>https://forum.qt.io/post/839830</link><guid isPermaLink="true">https://forum.qt.io/post/839830</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 22 Aug 2026 18:34:35 GMT</pubDate></item></channel></rss>