GNU bug report logs - #26405
[PATCH 0/2] Tweaks to the PHP package.

Previous Next

Package: guix-patches;

Reported by: alex.sassmannshausen <at> gmail.com

Date: Sat, 8 Apr 2017 15:41:03 UTC

Severity: normal

Tags: patch

Merged with 26403, 26404

Done: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>

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: alex.sassmannshausen <at> gmail.com
Subject: bug#26403: closed (Re: bug#26405: Acknowledgement ([PATCH 0/2]
 Tweaks to the PHP package.))
Date: Sat, 13 May 2017 13:03:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26405: [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option.

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 26403 <at> debbugs.gnu.org.

-- 
26405: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26405
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
To: 26405-done <at> debbugs.gnu.org
Subject: Re: bug#26405: Acknowledgement ([PATCH 0/2] Tweaks to the PHP
 package.)
Date: Sat, 13 May 2017 15:01:59 +0200
Pushed to master.

GNU bug Tracking System writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 26405 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.


[Message part 3 (message/rfc822, inline)]
From: alex.sassmannshausen <at> gmail.com
To: guix-patches <at> gnu.org
Cc: Alex Sassmannshausen <alex <at> pompo.co>
Subject: [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option.
Date: Sat,  8 Apr 2017 17:39:25 +0200
From: Alex Sassmannshausen <alex <at> pompo.co>

* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as
  it is no longer recognized in PHP 7.
---
 gnu/packages/php.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 071820ecb..3537a8e97 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -130,8 +130,7 @@
                "--enable-inifile"
                "--enable-mbstring"
                "--enable-pcntl"
-               "--enable-sockets"
-               "--enable-threads"))
+               "--enable-sockets"))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'do-not-record-build-flags
-- 
2.12.2




This bug report was last modified 8 years and 15 days ago.

Previous Next


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