Re: Yet more issues snapping

2017-01-26 Thread Leo Arias
Interesting. Well, I hope you keep telling us about your experience, and we'll keep trying to make it better. I might have missed your problem related to packages in the terminal version. Send me a ping in rocket and I will give it a look. pura vida. -- Snapcraft mailing list Snapcraft@lists.sn

Re: Yet more issues snapping

2017-01-25 Thread gareth . france
On 2017-01-23 21:44, Leo Arias wrote: On Wed, Jan 18, 2017 at 2:53 AM, wrote: It is ok now thank you. I have had some excellent help and can use what I now have to aid me going forward. It is those first few steps that seem impossible. Hey Gareth, I'm happy to see you got it working. It wou

Re: Yet more issues snapping

2017-01-23 Thread Leo Arias
On Wed, Jan 18, 2017 at 2:53 AM, wrote: > It is ok now thank you. I have had some excellent help and can use what I > now have to aid me going forward. It is those first few steps that seem > impossible. Hey Gareth, I'm happy to see you got it working. It would be really useful if you could hel

Re: Yet more issues snapping

2017-01-18 Thread gareth . france
On 2017-01-18 08:41, Evan Dandrea wrote: On Tue, 17 Jan 2017 at 02:08 Gareth France wrote: On 16/01/17 23:58, Loïc Minier wrote: I suggest you try running your Travis build inside a 16.04 environment; it seems this is achieved by running the 16.04 Docker container. Thank you, but how do I do th

Re: Yet more issues snapping

2017-01-18 Thread Evan Dandrea
On Tue, 17 Jan 2017 at 02:08 Gareth France wrote: > > On 16/01/17 23:58, Loïc Minier wrote: > > I suggest you try running your Travis build inside a 16.04 > > environment; it seems this is achieved by running the 16.04 Docker > > container. > Thank you, but how do I do that? > This will guide yo

Re: Yet more issues snapping

2017-01-16 Thread Matthew Aguirre
I just issued a pull request on your app. Here's the gist: you needed to include x11 slot I admit I am not familar w/ the python plugin, so I didn't use the requests package from python-packages as it failed on me the first time. Instead added it from the repos under stage-packages. -- Matt O

Re: Yet more issues snapping

2017-01-16 Thread Gareth France
On 16/01/17 23:58, Loïc Minier wrote: I suggest you try running your Travis build inside a 16.04 environment; it seems this is achieved by running the 16.04 Docker container. Thank you, but how do I do that? -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscrib

Re: Yet more issues snapping

2017-01-16 Thread Gareth France
On 17/01/17 00:04, Matthew Aguirre wrote: Can you not just list the library dependencies and dev packages in the snapcraft file instead of building everything from source? python-gtk2 parts: your_app: plugin: python source: . build-packages: - python-gtk2-dev stage-pac

Re: Yet more issues snapping

2017-01-16 Thread Matthew Aguirre
Can you not just list the library dependencies and dev packages in the snapcraft file instead of building everything from source? python-gtk2 parts: your_app: plugin: python source: . build-packages: - python-gtk2-dev stage-packages: - python-gtk2 ... Or I assume ther

Re: Yet more issues snapping

2017-01-16 Thread Loïc Minier
Hi, Running snapcraft on https://github.com/cliftonts/rokugtk.git works for me on top of a clean 16.04 LXD container. However your Travis log suggests that the builds takes place on top of Ubuntu 14.04. I suggest you try running your Travis build inside a 16.04 environment; it seems this is achiev