Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916003 - dev-util/intel-graphics-system-controller-0.8.13 - lib/igsc_lib.c:239:75: error: 'TEE_LOG_LEVEL_QUIET' undeclared (first use in this function)
Summary: dev-util/intel-graphics-system-controller-0.8.13 - lib/igsc_lib.c:239:75: err...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jan Henke
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-19 12:42 UTC by Martin Mokrejš
Modified: 2023-10-22 21:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log.txt,7.63 KB, text/plain)
2023-10-19 12:43 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2023-10-19 12:42:17 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13_build"
ninja -v -j1 -l0
[1/12] /usr/bin/x86_64-pc-linux-gnu-gcc -DIGSC_DLL -DIGSC_DLL_EXPORTS -DIGSC_VERSION=\"0.8.13\" -DSYSLOG -Digsc_EXPORTS -I/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/. -I/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/include  -O2 -pipe -march=native -ftree-vectorize -fPIC -fvisibility=hidden -Wall -Wextra -Wsign-compare -Wformat-security -Wstack-protector -Winit-self -Wstrict-prototypes -Wconversion -Woverflow -fwrapv -fPIC -fstack-protector-strong -fno-strict-overflow -fno-delete-null-pointer-checks -MD -MT lib/CMakeFiles/igsc.dir/igsc_lib.c.o -MF lib/CMakeFiles/igsc.dir/igsc_lib.c.o.d -o lib/CMakeFiles/igsc.dir/igsc_lib.c.o -c /var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c
FAILED: lib/CMakeFiles/igsc.dir/igsc_lib.c.o 
/usr/bin/x86_64-pc-linux-gnu-gcc -DIGSC_DLL -DIGSC_DLL_EXPORTS -DIGSC_VERSION=\"0.8.13\" -DSYSLOG -Digsc_EXPORTS -I/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/. -I/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/include  -O2 -pipe -march=native -ftree-vectorize -fPIC -fvisibility=hidden -Wall -Wextra -Wsign-compare -Wformat-security -Wstack-protector -Winit-self -Wstrict-prototypes -Wconversion -Woverflow -fwrapv -fPIC -fstack-protector-strong -fno-strict-overflow -fno-delete-null-pointer-checks -MD -MT lib/CMakeFiles/igsc.dir/igsc_lib.c.o -MF lib/CMakeFiles/igsc.dir/igsc_lib.c.o.d -o lib/CMakeFiles/igsc.dir/igsc_lib.c.o -c /var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c
/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c: In function ‘gsc_suppress_errors’:
/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c:239:35: warning: implicit declaration of function ‘TeeSetLogLevel’ [-Wimplicit-function-declaration]
  239 |     lib_ctx->tee_prev_log_level = TeeSetLogLevel(&lib_ctx->driver_handle, TEE_LOG_LEVEL_QUIET);
      |                                   ^~~~~~~~~~~~~~
/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c:239:75: error: ‘TEE_LOG_LEVEL_QUIET’ undeclared (first use in this function)
  239 |     lib_ctx->tee_prev_log_level = TeeSetLogLevel(&lib_ctx->driver_handle, TEE_LOG_LEVEL_QUIET);
      |                                                                           ^~~~~~~~~~~~~~~~~~~
/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13/lib/igsc_lib.c:239:75: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
 * ERROR: dev-util/intel-graphics-system-controller-0.8.13::gentoo failed (compile phase):
 *   ninja -v -j1 -l0 failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3009:  Called cmake_src_compile
 *   environment, line 1327:  Called cmake_build
 *   environment, line 1294:  Called eninja
 *   environment, line 1761:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-util/intel-graphics-system-controller-0.8.13::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/intel-graphics-system-controller-0.8.13::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13_build'
 * S: '/var/tmp/portage/dev-util/intel-graphics-system-controller-0.8.13/work/igsc-0.8.13'


