Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911413 - media-libs/openimageio-2.4.13.0 - /.../ivgl.cpp: error: glLoadIdentity was not declared in this scope
Summary: media-libs/openimageio-2.4.13.0 - /.../ivgl.cpp: error: glLoadIdentity was no...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-29 08:32 UTC by Toralf Förster
Modified: 2023-07-29 08:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.26 KB, text/plain)
2023-07-29 08:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,33.74 KB, text/plain)
2023-07-29 08:32 UTC, Toralf Förster
Details
environment (environment,137.48 KB, text/plain)
2023-07-29 08:32 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-07-29 08:32 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,10.14 KB, application/x-xz)
2023-07-29 08:32 UTC, Toralf Förster
Details
media-libs:openimageio-2.4.13.0:20230729-082134.log (media-libs:openimageio-2.4.13.0:20230729-082134.log,220.22 KB, text/plain)
2023-07-29 08:32 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,39.55 KB, application/x-xz)
2023-07-29 08:32 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-07-29 08:32:30 UTC
too long lines were shrinked:

[136/149] cd /var/tmp/portage/media-libs/openimageio-2.4.13.0/work/oiio-2.4.13.0_build/src/iv && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/media-libs/openimageio-2.4.13.0/work/oiio-2.4.13.0_build/src/iv/CMakeFiles/iv_autogen.dir/AutogenInfo.json RelWithDebInfo && /usr/bin/cmake -E touch /var/
[137/149] /usr/bin/x86_64-pc-linux-gnu-g++ -DOIIO_INTERNAL=1 -DOIIO_QT_MAJOR=5 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_BOOST_FILESYSTEM -DUSE_EXTERNAL_PUGIXML=1 -DUSE_FREETYPE=1 -DUSE_JPEG_TURBO=1 -DUSE_OCIO=1 -DUSE_OPENCOLORIO=1 -D__STDC_CONSTANT_MACROS -D__S
[138/149] /usr/bin/x86_64-pc-linux-gnu-g++ -DOIIO_INTERNAL=1 -DOIIO_QT_MAJOR=5 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_BOOST_FILESYSTEM -DUSE_EXTERNAL_PUGIXML=1 -DUSE_FREETYPE=1 -DUSE_JPEG_TURBO=1 -DUSE_OCIO=1 -DUSE_OPENCOLORIO=1 -D__STDC_CONSTANT_MACROS -D__S
FAILED: src/iv/CMakeFiles/iv.dir/ivgl.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -DOIIO_INTERNAL=1 -DOIIO_QT_MAJOR=5 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DUSE_BOOST_FILESYSTEM -DUSE_EXTERNAL_PUGIXML=1 -DUSE_FREETYPE=1 -DUSE_JPEG_TURBO=1 -DUSE_OCIO=1 -DUSE_OPENCOLORIO=1 -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_
/var/tmp/portage/media-libs/openimageio-2.4.13.0/work/oiio-2.4.13.0/src/iv/ivgl.cpp: In member function virtual void IvGL::initializeGL():
/var/tmp/portage/media-libs/openimageio-2.4.13.0/work/oiio-2.4.13.0/src/iv/ivgl.cpp:106:5: error: glLoadIdentity was not declared in this scope
  106 |     glLoadIdentity();
      |     ^~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20230728-171004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Rust versions:
  [1]   rust-1.71.0 *
php cli (if any):
go version go1.20.6 linux/amd64

  HEAD of ::gentoo
commit cffb4298eb8f38f00bdd3ded00b0e20cf35b6bd6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 29 08:02:01 2023 +0000

    2023-07-29 08:02:01 UTC

emerge -qpvO media-libs/openimageio
[ebuild  N    ] media-libs/openimageio-2.4.13.0  USE="X gif jpeg2k qt5 tools truetype -dicom -doc -ffmpeg -opencv -openvdb -ptex -python -qt6 -raw -test" CPU_FLAGS_X86="aes avx avx2 f16c sse2 sse3 sse4_1 sse4_2 ssse3 -avx512f" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-07-29 08:32:31 UTC
Created attachment 866547 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-07-29 08:32:32 UTC
Created attachment 866548 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-07-29 08:32:34 UTC
Created attachment 866549 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-07-29 08:32:34 UTC
Created attachment 866550 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-07-29 08:32:35 UTC
Created attachment 866551 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-07-29 08:32:37 UTC
Created attachment 866552 [details]
media-libs:openimageio-2.4.13.0:20230729-082134.log
Comment 7 Toralf Förster gentoo-dev 2023-07-29 08:32:38 UTC
Created attachment 866553 [details]
temp.tar.xz