Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880417 - dev-scheme/guile-3.0.8 - hash.c: error: a function declaration without a prototype is deprecated in
Summary: dev-scheme/guile-3.0.8 - hash.c: error: a function declaration without a prot...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2022-11-08 15:01 UTC by Toralf Förster
Modified: 2022-11-08 22:52 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.52 KB, text/plain)
2022-11-08 15:02 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,6.78 KB, application/x-bzip)
2022-11-08 15:02 UTC, Toralf Förster
Details
dev-scheme:guile-3.0.8:20221108-133609.log.bz2 (dev-scheme:guile-3.0.8:20221108-133609.log.bz2,25.01 KB, application/x-bzip)
2022-11-08 15:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,69.85 KB, text/plain)
2022-11-08 15:02 UTC, Toralf Förster
Details
environment (environment,29.42 KB, text/plain)
2022-11-08 15:02 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.61 KB, application/x-bzip)
2022-11-08 15:02 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,57.43 KB, application/x-bzip)
2022-11-08 15:02 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,42.47 KB, application/x-bzip)
2022-11-08 15:02 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-08 15:01:59 UTC
too long lines were shrinked:

libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/usr/lib64/libffi/include -I../libguile/lightening -I/var/tmp/portage/dev-scheme/guile-3.0.8/work/guile-3.0.8 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvis
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/usr/lib64/libffi/include -I../libguile/lightening -I/var/tmp/portage/dev-scheme/guile-3.0.8/work/guile-3.0.8 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvis
libtool: compile:  clang -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/usr/lib64/libffi/include -I../libguile/lightening -I/var/tmp/portage/dev-scheme/guile-3.0.8/work/guile-3.0.8 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -fwrapv -fvis
/bin/sh ../libtool  --tag=CC   --mode=compile clang -std=gnu11 -DHAVE_CONFIG_H   -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I/usr/lib64/libffi/include  -I../libguile/lightening -I/var/tmp/portage/dev-scheme/guile-3.0.8/work/guile-3.0.8   -Wall -Wmissing-prototypes -Wpointer-arith -f
hash.c:54:15: error: a function declaration without a prototype is deprecated in
      all versions of C and is treated as a zero-parameter prototype in C2x,
      conflicting with a previous declaration

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

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

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

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

The Glorious Glasgow Haskell Compilation System, version 8.10.6
php cli (if any):
GNU Make 4.4

  HEAD of ::gentoo
commit 7ff4854a0d8fec64e6390d0cb835e3ad18fb533b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 8 13:16:52 2022 +0000

    2022-11-08 13:16:51 UTC

emerge -qpvO dev-scheme/guile
[ebuild  N    ] dev-scheme/guile-3.0.8  USE="jit networking nls regex threads -debug -debug-malloc -deprecated"
Comment 1 Toralf Förster gentoo-dev 2022-11-08 15:02:00 UTC
Created attachment 829245 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-08 15:02:01 UTC
Created attachment 829247 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-11-08 15:02:02 UTC
Created attachment 829249 [details]
dev-scheme:guile-3.0.8:20221108-133609.log.bz2
Comment 4 Toralf Förster gentoo-dev 2022-11-08 15:02:04 UTC
Created attachment 829251 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-11-08 15:02:05 UTC
Created attachment 829253 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-11-08 15:02:06 UTC
Created attachment 829255 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-08 15:02:07 UTC
Created attachment 829257 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-08 15:02:08 UTC
Created attachment 829259 [details]
temp.tar.bz2