[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: emboss-explorer: status



Hi David,
I just installed emboss-explorer-2.2.0-1 from experimental, it works nice thank
you very much (I will try to make same deb package one day!!!), but I had minor
problems :

it didn't complete install because :
1/ output error from apt-get:
----------
chown: ne peut accéder `/var/www/emboss': Aucun fichier ou répertoire de ce type
dpkg : erreur de traitement de emboss-explorer (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 emboss-explorer
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Paramétrage de emboss-explorer (2.2.0-1) ...
chown: ne peut accéder `/var/www/emboss': Aucun fichier ou répertoire de ce type
dpkg : erreur de traitement de emboss-explorer (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
--------
the output is in french, but don't worry :
it had problem with 'chown www-data /var/www/emboss' in the post-install script.
In fact '/var/www/emboss' doesn't exist, it shoud be '/var/www/emboss-explorer'
I resolved by creating the '/var/www/emboss' dir to complete the installation
and removed after.

2/ missing dependances :
output error from apache2 log :
----------
[Tue Jul 10 15:40:30 2007] [error] [client 127.0.0.1] Can't locate
Parse/RecDescent.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8
/usr/share/perl/5.8 /usr/local/lib/site_perl .) at
/usr/share/perl5/EMBOSS/ACD.pm line 53., referer: http://localhost/emboss-explorer/
[Tue Jul 10 15:40:30 2007] [error] [client 127.0.0.1] BEGIN failed--compilation
aborted at /usr/share/perl5/EMBOSS/ACD.pm line 53., referer:
http://localhost/emboss-explorer/
----------
resolved by installing libparse-recdescent-perl
I think you should install a
Depends : libparse-recdescent-perl

I don't known if it is required for build as well ?

3/ filepath error :
may be related to error -1- :
in the file /etc/emboss-explorer.cnf
I changed
- our $HTML_URL = "/emboss";
+ our $HTML_URL = "/emboss-explorer";
- our $OUTPUT_URL = "/emboss/output";
+ our $OUTPUT_URL = "/emboss-explorer/output";

I hope it help to improve emboss-explorer package.

Thanks for your work

Anthony Boureux



Reply to: