Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499948 - =app-admin/sysstat-10.2.1 installs /sysstat.service
Summary: =app-admin/sysstat-10.2.1 installs /sysstat.service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 07:10 UTC by bx
Modified: 2014-02-01 12:43 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 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!