# emerge --info '=dev-util/intel-graphics-system-controller-0.8.13::gentoo'
Portage 3.0.52 (python 3.11.6-final-0, default/linux/amd64/17.1/no-multilib, gcc-13, glibc-2.38-r1, 6.4.16 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.4.16-x86_64-Intel-R-_Core-TM-_i7-7820HQ_CPU_@_2.90GHz-with-glibc2.38
KiB Mem:    32735928 total,  17259424 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 13 Oct 2023 17:30:01 +0000
Head commit of repository gentoo: 75687d0568b8cf04082ab0ee1e039d011fc4fffa
Head commit of repository jgenco: 71a582c3d8bc78eb2ca66ff2d07cfb9c8e2ee4f8

Head commit of repository randall: 1878db2875a45dfa0a8c37a1f38035da7deb5cbc

Head commit of repository stefantalpalaru: 0f69ec4d0e909c4cc7663da236ead708915851af

sh bash 5.2_p15-r7
ld GNU ld (Gentoo 2.39 p5) 2.39.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r7::gentoo
dev-java/java-config:      2.3.1-r1::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           2.7.18_p112::stefantalpalaru, 3.10.13::gentoo, 3.11.6::gentoo, 3.12.0::gentoo
dev-lang/rust:             1.70.0::gentoo
dev-util/cmake:            3.27.4::gentoo
dev-util/meson:            1.2.2-r1::gentoo
sys-apps/baselayout:       2.14::gentoo
sys-apps/openrc:           0.51::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/autoconf:        2.13-r8::gentoo, 2.69-r5::gentoo, 2.71-r7::gentoo
sys-devel/automake:        1.14.1-r2::gentoo, 1.15.1-r2::gentoo, 1.16.5-r1::gentoo
sys-devel/binutils:        2.39-r4::gentoo, 2.40-r6::gentoo, 2.41-r2::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           14.0.6-r4::gentoo, 15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/gcc:             10.3.0::gentoo, 11.3.0::gentoo, 12.2.1_p20230304::gentoo, 13.2.1_p20230826::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/lld:             14.0.6-r1::gentoo, 15.0.7::gentoo, 16.0.6::gentoo
sys-devel/llvm:            14.0.6-r4::gentoo, 15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.5-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 

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

randall
    location: /var/db/repos/randall
    sync-type: git
    sync-uri: https://github.com/ran-dall/portage-overlay
    masters: gentoo
    volatile: False

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE dlj-1.1 sun-bcla-java-vm Oracle-BCLA-JavaSE IBM-J1.6 NPSL Nero-EULA-US AdobeFlash-10.3 AdobeFlash-11.x OPERA-2014 RAR Intel-SDP intel-ucode Skype-TOS vmware linux-firmware fasta vienna-rna unafold GRL MSttfEULA hplip-plugin meme mRNAmarkup ApE ICS ipw3945 finchtv modeller gmap master-pdf-editor abyss swiss-prot Aladdin AVASYS truecrypt-3.0 pyvcf Non-profit-OSL-3.0 estscan bcca_2010 oncotator Adobe blat staden CeCILL-1.1 phrap STRIDE cctbx-2.0 bh-luxi ARIADNE unRAR all-rights-reserved trf annovar_personal_only stampy-academic BSD-BroadInstitute UPennState freedist free-noncomm blasr sun-jlfgr FLI-Jena PSTT netperf sun-jsr67 xv vim.org OSGi-Specification-2.0 colt mod_fastcgi googleearth google-chrome ACE AFL churchill genscan no-source-code linux-fw-redistributable ISSL JSON MPEG-4 Apache-2.0 BSD MIT BSD-2 FSFAP unicode Subversion OPERA-2018 ms-teams-pre TeamViewer PSF-2.4 merlin android julius CROSSOVER-3 lha PUEL-11 supermicro microsoft-edge android"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -ftree-vectorize"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.3/conf /usr/share/maven-bin-3.6/conf /usr/share/maven-bin-3.8/conf /usr/share/maven-bin-3.9/conf /var/lib/hsqldb /var/spool/torque"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.0/ext-active/ /etc/php/apache2-php8.1/ext-active/ /etc/php/apache2-php8.2/ext-active/ /etc/php/cgi-php8.0/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cgi-php8.2/ext-active/ /etc/php/cli-php8.0/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/php/cli-php8.2/ext-active/ /etc/php/fpm-php8.1/ext-active/ /etc/php/fpm-php8.2/ext-active/ /etc/php/phpdbg-php8.1/ext-active/ /etc/php/phpdbg-php8.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/vmware-installer"
CXXFLAGS="-O2 -pipe -march=native -ftree-vectorize"
DISTDIR="/usr/portage/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="-O2 -pipe -march=native -ftree-vectorize"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nostrip parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=native -ftree-vectorize"
GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
LINGUAS="en_US en_GB en cs"
MAKEOPTS="-j5"
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"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 amr amrenc aom apache apache2 archive armadillo asm audit av1 avx avx2 berkdb blas bluetooth bluray bmp boost bz2 bzip2 cairo caps ccid cdda cdio cdr cdrom cgi chromium cli codec2 coin cpudetection cracklib crypt cryptlib cryptsetup cups curl cxx dav1d dbus device-mapper dhcp directfb directx dri dri3 drm dvbpsi dvd dvda dxf dxva2 egl elogind emboss encode eselect-ldso eudev exif faad fax fbcon fdk ffmpeg fftw flac fontconfig foomatic fortran fuse gbm gcrypt gd gdal gdbm geoip geolocation georeferencer geos gimp glpk gml gmp gnutls gpm gps grass gstreamer gtk gtk3 h.264 h.265 h264 h265 hal haptic hdf5 heif hevc hpijs hwdb iconv id3tag imaging innodb inotify iproute2 ipv6 java javafx javascript jce jpeg jpeg2k jpg js jscript kdrive keymap kms ladspa lapack laptop las lcms libaom libdrm libkms libnotify librtmp libsoxr libtesseract libtirpc libv4l libxml2 live lm-sensors lm_sensors lz4 lzma lzo mad mariadb matroska mjpeg mmal mmx modemmanager mp3 mpeg mtp mysql ncurses netcdf networkmanager nfs nftables nls nptl nptlonly nscd nss ntfsprogs nvenc objc ocr odbc ogdi ogg openal opencl opengl openh264 openmp opensc openssl opus pam parport pbs pcre pcre16 pcsc pcsc-lite pdal pdf perl php png polar policykit polkit postgres ppds pppd python qemu qml qt3support qt4 qt5 rav1e readline rendering resolvconf romio rubberband scanner seccomp server session sha slideshow smartcard sndfile sndio split-usr sqlite srt sse sse2 sse3 sse4_1 sse4_2 ssh ssl sslv3 ssse3 startup-notification suexec svg svt-av1 syslog tcl tcpd test-rust threads tiff tk tkip tools truetype twolame udev unicode unwind upnp usb v4l v4l2 vaapi vidstab vim-syntax virtualbox vmaf vnc vorbis vp8 vp9 vpx vulkan wavpack wayland webp wifi x11 x264 x265 xa xattr xcb xephyr xft xls xml xmp xorg xrandr xv xvfb xvid xvmc zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" ALSA_CARDS="hdspm usb-usx2y" APACHE2_MODULES="alias authn_core authz_core socache_shmcb authz_host auth_basic auth_digest cgi cgid deflate dir env filter include info mem_cache mime mime_magic negotiation remoteip setenvif status userdir vhost_alias rewrite usertrack cache file_cache disk_cache charset_lite log_config log_forensic unixd" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="gpsclock navcom ntrip rtcm104v2 rtcm104v3 ublox nmea0183 nmea2000 aivdm passthrough" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en-US en-GB en cs" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" OPENMPI_RM="pbs" PHP_TARGETS="php5-4 php5-5" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python2_7 python3_9 python3_10 python3_11" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="vesa virtualbox vboxvideo vmware vmvga vmwgfx fbdev intel iris i915 i965 d3d12" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat 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, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Martin Mokrejš 2023-10-19 12:43:29 UTC
Created attachment 873142 [details]
build.log
Comment 2 Alex 2023-10-21 16:22:33 UTC
Hi,

IGSC 0.8.13 depends on an updated lib metee, to 3.2.3.

The IGSC ebuild should be updated to pull in a versioned dep.

For now, this will solve the issue:

# emerge metee                                                                                                                                                                                                                                                                                  [ebuild  r  U  ] dev-libs/metee-3.2.3:0/3.2.3::gentoo [3.1.5:0/3.1.5::gentoo] [ebuild  r  U  ] dev-util/intel-graphics-system-controller-0.8.13:0/0.8.13::gentoo [0.8.9:0/0.8.9::gentoo]

Total: 2 packages (2 upgrades), Size of downloads: 76 KiB

The following packages are causing rebuilds:

(dev-libs/metee-3.2.3:0/3.2.3::gentoo, ebuild scheduled for merge) causes rebuilds for:
(dev-util/intel-graphics-system-controller-0.8.13:0/0.8.13::gentoo, ebuild scheduled for merge)
Comment 3 Martin Mokrejš 2023-10-21 16:44:25 UTC
Right, that has helped, thanks.
Comment 4 Larry the Git Cow gentoo-dev 2023-10-22 21:46:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488a0220b83eacea625389474e0d6e2b82693c8a

commit 488a0220b83eacea625389474e0d6e2b82693c8a
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2023-10-22 21:45:14 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-10-22 21:46:10 +0000

    dev-util/intel-graphics-system-controller: add version dep for metee
    
    Closes: https://bugs.gentoo.org/916003
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 ...-0.8.13.ebuild => intel-graphics-system-controller-0.8.13-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)