[01:04] darkxst, hi ya - r u online? [01:05] got a jhbuild error with webkit - it's looking for freetype.h in freetype/freetype.h but it's installed to freetype2/freetype.h should I change the script or ln freetype2 to freetype? [01:36] darkxst, you here yet... ? [02:33] ph, skip webkit [02:33] darkxst, lol - i just got the build working now :P [02:33] ph, you can just use the system webkit [02:33] from trusty [02:36] darkxst, ah ok... you know jhbuild sysdeps command... it shows that it can use alot of existing system apps and libs, but when running the build it doesn't appear to use them.... should I be commenting out those it can use in the moduleset .module file that I'm using? [02:36] so that it's not being forced to build them... ? [02:36] I think `jhbuild sysdeps --install `is broken on ubuntu (it doesn't actually install anything) [02:37] you need to manually install [02:37] ah ok [02:38] also some things like webkit are always built by default [02:38] but you can skip them in .jhbuildrc [02:39] how do you skip them? [02:39] darkxst, when i run jhbuild sysdeps |grep -i webkit - it says WebKit (webkitgtk-3.0.pc, required=2.3.2, installed=2.2.1) [02:40] darkxst, are you running the g-s 3.11.2? [02:41] hmm webkit should have been updated to 2.3 I thought [02:42] ph, "skip = ['WebKit']" [02:42] yeh I am running 3.11.2 [02:42] darkxst, the steps I've done to build so far are install ubuntu gnome 14.04, base system apps, then run the introductory jhbuild script to install everything it needs, then i've configured jhbuild and run jhbuild build -aN. It failed at WebKit [02:43] it will probably fail at a bunch of things! [02:43] I don't have the staging ppa [02:43] just the default g-s 3.8.2 that comes with u g 14.04 [02:44] is that cool so far for the steps I've run? [02:44] yeh [02:44] gnome-shell 3.11.2 is on staging as of this morning [02:44] what version of WebKit do you have installed? [02:45] lol - well I wanted to get the jhbuild environment done anyways [02:46] 2.2.1 [02:47] ok cool - so if it works fine on yours with that then easiest is just to skip it then [02:54] webkit shouldnt matter too much unless you are building epiphany [02:54] as a first run, just skip any modules that fail, some really don't matter too much [02:55] then try jhbuild buildone gnome-shell. and start building whatever it complains about [02:55] things like e-d-s, cogl, clutter, mutter etc will be fairly important [02:56] darkxst, ok cool thanks for the tip. Also is ccache enabled and used by jhbuild by default? [02:57] I don't think so [02:57] but generally you won't need to be building the full stack, so builds are usually pretty quick [02:58] right ok good, so it's like the build is a one time thing and then it's just updating modules as required type thing? [02:58] yeh, that is what I do [02:58] although I don't build much beyond gnome-shell, g-s-d and g-c-c [03:00] excellent... do you think you can give me some help patching g-s-d from this bug: https://bugzilla.gnome.org/show_bug.cgi?id=709859 [03:00] Gnome bug 709859 in xsettings "text gets double-sized inappropriately on hidpi screen running below native resolution" [Normal,Assigned] [03:00] specifically the disable scaling for hdmi outputs [03:01] I want to see if that resolves my huge fonts issue [03:03] by the way my .jhbuildrc-custom is using moduleset = gnome-world-3.12 and modules = meta-gnome-core-shell, is that basically what you're running? [03:06] ph, use git bz [03:06] goto the gnome-settings-daemon folder and run [03:06] git bz apply 709859 [03:06] oh wow - I never knew that existed :D [03:07] (you might need to install the bz plugin for git) [03:08] ph, how do you think the devs get their patches into the bugs? they don't manually attach them :) [03:08] lol that's what i thought they did :P [03:09] darkxst, so how do i build g-s-d again with jhbuild once i've patched it? [03:15] darkxst, also I have a question - I like using guake but it relies on libglade which isn't installed in the system but has been built by jhbuild, how do I avoid guake wanting to install it in the system aswell? [03:15] do i need to manually build guake, and then point it at the libs under myjhbuild install/ folder? [03:16] or do I remove the libglade built by jhbuild, install it in the system and then jhbuild will use the system one? [03:17] darkxst, so I'm avoiding duplication of apps and libs where possible... [04:32] ph, it should use system lib, if you set it as skip and uninstall said lib from jhbuild [04:32] patch, then: jhbuild buildone -afc gnome-settings-daemon [04:41] darkxst, cool thanks for that - sorry was afk for a bit [04:44] darkxst, libglade for example is a gnome library, or a linux library? [04:47] also when running gnome-shell 3.11.2, if running things like gnome-tweak-tool from within the 3.11.2 shell, does that start the one built by jhbuild or the one that's installed in the system? ie do I need to update .desktop files to be running jhbuild run gnome-tweak-tool etc? [05:07] it would launch the system installed one [05:10] ph, glade is gnome [05:18] darkxst, ok so basically all apps would need to be run via jhbuild, to use those downloaded and built by jhbuild yeah? [05:18] yes [05:19] But if running like g-s with jhbuild, and it needs to start another app, then it will run the jhbuild app or the system app? [05:24] darkxst, I mean when running an app with jhbuild, it knows to pull in other apps and dependencies from the jhbuild environment? [05:26] maybe, not entirely sure [05:26] ah ok [05:47] ph, would you be interested in helping with packaging of 3.11 for staging? [05:48] darkxst, sure if I can [05:48] just using like uupdate, and pbuilder? [05:48] yeh [05:49] yeah no probs [05:49] but i'd only be able to package 64bit ... [05:49] I would like to move the packaging back to bzr branches, but right now there are none, so uupdate/pbuilder [05:49] or common [05:49] ph, ppa builders deal with that, you are just testing by building locally [05:51] ah ok cool - so it's just testing the 64bit, but it will still generate i386 packages as well depending on the commands to pbuilder? [05:51] yes all ppa packages get built for amd64 and i386 [05:51] archive packages also get ppc and arm64 [05:52] ok - so I assume that i'd just be packaging the 3.11 packages i'm using? [05:52] yes the tarballs [05:53] uscan will grab them mostly (but sometimes have to edit debian/watch) [05:53] only tarballs, so not packaging from git? [05:54] as in master branch - just the releases only? [05:54] generally yes, unless there is no tarball available, then we might use a git snapshot [05:54] ok no worries :) [05:54] ftp://ftp.gnome.org/pub/gnome/sources/ [05:56] ph, make sure to update all deps in control[.in] , (git log -p configure.ac, in the jhbuild folder is good for that) [05:56] check NEWS for major changes etc... [05:56] and once packaged where do I put them etc? and who makes the decisions about tarball/git snapshots? [05:57] we would only use a git snapshot if there was no tarball released yet, but updated branch was required [05:58] when ready take a debdiff of just the debian folder (debdiff ... | filterdiff "*/debian/*") [05:59] ok, and the control.in part you just said what's that about exactly? [05:59] sorry, filterdiff -i [05:59] ph control/control.in specifies build and runtime dependencies and versions [06:00] if upstream say they need gtk 3.11.2 for example, then you need to update that in the control file [06:01] ok but the git command u said does that, or it's a manual process? [06:01] <--- noob here [06:02] I know how to package etc, but I've never packaged into a ppa before, so I might need to be shown or given a run through first so I know what i'm doing [06:04] darkxst, on a side note the packages that jhbuild are failing on saying no libsystemd-login even though that's installed... should I --enable-libsystemd-login=no for those or are they actually required? I mean the system version if I attempt to remove that one as suggested in another bug it wants to remove all of ubuntu just about [06:09] ph, the git command shows you what has been changed [06:09] you then manually edit control file [06:10] ph, what packages? we have logind [06:10] polkit and colord are two that have failed - i got around it by doing --enable-libsystemd-login=no for polkit and --disable-systemd-login for colord [06:11] but do they need to use libsystemd-login or they will use something else instead? [06:14] they should be using logind. I get "checking for LIBSYSTEMD_LOGIN... yes" for polkit [06:15] do you have libsystemd-login-dev installed? [06:16] do you have a libsystemd-login built within jhbuild? [06:16] do i need to have the libsystemd-login-dev installed in my system perhaps? [06:19] system package [06:20] likewise with anything listed as mandatory by 'jhbuild sysdeps' [06:20] ah as you said before the jhbuild sysdeps --install wasn't working so that's why they got missed [06:21] my fault ok cool [06:21] it doesnt install any packages (but it does list them) [06:22] yeah that's what's happened - i'll just install them manually [06:33] ok it's back building again - so what is the git log -p configure.ac within the jhbuild folder actually doing? [06:39] darkxst, ok it's back building again - so what is the git log -p configure.ac within the jhbuild folder actually doing? [06:39] it opens the configure.ac file and allows me to do what with it? [06:39] go to a folder, say gnome-settings-daemon [06:39] then run it [06:39] it will show you all changes to that file (in diff format) [06:43] configure.ac contains all dependencies and versions as defined by upstream [06:43] ok i get it - so it shows me what are the changes to dependencies from the last version, so it makes it easy to spot and then update the control.in file yeah? [06:43] yeh [06:44] nice ok - yeah coz i was going to ask what if they added new deps, but that answers that question [06:49] so we got to the when ready take a debdiff of the debain folder. But the debian folder isn't in the tarball I downloaded from the ftp site you gave me. So you mean I need to to an apt-get source first right? [06:49] *do [06:50] darkxst, where do i get the source from though? just whatever is available in the ubuntu repos for whatever I'm packaging? [06:51] ph, start with 3.10 package from gnome3-staging/saucy or debian [06:52] if you use debian source, check the ubuntu packages for any changes that are needed though [06:54] yeah i thought so - ok so just by adding the source for that ppa or have to download the source manually from the staging ppa? What is the debian source you mentioned? [06:55] some of the 3.10 packages are in debian [06:55] I use chdist to grab saucy source packages [06:55] pull-debian-source to get debian packages [06:57] darkxst, hi, i am going to fix up mutter 3.11.2 [07:03] can you give me an example of each of those commands? [07:08] ricotz, ok [07:09] ph, look at the man pages ;) [07:09] darkxst, are you working on gnome-icon-theme? [07:11] ricotz, there was no 3.11 release for that [07:11] I will just copy the 3.10 to trusty [07:11] darkxst, right, i will push a rebuild with a bumped dep [07:12] ok [07:12] darkxst, the copy won't suffice [07:13] ah no the g-i-t-symbolic needs to be patched [07:16] ricotz, oh, I see [07:18] ricotz, I'm off to cook dinner, feel free to push a fix in the meantime [07:18] darkxst, already did [07:19] :) [07:35] darkxst, 14 packages left to build [07:46] darkxst, so yeah according to the doco - jhbuild will pull libs, apps etc from the jhbuild environment first, and if it can't find it then it will pull it from the system [07:56] ricotz, r u running g-s in jhbuild? [08:04] ph, no [08:04] me likey but have some issues - gonna reboot and also i'll try setting up a session to point to jhbuild gnome-shell [08:04] ricotz, that's a pity - what version of g-s are you running? [08:05] git master [08:06] ricotz, how did you manage that? r u running ubuntu? [08:07] using PPAs and local builds [08:08] so like install base ubuntu gnome - then staging ppa, then built from git? [08:09] kind of [08:09] ricotz, lol you're crazy!!! I'm jealous :P Is it stable? [08:10] ph, yes it does, but most likely glib_spawn, does not know about jhbuild so apps launched from the shell are mostly likely not run in a jhbuild shell [08:10] ph, i am using g-s git since karmic [08:11] and it works fine with some drawbacks from time to time [08:11] ricotz, nice but probably a lot of work to keep it running smooth and updated etc though? [08:13] darkxst, well I just installed gnome-tweak-tool also and ran it by alt+f2 and it opened the jhbuild version, but you mean that it might not be wrapped properly in the jhbuild environment? [08:14] if it ran, it ran! [08:15] darkxst, lol i see - so if an app doesn't it means it's not playing nice with jhbuild === ph_afk is now known as ph === Guest25333 is now known as jokerdino [16:24] darkxst, hi, keep in mind if you copy to and rebuild packages in staging, make sure the deps are built before pushing the next package [16:24] darkxst, gnome-shell wasn't built against the new gjs [16:43] hello [16:43] anybody talk spanish too? === Guest25333 is now known as jokerdino === rZr is now known as RzR [21:53] hello people [21:53] gnome-settings-daemon crashed on ubuntu 13.10, any ideas why? === RzR is now known as rZr