Hi Johnny,

In data martedì 9 ottobre 2012 10:07:07, Johnny Mariéthoz ha scritto:
> I meet some minors problems during a fresh install of the last invenio
> master branch (commit: f11b5a985c922e28494120628e121c7acb227e90). - the
> configure step failed because modules/websubmit/bin/bibdocfile.in is
> missing 

it looks like there is some problem in the autoconf configuration in your 
source tree.

We have recently split bibdocfile sub-module away from WebSubmit into a 
dedicated bibdocfile module.

So indeed modules/websubmit/bin/bibdocfile.in does not exists anymore since it 
has been moved to: modules/bibdocfile/bin/bibdocfile.in

Maybe running once:

aclocal && automake -a && autoconf

could solve the issue.

> - the generated config.py contains some error with the new
> following variables: 'CFG_BIBDOCFILE_DESIRED_CONVERSIONS',
>                        'CFG_BIBDOCFILE_DOCUMENT_FILE_MANAGER_DOCTYPES',
>                        'CFG_BIBDOCFILE_DOCUMENT_FILE_MANAGER_MISC',
>                        'CFG_BIBDOCFILE_DOCUMENT_FILE_MANAGER_RESTRICTIONS',
>    as they are treated as strings instead of python structures. To be added
> in inveniocfg.py:convert_conf_option, case 3c).

This also indeed well treated in inveniocfg:

<http://invenio-
software.org/repo/invenio/tree/modules/miscutil/lib/inveniocfg.py#n156>

so I am a bit surprised by the errors you are reporting. Could it be that you 
have a partial rebase/merge stage, where not the whole master tree has been 
integrated?

Cheers!
        Sam
-- 
Samuele Kaplun
Invenio Developer ** <http://invenio-software.org/>

Reply via email to