[...] if [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.d ]; then \ install -m 644 cron/sysstat.crond /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.d/sysstat; \ elif [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.hourly -a -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.daily ]; then \ install -m 755 cron/sysstat.cron.hourly /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.hourly/sysstat; \ install -m 755 cron/sysstat.cron.daily /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/cron.daily/sysstat; \ else \ su root -c "crontab -l > /tmp/crontab-root.save"; \ /bin/cp -a /tmp/crontab-root.save ./crontab-root.`date '+%Y%m%d.%H%M%S'`.save; \ echo "USER'S PREVIOUS CRONTAB SAVED IN CURRENT DIRECTORY (USING .save SUFFIX)."; \ su root -c "crontab cron/crontab"; \ fi if [ -x /bin/true -a -d "" ]; then \ install -m 644 sysstat.service ; \ /bin/true enable sysstat.service; \ elif [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/init.d ]; then \ install -m 755 sysstat /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/init.d/sysstat; \ if [ -x /sbin/chkconfig ]; then \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/init.d && /sbin/chkconfig --add sysstat; \ else \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc2.d && ln -s -f ../init.d/sysstat S01sysstat; \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc3.d && ln -s -f ../init.d/sysstat S01sysstat; \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc5.d && ln -s -f ../init.d/sysstat S01sysstat; \ fi \ elif [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d ]; then \ install -m 755 sysstat /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc.sysstat; \ if [ -x /sbin/chkconfig ]; then \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d && /sbin/chkconfig --add sysstat; \ else \ [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc2.d ] || mkdir -p /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc2.d; \ [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc3.d ] || mkdir -p /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc3.d; \ [ -d /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc5.d ] || mkdir -p /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc5.d; \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc2.d && ln -s -f ../rc.sysstat S01sysstat; \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc3.d && ln -s -f ../rc.sysstat S01sysstat; \ cd /tmp/B.b99890/sysstat-10.1.6-root-builder/etc/rc.d/rc5.d && ln -s -f ../rc.sysstat S01sysstat; \ fi \ fi error reading information on service sysstat: No such file or directory make: *** [install_all] Error 1 error: Bad exit status from /tmp/B.b99890/rpm-tmp.2518 (%install) RPM build errors: Bad exit status from /tmp/B.b99890/rpm-tmp.2518 (%install) ended at: Thu Jul 30 09:58:52 2015, done in 01days 00h 00m 25s error: No files produced. mesg: ttyname failed: Inappropriate ioctl for device Begin-PLD-Builder-Info Build-Time: user:20.06s sys:10.20s real:28.94s (faults io:2 non-io:927347) End-PLD-Builder-Info