Bug 260833

Summary: x11/xpra wants /bin/bash
Product: Ports & Packages Reporter: Jürgen Weber <weberbug>
Component: Individual Port(s)Assignee: Gleb Popov <arrowd>
Status: Closed FIXED    
Severity: Affects Only Me Flags: arrowd: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jürgen Weber 2021-12-31 07:38:35 UTC
After the most recent update xpra: 4.2.3_1 -> 4.3
it aborts with 

FileNotFoundError: [Errno 2] No such file or directory: '/bin/bash'

Work-around: symlink bash into /bin

see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248451
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-31 09:03:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d118439dee4edef1c0c895b9521c875cfd565c0

commit 4d118439dee4edef1c0c895b9521c875cfd565c0
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-12-31 09:01:25 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-12-31 09:02:38 +0000

    x11/xpra: Unbreak by replacing hardcoded "/bin/bash" string.

    PR:             260833

 x11/xpra/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2021-12-31 09:08:56 UTC
Fixed locally and reported upstream. Thanks for the PR.