Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 919717

Summary: media-video/gpac-2.2.1-r1 - [clang] utils/os_file.c: error: no member named _printf_chk in
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
logs.tar.xz
media-video:gpac-2.2.1-r1:20231211-044011.log
qlist-info.txt
temp.tar.xz
var.tmp.clang.tar.xz

Description Toralf Förster gentoo-dev 2023-12-11 18:17:39 UTC
too long lines were shrinked:

clang -MM -I"/var/tmp/portage/media-video/gpac-2.2.1-r1/work/gpac-2.2.1/include"  -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -msse2 -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-depreca
cat .deps/utils/os_divers.dep .deps/utils/os_file.dep .deps/utils/list.dep .deps/utils/bitstream.dep .deps/utils/constants.dep .deps/utils/error.dep .deps/utils/alloc.dep .deps/utils/url.dep .deps/utils/configfile.dep .deps/utils/gltools.dep .deps/utils/gzio.dep .deps/utils/xml_parser.dep .deps/util
clang -I"/var/tmp/portage/media-video/gpac-2.2.1-r1/work/gpac-2.2.1/include"  -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -msse2 -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-deprecated-
clang -I"/var/tmp/portage/media-video/gpac-2.2.1-r1/work/gpac-2.2.1/include"  -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -msse2 -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-deprecated-
clang -I"/var/tmp/portage/media-video/gpac-2.2.1-r1/work/gpac-2.2.1/include"  -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -msse2 -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-deprecated-
clang -I"/var/tmp/portage/media-video/gpac-2.2.1-r1/work/gpac-2.2.1/include"  -O3 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -msse2 -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-deprecated-
utils/os_file.c:1143:33: error: no member named '__printf_chk' in
      'struct __gf_file_io'
 1143 |         if (gfio->printf) return gfio->printf(gfio, format, args);

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_clang-20231210-041514

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6+libcxx
Python 3.11.7
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit c49c34c43ad71417634f034894f17e2125beeec4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Dec 10 23:18:56 2023 +0000

    2023-12-10 23:18:55 UTC

emerge -qpvO media-video/gpac
[ebuild  N    ] media-video/gpac-2.2.1-r1  USE="jpeg mad oss ssl -X -a52 -aac -alsa -debug -dvb -ffmpeg -jack -jpeg2k -opengl -png -pulseaudio -sdl -static-libs -theora -truetype -vorbis -xml -xvid" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2023-12-11 18:17:40 UTC
Created attachment 878700 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-11 18:17:41 UTC
Created attachment 878701 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-11 18:17:42 UTC
Created attachment 878702 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-11 18:17:43 UTC
Created attachment 878703 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-11 18:17:44 UTC
Created attachment 878704 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-11 18:17:45 UTC
Created attachment 878705 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-11 18:17:46 UTC
Created attachment 878706 [details]
media-video:gpac-2.2.1-r1:20231211-044011.log
Comment 8 Toralf Förster gentoo-dev 2023-12-11 18:17:47 UTC
Created attachment 878707 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2023-12-11 18:17:49 UTC
Created attachment 878708 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2023-12-11 18:17:49 UTC
Created attachment 878709 [details]
var.tmp.clang.tar.xz