/srv/irclogs.ubuntu.com/2017/10/08/#snappy.txt

ekkisI'm hoping for guidance on how to use the autotools plugin so I'm reading: https://docs.snapcraft.io/reference/plugins/autotools01:58
ekkisbut the page isn't clear at all and if I try to look at the examples the link is broken.  help?01:58
ekkisekkis@ubuntu:~/dev/einsteinium$ sudo snap install einsteinium_0.13_amd64.snap --dangerous06:46
ekkis[sudo] password for ekkis:06:46
ekkiserror: cannot perform the following tasks:06:46
ekkis- Mount snap "einsteinium" (unset) (snap "einsteinium" requires devmode or confinement override)06:46
ekkisany thoughts? it's my first snap06:46
ekkisit seemed to build ok but I can't install it06:46
ekkisalso, 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 it06:48
=== JoshStrobl is now known as JoshStrobl|zzz
nsgIt 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:55
nsgI guess it's built with devmode in snapcraft.yaml, try --devmode11:56
=== ShalokShalom_ is now known as ShalokShalom
=== ikey is now known as ikey|out
=== ikey|out is now known as ikey
apolanybody knows of a snap that is available for armhf that shows anything graphically? or how to find the supported snaps15:58
apolany 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:18
zyga-solusapol: hey16:19
zyga-solusapol: I know about the second problem16:19
zyga-solusapol: does your distribution have /lib/modules?16:20
zyga-solusapol: that error basically says that the mount failed because one of the two directories could not be found16:20
zyga-solusapol: and the second one is created automatically so it must be the first one16:21
bshahzyga-solus: is it "enough" to mkdir just that dir?16:22
zyga-solusbshah: yes16:22
zyga-solusbshah: but that is something snapd expects the distribution to provide16:22
bshahzyga-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 package16:23
bshahso it's kinda "expected" but unexpected16:23
zyga-solusbshah: unexpected?16:25
bshahI mean unexpected for snapd to not have /lib/modules16:25
zyga-solusbshah: 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 exit16:25
bshahyeah... I understand :)16:25
zyga-solusbshah: snapd doesn't ship /lib/modules, does your distro provide something like that?16:25
zyga-solusI'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:26
hombremaledictohi, i hope this is the right channel16:38
hombremaledictogot a question: i've installed today the filebot snap16:39
hombremaledictoi need to call a script with its cli tool16:39
hombremaledictobut i've noticed the shebang thingy: #!/usr/bin/env filebot -script16:39
hombremaledictowould this even work, then?16:40
apolzyga-solus: no, it doesn't have /lib/modules16:41
zyga-solusapol: then either patch cmd/snap-confine/mount-support.c16:42
zyga-solusapol: or make that an optional thing and allow it to fail16:42
zyga-solus(I mean patch it in both cases)16:42
zyga-solus(just differently)16:42
* zyga-solus -> still afk16:42
apolright16:42
* apol looks16:42
apolmkdir /lib/modules works 8-)16:44
bshahdid it start? o_O16:45
apolbshah: libreoffice did, kanagame crashed16:47
bshahweeeh16:48
apoltweeting...16:50
hombremaledictosolved myself once able to connect to the server: it works, sorry for the dumb question :P16:50
apolhttps://twitter.com/AleixPol/status/917070335366791169 :P16:53
* zyga-solus kind of solved stuff 17:26
zyga-solusfor now17:26
zyga-solusoh, battery running low17:26
=== JoshStrobl|zzz is now known as JoshStrobl
alex___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:14
gsilvaptalex___, I think this is what you're looking for: https://github.com/snapcrafters/pycharm-community22:20
alex___gsilvapt, thanks, but this leads to error: cannot install "pycharm-community": snap not found22:29
gsilvaptHum, weird. Perhaps you need the upstream source because this may not be maintained anymore22:30
gsilvaptAh, got it. Use --edge, alex___22:31
alex___gsilvapt, still no luck, snap info pycharm-professional tells me error: no valid snaps given22:35
gsilvaptHum, weird. Then the only option is to download upstream, build and install from local22:36
alex___I see, just wanted to make sure I didn't do anything wrong, before uninstalling snap. Tank you22:38
gsilvaptThere 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 found22:39
gsilvaptanyway, I opened an issue page in their repo, alex___: https://github.com/snapcrafters/pycharm-community/issues/822:41
gsilvaptIn case you want to keep track of this22:41
alex___Wow, thanks! I will subscribe to the issue. Maybe they need more information22:46
gsilvaptMaybe, not sure. Lets see what they reply ;)22:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!