| Summary: | sys-apps/guix ebuild says to enable guix-daemon service, which doesn't exist | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nathan Dehnel <ncdehnel> |
| Component: | Current packages | Assignee: | Sergei Trofimovich (RETIRED) <slyfox> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Do you run 17.1 profile? It's probably /usr/lib vs. /usr/lib64 breakage. (In reply to Sergei Trofimovich from comment #1) > Do you run 17.1 profile? It's probably /usr/lib vs. /usr/lib64 breakage. yes. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b9c927141e0b63ca015742af9c8e419ad866be commit c0b9c927141e0b63ca015742af9c8e419ad866be Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2019-07-14 22:09:53 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2019-07-14 22:12:42 +0000 sys-apps/guix: install systemd files into /lib, not /lib64 Build system hardcodes $(libdir) for .service files. sed it out with gentoo's default until we get the ./configure option upstream. Reported-by: Nathan Dehnel Closes: https://bugs.gentoo.org/689772 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> sys-apps/guix/guix-1.0.0-r1.ebuild | 156 +++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) |
Part of the emerge output: [as root] enable guix-daemon service: [systemd] # systemctl enable guix-daemon root@gentoolaptop / # systemctl enable guix-daemon Failed to enable unit: Unit file guix-daemon.service does not exist. root@gentoolaptop / # systemctl list-units | grep guix || echo "not found" not found ?