Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951276 - dev-scheme/racket-8.16 - [meson] [gcc-15] bc/.../regexp.c: error: conflicting types for strncpy; have char (void)
Summary: dev-scheme/racket-8.16 - [meson] [gcc-15] bc/.../regexp.c: error: conflicting...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-03-13 07:30 UTC by Toralf Förster
Modified: 2025-03-13 07:30 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.50 KB, text/plain)
2025-03-13 07:30 UTC, Toralf Förster
Details
dev-scheme:racket-8.16:20250313-065717.log (dev-scheme:racket-8.16:20250313-065717.log,20.91 KB, text/plain)
2025-03-13 07:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,36.33 KB, text/plain)
2025-03-13 07:30 UTC, Toralf Förster
Details
environment (environment,76.63 KB, text/plain)
2025-03-13 07:30 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.60 KB, application/x-xz)
2025-03-13 07:30 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,21.79 KB, application/x-xz)
2025-03-13 07:30 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,768.80 KB, application/x-xz)
2025-03-13 07:30 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,96.46 KB, text/plain)
2025-03-13 07:30 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 2025-03-13 07:30:35 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/port.o -c bc/src/port.c
x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/portfun.o -c bc/src/portfun.c
x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/print.o -c bc/src/print.c
x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/rational.o -c bc/src/rational.c
x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/read.o -c bc/src/read.c
x86_64-pc-linux-gnu-gcc -pthread -I/usr/lib64/libffi/include -Ibc -Ibc/rktio -Irktio -Ibc/include -Iversion -Ibc/src -Ibc/phase2 -O3 -pipe -march=native -fno-diagnostics-color -DUSE_SENORA_GC -o bc/src/regexp.o -c bc/src/regexp.c
bc/src/regexp.c:4255:16: error: conflicting types for strncpy; have char *(void)
 4255 |   extern char *strncpy();
      |                ^~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0-20250312-115502

  UNMASKED:

  [gcc-15] Requested by sam
  <sys-devel/gcc-15.0.9999:15

  [meson] Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson.
  <dev-build/meson-9999

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 20.1.0
llvm-config: 20.1.0
Python 3.12.9
go version go1.24.1 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems)
  [3]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.85.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
2)	Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 61bf37fcb6d80d29cd34b8c0e76cd3e7de76c2db
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Mar 13 06:18:29 2025 +0000

    2025-03-13 06:18:28 UTC

emerge -qpvO =dev-scheme/racket-8.16
[ebuild  N    ] dev-scheme/racket-8.16  USE="doc futures iconv jit ncurses threads -chez -minimal -places"
Comment 1 Toralf Förster gentoo-dev 2025-03-13 07:30:36 UTC
Created attachment 920681 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-03-13 07:30:37 UTC
Created attachment 920682 [details]
dev-scheme:racket-8.16:20250313-065717.log
Comment 3 Toralf Förster gentoo-dev 2025-03-13 07:30:38 UTC
Created attachment 920683 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2025-03-13 07:30:39 UTC
Created attachment 920684 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-03-13 07:30:40 UTC
Created attachment 920685 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-03-13 07:30:41 UTC
Created attachment 920686 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-03-13 07:30:42 UTC
Created attachment 920687 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-03-13 07:30:44 UTC
Created attachment 920688 [details]
qlist-info.txt