[pkg-horde] Bug#819592: Can't complete horde webmail-install script

Mathieu Parent math.parent at gmail.com
Thu Apr 7 06:25:15 UTC 2016


Hi,

On Thu, 31 Mar 2016 01:43:51 +0300
=?UTF-8?B?0JXQstCz0LXQvdC40Lkg0JHQsNGF0YLQuNC9?=
<bahtin.evgen at gmail.com> wrote:
> Package: php-horde-webmail
> Version: 5.2.12-2
> Severity: grave
> Tags: sid
>
> I use only 'sid' repository. I install on 'clean' system.
> When I try to complete horde webmail installation with script
> 'webmail-install' I see this message:
>

I couldn't reproduce it.

As things are changing fast currently in sid (PHP7 transition), can
you try again?

The only problems I had are:
- PHP not enabled on Apache (#820282)
- Services_Weather had to be patched:
diff -ur /usr/share/php.orig/Services/Weather.php
/usr/share/php/Services/Weather.php
--- /usr/share/php.orig/Services/Weather.php    2016-03-18
22:10:39.000000000 +0000
+++ /usr/share/php/Services/Weather.php    2016-04-05 06:27:00.783244225 +0000
@@ -164,7 +164,7 @@

         // Create service and return
         $error = null;
-        @$obj = &new $classname($options, $error);
+        @$obj = new $classname($options, $error);

         if (Services_Weather::isError($error)) {
             return $error;



Regards

Mathieu Parent



More information about the pkg-horde-hackers mailing list