<div>Hi Martin,<br></div><div><br></div><div>I tried it again (I always work on Xubuntu 14.04.3 LTS (+VB 4.3 but that's not necessary here since I deploy on my Jolla) with Jolla's QT Creator):<br></div><ul><li><div>Unzip the ZIP file<br></div></li><li><div>Load the .pro file in QT Creator<br></div></li><li><div>Start the MER builder<br></div></li><li><div>Build as MerSDK-SailfishOS-armv7hl -> debug -> deploy as RPM package on Jolla(ARM)<br></div></li><li><div>The error appears<br></div></li></ul><div>I'm not so familiar with this question: <br></div><div>"And attach the output of 'rpm -qlp Sailfinder-0.1-1.armv7hl.rpm'?"<br></div><div>Where can I find that?<br></div><div><br></div><div>Dylan<br></div><div><br></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: RE: [SailfishDevel] Deploy as RPM package vs copying binaries<br></div><div>Local Time: March 24, 2016 8:30 AM<br></div><div>UTC Time: March 24, 2016 7:30 AM<br></div><div>From: martin.kampas@jolla.com<br></div><div>To: dylan.van.assche@protonmail.com,devel@lists.sailfishos.org<br></div><div><br></div><div>
<br></div><div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><div>Hi Dylan,<br></div><div>
<br></div><div>
could you describe step by step your procedure from unpacking the source archive from your original message to installing the resulting RPM package? And attach the output of 'rpm -qlp Sailfinder-0.1-1.armv7hl.rpm'?<br></div><div>
<br></div><div>
Martin<br></div><div>
<br></div><div>
<br></div><div style="font-family: Times New Roman; color: #000000; font-size: 16px"><div><hr tabindex="-1"><br></div><div style="direction: ltr;"><span class="font" style="font-family:Tahoma"><span class="size" style="font-size:13px"><span class="colour" style="color:#000000"><b>From:</b> Dylan Van Assche [dylan.van.assche@protonmail.com]<br>
<b>Sent:</b> Wednesday, March 23, 2016 12:19 PM<br>
<b>To:</b> Martin Kampas<br>
<b>Subject:</b> Re: [SailfishDevel] Deploy as RPM package vs copying binaries<br>
</span></span></span></div><div><br></div><div><div>Hi,<br></div><div>
<br></div><div>
No it was, I think it's a bug in QT creator...<br></div><div>
Time for an update?<br></div><div>
<br></div><div>
Dylan<br></div><div>
<br></div><div>
<br></div><div>
Sent from ProtonMail mobile<br></div><div>
<br></div><div>
<br></div><div>
<br></div><div>
-------- Original Message --------<br></div><div>
On 10:15, 23 Mar 2016, Martin Kampas wrote:
<br></div><blockquote class="protonmail_quote"><div><br></div><div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt"><div>Hello Dylan,
<br></div><div>
<br></div><div>
does this still persist? I tried to build and use RPMs from your sources and it worked.
<br></div><div>
<br></div><div>
BR, <br></div><div>
Martin <br></div><div>
<br></div><div>
<br></div><div style="font-family:Times New Roman; color:#000000; font-size:16px"><div><hr tabindex="-1"><br></div><div style="direction:ltr"><span class="font" style="font-family:Tahoma"><span class="size" style="font-size:13px"><span class="colour" style="color:#000000"><b>From:</b> devel-bounces@lists.sailfishos.org [devel-bounces@lists.sailfishos.org] on behalf of Dylan Van Assche [dylan.van.assche@protonmail.com]<br>
<b>Sent:</b> Thursday, March 17, 2016 10:30 PM<br>
<b>To:</b> Sailfish OS Developers<br>
<b>Subject:</b> [SailfishDevel] Deploy as RPM package vs copying binaries<br>
</span></span></span></div><div><br></div><div><div>Dear developers, <br></div><div><br></div><div>I just finished my app and I'm ready to pack it into an RPM. <br></div><div>I used the 'copying binaries' method when I developed it and that worked fine since it copies all the files piece by piece to my Jolla.
<br></div><div>However when I use 'deploy as RPM package' method I'm getting in trouble with the dependencies. I expected that I have to change my .pro file to include my dependencies, which I did.
<br></div><div>QT creator shows in the project tree those files on 'Other files'. <br></div><div>I haven't changed the .yaml file since all my dependencies are in the 'qml' folder which is already covered by the .yaml file (as far as I understand it).
<br></div><div><br></div><div>When I try to deploy the RPM package I get this error: <br></div><div><br></div><p style="margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; text-indent:0px"><span class="colour" style="color:rgb(170, 0, 0)"><span class="font" style="font-family:"Monospace""><span class="size" style="font-size:9pt">[W] unknown:-1 - file:///usr/share/Sailfinder/qml/Sailfinder.qml: File not found
</span></span></span><br></p><div><br></div><div>The app can't find the page Sailfinder.qml (which is the page that calls the firstPage).
<br></div><div>I'm not experienced with QT since it's my first app for Sailfish OS, so I don't know what to do (I already read the 'packaging apps' tutorial on sailfishos.org)...
<br></div><div>Here's a link to my project as a ZIP file since it's too big to send it as an attachment to the mailing list:
<a href="https://mega.nz/#!Xt0QlCbJ!kvPIGNriIVEtQ9cg1d1qDFNDz65II_XjtRSwjSdWE9M" rel="nofollow" title="https://mega.nz/#!Xt0QlCbJ!kvPIGNriIVEtQ9cg1d1qDFNDz65II_XjtRSwjSdWE9M">
mega.nz/#!Xt0QlCbJ!kvPIGNriIVEtQ9cg1d1qDFNDz65II_XjtRSwjSdWE9M</a> <br></div><div>I hope somebody can help? <br></div><div><br></div><div>Regards, <br></div><div>Dylan <br></div><div><br></div></div></div></div><div><br></div></blockquote></div></div></div></blockquote><div><br></div>