On Tue, 06 Nov 2012, Vesa Sivunen wrote: > and indeed /modules/miscutil/lib/solrutils/ is missing.
Fixed in the sources: <http://invenio-software.org/repo/invenio/commit/?h=maint-1.1&id=5deaa7ee7116d03e3ba6a3b9400b322cefdf360b> so the files will appear in the next Invenio point release (v1.1.1). Thanks for reporting the problem! As Patrick alluded to, you can safely track our maint-1.1 git sources, even for production purposes. There are about 20 fixes for v1.1.0 there already. $ git clone http://invenio-software.org/repo/invenio $ cd invenio $ git branch --track maint-1.1 origin/maint-1.1 $ git checkout maint-1.1 $ aclocal $ automake -a $ autoconf $ ./configure # as usual from now on Best regards -- Tibor Simko

