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

Bug 923635

Summary: dev-lang/moarvm-2023.02 - src/.../containers.c: error: incompatible function pointer types
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
dev-lang:moarvm-2023.02:20240202-150117.log
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
logs.tar.xz
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-02-02 17:00:34 UTC
too long lines were shrinked:

clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -O3 -DNDEBUG -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -gdwarf-4  -fno-omit-frame-pointer -fsanitize=undefined -DMVM_HEAPSNAPSHOT_FORMAT=3 -O3 -pipe -march=native -fno-diagnostics-color
src/6model/containers.c:117:5: error: incompatible function pointer types
      initializing 'void (*)(MVMThreadContext *, MVMObject *, MVMuint64)' (aka
      'void (*)(struct MVMThreadContext *, struct MVMObject *, unsigned long)')

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-20240129-025012

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

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
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.74.1
  [2]   rust-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.2.8
php cli (if any):
go version go1.21.6 linux/amd64

  HEAD of ::gentoo
commit c2dcace4b74e81eb4e6f4dd209414a44d6e51f46
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 2 13:18:17 2024 +0000

    2024-02-02 13:18:17 UTC

emerge -qpvO dev-lang/moarvm
[ebuild  N    ] dev-lang/moarvm-2023.02  USE="clang optimize ubsan (-asan) -debug -doc -jit -static-libs"
Comment 1 Toralf Förster gentoo-dev 2024-02-02 17:00:35 UTC
Created attachment 884042 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-02-02 17:00:36 UTC
Created attachment 884043 [details]
dev-lang:moarvm-2023.02:20240202-150117.log
Comment 3 Toralf Förster gentoo-dev 2024-02-02 17:00:38 UTC
Created attachment 884044 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-02-02 17:00:39 UTC
Created attachment 884045 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-02-02 17:00:40 UTC
Created attachment 884046 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-02-02 17:00:41 UTC
Created attachment 884047 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-02-02 17:00:41 UTC
Created attachment 884048 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-02-02 17:00:43 UTC
Created attachment 884049 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-02-02 17:00:44 UTC
Created attachment 884050 [details]
temp.tar.xz