The binary-name `zed` collides with the much older zfs-helper with the same named. A known problem, [as mentioned](https://zed.dev/docs/development/linux#other-things-to-note) I suggest to rename the binary to `zedit`. ``` * Detected file collision(s): * * /usr/bin/zed * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * sys-fs/zfs-2.2.6:0::gentoo * /sbin/zed ``` Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5023808032ce39780340fdea86aa3e41dacc5d commit 9b5023808032ce39780340fdea86aa3e41dacc5d Author: Robert Siebeck <gentoo.2019@r123.de> AuthorDate: 2024-09-25 21:01:39 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-10-16 12:36:48 +0000 app-editors/zed: add 0.155.2 Fix file name collision, renaming the binary from /usr/bin/zed to /usr/bin/zedit. Fix .desktop file so that the app icon shows correctly. Add missing dependency Make sure we have at least 16GB of RAM for the build Use crate tar Closes: https://bugs.gentoo.org/940195 Closes: https://bugs.gentoo.org/939583 Closes: https://bugs.gentoo.org/940493 Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-editors/zed/Manifest | 9 +++ app-editors/zed/zed-0.155.2.ebuild | 139 +++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+)