From owner-freebsd-questions@freebsd.org Wed Mar 31 01:37:13 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0A2A5B771E for ; Wed, 31 Mar 2021 01:37:13 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 4F987Y1WjTz3v6C for ; Wed, 31 Mar 2021 01:37:13 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from [IPv6:2607:fb90:a37c:7d43:e599:c5a5:d679:abb3] (unknown [172.58.140.117]) (Authenticated sender: galtsev) by kicp.uchicago.edu (Postfix) with ESMTPSA id D05D54E65C; Tue, 30 Mar 2021 20:31:38 -0500 (CDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: mariadb server now requires bash? From: Valeri Galtsev In-Reply-To: Date: Tue, 30 Mar 2021 20:31:36 -0500 Cc: Veon Ax , "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Kevin P. Neal" X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4F987Y1WjTz3v6C X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu (policy=none); spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu X-Spamd-Result: default: False [7.60 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_NO_TLS_LAST(0.10)[]; RECEIVED_SPAMHAUS_PBL(0.00)[172.58.140.117:received]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[128.135.20.70:from]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; MIME_TRACE(0.00)[0:+]; RECEIVED_SPAMHAUS_XBL(5.00)[172.58.140.117:received]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[128.135.20.70:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(1.00)[1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; GREYLIST(0.00)[pass,body]; MAILMAN_DEST(0.00)[freebsd-questions]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none] X-Spam: Yes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2021 01:37:14 -0000 > On Mar 30, 2021, at 7:19 PM, Kevin P. Neal = wrote: >=20 > On Tue, Mar 30, 2021 at 07:08:19AM +0000, Veon Ax via = freebsd-questions wrote: >> Hello FreeBSD users, >>=20 >> During a recent 'pkg upgrade' (11.4-RELEASE) I was informed that = 'bash' was to be installed. I am a zsh/csh user and have no intention to = install the bash shell. After some trial and error it appears to me that = bash is now a runtime dependency of mariadb103-server. >>=20 >> IIRC, bash was also listed after 'make run-depends-list' in the port = of the same package. >>=20 >> I am trying to find out why this is the case, and if there is a way = around it. But so far my searches have not been successful. Does anyone = know? >=20 > Do I know for sure? No. >=20 > But I'd guess that it comes with shell scripts that use non-portable > bashisms. This is common on Linux. There is even worse thing about both mariadb and mysql: both of them in = the latest version at least use JSON (Java Script Object Notation, = really ?!!) somewhere in their tables. I feel like these two projects just added Junk onto their product. I = always was recommending postgresql to developers I serve as sysadmin for = who were starting some new project=E2=80=A6 Valeri > --=20 > Kevin P. Neal = http://www.pobox.com/~kpn/ >=20 > "It sounded pretty good, but it's hard to tell how it will work out > in practice." -- Dennis Ritchie, ~1977, "Summary of a DEC 32-bit = machine" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"