Re: [SailfishDevel] OBS questions

2017-08-02 Thread rinigus
On Wed, Aug 2, 2017 at 12:54 PM, Tone Kastlunger wrote: > Out of curiosity, are you running mapnik server on SFOS? :P > > Yes, I do. However, note that Mapnik is not a server by itself - its C++ library for map rendering and few other things. So, at present, Mapnik is used a default map rendering

Re: [SailfishDevel] OBS questions

2017-08-02 Thread Tone Kastlunger
Out of curiosity, are you running mapnik server on SFOS? :P On Sat, Jul 29, 2017 at 6:58 PM, rinigus wrote: > Looks like I found the solution for rpmlint errors using RpmLintIgnore. > Sorry for the noise and enjoy the weekend, > > Rinigus > > On Sat, Jul 29, 2017 at 4:43 PM, rinigus wrote: > >>

Re: [SailfishDevel] OBS questions

2017-07-29 Thread rinigus
Looks like I found the solution for rpmlint errors using RpmLintIgnore. Sorry for the noise and enjoy the weekend, Rinigus On Sat, Jul 29, 2017 at 4:43 PM, rinigus wrote: > Sorry, the corresponding error was > > harbour-osmscout-server-module-route.i486: E: > arch-dependent-file-in-usr-share (

Re: [SailfishDevel] OBS questions

2017-07-29 Thread rinigus
Sorry, the corresponding error was harbour-osmscout-server-module-route.i486: E: arch-dependent-file-in-usr-share (Badness: 590) /usr/share/harbour-osmscout-server-module-route/lib/libicuuc.so.52 Rinigus On Sat, Jul 29, 2017 at 3:00 PM, rinigus wrote: > Hi, > > looks like Mapnik issue is indu

Re: [SailfishDevel] OBS questions

2017-07-29 Thread rinigus
Hi, looks like Mapnik issue is induced by a bug in tar_git script and I hope it will be resolved. I have a next issue while compiling one of the programs. Namely, to comply with Jolla Store rules, I include all required "non-standard" libraries into /usr/share of the program. This seems to upset

Re: [SailfishDevel] OBS questions

2017-07-27 Thread rinigus
Hi, I have been able to follow your advice and all worked quite nicely. However, one particular package - mapnik - has issues with fetching the sources. The _service is configured to fetch package using tar_git from https://github.com/rinigus/pkg-mapnik . I presume its due to the size of the submo

Re: [SailfishDevel] OBS questions

2017-07-26 Thread rinigus
Андрей and Andrew, thank you for the tips! I think I can manage now (or will be back with the questions). Cheers, Rinigus On Wed, Jul 26, 2017 at 10:36 AM, Andrew Branson < andrew.bran...@jollamobile.com> wrote: > Hi, > > On 26/07/17 09:24, rinigus wrote: > > Hi, > > > > I am working on gettin

Re: [SailfishDevel] OBS questions

2017-07-26 Thread Andrew Branson
Hi, On 26/07/17 09:24, rinigus wrote: > Hi, > > I am working on getting ported packages to OBS and facing few problems, > as probably most of the beginners do. Maybe someone here can help me out? > > Problem 1: I have a bunch of packages that have external source and rpm > spec written in a small

Re: [SailfishDevel] OBS questions

2017-07-26 Thread Андрей Кожевников
Hello. 1: this is "dumb" type of package. push tgz to your git or upload it to obs manually. also you can push unpackaed contents to -mirror git and submodule it 2: add tag and push it to your git 2017-07-26 10:24 GMT+03:00 rinigus : > Hi, > > I am working on getting ported packages to OBS and f

[SailfishDevel] OBS questions

2017-07-26 Thread rinigus
Hi, I am working on getting ported packages to OBS and facing few problems, as probably most of the beginners do. Maybe someone here can help me out? Problem 1: I have a bunch of packages that have external source and rpm spec written in a small separate project. Let's take rrdtool as an example