bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-5.0 Official patch 7


From: Vladimir Marek
Subject: Re: Bash-5.0 Official patch 7
Date: Mon, 22 Apr 2019 19:54:51 +0200
User-agent: Mutt/1.5.22.1-rc1 (2013-10-16)

Hi,

> I don't think bash 5 has hit Debian sid yet. As for "commercial" UNIX
> like Solaris, well, that platform is on life support and a nightmare to
> deal with. So no sense in wasting time there anymore.

I'm sorry to hear that Solaris is a nightmare. Solaris 11.4 (the current
supported version) has bash 5 already included

https://github.com/oracle/solaris-userland/blob/master/components/bash/Makefile

And we are on patch level 3

https://github.com/oracle/solaris-userland/tree/master/components/bash/patches

Bash is one of the components we follow closely, so I'll be filing
internal bugs to update to latest patch level tomorrow. The Makefile
lists requirements

REQUIRED_PACKAGES += library/ncurses
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += terminal/screen

screen is needed for testing only (as the tests can be executed remotely
without having real terminal available). Bash uses configure.mk build style

https://github.com/oracle/solaris-userland/blob/master/make-rules/configure.mk

Which lists more dependencies

REQUIRED_PACKAGES += developer/build/autoconf
REQUIRED_PACKAGES += developer/build/automake
REQUIRED_PACKAGES += developer/build/gnu-make
REQUIRED_PACKAGES += developer/build/libtool
REQUIRED_PACKAGES += developer/build/pkg-config
REQUIRED_PACKAGES += developer/macro/gnu-m4
REQUIRED_PACKAGES += file/gnu-coreutils
REQUIRED_PACKAGES += library/libtool/libltdl

Hope this helps
-- 
        Vlad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]