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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63876 in the body.
You can then email your comments to 63876 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63876; Package guix-patches. (Sat, 03 Jun 2023 16:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timo Wilken <guix <at> twilken.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 03 Jun 2023 16:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 01 Jul 2023 14:40:03 GMT) Full text and rfc822 format available.

Notification sent to Timo Wilken <guix <at> twilken.net>:
bug acknowledged by developer. (Sat, 01 Jul 2023 14:40:03 GMT) Full text and rfc822 format available.

Message #10 received at 63876-done <at> debbugs.gnu.org (full text, mbox):

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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 30 Jul 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 242 days ago.

Previous Next


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