Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944029 - dev-scheme/guile-3.0.10-r102 - [gcc-15] array-map.c: error: too many arguments to function cproc
Summary: dev-scheme/guile-3.0.10-r102 - [gcc-15] array-map.c: error: too many argument...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
: 880417 (view as bug list)
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-19 18:15 UTC by Toralf Förster
Modified: 2024-12-29 14:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.41 KB, text/plain)
2024-11-19 18:15 UTC, Toralf Förster
Details
dev-scheme:guile-3.0.10-r102:20241119-161824.log (dev-scheme:guile-3.0.10-r102:20241119-161824.log,200.96 KB, text/plain)
2024-11-19 18:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,9.98 KB, text/plain)
2024-11-19 18:15 UTC, Toralf Förster
Details
environment (environment,79.29 KB, text/plain)
2024-11-19 18:15 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-19 18:15 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,17.38 KB, application/x-xz)
2024-11-19 18:15 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,214.64 KB, application/x-xz)
2024-11-19 18:15 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,66.38 KB, text/plain)
2024-11-19 18:15 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,22.84 KB, application/x-xz)
2024-11-19 18:15 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 2024-11-19 18:15:26 UTC
too long lines were shrinked:

make[2]: Leaving directory '/var/tmp/portage/dev-scheme/guile-3.0.10-r102/work/guile-3.0.10/libguile'
make  all-am
make[3]: Entering directory '/var/tmp/portage/dev-scheme/guile-3.0.10-r102/work/guile-3.0.10/libguile'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -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.10-r102/work/guile-3.0.10   -Wall -Wmissing-prototypes -Wpoi
libtool: compile:  x86_64-pc-linux-gnu-gcc -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.10-r102/work/guile-3.0.10 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing
array-map.c: In function 'scm_ramapc':
array-map.c:200:38: error: too many arguments to function 'cproc'
  200 |           if (! (SCM_UNBNDP (data) ? cproc (va0, lva) : cproc (va0, data, lva)))
      |                                      ^~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20241119-082003

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 18.1.8
llvm-config: 18.1.8
Python 3.12.7
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-21 


  HEAD of ::gentoo
commit 5df15cb73c82f4cffe86a8dede783f0b3676ef24
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 19 14:33:26 2024 +0000

    2024-11-19 14:33:26 UTC

emerge -qpvO =dev-scheme/guile-3.0.10-r102
[ebuild  N    ] dev-scheme/guile-3.0.10-r102  USE="deprecated jit networking nls regex threads -debug -debug-malloc"
Comment 1 Toralf Förster gentoo-dev 2024-11-19 18:15:27 UTC
Created attachment 910250 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-19 18:15:28 UTC
Created attachment 910251 [details]
dev-scheme:guile-3.0.10-r102:20241119-161824.log
Comment 3 Toralf Förster gentoo-dev 2024-11-19 18:15:29 UTC
Created attachment 910252 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-19 18:15:30 UTC
Created attachment 910253 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-19 18:15:31 UTC
Created attachment 910254 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-19 18:15:32 UTC
Created attachment 910255 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-19 18:15:33 UTC
Created attachment 910256 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-19 18:15:35 UTC
Created attachment 910257 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-11-19 18:15:35 UTC
Created attachment 910258 [details]
temp.tar.xz
Comment 10 Larry the Git Cow gentoo-dev 2024-12-09 05:18:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be86f0473bac479a77fb238d7259ddded7a5287

commit 4be86f0473bac479a77fb238d7259ddded7a5287
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-12-09 05:17:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-09 05:17:31 +0000

    dev-scheme/guile: build 3.0.10-r102 w/ -std=gnu17
    
    The fix from bug #944029 seems insufficient and master has changed
    a fair bit so I've not gone through commits to see if it's fixed there
    yet.
    
    Bug: https://bugs.gentoo.org/943712
    Closes: https://bugs.gentoo.org/944029
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-scheme/guile/guile-3.0.10-r102.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-29 14:37:10 UTC
*** Bug 880417 has been marked as a duplicate of this bug. ***