Bug#801973: [Pkg-roundcube-maintainers] Bug#801973: Bug#801973: error 255 on package configuration

2016-01-31 Thread e-mmanu...@proxymail.eu

Hello,
php-pear isn't installed.
In https://packages.debian.org/stretch/roundcube, php-pear is not a dependance, 
the solution seems simply to set php-pear as dependance ofroundcube-core

Emmanuel.


Bug#801973: [Pkg-roundcube-maintainers] Bug#801973: error 255 on package configuration

2016-01-07 Thread e-mmanu...@proxymail.eu

+ DEBIAN_PKG=TRUE RCMAIL_CONFIG_DIR=/etc/roundcube /usr/bin/php
/usr/share/roundcube/bin/update.sh --version=1.1.3 --accept=true



What happens if you run this command manually (as root)? It's a bit odd
that it fails without saying anything.


=> nothing. No output.
When I add this echo in update.sh :
echo "XXX";
require_once INSTALL_PATH . 'program/include/clisetup.php';
echo "YYY";

only XXX is output. The require_once seems to crash the script.
Emmanuel.



Bug#801973: [Pkg-roundcube-maintainers] Bug#801973: error 255 on package configuration

2016-01-07 Thread e-mmanu...@proxymail.eu

Yes the path is fully correct.



Bug#801973: [Pkg-roundcube-maintainers] Bug#801973: error 255 on package configuration

2016-01-08 Thread e-mmanu...@proxymail.eu

Here is the path :
/usr/share/roundcube/program/include/clisetup.php

Emmanuel.

PS : my previous email is disabled (trash mail) so I've created a new one.
No problem for me to read your reponse, I check bugs.debian.org

Le 07/01/2016 22:02, e-mmanu...@proxymail.eu a écrit :

Yes the path is fully correct.





Bug#801973: [Pkg-roundcube-maintainers] Bug#801973: error 255 on package configuration

2016-01-11 Thread e-mmanu...@proxymail.eu

In /usr/share/roundcube/program/lib/Roundcube/bootstrap.php
this line crashs the script :
@PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');

Then, I comment this line and run :
DEBIAN_PKG=TRUE RCMAIL_CONFIG_DIR=/etc/roundcube /usr/bin/php 
/usr/share/roundcube/bin/update.sh --version=1.1.3 --accept=true

 it returns :
This instance of Roundcube is up-to-date.
Have fun!