The @shell keyword is broken: # pkg install -f bash Updating packagesite repository catalogue... packagesite repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): Installed packages to be REINSTALLED: bash-5.0.18_3 Number of packages to be reinstalled: 1 Proceed with this action? [y/N]: y [1/1] Reinstalling bash-5.0.18_3... [1/1] Extracting bash-5.0.18_3: 100% pkg: Failed to execute lua script: [string "shell_path = pkg.prefixed_path("bin/bash")..."]:7: attempt to index a nil value (global 'shell') pkg: lua script failed Same for other ports with the @shell keyword (devel/git), same within poudriere testport. The last change to Keywords/shell.ucl replaced the working sh implementation with Lua. I noticed the problem with the second git upgrade since then, so this was the first time pkg tried to run a post-deinstall script that has the Lua implementation. FreeBSD 12.2-RELEASE (releng/12.2), pkg 1.15.10, ports head, amd64.
I have a PR against PKG that fixes it here: https://github.com/freebsd/pkg/pull/1900
@bapt: do you think you could merge the upstream committed patch? I am getting a lot of reports due to the recent bash updates.
Created attachment 220786 [details] Backport of https://github.com/freebsd/pkg/pull/1900/files#diff-69ee594b7055cf448f55b648f8cfb55e6094f72f13383e4e946abd37fe7e226c
Created attachment 220788 [details] Backport of https://github.com/freebsd/pkg/pull/1900/files#diff-69ee594b7055cf448f55b648f8cfb55e6094f72f13383e4e946abd37fe7e226c
^Triage: Regression in ports/latest only or MFH required?
(In reply to Kubilay Kocak from comment #5) No, the regression is in ports/latest only. 2020Q4 is not affected.
*** Bug 252126 has been marked as a duplicate of this bug. ***