Package Details: heirloom-sh 050706-4

Git Clone URL: https://aur.archlinux.org/heirloom-sh.git (read-only, click to copy)
Package Base: heirloom-sh
Description: A portable variant of the traditional Unix shell, derived from OpenSolaris code.
Upstream URL: http://heirloom.sourceforge.net/sh.html
Licenses: BSD, CDDL
Conflicts: heirloom-sh-cvs
Submitter: grawity
Maintainer: aksr
Last Packager: aksr
Votes: 2
Popularity: 0.000000
First Submitted: 2015-08-29 20:13 (UTC)
Last Updated: 2016-12-29 05:10 (UTC)

Latest Comments

Fira commented on 2023-05-17 16:36 (UTC) (edited on 2023-05-17 16:36 (UTC) by Fira)

For those who also meet the error "error: variably modified", just open the fault.c and replace "SIGSTKSZ" on line 47 to "16384". (Not including the quotes.)

This is due to the change in glibc2.34 where "SIGSTKSZ" is no longer the constant.

Reference: https://public-inbox.org/bug-gnulib/2419986.QI3XWb3JqY@omega/T/

micwoj92 commented on 2022-08-08 02:15 (UTC) (edited on 2022-08-08 02:15 (UTC) by micwoj92)

Build fails

fault.c:47:14: error: variably modified ‘sigsegv_stack’ at file scope
   47 | static  char sigsegv_stack[SIGSTKSZ];
      |              ^~~~~~~~~~~~~
make: *** [makefile:81: fault.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

Rufflewind commented on 2016-12-23 00:41 (UTC)

Conflicts with heirloom-sh-cvs.