Re: Problems with PREFIX when building a snap

2016-07-29 Thread Dietmar Winkler
Hi James, OK now I understand. Still not all resolved but that can be handled in the other thread. https://lists.ubuntu.com/archives/snapcraft/2016-July/000561.html Thanks again, On 29 July 2016 at 10:26, James Jesudason wrote: > > > On 28 July 2016 at 18:36, Dietmar Winkler wrote: >> >> Thank

Re: Problems with PREFIX when building a snap

2016-07-29 Thread James Jesudason
On 28 July 2016 at 18:36, Dietmar Winkler wrote: > Thanks James, > > you are right the build works now. But I hope you don't mind me asking > (since I really want to understand it) how you ended up at that > IPEPREFIX path. > > The source is in: > > ~/tmp/snap/ipe/parts/ipe/src > > For the build

Re: Problems with PREFIX when building a snap

2016-07-28 Thread Dietmar Winkler
Thanks James, you are right the build works now. But I hope you don't mind me asking (since I really want to understand it) how you ended up at that IPEPREFIX path. The source is in: ~/tmp/snap/ipe/parts/ipe/src For the build that gets copied over to ~/tmp/snap/ipe/parts/ipe/build make gets e

Re: Problems with PREFIX when building a snap

2016-07-28 Thread James Jesudason
If you refer to http://snapcraft.io/create it mentions the different directories and their uses: "parts/ contains one subdirectory for each part: gnu-bash and gnu-hello. Each part's subdirectory has a src/ directory (to where the code is pulled), build/ where the build happens, and install/ where

Problems with PREFIX when building a snap

2016-07-28 Thread Dietmar Winkler
Hi, I'm currently trying to buld my first snap. With the help of the #snappy irc channel I could finally create a snapp package but it seems to be empty and non of the binary are actually contained. Running `snapcraft` on https://github.com/dietmarw/snaps/blob/master/ipe/snapcraft.yaml generates