Bug 260833 - x11/xpra wants /bin/bash
Summary: x11/xpra wants /bin/bash
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-31 07:38 UTC by Jürgen Weber
Modified: 2021-12-31 09:08 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.