<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-01-12 1:09 GMT+01:00 Jonas Smedegaard <span dir="ltr"><<a href="mailto:dr@jones.dk" target="_blank">dr@jones.dk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Jaromír Mikeš (2017-01-11 23:29:24)<br>
<span class="">> 2017-01-11 19:55 GMT+01:00 Lucas Nussbaum <<a href="mailto:lucas@debian.org">lucas@debian.org</a>>:<br>
><br>
> ><br>
> > During a rebuild of all packages in sid, your package failed to build on<br>
> > amd64.<br>
> ><br>
> > Relevant part (hopefully):<br>
> > >    ^~~~~~~<br>
> > > In file included from /<<BUILDDIR>>/composite-0.006.<br>
> > 2+dfsg0/src/Tritium/src/fx/<wbr>Effects.cpp:36:0:<br>
> > > /usr/include/lrdf.h:8:20: fatal error: raptor.h: No such file or<br>
> > directory<br>
> > >  #include <raptor.h><br>
> > >                     ^<br>
> > > compilation terminated.<br>
> > > src/Tritium/CMakeFiles/<wbr>Tritium.dir/build.make:1025: recipe for target<br>
> > 'src/Tritium/CMakeFiles/<wbr>Tritium.dir/src/fx/Effects.o' failed<br>
> > > make[3]: *** [src/Tritium/CMakeFiles/<wbr>Tritium.dir/src/fx/Effects.o]<br>
> > Error 1<br>
> ><br>
> > The full build log is available from:<br>
> >    <a href="http://aws-logs.debian.net/2017/01/11/composite_0.006.2+" rel="noreferrer" target="_blank">http://aws-logs.debian.net/<wbr>2017/01/11/composite_0.006.2+</a><br>
> > dfsg0-6_unstable.log<br>
> ><br>
</span>> > <<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers" rel="noreferrer" target="_blank">http://lists.alioth.debian.<wbr>org/cgi-bin/mailman/listinfo/<wbr>pkg-multimedia-maintainers</a>><br>
<span class="">> ><br>
><br>
> Hi Jonas,<br>
><br>
> isn't it this bug rather bug in ldrf and the line in /usr/include/lrdf.h<br>
> file should be:<br>
> #include <raptor2/raptor.h><br>
> as ldrf now B-D on libraptor2-dev?<br>
<br>
</span>Well, that would be one way to solve it, but the more correct one, I<br>
believe, is for composite to use pkg-config.<br>
<br>
Something like this:<br>
<br>
  pkg-config --cflags liblrdf<br>
<br>
should correctly provide this:<br>
<br>
  -I/usr/include/raptor2 -I/usr/include<br>
<br>
<br>
Seems to me that composite build fails to properly set build flags, but<br>
happened to work anyway in the past because back then no custom path was<br>
needed.<span class="HOEnZb"><font color="#888888"></font></span></blockquote><div><br></div><div>Thank you Jonas,<br><br></div><div>I will have a look on this latter ... now I am short on time ... just leaving :(<br><br></div><div>mira <br></div></div></div></div>