Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934218 - dev-lang/eisl-3.95 - [ncurses-6.5] main.c: error: signal_handler_child undeclared (first use in this function)
Summary: dev-lang/eisl-3.95 - [ncurses-6.5] main.c: error: signal_handler_child undecl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-13 20:15 UTC by Toralf Förster
Modified: 2024-07-29 15:17 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.12 KB, text/plain)
2024-06-13 20:15 UTC, Toralf Förster
Details
dev-lang:eisl-3.95:20240613-200011.log (dev-lang:eisl-3.95:20240613-200011.log,8.54 KB, text/plain)
2024-06-13 20:15 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,66.68 KB, application/x-xz)
2024-06-13 20:15 UTC, Toralf Förster
Details
environment (environment,61.63 KB, text/plain)
2024-06-13 20:15 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2024-06-13 20:15 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,43.54 KB, application/x-xz)
2024-06-13 20:15 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.07 KB, application/x-xz)
2024-06-13 20:15 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,70.46 KB, application/x-xz)
2024-06-13 20:15 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,15.04 KB, application/x-xz)
2024-06-13 20: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-06-13 20:15:10 UTC
main.c:339:40: error: invalid application of 'sizeof' to incomplete type 'struct sigaction'
  339 |         memset(&child_action, 0, sizeof(child_action));
      |                                        ^
main.c:340:17: error: invalid use of undefined type 'struct sigaction'
  340 |     child_action.sa_sigaction = &signal_handler_child;
      |                 ^
main.c:340:34: error: 'signal_handler_child' undeclared (first use in this function); did you mean 'signal_handler_c'?
  340 |     child_action.sa_sigaction = &signal_handler_child;
      |                                  ^~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl_hardened-20240608-075013

  UNMASKED:
  >=sys-libs/ncurses-6.5
    Issues involving opaque types / incomplete typedefs should block bug 930805

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

gcc-config -l:
 [1] x86_64-pc-linux-musl-14 *
clang/llvm (if any):
clang version 18.1.7
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg
/usr/lib/llvm/18
18.1.7
Python 3.12.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.78.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.23_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.11_p9 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-11 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.22.4 linux/amd64

  HEAD of ::gentoo
commit 23c80c9e6aa4f2dd3cfdae555d9b0a423b161199
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jun 13 18:49:04 2024 +0000

    2024-06-13 18:49:04 UTC

emerge -qpvO dev-lang/eisl
[ebuild  N    ] dev-lang/eisl-3.95
Comment 1 Toralf Förster gentoo-dev 2024-06-13 20:15:11 UTC
Created attachment 895773 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-06-13 20:15:12 UTC
Created attachment 895774 [details]
dev-lang:eisl-3.95:20240613-200011.log
Comment 3 Toralf Förster gentoo-dev 2024-06-13 20:15:13 UTC
Created attachment 895775 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-06-13 20:15:15 UTC
Created attachment 895776 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-06-13 20:15:15 UTC
Created attachment 895777 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-06-13 20:15:17 UTC
Created attachment 895778 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-06-13 20:15:17 UTC
Created attachment 895779 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-06-13 20:15:19 UTC
Created attachment 895780 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-06-13 20:15:20 UTC
Created attachment 895781 [details]
temp.tar.xz
Comment 10 Larry the Git Cow gentoo-dev 2024-07-29 15:17:00 UTC
The bug has been closed via the following commit(s):

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

commit fcbada2c728c87209808736a43baa6c9dd9d8bc7
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-07-29 15:04:58 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-07-29 15:16:57 +0000

    dev-lang/eisl: drop old 3.95
    
    Closes: https://bugs.gentoo.org/934218
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/eisl/Manifest         |  1 -
 dev-lang/eisl/eisl-3.95.ebuild | 52 ------------------------------------------
 2 files changed, 53 deletions(-)