Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689772 - sys-apps/guix ebuild says to enable guix-daemon service, which doesn't exist
Summary: sys-apps/guix ebuild says to enable guix-daemon service, which doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-13 13:07 UTC by Nathan Dehnel
Modified: 2019-07-14 22:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Dehnel 2019-07-13 13:07:34 UTC
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

?
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2019-07-14 07:58:36 UTC
Do you run 17.1 profile? It's probably /usr/lib vs. /usr/lib64 breakage.
Comment 2 Nathan Dehnel 2019-07-14 22:10:59 UTC
(In reply to Sergei Trofimovich from comment #1)
> Do you run 17.1 profile? It's probably /usr/lib vs. /usr/lib64 breakage.

yes.
Comment 3 Larry the Git Cow gentoo-dev 2019-07-14 22:13:02 UTC
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(+)