Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 870475

Summary: dev-scheme/elk-3.99.8:0 - ./heap-gen.c: error: parameter konst was not declared, defaults to
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/30707
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
dev-scheme:elk-3.99.8:20220916-181348.log
emerge-history.txt.bz2
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-09-16 19:30:14 UTC
      prototype is deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
                (void)ScanCluster (PHYSPAGE (first_freepage));
                                  ^
./heap-gen.c:875:34: error: parameter 'konst' was not declared, defaults to
      'int'; ISO C99 and later do not support implicit int
      [-Werror,-Wimplicit-int]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20220912-150005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-10.3.1
 [3] x86_64-pc-linux-gnu-12.2.1 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p5 [openjdk-17]
2)	OpenJDK 8.345_p01 [openjdk-8]
3)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
5)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
6)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-17 
  [3]   openjdk-bin-8 
  [4]   openjdk-bin-11 
  [5]   openjdk-bin-17  system-vm
  [6]   openjdk-jre-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit 0d22bb6c1d6dd9122872e6479a56f3fee85ea69a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 18:02:06 2022 +0000

    2022-09-16 18:02:06 UTC

emerge -qpvO dev-scheme/elk
[ebuild  N    ] dev-scheme/elk-3.99.8
Comment 1 Toralf Förster gentoo-dev 2022-09-16 19:30:15 UTC
Created attachment 806074 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 19:30:17 UTC
Created attachment 806077 [details]
dev-scheme:elk-3.99.8:20220916-181348.log
Comment 3 Toralf Förster gentoo-dev 2022-09-16 19:30:18 UTC
Created attachment 806080 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-09-16 19:30:19 UTC
Created attachment 806083 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-16 19:30:20 UTC
Created attachment 806086 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 19:30:21 UTC
Created attachment 806089 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-16 19:30:22 UTC
Created attachment 806092 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2023-04-22 18:47:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b972be448cb578e54359e649637cb61d447f313

commit 0b972be448cb578e54359e649637cb61d447f313
Author:     Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
AuthorDate: 2023-04-22 18:06:42 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-04-22 18:47:57 +0000

    dev-scheme/elk: Patches for implicit-int and ptrs
    
    Closes: https://bugs.gentoo.org/870475
    Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
    Closes: https://github.com/gentoo/gentoo/pull/30707
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/elk/elk-3.99.8.ebuild                   |  6 ++-
 .../elk-3.99.8-implicit-int-incompat-ptr.patch     | 52 ++++++++++++++++++++++
 2 files changed, 57 insertions(+), 1 deletion(-)