Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885623 - dev-scheme/scm-5.5.6-r4 - crs.c: error: incompatible function pointer types initializing
Summary: dev-scheme/scm-5.5.6-r4 - crs.c: error: incompatible function pointer types i...
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: c99-porting
  Show dependency tree
 
Reported: 2022-12-12 17:57 UTC by Toralf Förster
Modified: 2022-12-12 21:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.22 KB, text/plain)
2022-12-12 17:57 UTC, Toralf Förster
Details
dev-scheme:scm-5.5.6-r4:20221212-171149.log.bz2 (dev-scheme:scm-5.5.6-r4:20221212-171149.log.bz2,17.90 KB, application/x-bzip)
2022-12-12 17:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,101.88 KB, text/plain)
2022-12-12 17:57 UTC, Toralf Förster
Details
environment (environment,70.12 KB, text/plain)
2022-12-12 17:57 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,699 bytes, application/x-bzip)
2022-12-12 17:57 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,29.85 KB, application/x-bzip)
2022-12-12 17:57 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,35.93 KB, application/x-bzip)
2022-12-12 17:57 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-12-12 17:57:15 UTC
int bwaddstr(str, win) char *str; WINDOW *win; {waddstr(win, str);return 0;}
    ^
crs.c:54:7: warning: a function definition without a prototype is deprecated in
      all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sizet bwwrite(str, siz, num, win)
      ^
crs.c:72:3: error: incompatible function pointer types initializing
      'int (*)(FILE *)' (aka 'int (*)(struct _IO_FILE *)') with an expression of
      type 'int (WINDOW *)' (aka 'int (struct _win_st *)')

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

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

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

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
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.6
Python 3.10.9
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p8 [openjdk-17]
2)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11 
  [4]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 99de764a300d78f7afb77a8733e3bc03401df056
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 12 16:16:53 2022 +0000

    2022-12-12 16:16:53 UTC

emerge -qpvO dev-scheme/scm
[ebuild  N    ] dev-scheme/scm-5.5.6-r4  USE="ncurses readline -arrays -bignums -cautious -dynamic-linking -engineering-notation -gsubr -inexact -ioext -libscm -macro -posix -regex -sockets -unix"
Comment 1 Toralf Förster gentoo-dev 2022-12-12 17:57:16 UTC
Created attachment 842117 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-12 17:57:17 UTC
Created attachment 842119 [details]
dev-scheme:scm-5.5.6-r4:20221212-171149.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-12-12 17:57:18 UTC
Created attachment 842121 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-12-12 17:57:20 UTC
Created attachment 842123 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-12-12 17:57:21 UTC
Created attachment 842125 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-12 17:57:22 UTC
Created attachment 842127 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-12 17:57:23 UTC
Created attachment 842129 [details]
temp.tar.bz2
Comment 8 Lukas Schmelting 2022-12-12 21:02:07 UTC
Ebuild is outdated:
- e-build scm version is scm-5e6 (August 2009)
- Current scm version is scm-5f3 (2020-02-16)