[01:41] I can't seem to see any sinks/sources besides dummy after I $ snap install pulseaudio # on the rpi3 according to https://developer.ubuntu.com/core/get-started/developer-setup#pulseaudio === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === robertliu_ is now known as robertliu === gavinlin is now known as Guest24562 === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [08:13] jdstrand: FYI, now that snap-confine can run from core we need to re-introduce all the extra security fixes and features we had ready === koza|away is now known as koza [10:16] Hello, trying to teach myself to Qt, mir-kiosk running on Ubuntu Core. I have a basic hello world app using the mir-kiosk-apps as an example. But snapcraft fails unless I manually copy the executable from qt into the stage directory, which then allows the package to be created but when I install the snap I get the error message "cannot execute binary file: Exec format error" I get the feeling I am missing something basic. Any pointers ap [10:16] preciated as I have spend days trying to get this to work without success [10:16] https://github.com/AdamHeavens/falconhelloworld/ [10:42] AdamH: When you "install" the app, you get that error message? [10:43] qengho: No there are no errors I just see the error "/snap/falconhelloworld/x1/bin/falconhelloworld: cannot execute binary file: Exec format error" in syslog [10:44] That's when you run it, or when systemd runs it on your behalf, then. [10:44] ...a service/daemon. [10:44] Yes [10:44] "file /snap/falconhelloworld/x1/bin/falconhelloworld" [10:48] I think I need to get the snapcraft process to build the app and place in /bin but not sure whats wrong with my yaml [10:48] Run that. Tell me what it says. [10:49] I just get -bash: file: command not found [10:51] Ugh. "ls -ld /snap/falconhelloworld/x1/bin/falconhelloworld" [10:51] -rwxr-xr-x 1 root root 14584 Apr 14 09:49 /snap/falconhelloworld/x1/bin/falconhelloworld [10:51] AdamH: And where you create that snap, I want to know "file prime/bin/falconhelloworld" [10:53] I am creating the snap on an armhf lxc container, you want the results of the same command on prime/bin... [10:55] AdamH: I want it on some rich system that has the "file" program. I don't have opinions about where you do that. [10:56] Hi. Can someone help me with a snapcraft cmake plugin problem? In my cmake, I have 'find_package(libsystemd-dev REQUIRED)'. In my part, I have 'build-packages: [ libsystemd-dev]'. When I try to build, CMake complains that it can't find the package. What am I missing? [10:59] qengho: root@arm1:~/falconhelloworld/prime/bin# ls -ld falconhelloworld-rwxr-xr-x 2 root root 14584 Apr 14 09:49 falconhelloworld [11:04] "file prime/bin/falconhelloworld" [11:07] AdamH: is it a secret? [11:08] -rwxr-xr-x 2 root root 14584 Apr 14 09:49 falconhelloworld [11:08] root@arm1:~/falconhelloworld/prime/bin# file falconhelloworld [11:08] falconhelloworld: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=24061357469c24dda38ff15bc2b1af69a9ba470c, not stripped [11:09] AdamH: Right, it looks to me like youre building a program for amd64 and trying to run it on armhf. [11:10] qengho: Yes useful command to know, thanks I will look at Qt settings, although I am copying this in manually as snapcraft will not build it dynamically. Thanks for your time [11:10] AdamH: The first problem is the one to fix. "snapcraft fails". [11:11] AdamH: Use "--debug" on snapcraft. Fix that problem first. [11:11] ok thanks === chihchun is now known as chihchun_afk [12:14] zyga: oh! that's all landed? [12:14] (snap-confine) [12:14] zyga: and hi! :) === JanC_ is now known as JanC [14:58] Hi! I'm trying to build emacs using snapcraft and I'm running into this issue: https://bugs.launchpad.net/ubuntu/+source/snapcraft/+bug/1611505 - where 'loaders.cache' doesn't get copied into the snapcraft container. I was wondering if anyone can help. Here's my snapcraft.yaml: https://gist.github.com/benwah/7f027dbb50ec2279ba3d603145040546 [14:58] Bug #1611505: gdk-pixbuf cache is missing from snap [14:58] After I build the snap, I seem to find this `loaders.cache` file in the expected location, under ./prime ./stage ./parts/emacs/install [15:14] still hitting that 502 proxy error trying to upload my snap [15:15] basically takes 3 times before it accepts it [16:32] jdstrand, got a minute to hop into rocket? [16:47] kyrofa: yeah :) [16:48] Thanks jdstrand. I pushed it as far as I could :P [16:48] kyrofa: thanks for that and np [19:16] pedronis, are you around?