<div dir="ltr"><div><div>Hi Hartmut,<br><br>I've seen that error before when an LV2 plugin doesn't specifiy its manifest properly.<br></div>It means that the "foaf" shorthand URI is not defined, and hence it can't be "expanded".<br>
<br></div>A line as follows will create the "foaf" shorthand..<br><div>@prefix foaf: <<a href="http://xmlns.com/foaf/0.1/">http://xmlns.com/foaf/0.1/</a>> .<br><br></div><div>Perhaps the generation of the file it is occuring from isn't working properly..<br>
I'm not sure! -Harry<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 6, 2013 at 9:16 PM, Hartmut Noack <span dir="ltr"><<a href="mailto:zettberlin@linuxuse.de" target="_blank">zettberlin@linuxuse.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I built a recent git checkout a few minutes ago and it freezes at<br>
startup while loading a project or creating a new one. Last messages in<br>
the console are:<br>
<br>
checking for Announcements from <a href="http://ardour.org" target="_blank">ardour.org</a>  ...<br>
Announcement is:<br>
error: failed to expand CURIE `:symbol'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `:symbol'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `:symbol'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:name'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:homepage'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:mbox'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:name'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:homepage'<br>
error: attempt to add quad with NULL field<br>
error: failed to expand CURIE `foaf:mbox'<br>
error: attempt to add quad with NULL field<br>
<br>
I run this parallel to a binary install from <a href="http://ardour.org" target="_blank">ardour.org</a>, could there be<br>
a problem with the config files?<br>
<br>
Or anything else?<br>
<br>
best regards<br>
<br>
HZN<br>
_______________________________________________<br>
ardour-dev mailing list<br>
<a href="mailto:ardour-dev@lists.ardour.org">ardour-dev@lists.ardour.org</a><br>
<a href="http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org</a><br>
</blockquote></div><br></div>