Re: Status of snapd on Arch Linux

2017-03-20 Thread Gustavo Niemeyer
Ah, please don't worry then! Thanks for the report. We'll get this sorted out and get back to you. On Mon, Mar 20, 2017 at 7:41 PM, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > On 20/03/17 23:14, Gustavo Niemeyer wrote: > >> Most likely the snap was partly configured to ru

Re: Status of snapd on Arch Linux

2017-03-20 Thread Joseph Rushton Wakeling
On 20/03/17 23:14, Gustavo Niemeyer wrote: Most likely the snap was partly configured to run elsewhere, but not entirely. We really need to have someone looking into this package, preferably just restoring the standard /snap path. Can you rebuild the package and try that out? Would be a nice d

Re: Status of snapd on Arch Linux

2017-03-20 Thread Gustavo Niemeyer
On Mon, Mar 20, 2017 at 6:17 PM, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > > Note that simply putting a /snap symlink to /var/lib/snapd/snap doesn't > work (cf. my response to Sergio). Most likely the snap was partly configured to run elsewhere, but not entirely. We really

Re: Status of snapd on Arch Linux

2017-03-20 Thread Joseph Rushton Wakeling
On 20/03/17 21:39, Gustavo Niemeyer wrote: * installing my ldc2 snap (`snap install --classic --candidate ldc2`) worked fine (it shows up in `snap list` as expected) but if I try to run /var/lib/snapd/snap/bin/ldc2 directly I get an error message: execv failed: No such file or

Re: Status of snapd on Arch Linux

2017-03-20 Thread Gustavo Niemeyer
On Fri, Mar 17, 2017 at 8:32 PM, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > Hello folks, > > Is there anyone here working on snapd on Arch? > > I ask because I recently tried it out on a fresh Arch install and ran into > some issues. > > Installing snaps works fine in itself,

Re: Status of snapd on Arch Linux

2017-03-20 Thread Joseph Rushton Wakeling
On 20/03/17 20:21, Sergio Schvezov wrote: Does it work if you create a symlink of /var/lib/snapd/snap to /snap? One of the things classic confined snaps require is a fixed path to ld in core Unfortunately not: still 'execv failed: No such file or directory' :-( -- Snapcraft mailing list Snapc

Re: Status of snapd on Arch Linux

2017-03-20 Thread Sergio Schvezov
On Sat, 18 Mar 2017 00:32:38 +0100, Joseph Rushton Wakeling wrote: >* installing my ldc2 snap (`snap install --classic > --candidate ldc2`) worked > fine (it shows up in `snap list` as expected) but if I try to run > /var/lib/snapd/snap/bin/ldc2 directly I get an error message: > >

Re: Status of snapd on Arch Linux

2017-03-20 Thread Alan Pope
Hi Joseph, On 17 March 2017 at 23:32, Joseph Rushton Wakeling wrote: > I ask because I recently tried it out on a fresh Arch install and ran into > some issues. > I tested on a VM of Antergos I have here, and confirmed all your findings. Thanks for raising the issue. Cheers, -- Alan Pope Commu

Status of snapd on Arch Linux

2017-03-17 Thread Joseph Rushton Wakeling
Hello folks, Is there anyone here working on snapd on Arch? I ask because I recently tried it out on a fresh Arch install and ran into some issues. Installing snaps works fine in itself, and snap list is able to find the installed snaps. However, these issues arose as soon as I started tryi