=== ronnoc_ is now known as ronnoc [02:59] ::qt-bugs:: [1080861] package qt4-doc-html (not installed) failed to install/upgrade: cannot copy extracted data... @ https://bugs.launchpad.net/bugs/1080861 (by heathhensh) [03:10] xnox: Is the cmake patch upstreamed? [06:50] good morning === Tonio_aw is now known as Tonio_ === yofel_ is now known as yofel === kozz_ is now known as kozz [10:40] could someone please look at armhf build https://launchpad.net/ubuntu/+source/avogadro/1.0.3-5ubuntu4/+build/4076596 and tell me what I did wrong o.O? [10:51] yofel: it includes GLES and GL [10:51] Looks like fallout from rebuilding lots of stuff for GLES rather than GL, but I would have expected that to be abstracted at a Qt level [10:52] ah, I did notice that it included both - but I have no clue why it does.. [10:52] * yofel -> lunch [10:52] persia: it's more painful to do drawing using Qt4's regular drawing API than by writing a shader [10:53] though you could indeed abstract GL in parctise it rarely makes sense [10:53] * persia dreams of the QtGL abstraction layer [10:53] in fact that goes away somewhat entirely in Qt5 [10:53] Anyway, probably have to make a GL vs. GLEZs decision for now (unfortunate, as there are devices for both APIs for that architecture) [10:53] as with QML you are encouraged to write GL shaders directly [10:54] yofel: btw, I had a dream about release packaging automation last night [11:00] ah, I was running proposed, that's why my initramfs broke over i915 === debfx_ is now known as debfx === clay_doh is now known as claydoh [11:28] o/ [11:28] gles is the way forward imho... [11:31] * persia mumbles something about having GL-supporting devices for every architecture supported by Ubuntu in pluggable form-factors that work on other folks hardware too === Tonio_ is now known as Tonio_aw === Tonio_aw is now known as Tonio_ [11:54] apachelogger: as in making our process better or a completely different one? [11:54] better [11:55] someone runs a cron that ignites mad automation [11:55] what for? [11:56] updates tars from ftpmaster (triggering version bumps and rebuilds accordingly), updates branches from bzr (triggering rebuilds accordingly), rebuilds whatever needs rebuilds and uploads wahtever needs uploading [11:57] so it becomes continous integration and the intended workflow is: throw random change at bzr->see if it works (for 99% of the problems) [11:58] would need an untrusted pgp key, but I guess doable if someone finds the time to implement it [11:58] and don't look at me - my vacation todo list is pretty full as it is [11:58] define untrusted [11:58] passwordless [11:58] or how would you upload packages from cron? [11:58] one can script the way out of that [11:58] apachelogger: Don't run a cron: rather take the notication from upstream VCS when the release is tagged, and drive from that. [11:59] plus since only one person in theory has access it matters little === Tonio_ is now known as Tonio_aw [11:59] persia: what notification? [11:59] apachelogger: Which VCS are you using? [11:59] le git [11:59] * persia tries to track down that bit of code [12:00] well, the point is that tarballs get rerolled ever so often between official tagging and actual release [12:00] which reminds me that we need something that shows us post-release commits to the bugfix branches in kde [12:00] so IMO the most reliable way is to simply check checksums of the tars and if they changed, update them bumping the version [12:00] Add a post-receive hook, which can be an arbitrary shell script. Have it wget something as a trigger. [12:01] to find 4.9.5+ commits etc. [12:01] Better yet, have it send an IRC message or do something else everyone can use. [12:01] persia: KDE has that [12:01] IRC messages require someone to do something though [12:01] Yeah, it's the tarball re-rolling bit that gets in the way. [12:01] Why? Bots can subscribe to IRC messages... [12:02] What's the notice procedure when the re-rolling is complete? Posting on a web page? Mail? [12:02] mail on private list [12:02] well, usually kde-release is CC'd [12:02] Does anyone on that private list use a mail filter? [12:03] Have one of those folk trigger something when the magic message is received (maybe provide automation to the release team to ensure it is a machine-readable message), and then trigger from that. [12:04] single point of failure [12:04] And a cronjob isn't? [12:04] I want this to have as few requirements and as few failure points as possible [12:04] persia: not if the system it invokes is so simple that you can just as well invoke it by hand or setup another builder on another machine [12:05] hm... do we have a team-internal dev TODO list? The blueprints are more about release work [12:05] OK. I just don't like polling. I think it damages the planet. [12:05] yofel: no, how would a team-internal list be different? [12:06] apachelogger: I mean for stuff like our support scripts - where to keep that todo list? [12:06] I'll put some notes on the pad for now [12:06] persia: I'd usually agree, but in this case simplicity takes lead ^^ [12:06] persia: on a related note ... we'd also have to somehow watch bzr changes [12:07] I know lots less about bzr hooks, but I hear they exist. [12:07] yeah they do [12:07] but I doubt we get one on launchpad [12:08] so those needed to be client side (ewww) or mail filtering again [12:08] I think LP supports them: at least there are several LP-hosted branches with notifications, etc. [12:08] I wouldn't mind to have a mailing list for our commits actually... [12:08] persia: yeah there are email notifications [12:09] yofel: set a mailing list for ~kubuntu-packagers [12:09] yeah [12:09] that and change the subscription settings IIRC [12:09] ohm [12:09] hf with the 300 branches [12:09] shouldn't be hard to script [12:09] if one can script that :P [12:09] which reminds me [12:10] yofel: newpackage still broken :P [12:10] the API is junk in some places, but overall it's good [12:10] also it's not working :P [12:10] apachelogger: right, on todays todo list, I'll get to it later... [12:10] * apachelogger draws diagrams [12:10] ah yes, I forgot [12:10] * yofel makes a lucid chroot in the meanwhile [12:11] so then you have the second piece which continuously builds the build status page [12:11] completely independent of the builder, so that can run on another machine etc. [12:12] and finally the conflictchecker which builds a list of all binary packages supposed to be built, installs those in a clean chroot from a stable version, then tries to upgrade [12:12] define continuously. The lp admins don't like cron scripts that pull all the time too much. Ideally the page would be cached and have a refresh button on it [12:13] i.e. QA for file conflicts and broken maintscripts etc. [12:13] * yofel needs an IRC to pad parser btw. [12:13] dunno what that is [12:14] yofel: and by continously I mean every 15 minutes [12:14] a simple version of the brain to pad interface :P [12:15] if builder and buildstatus on the same machine one could think about smarter behavior here [12:16] e.g. track all versions uploaded by builder, status then removes them as it gets the data for that version [12:16] if no packages pending -> no autorefresh [12:20] * yofel wonders if one can deduce whether there was an update from the Packages.gz in the binary archive [12:20] timestamp I mean [12:21] not sure which of those files are updated when something is published [12:26] hm, if I find out how to do the https authentication that's doable actually... [12:28] fun, wget can handle the password url's for apt, so it's in fact trivial [13:07] apachelogger: newpackage should work on lucid now [13:22] "continuous" as in "continuous integration" shouldn't be time-based, but rather event-based. Packages.gz always gets updated when stuff gets published (the version strings in the file need to change) === Tonio_aw is now known as Tonio_ === Tonio_ is now known as Tonio_aw === Tonio_aw is now known as Tonio_ [14:20] btw does this look good : http://paste.kde.org/628682/ : for kde-workspace? [14:21] or should I install Minimalistic/None/Simple ? [14:21] hmm ... I guess I should [14:22] shadeslayer: that's fine [14:22] ? [14:22] current kde-workspace git has no themes folder anymore [14:22] oh [14:22] awesome [14:23] see d4b00fa89292e4dc84ba344cedbaa645ef3ebe9a [14:24] btw regarding active dual building kde-workspace [14:24] shadeslayer: ah, not quite, only the default one is gone [14:24] should we rebuild all binaries with active in the binary name? [14:24] because we're building with a different profile .... [14:25] dunno [14:25] s/we're/we will be/ [14:25] shadeslayer meant: "because we will be building with a different profile ...." [14:25] possibly kickstart a discussion on the ML? [14:36] shadeslayer: feel free to, but looking at my todo list don't count on my much in the near future wrt active [14:36] *me [14:36] heh ok === maco__ is now known as maco [14:46] ~seen SteveRiley [14:46] SteveRiley was last seen 1 month, 2 hours, 35 minutes and 18 seconds ago, quitting IRC (Read error: Operation timed out) [14:46] 0.o [14:46] he seems to have disappeared after UDS :P [14:47] Hopefully we didn't scare him off [15:08] shadeslayer: You can just say something, rather than pointing me somewhere I am :p [15:08] heh :P [15:08] persia: anywho [15:09] so you're saying that the config in /etc/kde4 should override the kubuntu-settings-desktop? [15:09] then the entire point of custom configs is lost [15:09] I'm saying that there should be the potential for local-system-config that overrides packaging config, unless that packaging config is a conffile or local-system-managed configuration file. [15:10] tbh any custom configs should be debated upstream and resolved as either useless on our side, or committed upstream [15:10] I won't agree with that: I think there's value in distribution defaults. [15:11] I just think that sysadmins should be able to set local default that override distro defaults in a way that is preserved accross upgrades. [15:11] yeah that's easily doable [15:11] Doesn't have to be in /etc/kde4rc [15:11] just add your path before kubuntu-desktop-settings ? [15:11] so it'll do cascaded configs [15:11] sysadmin settings > distro settings > kde upstream settings [15:12] Rather, package should already have an (empty) local system config listed before the disto config, and the documentation should tell system administrators to change things there. [15:12] Right. [15:12] Well, user settings > admin settings > distro settings > upstream settings [15:12] right [15:12] that's already done by KConfig [15:13] Thought so: you should tell people do use the admin settings rather than hunting under /usr/share :p [15:13] I see, I probably explained it a bit poorly in #kubuntu then :) [15:14] At least enough to get the response "that gets lost on upgrade", but really it belongs in good docs, not your head and channel logs. [15:14] heh [15:14] or API docs [15:14] No: admins don't read API docs, only devs do. [15:14] right [15:14] that's what I meant [15:14] * persia ignores the existence of the devops crowd for the sake of argument [15:15] haha [15:15] Oh, right. Yeah, I suppose it is in the API docs already :) [15:15] I've actually been working a derivative for the last 4-5 months so I've experienced all of these issues :P [15:16] and I've seen people ( i.e the mint team ) implement this horribly [15:17] even more fun is software that doesn't respect XDG settings, like QtCurve [15:18] There's KDE software that respects XDG? [15:19] * persia still has ~/.kde/ and .kderc [15:19] akonadi would be one [15:19] :D [15:20] there's the gtk3 kcm [15:20] <3 apol_ for respecting XDG [15:20] <3 [15:20] well, the kcm is good, the gtk3 settings not. Not that you have a better chice [15:20] *choice [15:21] No, I'm making fun. More and more bits seem to be in the right places, and things that aren't (like KDECACHE KDEVARTMP KDETMP) do interesting things that would be hard to do within the .xdg framework [15:22] s/./△/ [15:22] persia meant: "△o, I'm making fun. More and more bits seem to be in the right places, and things that aren't (like KDECACHE KDEVARTMP KDETMP) do interesting things that would be hard to do within the .xdg framework" [15:22] kubotu: Err, not quite, but good try === Quintasan_ is now known as Quintasan [15:41] shadeslayer: how's kde-workspace? [15:41] rc is out ? [15:41] :D annoying question i know [15:42] i mean packaged :P [15:42] still WIP [15:42] uu [15:42] yofel: still building [15:42] will upload as soon as it's done [15:42] goog [15:43] good [15:43] shadeslayer: what did you do about the themes now? [15:43] I removed the default one, kept everything else [15:43] good [15:53] yofel: btw with the active profile it's just ifdef'd code right? [15:54] 0.o [15:54] o.0 [15:55] not a single mention of the tablet profile in kde-workspace [15:55] wtf? [15:55] don't ask me [15:55] http://paste.kde.org/628730/ [15:56] it seems not choosing desktop simply disables lots of stuff [15:56] yeah [15:56] so maybe just stick to desktop if it doesn't hurt [15:56] I guess [15:56] so we don't need to dual build? [15:56] yay [15:57] don't you still need an alternate kwin? or is that now merged? [15:57] there was no mention of it from sebas [15:58] well, then yay [15:58] http://paste.kde.org/628736/ [15:58] wat [15:58] shouldn't that be "Tablet" or sth? [15:59] well, that works too... [15:59] but seems like you still need to double build [15:59] meh [15:59] yeah [15:59] though just keeping it as it is should work it seems [15:59] yeah [16:00] it looks as if it merely turns off some kwin options [16:00] seems we never backported amarok [16:00] ouch [16:00] oh [16:01] ScottK: should I put ktp in kubuntu-updates or backports? [16:01] since I would like to get that SRU'd, I was thinking updates [16:04] yofel: http://paste.kde.org/628742/ [16:04] just to make sure I didn't do something wrong [16:05] looks ok as I understand it [16:05] cool [16:08] uploaded to ninjas [16:51] amarok 2.6.90 uploaded to /beta for quantal [16:51] bbl [19:27] hi guys !!! [19:28] is there any way to get kde 4.10 rc on 12.04 ? [19:28] erm, nope [19:28] shadeslayer: why ? [19:29] because we usually don't backport for stable-1 [19:29] build deps are *usually* too old [19:31] well 12.04 is supported for 5 years so according what you say i am stuck with 4.9 for the next 4 years [19:32] on a related note, does unity get similar upgrades? [19:32] i dl [19:33] i dont know since i dont use anything but kde or fluxbox [19:33] hmm .. maybe someone else knows? [19:34] well, it's probably not impossible, but I don't see how we'll have time to do this currently [19:35] well [19:35] if someone wants to try it we can give pointers on how to do it [19:35] we could just run backportpackage on stuff [19:37] yofel: is there any plan to build kde 4.x with qt5 for future kubuntu releases ? [19:37] well, we'll first need qt5, but IIRC we wanted qt5 in raring? [19:38] ^not all of it would necessarily build anyway [19:38] (all of kde) [19:38] wasn't qt5 supposed to be api compatible? [19:38] (except webkit maybe) [19:38] mostly [19:38] an easy example, kwin won't [19:38] because it uses gl? [19:39] anything using Qt3support still won't [19:39] ouch [19:39] and 3D stuff is expected for 5.1 or 5.0.1 [19:39] kwin because this: http://blog.martin-graesslin.com/blog/2012/12/the-road-towards-kwin-on-qt-5/ [19:39] ah thx [19:40] I don't suspect that KDE will be built against Qt 5.x until KDE Frameworks 5 is out [19:41] here's some more stuff that has to be changed, in general: http://www.kdab.com/porting-from-qt-4-to-qt-5/ [19:46] JontheEchidna: Frameworks depend on at leat Qt 5.1 [19:47] I say at least because maybe somebody gets out of Qt 5.1 and we have to wait until 5.2 === Tonio_ is now known as Tonio_aw [21:02] hiho === yofel changed the topic of #kubuntu-devel to: Kubuntu - Friendly Computing | Raring Alpha 1 Released | Packaging TODO: http://notes.kde.org/kubuntu-ninjas http://yofel.dyndns.org/kubuntu/4.9.95_raring.html | oxygen-fonts in experimental PPA (from oneiric to raring) [23:30] evening, what did I miss? [23:37] not much I think [23:39] hi Riddell :-) [23:40] Riddell, all patches merged on icecc upstream [23:40] Riddell, media.rbelem.info/icecc_0.9.98~git2012122001-0ubuntu1.debian.tar.gz http://media.rbelem.info/icecc_0.9.98~git2012122001.orig.tar.bz2 [23:40] groovy [23:40] :-D [23:45] hm, which reminds me that I forgot to report icecc bugs [23:45] start-stop-daemon: unable to open pidfile '/var/run/icecc/iceccd.pid' for writing (No such file or directory) [23:47] yofel, fixed :-) [23:47] great :) [23:48] how do i submit these changes to debian? [23:49] reportbug + patches? [23:49] hum... how about utunubu? [23:49] poke the person who last uploaded icecc? [23:50] which would be you .... [23:50] :P [23:50] :-D [23:50] imho you should have packaged 0.9.8 with proper patches in debian/patches [23:51] unless the next version comes out before feature freeze === yofel changed the topic of #kubuntu-devel to: Kubuntu - Friendly Computing | Raring Alpha 1 Released | Packaging TODO: http://notes.kde.org/kubuntu-ninjas http://yofel.dyndns.org/kubuntu/build_status_4.9.95_raring.html | oxygen-fonts in experimental PPA (from oneiric to raring) [23:54] shadeslayer, i think it will be ready before. i will poke upstream to make sure [23:54] in which case ignore my comment :) [23:55] shadeslayer, yesterday 0.9.97 was released two days ago iirc [23:55] cool [23:55] shadeslayer, soon we will have 1.0 :-) [23:55] :D [23:56] and with support to multiple compilers