Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818922 - app-i18n/ibus-typing-booster: Wants to call nonexistant /usr/bin/sh
Summary: app-i18n/ibus-typing-booster: Wants to call nonexistant /usr/bin/sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-19 16:09 UTC by tea
Modified: 2021-10-20 14:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,8.65 KB, text/plain)
2021-10-19 16:09 UTC, tea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tea 2021-10-19 16:09:11 UTC
/usr/libexec/ibus-engine-typing-booster and /usr/libexec/ibus-setup-typing-booster have `#!/usr/bin/sh` as shebang. Because of that “Typing Booster” does not show up in the input method list. Symlinking `/bin/sh` to `/usr/bin/sh` works around the issue.

Upstream bug: https://github.com/mike-fabian/ibus-typing-booster/issues/249#issuecomment-946824210
Comment 1 tea 2021-10-19 16:09:50 UTC
Created attachment 745815 [details]
emerge --info
Comment 2 Mike Gilbert gentoo-dev 2021-10-20 00:51:09 UTC
/usr/bin/sh is not a thing on split-usr systems. We are not going add a symlink for that.

The shebang should be #!/bin/sh.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-20 14:49:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc909f0abe62d5da378061cb733977da339e12

commit 8fbc909f0abe62d5da378061cb733977da339e12
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2021-10-20 14:47:42 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2021-10-20 14:49:33 +0000

    app-i18n/ibus-typing-booster: fix shebang
    
    Closes: https://bugs.gentoo.org/818922
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 ...booster-2.14.12.ebuild => ibus-typing-booster-2.14.12-r1.ebuild} | 6 ++++++
 ...booster-2.14.13.ebuild => ibus-typing-booster-2.14.13-r1.ebuild} | 6 ++++++
 2 files changed, 12 insertions(+)