Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881069 - media-video/mkvalidator-0.5.2 - ebmlmaster.c: error: incompatible function pointer types passing int
Summary: media-video/mkvalidator-0.5.2 - ebmlmaster.c: error: incompatible function po...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-12 10:24 UTC by Toralf Förster
Modified: 2022-11-12 10:24 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.74 KB, text/plain)
2022-11-12 10:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,139.78 KB, text/plain)
2022-11-12 10:24 UTC, Toralf Förster
Details
environment (environment,62.87 KB, text/plain)
2022-11-12 10:24 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,703 bytes, application/x-bzip)
2022-11-12 10:24 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.80 KB, application/x-bzip)
2022-11-12 10:24 UTC, Toralf Förster
Details
media-video:mkvalidator-0.5.2:20221112-005537.log (media-video:mkvalidator-0.5.2:20221112-005537.log,4.95 KB, text/plain)
2022-11-12 10:24 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,84.16 KB, application/x-bzip)
2022-11-12 10:24 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,227 bytes, application/x-bzip)
2022-11-12 10:24 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 2022-11-12 10:24:23 UTC
echo compiling ebmlmaster.c
compiling ebmlmaster.c
mkdir -p ../build/gcc_linux_x64/.
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DEBML_LIBRARY -DHAVE_COREC_H -I .. -I ../corec/tools/coremake -I . -I . -I . -I ../corec  -O3 -m64 -Wno-multichar -fPIC -fvisibility=hidden -DRESOURCE_COREC -DNDEBUG -c ebmlmaster.c -o ../build/gcc_linux_x64/ebmlmaster.ebml2.o -MMD -MP -MF ../build/gcc_linux_x64/ebmlmaster.ebml2.o.d
ebmlmaster.c:149:39: error: incompatible function pointer types passing 'int
      (const ebml_element *, const ebml_element **, const ebml_element **)' (aka
      'int (const struct ebml_element *, const struct ebml_element **, const

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20221111-010005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p8 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
4)	Eclipse Temurin JRE 17.0.5_p8 [openjdk-jre-bin-17]
5)	Eclipse Temurin JRE 8.352_p08 [openjdk-jre-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-jre-bin-8 
  [5]   openjdk-jre-bin-17 

php cli (if any):
  [1]   php8.1 *

  HEAD of ::gentoo
commit 1c79e9de2c2384d8c7bcfb4760d7b90de3e7b832
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Nov 11 23:31:51 2022 +0000

    2022-11-11 23:31:51 UTC

emerge -qpvO media-video/mkvalidator
[ebuild  N    ] media-video/mkvalidator-0.5.2
Comment 1 Toralf Förster gentoo-dev 2022-11-12 10:24:24 UTC
Created attachment 831703 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-12 10:24:25 UTC
Created attachment 831705 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-12 10:24:27 UTC
Created attachment 831707 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-12 10:24:28 UTC
Created attachment 831709 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-12 10:24:29 UTC
Created attachment 831711 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-12 10:24:30 UTC
Created attachment 831713 [details]
media-video:mkvalidator-0.5.2:20221112-005537.log
Comment 7 Toralf Förster gentoo-dev 2022-11-12 10:24:31 UTC
Created attachment 831715 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-12 10:24:32 UTC
Created attachment 831717 [details]
var.tmp.clang.tar.bz2