You are not logged in.

#1 2015-08-29 03:05:33

rrdein
Member
Registered: 2015-08-29
Posts: 6

Cant install systemd-cron?

Okay, admittedly I'm not a Linux expert.  However, I'm desperately trying to install systemd-cron and nothing is working.

I followed directions listed on the Arch wiki.  First I downloaded the package.  Then I tried to run makepkg -sri but it told me create a user.  So I did that, made the user part of a group with rights, and now I am trying this command again.  I get:

==> ERROR: PKGBUILD does not exist.

I downloaded the package from the AUR, and I followed the directions on the ArchLinux website.  I'm just following directions here, so I feel like I must be doing something wrong.  Can someone please help me figure out why I can't install this?

Offline

#2 2015-08-29 03:10:56

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Cant install systemd-cron?

ewaller@turing ~ 1001 %git clone ssh://aur@aur.archlinux.org/systemd-cron  
Cloning into 'systemd-cron'...                                           
Enter passphrase for key '/home/ewaller/.ssh/id_rsa': 
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 6 (delta 0)
Receiving objects: 100% (6/6), done.
Checking connectivity... done.
ewaller@turing ~ 1002 %cd systemd-cron 
ewaller@turing ~/systemd-cron 1003 %makepkg
==> Making package: systemd-cron 1.5.3-1 (Fri Aug 28 20:08:31 PDT 2015)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> run-parts
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
ewaller@turing ~/systemd-cron [1]1004 %sudo pacman -S run-parts
[sudo] password for ewaller: 
resolving dependencies...
looking for conflicting packages...

Packages (1) run-parts-4.5.1-1

