[ome-devel] Error when building OMERO server
Josh Moore
josh at glencoesoftware.com
Wed May 22 16:44:53 BST 2013
On May 22, 2013, at 5:31 PM, Luca Lianas wrote:
> Hi Josh
>
> I pulled the remote master branch
>
> ...
> # Changes not staged for commit:
> # (use "git add <file>..." to update what will be committed)
> # (use "git checkout -- <file>..." to discard changes in working
> directory)
> #
> # modified: components/bioformats (new commits)
> # modified: components/tools/OmeroPy/scripts (new commits)
> # modified: docs/sphinx (new commits)
> #
> no changes added to commit (use "git add" and/or "git commit -a")
>
> but this didn't solve the problem either
You'll need to update your submodules after the checkout:
$ git submodules update
Cheers,
~Josh.
> Luca
>
>
> 2013/5/22 Josh Moore <josh at glencoesoftware.com>
>
>>
>> On May 22, 2013, at 3:44 PM, Luca Lianas wrote:
>>
>>> Hi,
>>
>> Hi Luca,
>>
>>> we're upgrading our servers to the latest stable version of OMERO
>> (4.4.8),
>>> while building the code downloaded from github (git://
>>> github.com/openmicroscopy/openmicroscopy.git) I experienced the
>> following
>>> error:
>>>
>>> .....
>>> ----------=========== ome-xml ===========----------
>>>
>>> generate-source:
>>> Traceback (most recent call last):
>>> File "/opt/omero_4.4.8/components/bioformats/components/xsd-fu/xsd-fu",
>>> line 37, in <module>
>>> from genshi.template import NewTextTemplate
>>> ImportError: No module named genshi.template
>> ...
>>
>> I'd expect this failure on the develop branch as opposed to dev_4_4. Can
>> you trying creating a new branch from the release tag, ("v.4.4.8") or the
>> master branch?
>>
>>
>>> Luca
>>
>> Cheers,
>> ~Josh
More information about the ome-devel
mailing list