[horde] Unsatisfied PEAR dependencies
Patrick Boutilier
boutilpj at ednet.ns.ca
Sun Nov 23 12:19:23 UTC 2014
On 11/23/2014 07:14 AM, Volker Then wrote:
>
>
> On 23.11.2014 11:11, Volker Then wrote:
>>
>>
>> On 23.11.2014 11:04, Volker Then wrote:
>>>
>>> On 23.11.2014 03:10, Michael J Rubinsky wrote:
>>>>
>>>> Quoting Volker Then <horde40 at volkerthen.com>:
>>>>
>>>>> Zitat von Michael J Rubinsky <mrubinsk at horde.org>:
>>>>>
>>>>>> Quoting Ole Wolf <ole at naturloven.dk>:
>>>>>>
>>>>>>> When I issue the command: "pear upgrade," I currently receive the
>>>>>>> following response:
>>>>>>>
>>>>>>> horde/Horde_Mime requires package "horde/Horde_ListHeaders"
>>>>>>> (version >=
>>>>>>> 1.2.0, version <= 2.0.0alpha1, excluded versions: 3.0.0alpha1),
>>>>>>> installed
>>>>>>> version is 1.1.5
>>>>>>> horde/Horde_Mime requires package "horde/Horde_Mail" (version >=
>>>>>>> 2.5.0,
>>>>>>> version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1),
>>>>>>> installed version
>>>>>>> is 2.4.0
>>>>>>> horde/Horde_Mime can optionally use package "pecl/idn"
>>>>>>> horde/Horde_Core requires package "horde/Horde_Mime" (version >=
>>>>>>> 2.5.0,
>>>>>>> version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1),
>>>>>>> installed version
>>>>>>> is 2.4.5
>>>>>>>
>>>>>>> Does this mean the Horde dependencies are broken at the moment?
>>>>>>>
>>>>>>> As a work-around (and is this necessary?), how do I install the
>>>>>>> required
>>>>>>> versions considering I don't know the available version numbers?
>>>>>>
>>>>>>
>>>>>> This should now all be taken care of.
>>>>>
>>>>> Nope, Horde_Mail depends on Horde_Smtp:
>>>>>
>>>>> horde/Horde_Mail requires package "horde/Horde_Smtp" (version >=
>>>>> 1.7.0, version <= 2.0.0alpha1, excluded versions: 2.0.0alpha1),
>>>>> installed version is 1.6.0
>>>>
>>>> This was just pushed, try again?
>>>>
>>>
>>> After the Horde_Smtp update, I can not send messages from the Horde/IMP
>>> interface:
>>>
>>> "Error when communicating with the server."
>>>
>>> Sending messages from AS clients is working.
>>>
>>> Thereto I had a notification "Cache version changed" and mail folder
>>> contents weren't displayed, which was gone afer I deleted old cache
>>> files in /tmp/. But still there is a problem with Horde_Smtp.
>>>
>>> Volker
>>>
>>
>> In the horde log, I have this message:
>>
>> 2014-11-23T11:09:42+01:00 EMERG: HORDE [imp] Call to undefined method
>> Horde_Mime_Headers_Received::createHordeHop() [pid 8351 on line 77 of
>> "/usr/share/php/Horde/Mime/Headers/Deprecated.php"]
>>
>>
>>
>
> When replying to the list, I get the following errors in the compose
> window:
>
> Cannot use object of type Horde_Mime_Headers_Deprecated as array
>
> 1. Horde_ErrorHandler::catchFatalError()
>
> ErrorException Object
> (
> [message:protected] => Cannot use object of type
> Horde_Mime_Headers_Deprecated as array
> [string:Exception:private] =>
> [code:protected] => 0
> [file:protected] => /usr/share/php/Horde/ListHeaders.php
> [line:protected] => 58
> [trace:Exception:private] => Array
> (
> [0] => Array
> (
> [function] => catchFatalError
> [class] => Horde_ErrorHandler
> [type] => ::
> [args] => Array
> (
> )
>
> )
>
> )
>
> [previous:Exception:private] =>
> [severity:protected] => 1
> [logged] => 1
> )
>
>
Same here. Had to backout using these commands:
pear uninstall -n horde/Horde_Smtp
pear install -n horde/Horde_Smtp-1.6.0
pear uninstall -n horde/Horde_Mail
pear install -n horde/Horde_Mail-2.4.0
pear uninstall -n horde/Horde_ListHeaders
pear install -n horde/Horde_ListHeaders-1.1.5
pear uninstall -n horde/Horde_Mime
pear install -n horde/Horde_Mime-2.4.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: boutilpj.vcf
Type: text/x-vcard
Size: 286 bytes
Desc: not available
URL: <http://lists.horde.org/archives/horde/attachments/20141123/61f86049/attachment.vcf>
More information about the horde
mailing list