<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 13, 2016 at 10:59 AM, Stuart Auchterlonie <span dir="ltr"><<a href="mailto:stuarta@squashedfrog.net" target="_blank">stuarta@squashedfrog.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 13/04/16 16:31, Richard Shaw wrote:<br>
> On Wed, Apr 13, 2016 at 10:20 AM, Stuart Auchterlonie<br>
</span><span class="">> <<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.net</a> <mailto:<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.net</a>>> wrote:<br>
><br>
> On 13/04/16 16:13, Richard Shaw wrote:<br>
> > Well I figured out that problem though it's not intuitive, I had to<br>
> > compare the working log to the non working and the only difference in<br>
> > the entire command was the include for X11, for some reason it was being<br>
> > set to /usr/include on versions prior to 0.28 and worked fine but now<br>
> > needs to be set to /usr/include/X11.<br>
> ><br>
> > Now I'm having a similar issue with mytharchive but it was not built on<br>
> > the plain jane build so I don't have anything to compare to:<br>
> ><br>
><br>
> You shouldn't have to do any of this, we have builds working just fine<br>
> on Fedora 22 and 23.<br>
><br>
><br>
> As the package maintainer these must eventually be built on the official<br>
> build system at RPM Fusion so I need to be able to get a good build<br>
> using my spec file that's compliant with the packaging guidelines. I'm<br>
> not sure ansible can be used for that.<br>
<br>
</span>Obviously not, but that wasn't the point, the point was if an ansible<br>
run installs something, then you've missed a dependency in the spec<br>
file....<br></blockquote><div><br></div><div>Ok, I wasn't sure where you were heading with that. I tried running it just to see what happens but it tried to find python in /usr/local/bin and not /usr/bin. i'm not sure if that's in the ansible files or a problem with the package.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Do you use anything like mock to build packages in clean chroot's?<br></blockquote><div><br></div><div>Usually, once I get a good local build just to verify the build requirements.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div class="h5">
</div></div>We don't even need all of these.</blockquote><div><br></div><div>Yeah, I have the following in my spec file, those just happen to be what I have installed on my system.</div><div><br></div><div>BuildRequires: qt5-qtbase-devel >= 5.2</div><div>BuildRequires: qt5-qtscript-devel >= 5.2</div><div>BuildRequires: qt5-qtwebkit-devel >= 5.2</div><div><br></div><div>The qt-base-devel pulls in the sql package.</div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>