GNU bug report logs - #63876
[PATCH] gnu: php: Enable sysvsem module.

Previous Next

Package: guix-patches;

Reported by: Timo Wilken <guix <at> twilken.net>

Date: Sat, 3 Jun 2023 16:14:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timo Wilken <guix <at> twilken.net>
Subject: bug#63876: closed (Re: bug#63876: [PATCH] gnu: php: Enable
 sysvsem module.)
Date: Sat, 01 Jul 2023 14:40:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63876: [PATCH] gnu: php: Enable sysvsem module.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63876 <at> debbugs.gnu.org.

-- 
63876: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63876
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Timo Wilken <guix <at> twilken.net>
Cc: 63876-done <at> debbugs.gnu.org
Subject: Re: bug#63876: [PATCH] gnu: php: Enable sysvsem module.
Date: Sat, 01 Jul 2023 16:39:41 +0200
Hi,

Timo Wilken <guix <at> twilken.net> skribis:

> Nextcloud 26 strongly recommends installing this module.
>
> * gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
>   flag.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Timo Wilken <guix <at> twilken.net>
To: guix-patches <at> gnu.org
Cc: Timo Wilken <guix <at> twilken.net>
Subject: [PATCH] gnu: php: Enable sysvsem module.
Date: Sat,  3 Jun 2023 18:12:59 +0200
Nextcloud 26 strongly recommends installing this module.

* gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
  flag.
---
 gnu/packages/php.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index c71d648cf4..cb6b4e7047 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2019 Oleg Pykhalov <go.wigust <at> gmail.com>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2021 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2023 Timo Wilken <guix <at> twilken.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -133,7 +134,8 @@ (define-public php
                "--enable-intl"
                "--enable-mbstring"
                "--enable-pcntl"
-               "--enable-sockets"))
+               "--enable-sockets"
+               "--enable-sysvsem"))     ; Required for, e.g. Nextcloud
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'do-not-record-build-flags

base-commit: 66c9b82fed3c59ee07187898592c688c82fed273
-- 
2.40.1




This bug report was last modified 1 year and 345 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.