namcap tells in clean chroot build that procps-ng is not needed as dep.
Search Criteria
Package Details: sysvinit 3.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sysvinit.git (read-only, click to copy) |
---|---|
Package Base: | sysvinit |
Description: | Linux System V Init |
Upstream URL: | https://github.com/slicer69/sysvinit |
Licenses: | GPL2 |
Conflicts: | systemd-sysvcompat |
Submitter: | maandree |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 30 |
Popularity: | 0.125557 |
First Submitted: | 2013-05-16 16:45 (UTC) |
Last Updated: | 2024-04-01 16:59 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR) (optional)
Required by (7)
- autohaltd
- cowberry-boot
- gpd-winmax2_2023-fix-sleep-wakeuptriggers-sysvinit (optional)
- initscripts-fork
- open-av4ms-git (optional)
- phc-intel-sysvinit (optional)
- wwwoffle-svn (optional)
Sources (3)
artoo commented on 2014-05-22 14:36 (UTC)
r08 commented on 2014-04-03 02:06 (UTC)
Thanks for the update. killall5 works and bootlogd is present
mdevaev commented on 2013-12-24 15:59 (UTC)
@x33a
It's very strange, I did not have the desired.
maandree commented on 2013-12-18 16:37 (UTC)
procps-ng=3.3.9 added the command `pidof` which as
alreadly provided by sysvinit-tools, therefore procps-ng
as marked as providing (even it was only partially
providing) and conflicting with sysvinit-tools.
sysvinit=2.88-13 required sysvinit-tools, (installed from the
same source as sysvinit) so sysvinit now instead requires
procps-ng>=3.3.9 to get `pidof` and the split of sysvinit
and sysvinit-tools have been removed; without marking
sysvinit as providing sysvinit-tools because that would case
an unresolvable conflict.
x33a commented on 2013-12-18 12:51 (UTC)
@ mdevaev
This package provides all the utilities present in your package, as well, without conflicting with procps-ng.
mdevaev commented on 2013-12-18 12:03 (UTC)
Sysvinit-tools package has been removed from the repository and some utilites such as killall5 missing in procps-ng. I have a package that provides them without conflict with procps-ng.
https://github.com/mdevaev/sysvinit-tools-adds
https://aur.archlinux.org/packages/sysvinit-tools-adds/
Slamd64 commented on 2013-11-02 11:04 (UTC)
To fix make error caused by 'crypt' just do ln -s /usr/lib/libcrypt.so /usr/lib/libcrypt.a
realx commented on 2013-11-01 14:59 (UTC)
sulogin.o: In function `main':
sulogin.c:(.text.startup+0x33e): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'sulogin' failed
make[1]: *** [sulogin] Error 1
maandree commented on 2013-06-12 07:09 (UTC)
It has now been patch for the /usr/bin merge
ConnorBehan commented on 2013-06-12 04:13 (UTC)
This package might install everything into /usr/bin but there are multiple sbins hardcoded into the source. You have to either write a patch for that or make sure that you don't reboot in between updating this package and finishing the /usr/bin upgrade.
Pinned Comments
eclairevoyant commented on 2023-01-17 10:37 (UTC)
Adopted and updated. Note that this PKGBUILD now incorporates signature verification, so you must import the signing keys from https://download.savannah.nongnu.org/releases/sysvinit/ before building. I also tried to make the build process less jank, but if anyone has additional proposals, feel free to mention.