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

Bug 547846

Summary: =app-admin/sysstat-11.0.4 fails to install cron files because --with-systemdsystemunitdir= is set
Product: Gentoo Linux Reporter: Eric Gisse <jowr.pi>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: jstein, systemd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eric Gisse 2015-04-26 20:34:44 UTC
The /etc/cron.d/sysstat file that's installed with USE=cron in place is no longer being installed with 11.0.4.

I've confirmed that it is being installed with 11.0.2, which explains why sysstat isn't reporting anymore on my machines.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-05-08 04:41:24 UTC
Please post your `emerge --info app-admin/sysstat' output in a comment.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-06-08 04:45:24 UTC
Still no sign of your build.log or `emerge --info' output. Please try with -r1.
Comment 3 Hank Leininger 2015-06-20 01:43:40 UTC
It appears that this bug has been fixed/obsoleted by making the installation of cron file manditory/automatic in sysstat 11.0.5; the cron USE flag has been removed.

However, that causes a different problem to surface; see #531032.

The /etc/cron.d/ file that gets deployed is in a format not supported by dcron, thus causing errors if dcron is in use.  In that bug I've attached a patch that re-introducing the cron USE flag, since I did not want the cron jobs anyway.