Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to compile qt3d-5.15.14
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
mrfabiolo
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2011
Posts: 96

PostPosted: Fri Sep 20, 2024 3:09 am    Post subject: Failed to compile qt3d-5.15.14 Reply with quote

I want to install davinci-resolve-studio 19.0.1 from inode64-overlay. qt3d is a dependency.

Code:
$ sudo emerge davinci-resolve-studio

[...]

x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -msse2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DBUILD_QT3D_MODULE -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render -I. -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/backend -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/geometry -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/framegraph -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/frontend -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/lights -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/materialsystem -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/renderstates -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/io -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/picking -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/raycasting -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/services -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/shadergraph -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/texture -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/surfaces -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14 -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14/Qt3DRender -I../../include/Qt3DRender/5.15.14 -I../../include/Qt3DRender/5.15.14/Qt3DRender -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14 -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore -I../../include/Qt3DCore/5.15.14 -I../../include/Qt3DCore/5.15.14/Qt3DCore -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore -I../../include/Qt3DCore -I/usr/include/qt5/QtGui/5.15.14 -I/usr/include/qt5/QtGui/5.15.14/QtGui -I/usr/include/qt5/QtCore/5.15.14 -I/usr/include/qt5/QtCore/5.15.14/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/include/qt5/QtConcurrent -I.moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/lightsource.o /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/lights/lightsource.cpp
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -msse2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DBUILD_QT3D_MODULE -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render -I. -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/backend -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/geometry -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/framegraph -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/frontend -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/lights -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/materialsystem -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/renderstates -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/io -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/picking -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/raycasting -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/services -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/shadergraph -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/texture -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/surfaces -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14 -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14/Qt3DRender -I../../include/Qt3DRender/5.15.14 -I../../include/Qt3DRender/5.15.14/Qt3DRender -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14 -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore -I../../include/Qt3DCore/5.15.14 -I../../include/Qt3DCore/5.15.14/Qt3DCore -I/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore -I../../include/Qt3DCore -I/usr/include/qt5/QtGui/5.15.14 -I/usr/include/qt5/QtGui/5.15.14/QtGui -I/usr/include/qt5/QtCore/5.15.14 -I/usr/include/qt5/QtCore/5.15.14/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I/usr/include/qt5/QtConcurrent -I.moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/filterkey.o /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/materialsystem/filterkey.cpp
/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs/abstractpickingjob.cpp: In static member function ‘static Qt3DRender::RayCasting::QRay3D Qt3DRender::Render::AbstractPickingJob::intersectionRay(const QPoint&, const Matrix4x4&, const Matrix4x4&, const QRect&)’:
/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs/abstractpickingjob.cpp:110:33: error: cannot convert ‘const Matrix4x4’ {aka ‘const Qt3DCore::Matrix4x4_SSE’} to ‘const Qt3DCore::Matrix4x4_AVX2&’
  110 |     nearPos = nearPos.unproject(viewMatrix, projectionMatrix, viewport);
      |                                 ^~~~~~~~~~
      |                                 |
      |                                 const Matrix4x4 {aka const Qt3DCore::Matrix4x4_SSE}
In file included from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/vector3d_sse_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/vector3d_p.h:61,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/vector3d_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/vector4d_sse_p.h:54,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/vector4d_sse_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/vector4d_p.h:61,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/vector4d_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/matrix4x4_sse_p.h:54,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/matrix4x4_sse_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/matrix4x4_p.h:70,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/matrix4x4_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14/Qt3DRender/private/../../../../../src/render/raycasting/qray3d_p.h:56,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DRender/5.15.14/Qt3DRender/private/qray3d_p.h:1,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs/abstractpickingjob_p.h:55,
                 from /var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs/abstractpickingjob.cpp:40:
/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/vector3d_sse_p.h:182:74: note:   initializing argument 1 of ‘Qt3DCore::Vector3D_SSE Qt3DCore::Vector3D_SSE::unproject(const Qt3DCore::Matrix4x4_AVX2&, const Qt3DCore::Matrix4x4_AVX2&, const QRect&) const’
  182 |     Q_3DCORE_PRIVATE_EXPORT Vector3D_SSE unproject(const Matrix4x4_AVX2 &modelView, const Matrix4x4_AVX2 &projection, const QRect &viewport) const;
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/src/render/jobs/abstractpickingjob.cpp:112:31: error: cannot convert ‘const Matrix4x4’ {aka ‘const Qt3DCore::Matrix4x4_SSE’} to ‘const Qt3DCore::Matrix4x4_AVX2&’
  112 |     farPos = farPos.unproject(viewMatrix, projectionMatrix, viewport);
      |                               ^~~~~~~~~~
      |                               |
      |                               const Matrix4x4 {aka const Qt3DCore::Matrix4x4_SSE}
