[01:58] I'm hoping for guidance on how to use the autotools plugin so I'm reading: https://docs.snapcraft.io/reference/plugins/autotools [01:58] but the page isn't clear at all and if I try to look at the examples the link is broken. help? [06:46] ekkis@ubuntu:~/dev/einsteinium$ sudo snap install einsteinium_0.13_amd64.snap --dangerous [06:46] [sudo] password for ekkis: [06:46] error: cannot perform the following tasks: [06:46] - Mount snap "einsteinium" (unset) (snap "einsteinium" requires devmode or confinement override) [06:46] any thoughts? it's my first snap [06:46] it seemed to build ok but I can't install it [06:48] also, the guide I'm following specifies I should use --dangerous when installing because I haven't signed the snap. but it doesn't say how to sign it === JoshStrobl is now known as JoshStrobl|zzz [11:55] It will be signed by the store then you upload it, I do not think self sign is possible yet because the store keys are embedded in the snapd binary. [11:56] I guess it's built with devmode in snapcraft.yaml, try --devmode === ShalokShalom_ is now known as ShalokShalom === ikey is now known as ikey|out === ikey|out is now known as ikey [15:58] anybody knows of a snap that is available for armhf that shows anything graphically? or how to find the supported snaps [16:18] any idea why could be this error message? "cannot perform operation: mount --rbind /lib/modules /tmp/snap.rootfs_zfI2PJ//lib/modules: No such file or directory" [16:19] apol: hey [16:19] apol: I know about the second problem [16:20] apol: does your distribution have /lib/modules? [16:20] apol: that error basically says that the mount failed because one of the two directories could not be found [16:21] apol: and the second one is created automatically so it must be the first one [16:22] zyga-solus: is it "enough" to mkdir just that dir? [16:22] bshah: yes [16:22] bshah: but that is something snapd expects the distribution to provide [16:23] zyga-solus: well, basically we (me and apol) are trying installation on plasma mobile and we have a ubuntu/neon based rootfs without any firmware and module or kernel package [16:23] so it's kinda "expected" but unexpected [16:25] bshah: unexpected? [16:25] I mean unexpected for snapd to not have /lib/modules [16:25] bshah: snapd needs a few things to exist, you can patch those out or make them optional, it's just been assumed, successfully, so far that those exit [16:25] yeah... I understand :) [16:25] bshah: snapd doesn't ship /lib/modules, does your distro provide something like that? [16:26] I'm a bit busy trying to restore network to the rest of my family, feel free to ask me questions, I'll answer when I can see (~30 min) [16:38] hi, i hope this is the right channel [16:39] got a question: i've installed today the filebot snap [16:39] i need to call a script with its cli tool [16:39] but i've noticed the shebang thingy: #!/usr/bin/env filebot -script [16:40] would this even work, then? [16:41] zyga-solus: no, it doesn't have /lib/modules [16:42] apol: then either patch cmd/snap-confine/mount-support.c [16:42] apol: or make that an optional thing and allow it to fail [16:42] (I mean patch it in both cases) [16:42] (just differently) [16:42] * zyga-solus -> still afk [16:42] right [16:42] * apol looks [16:44] mkdir /lib/modules works 8-) [16:45] did it start? o_O [16:47] bshah: libreoffice did, kanagame crashed [16:48] weeeh [16:50] tweeting... [16:50] solved myself once able to connect to the server: it works, sorry for the dumb question :P [16:53] https://twitter.com/AleixPol/status/917070335366791169 :P [17:26] * zyga-solus kind of solved stuff [17:26] for now [17:26] oh, battery running low === JoshStrobl|zzz is now known as JoshStrobl [22:14] Hey, just a quick question. I just tried snapd and wanted to install PyCharm (as advertised on the main webpage). However when using "find" there was no pycharm. Is there another store I have to add? [22:20] alex___, I think this is what you're looking for: https://github.com/snapcrafters/pycharm-community [22:29] gsilvapt, thanks, but this leads to error: cannot install "pycharm-community": snap not found [22:30] Hum, weird. Perhaps you need the upstream source because this may not be maintained anymore [22:31] Ah, got it. Use --edge, alex___ [22:35] gsilvapt, still no luck, snap info pycharm-professional tells me error: no valid snaps given [22:36] Hum, weird. Then the only option is to download upstream, build and install from local [22:38] I see, just wanted to make sure I didn't do anything wrong, before uninstalling snap. Tank you [22:39] There must be something wrong. This repository has not suffered any changes since September so the guys should be active. In fact, there's a forum post with lots of love so there must be a reason for it not being found [22:41] anyway, I opened an issue page in their repo, alex___: https://github.com/snapcrafters/pycharm-community/issues/8 [22:41] In case you want to keep track of this [22:46] Wow, thanks! I will subscribe to the issue. Maybe they need more information [22:50] Maybe, not sure. Lets see what they reply ;)