Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882013 - dev-lang/ruby-2.7.6 - prototype is deprecated in all versions of C and is not supported in C2x
Summary: dev-lang/ruby-2.7.6 - prototype is deprecated in all versions of C and is not...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2022-11-19 16:38 UTC by Toralf Förster
Modified: 2022-11-19 16:38 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.01 KB, text/plain)
2022-11-19 16:38 UTC, Toralf Förster
Details
dev-lang:ruby-2.7.6:20221119-162342.log.bz2 (dev-lang:ruby-2.7.6:20221119-162342.log.bz2,20.38 KB, application/x-bzip)
2022-11-19 16:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,51.15 KB, text/plain)
2022-11-19 16:38 UTC, Toralf Förster
Details
environment (environment,106.14 KB, text/plain)
2022-11-19 16:38 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,695 bytes, application/x-bzip)
2022-11-19 16:38 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.78 KB, application/x-bzip)
2022-11-19 16:38 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,63.38 KB, application/x-bzip)
2022-11-19 16:38 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,108.50 KB, application/x-bzip)
2022-11-19 16:38 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,6.59 KB, application/x-bzip)
2022-11-19 16:38 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-19 16:38:24 UTC
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -fno-strict-aliasing -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0    -o dmyext.o -c dmyext.c
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -fno-strict-aliasing -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0    -o sprintf.o -c sprintf.c
In file included from sprintf.c:991:
./vsnprintf.c:329:21: warning: passing arguments to a function without a
      prototype is deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
        err = (*fp->vwrite)(fp, uio);

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

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

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

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.5
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.5
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)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 918d9cd2d29387402b0cbbad6adbaa4fbd92e4cf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 19 16:16:52 2022 +0000

    2022-11-19 16:16:51 UTC

emerge -qpvO dev-lang/ruby
[ebuild  N    ] dev-lang/ruby-3.1.2-r1  USE="gdbm ipv6 ssl -berkdb -debug -doc -examples -jemalloc -jit -rdoc -socks5 -static-libs -systemtap -tk -xemacs"
Comment 1 Toralf Förster gentoo-dev 2022-11-19 16:38:25 UTC
Created attachment 833659 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-19 16:38:26 UTC
Created attachment 833661 [details]
dev-lang:ruby-2.7.6:20221119-162342.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-11-19 16:38:28 UTC
Created attachment 833663 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-19 16:38:29 UTC
Created attachment 833665 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-19 16:38:31 UTC
Created attachment 833667 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-19 16:38:32 UTC
Created attachment 833669 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-19 16:38:34 UTC
Created attachment 833671 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-19 16:38:35 UTC
Created attachment 833673 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-19 16:38:36 UTC
Created attachment 833675 [details]
var.tmp.clang.tar.bz2