=== chihchun_afk is now known as chihchun === salem_ is now known as _salem === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [10:36] I know I have asked this before, but is there a way to get my hands on Qt 5.7 for Ubuntu touch? [11:14] zzarr: I know I've answered this before :) but you'd need to define which way. the short answer is "probably not" if you want to publish Qt 5.7 using application to current users, as your .click package (if you'd get it to work by bundling Qt 5.7 into it with your app) would be gigantic. when we move to xenial as a base and .snap as the application packaging format, it'd be more liikely. [11:14] zzarr: if there is one specific feature you need that is not available in Qt 5.4 (or Qt 5.6), it could be possible to backport that [11:54] okey [11:55] Qt3D [11:55] but it's not something I need right now [11:56] Mirv, how do .snap packages compare to .click? [11:56] zzarr: surely you'd do it the same way you bundle libs for any click package? [11:57] mcphail, okey, it's that easy? [11:57] zzarr: I haven't packaged a different version of Qt in a click yet, but generally you just run ldd or and equivalent and track down the needed libs [11:57] Mirv, also how does the two compare to .deb? [11:59] zzarr: "objdump -p whateverbinaryyouarepackaging | grep NEEDED" is a good starting point [11:59] so in theory I could do that on a desktop binary, then bundle the armhf equvivalents [11:59] nice [12:00] zzarr: you sometimes need to chase the dependency chain a little further, but that works for most things [12:00] that's good to know [12:01] does the source code for Qt 5.7 help? [12:01] (I have it on the harddrive) [12:01] zzarr: try using any prebuilt Ubuntu packages first. Will save you lots of time [12:02] okey, that's true [12:03] zzarr: you can "apt-get download" the file then "dpkg -x filename extractionpath" to get to the juicy bits [12:03] nice :) [12:04] (or open it with archive manager and drag and drop) [12:05] that's true, I have done that before [12:06] I usually do the downloading from a click chroot, and specify "apt-get download packagename:armhf" to get the correct architecture [12:06] I'm I wish to know, is there a compareson between .deb, .click and .snap packages? [12:07] snaps are very similar to clicks. Really just an evolution of the concept [12:07] that's smart :) [12:07] debs are arcane black amgic [12:08] aren't all package types that? [12:08] snaps and clicks are safer than debs, because the packate does not get to run arbitrary scripts as root at install time [12:09] that's nice [12:09] can a click depend on another click or are they independent? [12:10] and the same question for snap, are they independent? [12:11] clicks are indpendent. Snaps are currently independent (I think) but I'm not sure if that is always going to be the case [12:13] when you (I mean Canonical) take the step and bring our phones/tablets to xenial, will there be an upgrade for the sdk that creates .snap? [12:15] and another fun question (very interesting question I think), would it be possible to make architecture independent packages? [12:15] zzarr: don't know about your first question (I'm just a hobbyist here) but you can already make "fat" multi-arch packages [12:15] nice [12:16] (on click anyway) [12:16] zzarr, snappy works a little different in that regard you can have multiple arches under the same name ... so you cn either build a gigantic "all" snap package for all arches or you can have sperate snaps, one for each arch, with the same name [12:16] (i guess most people will just prefer the latter and keep their packages small ;) ) [12:17] I was about to write that :) [12:17] ogra: more fool them when the hordes of popwerpc users come complaining ;) [12:17] yeah, when their powerpc phones stop working ... [12:18] we'll just tell them to instead get s390x phones .. they also look better [12:18] ppc phone, never heard of :D [12:19] They're a bit bulky [12:19] And you need a long power-cord [12:19] what about sparc phones? (and ultrasparc) [12:19] sadly we dropped sparc ... [12:19] i wouldnt mind a sparc phone ... expecially in winter [12:19] zzarr: best thing is to build a click and a snap package by hand, constructing the directory structure and json/yaml manifest [12:19] would surely make a good pocket oven [12:19] zzarr: gives you an idea about the internals [12:20] well, snaps should bettter be built using snapcraft [12:20] ogra: yes - but he wanted to know the difference between snaps and clicks, so seeing the concepts behind the structure is a good start [12:21] I just hope (and think that) .snaps will be deployed to a phone as easy as a click [12:21] well [12:21] the concept of handling the package is completely different for both [12:21] in the installed system i mean [12:22] indeed [12:22] since one is an archive that gets unpacked to disk, the other is a squashfs that gets bind-mounted [12:22] so you cant really compare them [12:22] I have browsed through the folders of a installed click on my phone [12:23] different filesystem sttructure requirements, different management (snapd vs ... well, there is nothing comparable in click) ... [12:24] while they have yaml in common, there isnt much else where they are comparable [12:24] so... a click is essentially a tar.gz (or something) and a snap is a squashfs :) [12:26] can you bind-mount an image (containg a filesystem) directly without using a loop device? [12:26] iirc a click is an .ar [12:27] (it uses dpkg internals for packaging) [12:27] okey [12:27] ogra: the construction process is fairly similar (if you use the old way of building a snap instead of snapcraft) [12:27] well, there is more involved than just bind mounting [12:28] you need the right rw areas, you need the right launche that sets up the environment, snapd also manages interfaces that allow/deny your snap to interact with other bits [12:28] ogra, this is a guess, it's mounted with loopback and then a folder is bind-mounted to another part of the fs [12:28] in click this is all spread out into other os bits [12:29] right [12:30] I see, I actually tried to make my own package type some time ago that worked like that [12:30] but the bind mounting is the smallest bit here ... there is a ton fo things snapd manages [12:30] (and snap-confine and ubuntu-core-launcher) [12:31] I guessed so, that package type I made was a proof of concept and just a way for me to understand [12:42] I just read about OTA-13 on softpedia, it sounds nice [12:43] I just wonder, will the Android 6.0 part affect the MX4? [12:43] (I hope it will) === _salem is now known as salem_ === JanC is now known as Guest58470 === JanC_ is now known as JanC === chihchun is now known as chihchun_afk [17:01] Hello, does any body else have problems with compiling projects after updating to (K)ubuntu 16.04? === chihchun_afk is now known as chihchun === salem_ is now known as _salem