Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690976 - sys-apps/firejail-0.9.60 ebuild needs a patch : sed doesn't have an --inplace option
Summary: sys-apps/firejail-0.9.60 ebuild needs a patch : sed doesn't have an --inplace...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-29 07:49 UTC by Helmut Jarausch
Modified: 2019-07-30 18:26 UTC (History)
1 user (show)

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


Attachments
patch to ebuild (firejail-sed.patch,820 bytes, patch)
2019-07-29 07:49 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-07-29 07:49:40 UTC
Created attachment 584968 [details, diff]
patch to ebuild

At least on my system, sys-apps/sed-4.7 doesn't have an --inplace option

It has to be replaced by  -i .bak  (e.g.)
The ebuild has to be patch accordingly
Comment 1 nivedita 2019-07-29 17:32:26 UTC
Confirmed. I have sed 4.5 and the flag is in-place with a hyphen not just inplace (or the -I short form).
Comment 2 Dennis Lamm gentoo-dev 2019-07-30 18:26:25 UTC
Sorry, that was a typo from me, which zlogene@gentoo.org already fixed with commit https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7bb34fd3c77d878e30d87a8b65026e5809c24c .