Package Details: start-stop-daemon 1.22.6-1

Git Clone URL: https://aur.archlinux.org/start-stop-daemon.git (read-only, click to copy)
Package Base: start-stop-daemon
Description: Start and stop system daemon programs
Upstream URL: https://packages.debian.org/source/sid/dpkg
Licenses: GPL2
Submitter: seblu
Maintainer: denn
Last Packager: denn
Votes: 7
Popularity: 0.002227
First Submitted: 2013-05-10 22:11 (UTC)
Last Updated: 2024-03-26 17:24 (UTC)

Latest Comments

1 2 Next › Last »

HuaLiMao-AQ commented on 2023-07-24 06:15 (UTC) (edited on 2023-07-24 06:17 (UTC) by HuaLiMao-AQ)

From 457225c2ff05103e74a6804e9b0ee40253a7fa24 Mon Sep 17 00:00:00 2001
From: HuaLiMao-AQ <hualimao_aq@163.com>
Date: Mon, 24 Jul 2023 14:07:47 +0800
Subject: [PATCH] Update to 1.21.22

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 5894d06..cb6efa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Vladimir Koshelenko <koshelenko@rndavia.ru>

 pkgname=start-stop-daemon
-pkgver=1.21.9
+pkgver=1.21.22
 pkgrel=1
 pkgdesc='Start and stop system daemon programs'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='https://packages.debian.org/source/sid/dpkg'
 depends=('glibc')
 makedepends=('perl')
 source=("http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.xz")
-md5sums=('15bc7cc25cc5afd546d3d06755248878')
+md5sums=('0577cef4dafe3e7759ef0b53a4783874')

 build() {
   cd dpkg-$pkgver
-- 
2.41.0

Evilur commented on 2023-06-16 16:45 (UTC) (edited on 2023-06-26 16:04 (UTC) by Evilur)

This package requires the dpkg-1.21.9. This version of the dpkg is no longer available in the master repo. But you can download this version from the debian archive. So to install this pakage you shoul apply this patch to the PKGBUILD file:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL2')
 url='https://packages.debian.org/source/sid/dpkg'
 depends=('glibc')
 makedepends=('perl')
-source=("http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.xz")
+source=("https://snapshot.debian.org/archive/debian/20220701T153309Z/pool/main/d/dpkg/dpkg_1.21.9.tar.xz")
 md5sums=('15bc7cc25cc5afd546d3d06755248878')

 build() {
@@ -25,7 +25,6 @@ build() {
 package() {
   cd dpkg-$pkgver
   install -D -m 755 utils/start-stop-daemon "$pkgdir/usr/bin/start-stop-daemon"
-  install -D -m 644 man/start-stop-daemon.8 "$pkgdir/usr/share/man/man8/start-stop-daemon.8"
 }

 # vim:set ts=2 sw=2 et:
 

mobilin commented on 2023-01-30 14:55 (UTC) (edited on 2023-01-30 14:56 (UTC) by mobilin)

dpkg_1.21.9.tar.xz no longer exists, changes are needed for PKGBUILD:

--- PKGBUILD.a  2023-01-30 14:52:31.255384501 +0000
+++ PKGBUILD.b  2023-01-30 14:48:15.052039770 +0000
@@ -4,5 +4,5 @@

 pkgname=start-stop-daemon
-pkgver=1.21.9
+pkgver=1.21.19
 pkgrel=1
 pkgdesc='Start and stop system daemon programs'
@@ -13,5 +13,5 @@
 makedepends=('perl')
 source=("http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.xz")
-md5sums=('15bc7cc25cc5afd546d3d06755248878')
+md5sums=('1aafd3b59b3e1709ad1b0c2c7a7dd2dc')

 build() {

t-8ch commented on 2022-05-31 22:11 (UTC)

The manpage is currently installed with an incorrect name. The installation line should be "install -D -m 644 man/start-stop-daemon.8 "$pkgdir/usr/share/man/man8/start-stop-daemon.8""

attila123 commented on 2020-11-19 22:19 (UTC) (edited on 2020-11-19 22:23 (UTC) by attila123)

The packaging author, Denis, kindly helped me to resolve this issue. I did not have pod2man. By installing the pod2man package from AUR (https://aur.archlinux.org/packages/pod2man/) first, the start-stop-daemon installed fine.

attila123 commented on 2020-11-18 08:40 (UTC)

Hi, failed to install 1.20.5. Was using 'yay -Syu --devel'.
At the end of the output:

make[1]: Leaving directory '/home/avangel/.cache/yay/start-stop-daemon/src/dpkg-1.20.5/lib'
make: Nothing to be done for 'all'.
  CC       start-stop-daemon.o
  CCLD     start-stop-daemon
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'man/start-stop-daemon.8': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error making: start-stop-daemon

Mauro_000 commented on 2019-08-06 03:01 (UTC) (edited on 2019-08-06 03:03 (UTC) by Mauro_000)

Here is a working PKGBUILD:

pkgname=start-stop-daemon
pkgver=1.19.7
pkgrel=1
pkgdesc='Start and stop system daemon programs'
arch=('i686' 'x86_64')
license=('GPL2')
url='https://packages.debian.org/source/sid/dpkg'
depends=('glibc')
source=("http://http.debian.net/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.xz")
md5sums=('60f57c5494e6dfa177504d47bfa0e383')

build() { cd dpkg-$pkgver ./configure --disable-dselect --disable-update-alternatives (cd lib && make) cd utils && make }

package() { cd dpkg-$pkgver install -D -m 755 utils/start-stop-daemon "$pkgdir/usr/bin/start-stop-daemon" install -D -m 644 man/start-stop-daemon.man "$pkgdir/usr/share/man/man8/start-stop-daemon.8" }

vim:set ts=2 sw=2 et:

seblu commented on 2013-10-24 22:40 (UTC)

I was the previous maintainer ;)