[00:19] ::workspace-bugs:: [1193949] Time zone isn't saved correctly @ https://bugs.launchpad.net/bugs/1193949 (by LukasThyWalls) [00:52] Riddell: For kde-dev-utils, debian/copyright is the full kdesdk one and should be redone for just what it covers now. No messages.sh either. Debian/changelog needs fixing. The rest seems good. Accepting. [01:36] Riddell: For kde-dev-scripts, debian/changelog needs fixing, no messages.sh, and the source/lintian-override doesn't apply since there's no -dbg package. Other than that, good. [01:39] Only ten more ... [04:16] Howdy all. [04:18] Heya, it's a manchicken. [04:18] Quick! Get it! Get it! [04:21] manchicken: It's safe to stick around. Adept's been removed from the archive. [04:21] Haha! [04:21] I actually had a very long stint of Mac, I'm recently returning. [04:21] Welcome back. [04:23] Thanks! [04:23] It's been a while. [04:23] I'm thinking I'm annoyed that cunit is so very out of date. [04:24] libmanchicken uses CUnit 2.1.2. [04:24] We have 1.0.1 in the repos. [04:24] Sadness. [04:24] I never did learn how to package. [04:24] Nor do I really want to... :( [04:26] No, we have 2.0 [04:26] Which package? [04:26] err 2.1.0 [04:26] cunit [04:27] I see only libcunit1 [04:27] That's the soname, not the version number [04:27] Yeah, it's library version 1.0.1 [04:27] https://launchpad.net/ubuntu/+source/cunit [04:27] Gotta run. [04:28] The binaries it creates won't build... [04:28] Err, run. [04:28] They produce no output. [05:13] No idea, never used it. [05:13] You might write the Debian maintainer. [05:13] Yeah, I used it on my Mac... maybe my mac was the out of date one... dunno. You'd think I'd get some kind of error, not just an exit with no crash and no ouput. [05:14] Okay, switching to Kubuntu. [05:15] Riddell: For kcron, changelog needs fixed, it's got the issue with debhelper/compat version, it also has the -dbg depends issue, the first line of debian/copyright needs checking. Accepted. [05:22] Riddell: kcachegrind is a reject because the license of converters/pprof2calltree (BSD) is missing from debian/copyright. Debian/changelog needs fixed. It does seem like the -dbg should depend on kcachegrind. [05:30] This is annoying... [05:30] The touchscreen in GNU/Linux only ever selects things when things are selectable, doesn't scroll. [05:31] Unless you tap the scrollbar [06:30] good morning [07:05] Riddell: kapptemplate needs debian/changelog fixed, it has the -dbg depends issue, but other than that, seems fine. [07:16] Riddell: dolphin-plugins has no messages.sh, debian/changelog needs fixing, and that's it. [07:24] Riddell: For cervisia, debian/changelog needs fixed, otherwise, seems fine. [07:24] Now I must sleep. [09:22] yofel: yay [09:23] yofel: but how? [09:24] ScottK: did the armhf issue get resolved? right now it is building anyway so I don't see anything useful :/ [09:24] hm, I fixed one thing in rules, but otherwise I guess they fixed it? [09:25] no, it should have been something in the rules [09:25] i.e. syncqt was not found but it was there, god knows why :S [09:26] yofel: it appears you did not push your fix :P [09:26] they renamed that to syncqt.pl [09:26] huh? I thought I did... [09:26] AH [09:27] :@ [09:27] syncqt.pl [09:27] I did [09:27] hm [09:27] bzr is weird [09:27] ah right, up vs. pull... [09:27] >>> bzr pull [09:27] bzr: ERROR: No pull location known or specified. [09:27] ^ also funny that it knows where to push stuff but not where to pull from... [09:28] yofel: thanks for the fix [09:28] bzr pull :parent maybe? [09:28] yofel: well, that branch I have is parent :P [09:28] * yofel uses checkouts usually partly because 'branch' is annoying -.- [09:28] parent of the lunchpad thign [09:28] *sigh* [09:30] * apachelogger tries phonon before continuing with the other qt thingums [09:34] yofel: how would you do signing ... a) copy/mount key into chroot and sign as part of the build job b) debsign build/* from outside the chroot [09:35] b seems architecturally shittier but way less opportunity to fail I think [09:36] oh and [09:36] yofel, Quintasan, shadeslayer: Depends: libasound2-dev but it is not going to be installed. I am reasonable certain phonon does not depend on asound [09:37] I don't think we ever cleaned up old deps [09:38] ^^ [09:39] I think that hasn't been right for 3 years or so [09:39] as for b, wouldn't that need the key in the user keyring? (though one would make a new user for this anyway) [09:39] yes [09:41] then go that way IMO. I'm not sure what the advantage of copying the key into the chroot would be [09:43] hey, out of curiosity, are you folks setting up your own build machine? [09:43] we'll probably end up with one that builds the sources, package builds will be done by launchpad [09:44] <- wanted to rewrite OBS but got shut down :( [09:45] uhm... enjoy finding a server for that... [09:46] yofel: it's just nicer because if you sign inside the chroot the entire build is contained within it (i.e. you can also upload); if you do it outside the chroot you need to regex all *changes files, debsign them and dput them which strictly speaking is breaking capsulation as now the builder is actually aware of at least one output file generated by the Jobs [09:46] ah hm [09:46] pbuilder dep resolution is weird [09:46] it's aborting again [09:47] well, as long as both ways are possible (so I can upload myself if I want), I don't mind [09:47] and I have no idea why [09:48] oh and I need to introduce a shell harness [09:48] pbuilder runscript does weird shit WRT library loading such that calling /usr/bin/ruby via runscript will try to load libruby1.8 even though the chroot ruby is libruby1.9 [10:25] phonon builds (except for broken install) [10:25] weeeh [10:47] apachelogger: No, that's just me vainly retrying in the hopes it will work. [10:47] apachelogger: It's failed again now. [10:50] Riddell: If kde4libs on armhf doesn't get solved pretty quickly, we may have to force the whole stack into the release pocket or Alpha 1 won't be very exciting. [10:51] ../../khtml/svg/SVGStyledLocatableElement.h:45:27: internal compiler error: in extract_insn, at recog.c:2154 [10:51] gcc bug it seems? :P [10:59] ScottK: gcc thing... neither that file nor the FloatRect have changed in years [11:07] yofel: same thingy can also build qt5.git [11:07] I'll give that a shot [11:11] Hey all [11:22] jussi: btw I am still in the !ops of #kubuntu ^^ [11:22] apachelogger: isn't that good? [11:23] not if a notification pops up that tells me how god hates fags while I am watching prn.... [11:23] apachelogger: just remember I love you nonetheless [11:24] <3 [11:24] yofel: uploading a project-neon5-qt5 test now [11:26] morning [11:27] hello Riddell [11:29] apachelogger: oh, you figured out how to clone the correct set of submodules? [11:29] just get them all :P [11:29] :D [11:29] with the correct branches? ^^ [11:30] drat, head not in a good way today, let's see how many packages I can fix [11:30] yofel: I should hope so? :P [11:30] init-repository ought to follow the branch of qt5 itself [11:30] also it should handle updates [11:30] also I am reasonable certain it will fail at some point :P [11:30] Riddell: a few have fixes pending from me, please esp. look at cervisia if that's the way to go or if you want the cvsservice package back [11:30] Riddell and apachelogger: COuld you figure out with doko about the gcc thing. I'll be offline for the next 10 hours or so. [11:31] but this way it's closer to upstream's tar etc. [11:31] yofel: if things go horribly wrong with qt5 we can always go the route of separate packages [11:31] apachelogger: considering the stories I heard about building qt5 so far that should fail pretty reliably I think [11:31] hence why I started with qtbase [11:31] yofel: we'll see [11:32] * apachelogger hands Riddell a cookie and ask him to talk to doko :P [11:32] where's my shadeslayer :( [11:33] yofel: you don't have an attica nightly yet? [11:33] wonder if it is necessary [11:33] probably not [11:33] extra-cmake-modules attica libstreams libstreamanalyzer [11:33] well, there is project-neon-attica [11:33] former we will need [11:33] so that can be ported trivially [11:33] yofel: don't find the source import though [11:34] https://code.launchpad.net/~neon/project-neon/attica [11:34] which reminds me [11:34] you're lazy [11:34] can we call the packaging branches -packaging or so? [11:34] for ^ reasons [11:34] why not ~neon/attica/master? :P [11:34] because we're lazy :D [11:35] I don't create projects on launchpad that I don't care about [11:35] yofel: just create projects [11:35] and you can call the packaging branches whatever you want them to be called [11:36] pff [11:36] the thing is ... if you don't create projects one has two places to look for code imports [11:36] well, currently they're called -ubuntu, which is utterly wrong [11:36] or rather, one that will fail because there is no project ^^ [11:36] launchpad will tell you once you try to make another import :P [11:36] real nice... [11:36] Hello guys:) [11:36] also, it's 3 locations actually (or a bazillion), like lp:~neon/kdeadmin/kcron [11:37] if you want to go the no-project route I propose the following transition for the near future [11:37] ~neon/project-neon-packaging/foo [11:37] ~neon/project-neon-sources/foo [11:38] I mean, I'm fine with creating projects. Need to check if I can make them from launchpadlib though [11:38] that does not solve the i-cannot-find-source problem but it prevents name clashes and better represents their organizational units [11:38] yofel: well, you only need two projects ^^ [11:38] no api need there ;) [11:39] oh noes [11:39] I forgot to drop syncqt with qt5 [11:39] nooooooooo [11:39] lol [11:39] was making the change in my test chroot and forgo to carry over to source -.- [11:40] HA HA HA [11:41] * yofel wonders if you can move branches between projects [11:41] move = push + delete [11:41] I don't think there is a move instruction as such [11:41] that doesn't update the recipe :S [11:41] hahahaha [11:41] rofl [11:41] automatic updates [11:42] we are talking about lunchpad right? [11:42] right [11:42] roflmao [11:42] yofel: you are funny :P [11:42] if you rename a branch it auto-updates :P [11:42] oh [11:42] now if only there was a move instruction [11:42] trololo [11:43] though I can edit the recipe text from launchpadlib so it would be push + edit + delete [11:43] er, that won't work for imports -.- [11:43] imports aren't relocatable anyway [11:43] laaaaunnncchhhpaaaaaaad [11:43] seee, we should have used an OBS repalcement :P [11:44] go ahead and write one then, maybe ximion can re-use it :P [11:45] aaaanyway [11:45] * yofel looks at lplib docs [11:45] yofel: cervisia change looks good, I'll upload [11:45] pfff [11:46] apachelogger: yes, please do that! should only take a week or so.... ;-) [11:48] hm... projects.new_project() [11:48] I guess that's the way to go then [11:50] oh, I need to port the packaging template to neon5 [11:50] (the one that isn't called template...) [11:50] Riddell, ping ping. [11:51] Hmm, rekonq's stuck in -proposed when it perfectly builds. [11:51] probably depends on something that's stuck in proposed. [11:51] * yofel forgot where the reason table was [11:52] yofel, that's a meh...:( [11:52] hi smartboyhw [11:52] well, if gcc isn't fixed soon we'll have to do a mass-override to release anyway [11:52] smartboyhw: cos of qtwebkit I guess [11:53] which is also broken with arm gcc bug [11:53] Riddell, yofel I mean it builds in archive.. [11:53] All armhf and powerpc and such [11:53] smartboyhw: britney does a *installability* test too [11:53] the britney output is public somewhere, but I don't have the url at hand [11:54] nvm, http://people.canonical.com/~ubuntu-archive/proposed-migration/ [11:55] o.O [11:56] autopkgtest for pango1.0 1.32.5-5ubuntu1: RUNNING O.o [11:56] What the hell is that? [11:57] pango and bongo drums? [11:57] lol [11:57] It actually came from the rekonq report. [12:07] ScottK: dolphin-plugins has Messages.sh in subdirectories so that's fine [12:31] yofel: ohttps://launchpadlibrarian.net/143277150/buildlog_ubuntu-saucy-amd64.project-neon5-qt5_0.0%2Bgit20130624~df0a7fd-13~saucy2_FAILEDTOBUILD.txt.gz [12:31] https://launchpadlibrarian.net/143277150/buildlog_ubuntu-saucy-amd64.project-neon5-qt5_0.0%2Bgit20130624~df0a7fd-13~saucy2_FAILEDTOBUILD.txt.gz [12:31] it makes no sense... [12:32] lemme get that source... [12:33] ah [12:33] eh [12:33] if [ -e "$relpath/.git" ]; then [12:33] .................................................................... [12:34] madness, oh madness [12:36] yofel: should be solved now [12:36] lol [12:36] only clearing the .git dirs, not actually dropping that should make syncqt run automagically [12:36] really shitty if though [12:36] should be more like if .git || flippingincludedirsisnotpresent [12:43] shadeslayer: http://www.kubuntuforums.net/showthread.php?62995-Wrong-time-zone-on-your-clock-Help-Kubuntu-devs-create-a-fix&p=330298&viewfull=1#post330298 [12:46] also related http://lists.debian.org/debian-glibc/1999/04/msg00096.html [12:53] yofel, it turns out the autopkgtest thing is a error from release team:P [12:54] heh === greyback is now known as greyback|lunch [13:03] 06:15 < ScottK> Riddell: For kcron, changelog needs fixed, it's got the issue with debhelper/compat version, [13:03] ScottK: what's the issue with compat? [13:03] they're both set to 7 [13:04] Guys, our QA Classroom sessions starts 1 hour later. Make sure you join us through #ubuntu-classroom and #ubuntu-classroom-chat! [13:04] https://wiki.ubuntu.com/Testing/Activities/Classroom/Saucy [13:04] A bit of promotion:P [13:05] smartboyhw: do poke any new people back into here :) [13:06] Riddell, uh alright. [13:06] I'm not the coordinator of the whole thing. I do have a 120-minute to myself next Monday. [13:06] Do join guys:) [13:30] I got it wrong guys, it's 1 hour later NOW. === greyback|lunch is now known as greyback [14:43] ScottK: should be all your review comments fixed, mostly in bzr rather than upload, thanks for reviewing. I still don't get what the debhelper/compat issue is you keep saying === vinay is now known as Guest94969 === dpm_ is now known as dpm [16:57] ScottK: you have block kde4libs/4:4.10.80-0ubuntu1 in hints-ubuntu? [16:59] * Riddell turns it into a force [17:04] Riddell, ScottK: Any objections for upgrading wacomtablet to 2.0.0 in saucy? [17:04] http://kde-apps.org/content/show.php/wacom+tablet?content=114856 [17:04] considering we won't get armhf fixed, force makes sense. [17:05] Quintasan: why might we object? [17:05] is there a downside? [17:05] Save for me not being able to test it - none [17:06] yeah,none of us can :( [17:07] Riddell: Since you claim to support standards version 3.9.4, you need at least compat 8 and build-dep on at least debhelper >= 8.1. The ones I commented on are still 7. [17:10] ScottK: mm you sure? nothing about that in http://lists.debian.org/debian-devel-announce/2012/09/msg00006.html [17:14] http://www.debian.org/doc/manuals/maint-guide/dreq.en.html says you need to have debhelper 9 if using dh which probably invalidates a lot of our packages, but not these ones [17:14] It's because build-arch/build-indep became mandatory. For dh short form debian/rules that's the first debhelper version that's supported. [17:16] ok. then maybe I'm wrong and it's 9. [17:16] Certainly not 7 though. [17:19] gotta run [17:46] i am new to kubuntu and want to build kde from SC . how to do that ? [17:48] AshishL: from SC? [17:49] Riddell : source code ? [17:50] Riddell : i couldnt connect to the internet in ubuntu .. will that happen in Kubuntu too ?? [17:50] AshishL: um, that seems more important that compiling [17:51] I don't know if it will happen, depends on what the problem is [17:51] Riddell: the internet didnt work in openSUSE , ubuntu too but works fint in win 7 [17:55] AshishL: then you should fix that first [17:55] Riddell:how ? any ideas suggestions ? [17:55] AshishL: no I've no idea what's wrong with it, see kubuntu.org/support for support methods [17:56] Riddell: how did you connect to internet in Kubuntu ??? [17:56] using network management plasmoid [17:57] Riddell : is the procedure different from the windows procedure ( i use a broadband - dial up connection) [18:01] AshishL: yes, the whole OS is different [18:02] AshishL: please ask in #kubuntu for support [18:07] Riddell: is the terminal Konsole ? [18:07] AshishL: yes [18:08] Riddell: in kubuntu are all the kde libs installed like kdepim etc ? [18:11] Riddell:whats the advantage of kubuntu ? is kde pre-built ?? or do we have to use kdesrc-build ?? [18:13] AshishL: yes kde libraries are installed, yes kde is pre-built, please ask in #kubuntu for support [18:14] Riddell: in kubuntu is the KPPP method still there ? [18:15] yes [18:15] Riddell : if i am bug-triaging and need some help , will you help me ? [18:15] Riddell: i am quite new.. [18:19] AshishL: yeah if it's contributions [18:36] Riddell : what does building a single application mean ?? [18:37] um, compiling one application? [18:39] RIddell:yes [18:40] RIddell : how to use qt to edit source code ? [18:42] AshishL: that question doesn't make sense, I think you need to learn the basics of using linux before trying to do debugging and compiling === georgelappies_ is now known as georgelappies [19:34] Riddell: how can i do that ?? [19:55] ScottK: pykde seems a bit broken [19:55] RuntimeError: the sip module implements API v10.0 but the PyKDE4.kdecore module requires API v9.2 [19:55] xnox: anything to do with you? ^^ [19:59] Riddell: you want sip, pyqt and pykde from -proposed [20:01] hmm, which is stuck on kde4libs [20:03] either pull all of kde from -proposed, or use pykde from ninjas, that works too [20:04] mm or work out how to get kde4libs into -release [20:32] it all start tumbling in === francisco is now known as Guest80960 [21:10] hmm this wednesday kde 4.11 beta2 is going to be released ? [21:12] from kde yeah, we'll have it for the weekend I hope [21:19] Mamarok, the amarok in beta backports working now wit kde 4.11 b1 ? [21:20] ok anyway upgrading my desktop to beta [21:31] hi ahoneybun [21:31] Riddell: hello! [21:31] I did not think anyone would notice me come in lol [21:31] ahoneybun: look here http://docs.kubuntu.co.uk/ [21:32] sweet! [21:33] Riddell: I'm thinking about this just now but like darkwing said with HTML we can translate the pages with little work [21:35] soee: there is an Amarok in the beta backports? If yes, it is pretty muhc outdated I would say, we haven't released the beta of 2.8 yet [21:35] ahoneybun: how? [21:35] Mamarok, 2:2.7.1-0ubuntu0.1~ubuntu13.04+KDE4.11~ppa1 [21:35] Riddell: I believe there is a Google translate code we could put in [21:35] uploaded 6 hours ago [21:36] soee, Mamarok: I cherry picked the crash fix so it's usable until we have 2.8 [21:36] hmm, for some definition of "translate" :) [21:36] ah yofel great, thank you [21:36] yofel: oh, cool :) [21:37] Riddell: https://translate.google.com/manager/website/suggestions?site=a043555eeb720900 [21:37] we are preparing a beta for 2.8, as soon as strohel answers my mails [21:37] : https://translate.google.com [21:38] Riddell: could I test on that test page that is on the server at this moment? [21:40] try out that translate functions [21:41] reeboot [21:43] Ridell: pykde4 in proposed fixes that [21:56] ScottK: yeah, which makes me wonder if we need to force 100 packages for this alpha [21:57] Riddell: can I give you the code to add to the page for translate support? [21:57] ahoneybun: hang on we don't even have the page in english yet [21:57] Riddell: I want to just see if it will work on that dummy page [21:58] I don't see much point in an alpha was 4.10. [21:59] ahoneybun: well I can just give you access to the server to do that if you wish [21:59] ScottK: so force 100 packages it is [21:59] Riddell: yes that will work I want to know if it will work first [22:00] ScottK: or 630 colin said [22:00] please make sure amarok ubuntu3 gets into the alpha too so it doesn't just crash [22:00] yofel: that seems to be compiling ok on arm [22:01] ouch [22:01] now that's something at least... [22:02] debfx: your kubuntu-buildstatus stuff needs postges set up? [22:03] * Riddell announces http://qa.kubuntu.co.uk/ [22:05] skip the alpha or force them - not sure which is best. [22:05] I'm okay either way. [22:20] Riddell: is that the server that was donated to us? [22:22] ahoneybun: yep [22:22] col [22:22] cool [22:30] anyone got a Technicolor modem and able to tell me why port forwarding doesn't work for me? [22:40] Riddell: http://ahoneybun.tumblr.com/ [22:45] cor a blog :) [22:45] ahoneybun: become a kubuntu member and you can get that on planet ubuntu [22:46] cor? [22:46] I know, I'm working towards that :) [22:54] Riddell: I'm confused in this whole X, Mir, and Wayland thing [22:55] everyone is... [22:58] It's either nothing to worry about or we're doomed and it'll be at least two or three years before we know for sure which it is. [23:04] JontheEchidna: Does the phased update change that's being done in update-manager affect us? [23:04] ScottK: yofel no I don't know where they tie in [23:04] Like I know X is a display server and so is Mir [23:04] Mir and Wayland are both replacements for X, or a part of it at least [23:04] X is an OS in itself (most of it unused these days) [23:07] ahoneybun: I'm too tried to really explain what X is and so on, but http://en.wikipedia.org/wiki/Wayland_%28display_server_protocol%29 is a good starting point with links for further information [23:07] yofel: that's ok :) [23:09] can any one confirm that if you have a OS installed and run a LiveDVD that the installer will give a option to split the hdd for both OS's? [23:09] right, dual boot is the default behaviour in that case [23:09] Yes. [23:12] ok cool [23:12] thanks! [23:19] Riddell: https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/Installing [23:31] ScottK: nope [23:32] JontheEchidna: Thanks. [23:33] Phase information is currently ignored and updates are offered as they become available [23:34] ahoneybun: I think we should get some slides showing what various installation choices look like, and at least tell what the results of that might mean [23:35] we probably can't get into all the nitty-gritty, but the more information we give people, the more confident they will be to install Kubuntu. [23:37] JontheEchidna: That's great because I was seriously wondering how to avoid offering someone half a KDE point release. [23:37] heh [23:37] Not kidding. [23:38] I'm not sure they thought this thing all the way through. [23:40] oh hello valorie! [23:45] hi ahoneybun [23:45] whats up/ [23:45] I was just working on the install pages a bit [23:46] but it's almost time for dinner, and tonight's my night with my dad [23:49] valorie: I was working on them as well a bit [23:50] ok, I'll stay out of your way for awhile [23:50] valorie: no no I'm done for the moment, we have a server! [23:50] I'll be back around 4 hours from now [23:50] I saw that [23:50] pretty exciting! [23:50] yep [23:51] and I will be asleep for work at 8 [23:51] so when Saucy is ready to go, we'll have the docs there [23:51] yep! [23:51] ready and waiting [23:51] maybe earlier if we can swing it [23:52] valorie: I want to try to put google translate on the server pages [23:52] nice [23:52] yep [23:52] it's not the best solution IMO, but certainly better than nothing [23:52] valorie: the best would be? [23:52] actual translations [23:53] how would that work on a website? [23:53] depends on how you set it up [23:53] there are CMS solutions which have a built-in way to get translations done [23:54] the Amarok pages, for instance [23:54] otoh, the Amarok solution is a pile of poo [23:54] but there is probably better stuff out there [23:55] yea [23:56] of course, there is also mediawiki with the Translate plugin, which is what KDE uses [23:57] so it might be a good time to have that conversation on the -devel list now that we have a server set up [23:59] ahoneybun: May I suggest something? [23:59] s/Installing/Installation