Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880907 - dev-vcs/rcs-5.10.1-r1 - b-divvy.c: error: incompatible function pointer types assigning to void
Summary: dev-vcs/rcs-5.10.1-r1 - b-divvy.c: error: incompatible function pointer types...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-11 12:03 UTC by Toralf Förster
Modified: 2024-01-30 13:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.08 KB, text/plain)
2022-11-11 12:03 UTC, Toralf Förster
Details
dev-vcs:rcs-5.10.1:20221111-103557.log (dev-vcs:rcs-5.10.1:20221111-103557.log,71.97 KB, text/plain)
2022-11-11 12:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,150.51 KB, text/plain)
2022-11-11 12:03 UTC, Toralf Förster
Details
environment (environment,93.43 KB, text/plain)
2022-11-11 12:03 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,695 bytes, application/x-bzip)
2022-11-11 12:03 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.74 KB, application/x-bzip)
2022-11-11 12:03 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,29.98 KB, application/x-bzip)
2022-11-11 12:03 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,38.60 KB, application/x-bzip)
2022-11-11 12:03 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,4.53 KB, application/x-bzip)
2022-11-11 12:03 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-11 12:03:05 UTC
too long lines were shrinked:

clang -DHAVE_CONFIG_H -I. -I../lib  -I'../lib'   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -c -o ident.o ident.c
clang -DHAVE_CONFIG_H -I. -I../lib  -I'../lib'   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -c -o b-anchor.o b-anchor.c
clang -DHAVE_CONFIG_H -I. -I../lib  -I'../lib'   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -c -o b-complain.o b-complain.c
clang -DHAVE_CONFIG_H -I. -I../lib  -I'../lib'   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -std=gnu99 -c -o b-divvy.o b-divvy.c
b-divvy.c:43:32: error: incompatible function pointer types assigning to 'void
      (*)(void) __attribute__((noreturn))' from 'void (void)'
      [-Werror,-Wincompatible-function-pointer-types]

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

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

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

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:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 662bac4a9630c3ecb61f904350df4f63142b75c0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Nov 11 08:46:51 2022 +0000

    2022-11-11 08:46:50 UTC

emerge -qpvO dev-vcs/rcs
[ebuild  N    ] dev-vcs/rcs-5.10.1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2022-11-11 12:03:06 UTC
Created attachment 830779 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-11 12:03:07 UTC
Created attachment 830781 [details]
dev-vcs:rcs-5.10.1:20221111-103557.log
Comment 3 Toralf Förster gentoo-dev 2022-11-11 12:03:09 UTC
Created attachment 830783 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-11 12:03:10 UTC
Created attachment 830785 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-11 12:03:11 UTC
Created attachment 830787 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-11 12:03:12 UTC
Created attachment 830789 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-11 12:03:13 UTC
Created attachment 830791 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-11 12:03:14 UTC
Created attachment 830793 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-11 12:03:15 UTC
Created attachment 830795 [details]
var.tmp.clang.tar.bz2
Comment 10 Agostino Sarubbo gentoo-dev 2024-01-30 13:15:07 UTC
clang-lld_tinderbox has reproduced this issue with version 5.10.1-r1 - Updating summary.