Total Download Size:   0.02 MiB
Total Installed Size:  0.04 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
 run-parts-4.5.1-1-x86_64                                                                              24.7 KiB   587K/s 00:00 [#############################################################################] 100%
(1/1) checking keys in keyring                                                                                                 [#############################################################################] 100%
(1/1) checking package integrity                                                                                               [#############################################################################] 100%
(1/1) loading package files                                                                                                    [#############################################################################] 100%
(1/1) checking for file conflicts                                                                                              [#############################################################################] 100%
(1/1) checking available disk space                                                                                            [#############################################################################] 100%
(1/1) installing run-parts                                                                                                     [#############################################################################] 100%
ewaller@turing ~/systemd-cron 1005 %makepkg                                           
==> Making package: systemd-cron 1.5.3-1 (Fri Aug 28 20:09:51 PDT 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading v1.5.3.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   133    0   133    0     0    254      0 --:--:-- --:--:-- --:--:--   254
100 29105    0 29105    0     0  23470      0 --:--:--  0:00:01 --:--:--  267k
==> Validating source files with md5sums...
    v1.5.3.tar.gz ... Passed
==> Extracting sources...
  -> Extracting v1.5.3.tar.gz with bsdtar
==> Starting build()...
mkdir -p /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build
mkdir -p /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin
mkdir -p /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man
mkdir -p /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|boot|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-boot.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|minutely|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|hourly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|daily|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|weekly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|monthly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|quarterly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|semi-annually|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|yearly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|boot|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-boot.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|minutely|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|hourly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|daily|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|weekly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|monthly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|quarterly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|semi-annually|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|yearly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.timer.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.timer
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|boot|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|minutely|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|hourly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|daily|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|weekly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|monthly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|quarterly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|semi-annually|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@|yearly|g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-schedule.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@|Requires=cron-boot.timer\nRequires=cron-minutely.timer\nRequires=cron-hourly.timer\nRequires=cron-daily.timer\nRequires=cron-weekly.timer\nRequires=cron-monthly.timer\nRequires=cron-quarterly.timer\nRequires=cron-semi-annually.timer\nRequires=cron-yearly.timer|g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron.target.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron.target
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-update.path.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-update.path
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-update.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-update.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/units/cron-failure@.service.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-failure@.service
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/man/anacrontab.5.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/anacrontab.5
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/man/systemd-crontab-generator.8.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/systemd-crontab-generator.8
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/man/systemd.cron.7.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/systemd.cron.7
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/man/crontab.1.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/crontab.1
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/man/crontab.5.in > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/crontab.5
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/crontab.py > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/crontab
chmod +x /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/crontab
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/remove_stale_stamps.py > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/remove_stale_stamps
chmod +x /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/remove_stale_stamps
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/boot_delay.py > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/boot_delay
chmod +x /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/boot_delay
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/mail_on_failure.py > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/mail_on_failure
chmod +x /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/mail_on_failure
sed -e "s|\@package\@|systemd-cron|g" -e "s|\@confdir\@|/etc|g" -e "s|\@statedir\@|/var/spool/cron|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@unitdir\@|/usr/lib/systemd/system|g" -e "s|\@runparts\@|/usr/bin/run-parts|g" -e "s|\@version\@|1.5.3|g" -e "s|\@persistent\@|True|g" -e "s|\@schedule\@||g" -e "s|\@requires\@||g" /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/systemd-crontab-generator.py > /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/systemd-crontab-generator
# BUG: this should only run if schedule_not in hourly/daily/weekly/monthly
chmod +x /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/systemd-crontab-generator
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fstack-check -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/src/bin/crontab_setgid.c -DCRONTAB_DIR='"/var/spool/cron"' -o /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/crontab_setgid
==> Entering fakeroot environment...
==> Starting package()...
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/crontab /home/ewaller/systemd-cron/pkg/systemd-cron/usr/bin/crontab
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/systemd-crontab-generator /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system-generators/systemd-crontab-generator
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/remove_stale_stamps /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/remove_stale_stamps
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/mail_on_failure /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/mail_on_failure
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/boot_delay /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/boot_delay
install -m755 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/bin/crontab_setgid /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/crontab_setgid
if getent group cron > /dev/null 2>&1; then \
    chgrp cron /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/crontab_setgid ; \
    chmod 2755 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd-cron/crontab_setgid ; \
fi
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/systemd.cron.7 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/share/man/man7/systemd.cron.7
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/crontab.1 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/share/man/man1/crontab.1
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/crontab.5 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/share/man/man5/crontab.5
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/anacrontab.5 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/share/man/man5/anacrontab.5
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/man/systemd-crontab-generator.8 /home/ewaller/systemd-cron/pkg/systemd-cron/usr/share/man/man8/systemd-crontab-generator.8
install -m644 -D /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system/cron.target
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-update.path /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-update.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-failure@.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.timer /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.target /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-boot.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-minutely.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-hourly.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-daily.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-weekly.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-monthly.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-quarterly.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-semi-annually.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
install -m644 /home/ewaller/systemd-cron/src/systemd-cron-1.5.3/out/build/units/cron-yearly.service /home/ewaller/systemd-cron/pkg/systemd-cron/usr/lib/systemd/system
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "systemd-cron"...
  -> Generating .PKGINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: systemd-cron 1.5.3-1 (Fri Aug 28 20:09:56 PDT 2015)
ewaller@turing ~/systemd-cron 1006 %

No problem here


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2015-08-29 03:21:25

rrdein
Member
Registered: 2015-08-29
Posts: 6

Re: Cant install systemd-cron?

I'll install git and try that.  Do you know why the directions at https://wiki.archlinux.org/index.php/Ar … g_packages don't work with the tarball, downloaded from the AUR website:
https://github.com/systemd-cron/systemd … 5.3.tar.gz

If this works for you then I would like to reiterate that it does not work for me and I would like help in understanding the error message I received and why I received it.

Offline

#4 2015-08-29 03:43:39

rrdein
Member
Registered: 2015-08-29
Posts: 6

Re: Cant install systemd-cron?

My root account can't run makepkg so I followed the directions here:
http://allanmcrae.com/2015/01/replacing-makepkg-asroot/

Running this as "nobody", this is what I'm getting:

==> Making package: systemd-cron 1.5.3-1 (Fri Aug 28 20:40:31 PDT 2015)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> run-parts
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

I did this with the command "sudo -u nobody makepkg" from my root account.  I originally tried to create a user and add it to a group that I assumed would have permissions, but that didn't work.  What do I need to do to install this?

Last edited by rrdein (2015-08-29 03:48:04)

Offline

#5 2015-08-29 03:57:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Cant install systemd-cron?

They should work.   You did not provide the actual commands you used, so it is hard to diagnose. 
The command issued git clone ssh://aur@aur.archlinux.org/systemd-cron  will leave you in the same state as after step two of the article you linked


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2015-08-29 03:59:25

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Cant install systemd-cron?

Edit, sorry...  I had to take a phone call and it took me a long time to post.
Don't run pacman as root.  Don't log in as root.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2015-08-29 04:17:41

rrdein
Member
Registered: 2015-08-29
Posts: 6

Re: Cant install systemd-cron?

I'm using this command:

"sudo -u nobody makepkg -s"

Also tried "runuser nobody makepkg".  Both give me:

"This account is not currently available."

I had this problem before, did something that resolved it (apparently not permanently), and after logging out of Putty and logging back in I'm having this problem again.  I would appreciate a quick tip on creating an account that has privileges to do all this stuff.  Once that is done and I am logged in as that account, I imagine I will still be dealing with this earlier error I mentioned before:

==> Making package: systemd-cron 1.5.3-1 (Fri Aug 28 20:40:31 PDT 2015)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> run-parts
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

This error does not seem related to any kind of issue with the root user.  This was when I had the nobody account enabled before, and was running as nobody (I think I used "runuser".  I'd really like to have an account that permanently has access to do something as simple as make a package, and of course to resolve this dependency issue.

Last edited by rrdein (2015-08-29 04:21:25)

Offline

#8 2015-08-29 04:26:57

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Cant install systemd-cron?

Not a Sysadmin issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2015-08-29 04:30:26

rrdein
Member
Registered: 2015-08-29
Posts: 6

Re: Cant install systemd-cron?

wtf

Offline

#10 2015-08-29 04:31:32

rrdein
Member
Registered: 2015-08-29
Posts: 6

Re: Cant install systemd-cron?

running makepg -s on systemd-cron 1.5.3 gives me this:

==> Making package: systemd-cron 1.5.3-1 (Fri Aug 28 20:40:31 PDT 2015)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> run-parts
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

That is my problem.  Any help is appreciated.

Last edited by rrdein (2015-08-29 04:32:17)

Offline

#11 2015-08-29 04:37:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Cant install systemd-cron?

Your problem, other than posting in the wrong forum then spitting the dummy about it, is not reading the error message, nor the makepkg documentation...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB