Re: [SailfishDevel] Error on upload to harbour

2019-12-31 Thread Pami Ketolainen
This was a server side issue, forgot to enable the latest OS versions 
for Harbour. They have been enabled now and the upload should work.



On 30/12/2019 21:32, Andrew Penkrat wrote:

Hello,

I'm trying to publish a new app to Jolla Store, but getting an error 
when uploading an RPM. The message says "No OS version and packages 
satisfy package requirements:" without any details.
I build with SDK 2.4 using SailfishOS-3.2.0.12-* targets (also tried 
switching to an older one, didn't change anything) and the packages pass 
rpm-validator checks all-green.


Can somebody help me or give a hint on what might be wrong?

The packages as well as the source code are available here:
https://github.com/Aldrog/harbour-vipiano/releases/tag/v1.0

Best regards,
Andrew Penkrat

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Harbour error

2017-03-22 Thread Pami Ketolainen
On 03/16/2017 12:00 PM, Dylan Van Assche via Devel wrote:
> Hi devs,
> 
> I tried to upload my latest update of Sailfinder to Harbour but I get
> this error:
> 
> errorHarbour.png
> 
> I used the same YAML file as before but I added the
> nemo-qml-plugin-configuration-qt5 dependency (see attachment). The RPM
> validator in the SDK validates the RPM without any issue.
> As I read the error then that plugin isn't available however, it's
> allowed in Harbour. Maybe I don't have to include it in the YAML file (
> I also didn't included the notification nemo plugin)?
> 

Sorry, forgot to reply to this, but the issue should now be fixed.
The ABI descriptors for Harbour have been updated to match the RPM
validator.

- Pami
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Help for Syncthing App

2016-03-14 Thread Pami Ketolainen
On 03/14/2016 04:49 PM, Michael Fuchs wrote:
> Right, the colons where missing. But this was just an example, which I
> know from the documentation. I would need it to have two different
> values for tablet and phone. It's got to be sth like:
> 
> arm: VAR = ARMVALUE
> x86_32: VAR = x86VALUE
> 

There probably is a way to detect the architecture during build time,
but in general that is not the right way to differentiate between
different types of devices. Because there could be ARM tablets and x86
phones.

Most likely if you need to do some decisions based on the device type,
you should do that at run time.

-- 
Pami Ketolainen

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Is harbour.jolla.com down?

2016-02-15 Thread Pami Ketolainen
On 02/15/2016 11:38 AM, jollail...@gmail.com wrote:
> Kaj-Michael Lang kirjoitti ma helmikuuta 15 10:29:07 2016 GMT+0200:
>> On Mon, 2016-02-15 at 05:49 +, Riku wrote:
>>> Is the harbour.jolla.com currently down? When trying to connect only a
>>> white page is displayed? It has been such since yesterday evening?
>>
>> Works normally for me.
>>
>> -- 
>> Kaj-Michael Lang <mil...@tal.org>
>>
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
>>
> 
> I think something is going on, see my TJC thread:
> 
> https://together.jolla.com/question/129533/server-errors-at-harbour/
> 

We had some problems with the server instance earlier, so it was showing
blank page or refusing to sign in. But that should be fixed now.

The server error in the TJC post is separate issue, related to handling
unsupported dependencies in the uploaded RPM. And unfortunately we have
not had resources to fix it yet. If your RPM passes the RPM validator in
the SDK, it should not show that server error on upload.

-- 
Pami Ketolainen

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org