Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 499948

Summary: =app-admin/sysstat-10.2.1 installs /sysstat.service
Product: Gentoo Linux Reporter: bx <holybolt>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description bx 2014-02-01 07:10:56 UTC
=app-admin/sysstat-10.2.1 installing '/sysstat.service'

No systemd installed


Reproducible: Always

Steps to Reproduce:
1. emerge sysstat
2. qfile /sysstat.service




Must never happens
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-01 12:34:19 UTC
In Makefile.in, when SYSTEMD_UNIT_DIR is not set (in configure), there is a check for $DESTDIR/$SYSTEMD_UNIT_DIR which will obviously always fail to find the proper place.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-01 12:43:51 UTC
Fixed in -r1. Thanks for the report!