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

Bug 871507

Summary: dev-scheme/mit-scheme-12.1 - termcap.c: error: call to undeclared function OS_baud_index_to_rate;
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: ago, xxc3ncoredxx
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35576
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
clang.tar.bz2
dev-scheme:mit-scheme-11.2:20220918-170110.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2

Description Toralf Förster gentoo-dev 2022-09-18 17:34:32 UTC
      deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
xrealloc (ptr, size)
^
termcap.c:181:24: error: call to undeclared function 'OS_baud_index_to_rate';
      ISO C99 and later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
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 Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *
GNU Make 4.3.90

  HEAD of ::gentoo
commit 4dbba5bed9e862a14706b0a7f3cf60e8fce82597
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 16:02:05 2022 +0000

    2022-09-18 16:02:05 UTC

emerge -qpvO dev-scheme/mit-scheme
[ebuild  N    ] dev-scheme/mit-scheme-11.2  USE="gdbm gui -blowfish -postgres"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 17:34:34 UTC
Created attachment 812095 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 17:34:35 UTC
Created attachment 812098 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 17:34:36 UTC
Created attachment 812101 [details]
dev-scheme:mit-scheme-11.2:20220918-170110.log
Comment 4 Toralf Förster gentoo-dev 2022-09-18 17:34:38 UTC
Created attachment 812104 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-09-18 17:34:39 UTC
Created attachment 812107 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-09-18 17:34:40 UTC
Created attachment 812110 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-18 17:34:42 UTC
Created attachment 812113 [details]
logs.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:39:03 UTC
*** Bug 882165 has been marked as a duplicate of this bug. ***
Comment 9 Maciej Barć gentoo-dev 2023-01-21 07:03:45 UTC
*** Bug 882463 has been marked as a duplicate of this bug. ***
Comment 10 Agostino Sarubbo gentoo-dev 2023-03-08 08:04:25 UTC
tinderbox_musl has reproduced this issue with version 12.1 - Updating summary.
Comment 11 Larry the Git Cow gentoo-dev 2024-03-02 16:32:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800d509ac4529bd6952bed60247756bb7806abee

commit 800d509ac4529bd6952bed60247756bb7806abee
Author:     Oskari Pirhonen <xxc3ncoredxx@gmail.com>
AuthorDate: 2024-02-29 01:46:47 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-03-02 16:32:42 +0000

    dev-scheme/mit-scheme: "modern" c fix
    
    Use termcap/terminfo provided by ncurses instead of the included ancient
    1980's termcap emulation complete with everyone's favorite 1980's flavor
    of C.
    
    Closes: https://bugs.gentoo.org/871507
    Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/mit-scheme/mit-scheme-12.1-r1.ebuild | 93 +++++++++++++++++++++++++
 1 file changed, 93 insertions(+)