/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14/include/Qt3DCore/5.15.14/Qt3DCore/private/../../../../../src/core/transforms/vector3d_sse_p.h:182:74: note:   initializing argument 1 of ‘Qt3DCore::Vector3D_SSE Qt3DCore::Vector3D_SSE::unproject(const Qt3DCore::Matrix4x4_AVX2&, const Qt3DCore::Matrix4x4_AVX2&, const QRect&) const’
  182 |     Q_3DCORE_PRIVATE_EXPORT Vector3D_SSE unproject(const Matrix4x4_AVX2 &modelView, const Matrix4x4_AVX2 &projection, const QRect &viewport) const;
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
make[2]: *** [Makefile:24468: .obj/abstractpickingjob.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14_build/src/render'
make[1]: *** [Makefile:146: sub-render-make_first] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14_build/src'
make: *** [Makefile:50: sub-src-make_first] Error 2
 * ERROR: dev-qt/qt3d-5.15.14::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qt3d-5.15.14::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qt3d-5.15.14::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qt3d-5.15.14/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qt3d-5.15.14/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14_build'
 * S: '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14'

>>> Failed to emerge dev-qt/qt3d-5.15.14, Log file:

>>>  '/var/tmp/portage/dev-qt/qt3d-5.15.14/temp/build.log'

 * Messages for package dev-qt/qt3d-5.15.14:

 * ERROR: dev-qt/qt3d-5.15.14::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qt3d-5.15.14::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qt3d-5.15.14::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qt3d-5.15.14/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qt3d-5.15.14/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14_build'
 * S: '/var/tmp/portage/dev-qt/qt3d-5.15.14/work/qt3d-everywhere-src-5.15.14'


Code:
$ emerge --info '=dev-qt/qt3d-5.15.14::gentoo'
Portage 3.0.65 (python 3.12.6-final-0, default/linux/amd64/23.0/desktop/systemd, gcc-13, glibc-2.39-r6, 6.6.47-gentoo-dist x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.6.47-gentoo-dist-x86_64-11th_Gen_Intel-R-_Core-TM-_i5-1135G7_@_2.40GHz-with-glibc2.39
KiB Mem:    16151012 total,   8663964 free
KiB Swap:    8388604 total,   8388604 free
Timestamp of repository gentoo: Fri, 20 Sep 2024 01:30:00 +0000
Head commit of repository gentoo: 9263b3159f547b099e7f6abd61f929305e0c1516
Timestamp of repository inode64-overlay: Mon, 16 Sep 2024 16:48:56 +0000
Head commit of repository inode64-overlay: 5cb0480a0fe6b713ac974adde8945d6508325a2b

sh bash 5.2_p26-r6
ld GNU ld (Gentoo 2.42 p3) 2.42.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p26-r6::gentoo
dev-build/autoconf:        2.71-r7::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.30.2::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.5.1::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.12.6_p2::gentoo
dev-lang/rust-bin:         1.80.1::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/sandbox:          2.39::gentoo
sys-apps/systemd:          255.11::gentoo
sys-devel/binutils:        2.42-r1::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           18.1.8::gentoo
sys-devel/gcc:             13.3.1_p20240614::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             18.1.8::gentoo
sys-devel/llvm:            18.1.8-r1::gentoo
sys-kernel/linux-headers:  6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.39-r6::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-jobs: 1

inode64-overlay
    location: /var/db/repos/inode64-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/inode64-overlay.git
    masters: gentoo
    volatile: False

Binary Repositories:

binhost
    priority: 9999
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64-v3

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles getbinpkg ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
MAKEOPTS="-j7"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RUSTFLAGS="-C target-cpu=native -C opt-level=3"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cryptsetup cups dbus dri dts dvd dvdr encode exif flac gdbm gif gpm gtk gui iconv icu ipv6 jpeg kf6compat lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qml qt5 qt6 readline sdl seccomp sound spell ssl startup-notification svg systemd test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vp2intersect avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3 vpclmulqdq" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="BPF WebAssembly" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS


Code:
emerge -pqv '=dev-qt/qt3d-5.15.14::gentoo'
[ebuild  N    ] dev-qt/qt3d-5.15.14  USE="gamepad qml vulkan -debug -gles2-only -test"


I hosted the file /var/tmp/portage/dev-qt/qt3d-5.15.14/temp/build.log here:
https://filebin.net/urhbvjmelyvebxti/build.log
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31194
Location: here

PostPosted: Fri Sep 20, 2024 5:08 am    Post subject: Reply with quote

Look at bug #823626.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum