=== mmrazik is now known as mmrazik|afl === mmrazik|afl is now known as mmrazik|afk === mmrazik|afk is now known as mmrazik === bdrung_ is now known as bdrung [10:20] * cjwatson accidentally adds images to the tracker with bogus dates, and fixes [10:21] (Ubuntu precise alternate/desktop/server, if anyone's keeping track) [10:57] can a python LGPL 3+ source import a LGPL2.1 .py or is that buggy? [11:02] seb128: i think that's fine. one cannot copy it into their source tree and modify lgpl2.1 only and redistribute the whole thing under lgpl3 though ( i think that's the restriction) [11:03] i.e. patches to lgpl2.1 .py should be licensed under lgpl2.1. [11:03] xnox, can they copy it in the source, not modify it, and ship the source as LGPL3 ? [11:03] seb128: yes, if they do not modify it. [11:04] seb128: in debian/copyright, I'd suggest to spell out that file as lgpl2.1 [11:04] hum [11:04] they did modify it [11:05] they imported in source to port in to python3, the time upstream would review/include their patch [11:05] so I guess that doesn't work? [11:05] seb128: then those patches to that file only, should be licensed under 2.1 or (dual-license under 2.1 and 3) [11:06] seb128: it's all fine, as long as 2.1 is still granted on those patches. One can link lgpl2.1, lgpl3 and gpl3 code together. [11:07] xnox, how does that work, if you have sources that are lgpl2.1 (only, not "+") and lgpl3 ... what's the license of the binary? [11:07] the combined work will get the combined licensed in that order. [11:08] seb128: just lgpl2.1 by itself -> binary lgpl2.1, lgpl2.1 + 3 -> lgpl3, lgpl2.1 + 3 + gpl3 -> gpl3 [11:09] it's only gpl2-only which is incompatible with gpl3, lgpl2.1-only on the other hand is compatible. [11:10] * seb128 opens http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility and look at it again [11:10] xnox, thanks ;-) [11:11] xnox, the tab says to transfert the code to GPLv3 in that case? [11:11] seb128: https://www.gnu.org/licenses/quick-guide-gplv3.html [11:11] is better. [11:12] seb128: sure FSF is pushing everyone to v3 =) [11:14] seb128: it would be easier if it was not modified..... [11:15] xnox, right, well I'm reviewing ibus-cangjie in the sponsoring queue [11:15] their source is LGPL3 [11:15] and they need python-canberra which is LGPL2.1 [11:15] or that one is not available for python3 [11:15] so they did copy it in source and ported it to python3 [11:16] thus clearly the only way they could have modified it, under lgpl2.1. Did they change the license headers? [11:17] no they didn't [11:17] xnox, but http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility says you can't ship LGPL2.1 code under LGPL3 [11:17] seb128: hence they are all golden - all modifications to lgpl2.1 code are provided back under lgpl2.1 [11:17] so the project can't be redistributed this way [11:17] or I read that wrong... [11:20] seb128: sure but we are not releasing the project under LGPLv3, we are releasing it under mixed lgpl2.1 & 3 (e.g. linking only). The 2.1 bits are staying 2.1 bits, and just like before one is allowed to link against lgpl2.1 in lgpl3 one continious to do so. [11:21] xnox, well, both got mixed in one process no? and the COPYING in that source says LGPL3 [11:21] seb128: plus a third-party cannot relicense code to a different. Look at that table the lower part "I want to use a library under LGPLv2.1 only" and it's OK across the board. [11:21] xnox, ok with quite some cases where it says "you need to transfert the code to GPLv3" [11:21] it doesn't matter if I use original lgpl2.1 library, or lgpl2.1 library with lgpl2.1 licensed patches library (they are the same). [11:22] seb128: i'd be using the 'i want to use a library under" [11:23] seb128: as they kept the library separate. [11:23] seb128: that one does not have any convey for lgplv2.1 [11:23] ah, right [11:24] seb128: take their patches & sponsor into our canberra package, unapply patches from their packages and upload \o/ [11:24] I was considering the python import of a copy as a code change [11:24] ;-) [11:24] that's an idea [11:24] or just push the canberra guys to just take that patch and release and updated version [11:25] seb128: python import is mostly equivalent of shared library linking, it's not for example static library or C++ template.... [11:25] except that's a modified copy in source [11:25] so it's a bit the equivalent of copying the source of a shared lib, copying it inline, changing it, and linking against it for building your binary [11:26] that's not really "using a library" at this point, it's "using the code of a library for your private benefit" [11:26] \o/ /o\ [11:26] anyway, I will wave hands and sponsor and see what the archive admin of the day think of the situation ;-) === mmrazik is now known as mmrazik|lunch [11:27] xnox, thanks for the discussion === mmrazik|lunch is now known as mmrazik [12:30] seb128: re your comments in https://bugs.launchpad.net/ubuntu/+bug/1055435/comments/22 - I think it's fair to say that if the licensing is clear and it's in common licenses, a missing license is not a reason to reject a package, but I also think it's still a bug that should be fixed. When was the discussion you refer to because I don't see it in my backscroll? [12:30] Launchpad bug 1055435 in ubuntu "[FFe][needs-packaging] new package classicmenu-indicator" [Wishlist,Fix committed] [12:31] ScottK, on this channel, around 11am UTC between xnox and me [12:31] oh, sorry [12:31] I'm mixing bugs [12:31] OK. Would you please comment again in that one. [12:33] ScottK, sure [12:33] ScottK, http://irclogs.ubuntu.com/2013/01/30/%23ubuntu-release.html#t12:29 [12:33] was the discussion [12:33] some "recent" might not be that recent :p [12:34] Right. [12:34] "Of course, it might still be a good idea to contact upstream and get them to spell out the licensing more clearly in their tarball - I just don't think it's cause for rejection" [12:34] That aligns with my thinking on the matter. [12:35] !rejected != bug free [12:35] ScottK: I am only a bot, please don't think I'm intelligent :) [12:35] Sigh. [12:35] ScottK, sorry, what do you want me to add to the bug? I said that it's not a blocker and that they can upload and that it would still be good to have the issue fixed with the next upload [12:36] seb128: Your last comment says, in part, "the full license doesn't need to be included in the tarball as long as the intend is clear". [12:36] well, I added "even if it would be good to have in a next update" [12:36] but I can change that to a "please get it fixed for the next update" [12:37] I think that would be clearer. [12:37] ScottK, https://bugs.launchpad.net/ubuntu/+bug/1055435/ [12:37] Launchpad bug 1055435 in ubuntu "[FFe][needs-packaging] new package classicmenu-indicator" [Wishlist,Fix committed] [12:37] comment #23 [12:37] works for you? [12:38] seb128: perfect. Thanks. [12:38] yw, thanks for pointing it out ;-) [12:38] no problem. [13:07] infinity: Didn't our buildd chroot configuration use to preseed man-db/auto-update to false in the debconf database, to stop man-db bothering to update its database during builds? [13:07] infinity: I certainly put that in there for the benefit of buildds [13:15] * xnox ponders if mk-sbuild does that as well?! [13:21] cjwatson: psivaa just pointed out to me that the precise jobs are failing because report.html is just in pending, not in current [13:21] cjwatson: is it intentional that those are not copied over to current? [13:22] I thought it was just going to be a link actually [13:22] for example: http://cdimage.ubuntu.com/ubuntu-server/precise/daily/ === james_ is now known as Guest38807 [13:28] plars: not entirely intentional, but I'm going to have to regenerate those files - it can't be a simple copy/link because the set of architectures involved isn't necessarily the same [13:29] plars: however, you could avoid the job failure by switching the jobs over to look at pending rather than current [13:29] plars: which AIUI is the intention anyway [13:29] cjwatson: yes, indeed === greyback is now known as greyback|food === mmrazik is now known as mmrazik|otp [14:17] Daviey, ^^ those are the correct new versions for openstack updates; I notice other versions of keystone, nova and cinder in the queue from +1 month ago - those can be rejected please. [14:18] Daviey, there is also a quantum fix that could also do with accepting if possible === mmrazik|otp is now known as mmrazik === greyback|food is now known as greyback === barry` is now known as barry_ === barry_ is now known as barry [14:41] cjwatson: Probably not. Happy to twiddle that when I refresh the chroots. [15:34] hi, what do you think about bug #1158845? [15:34] Launchpad bug 1158845 in Ubuntu "[FFe] Pseudo sync nemo 1.7.2-1 from Debian unstable (in NEW queue)" [Undecided,New] https://launchpad.net/bugs/1158845 === mmrazik is now known as mmrazik|afk [17:18] Laney: I'm working on haskell-cryptohash/powerpc - making progress, slightly to my surprise [17:23] Oh hey, look at that, someone's logged into my machine. [17:24] oh, is that how colin gets powerpc hw ? =) [17:24] * xnox kept on imagining that there is a garage on greenend in cambridge full of machines of all architectures ever made. === james_ is now known as Guest92037 [17:25] jamespage: I think it will have to wait until Monday now. Don't really want to do anything taxing right now :) [17:25] fixed sha3; working on skein256 [17:25] Daviey, thats fine [17:25] (thought that might be the case) [17:29] xnox: Yeah, he's actually using two of my PPC machines right now... === yofel_ is now known as yofel [17:58] Laney: https://github.com/vincenthz/hs-cryptohash/pull/13 - I'm tempted to go ahead and upload that to Ubuntu; what do you think? [17:58] obviously aiming to get it into experimental too once it's accepted upstream, but I'd like to get our transition chart cleaner [18:06] ScottK, ping [18:06] olli: Yes? [18:07] ScottK, thostr_ and I wanted to discuss FFe https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1154229 with you [18:07] Launchpad bug 1154229 in unity-scope-gdrive "[FFE] New Unity Dash" [Undecided,Triaged] [18:08] there are imho 3 issues that we'd need your opinion on [18:08] OK. [18:08] * olli looks for his notes ;) [18:09] didrock's ppa has now the scopes changes as well as the in dash payments changes merged (now: for days) [18:09] in dash payments FFe https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1154176 [18:09] Launchpad bug 1154176 in unity "[FFE] Add payment preview for music" [Undecided,Fix committed] [18:10] the ppa is building against the raring trunk automatically [18:10] and updating itself [18:10] we still show a few regressions in the integration suite compared to 12.10 results [18:10] which the team is working on [18:11] (#1^) [18:11] issue #2: due to these failing integration tests we didn't get the packages to the -validated ppa to get more community testing [18:12] we had a few brave ppl look at it, but not what we'd expect from a proper testing done by balloons [18:13] issue #3: we are feature complete, but the overall bug situation is not satisfying (see https://bugs.launchpad.net/unity/+bugs?field.tag=100scopes) [18:14] traditionally, we'd now argue with you to just get it in [18:14] and fix bugs later [18:15] but we'd like to break with that tradition in favor of the user experience [18:15] ScottK, the big question is what options (if any) do you see [18:16] thostr_, did I miss anything? [18:16] olli: no [18:16] I've expressed my opinion that we're well past feature freeze and things like this should have been landed already. [18:16] What you're telling me reinforces that opinion. [18:17] and there is nothing I can say against that, unfortunately [18:17] I'm not sure what you mean by breaking that tradition. [18:18] I don't want to pull the sabdfl card and just push it in the state it is at right now [18:18] for Monday [18:18] which was our targeted landing date [18:18] Then I'd suggest waiting until you think it's mature. [18:18] ... which means a couple of more days or bugfixing [18:18] I think the preferred solution is to figure out a date that works for you to land it in a mature state [18:18] If Mark says it goes in, it goes in, so make sure you're ready for that to happen. [18:18] I am not worried about the Mark side [18:19] just trying to work with you guys to resolve this situation in the best way [18:20] I think anything after the end of next week would be insane. [18:20] However, Mark routinely approves stuff I think is just crazy. [18:20] So I don't know what to tell you. [18:21] well, ok [18:22] we are hitting the Easter Holidays in Europe next week and I believe didrocks is gone (he is on the critical path for us to land it) [18:23] Laney: I've just gone ahead. I think this is a fairly obvious improvement - we should be able to overwrite it with a Debian package soon enough [18:24] ScottK, we might have hit didrocks' EOD already [18:24] not yet, writing an email to sum up today's status :) [18:24] ha [18:24] olli: I don't know what to tell you. We have feature freeze for a reason and now you're running all over the kinds of problems that happen when it gets ignored. [18:24] ScottK: the thing is that we have some kind of raring + extension right now [18:25] which is the ppa [18:25] so, this is giving us a better feeling of what we are actually experiencing [18:25] and we rebase everytime we land an unity or any component that we touched in the distro [18:25] didrocks: I understand. The 100 scopes/Unity next thing is already approved by Mark. [18:25] ScottK: I would really prefer that we land with a better quality state than what we had in the past [18:25] The new payments stuff is not. [18:26] meaning "shipping something half working" [18:26] ScottK, my last concern was that dumping it in on Thu and then have everybody gone over the long weekend might not be preferable [18:26] and then "upload everydays to fix things" [18:26] I would rather prefer delaying a little bit and be more proud of the first shot [18:26] does this make sense ^ [18:26] ScottK: oh right, I've taken great care that we can revert the in dash payments [18:26] ScottK: no worry on that one :) just acting as Mark asked, to get it testing [18:26] Sure. [18:27] it will be reverted whenever we ship the 100scopes if there is no +1 [18:27] sorry if I was ambigous on that one [18:27] good catch didrocks [18:27] no worry ;) [18:27] ScottK: so now I think we want to have your tought [18:27] is it better to ship it on a hurry [18:27] just to "meat the deadline" (meaning what was written in the FFe) [18:27] And I hate to sound like a broken record, but my answer to "when should we land this" is "two weeks ago before feature freeze". [18:28] knowing that we will have to rush and get things "somewhat ready" later [18:28] or just delaying [18:28] I think it'd be better to plan on landing a mature product by feature freeze. [18:28] ScottK: we all agree on this, we can't deny it :) [18:28] so delaying by a few days and ensuring that the first shot will make us more proud of the delivery [18:29] Right. [18:29] scottk that's out preference and if that's ok with you then we'd like to go that way [18:29] olli: Which way? [18:29] what didrocks just said: rather delay and have the experience we want [18:30] than to dump something now to meet the deadline [18:30] olli: The bottom line is that you shouldn't knowingly ship broken code *and* if it's a new feature not already approved, you'll need to argue an FFe or sabdfl it in. How the timing for all of that works isn't really up to us, we're not writing the code. [18:31] olli: The deadling, as Scott said, is "two weeks ago", so you've already missed it. So, if you're going to get something sabdfled in, please make sure it doesn't suck. [18:31] s/deadling/deadline/ [18:31] which will translate in favor of "wait for some additional days and get the first shot in a better shape" [18:31] infinity, alright, that's the statement I was hoping to get [18:31] (not telling awesome, but better) [18:32] For things that haven't been sabdfled, "slip to next release" should be on the table. [18:32] Absolutely, yes. [18:32] cjwatson: Absolutely. [18:32] no such things here though [18:32] There absolutely is such a thing in Ubuntu. [18:33] here:=on my plate [18:33] Oh, I see what you mean. [18:33] OK. [18:34] alright, well, I wanted to reach out and do some better communication than in the past, thx infinity and scottk for your comments and help [18:34] Thanks. [18:34] I guess it's up to us now to deliver [18:34] and work on not having that type of conversation in 6mo [18:34] I think it's up to you to convince Mark if you think you've delivered. [18:35] Mark leaves that decision to me [18:35] so, I really wanted to make sure I don't screw up more with the release team [18:35] It takes him saying he's approved it for him to have approved it. [18:35] with an emphasis on "more" [18:36] ScottK, which is in place for 1154229, isn't it? [18:37] olli: Yes, but not for Bug #1154176 [18:37] Launchpad bug 1154176 in Unity "[FFE] Add payment preview for music" [Undecided,Fix committed] https://launchpad.net/bugs/1154176 [18:37] ScottK, true, that's a different story [18:37] https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1154176/comments/13 in particular. [18:40] So none of the payment stuff has a sabdfl override at the moment. [18:44] hi, I have a question concerning scilab [18:45] we had it hanging in proposed because it fails to build with a new matio also in proposed [18:45] Fixing that doesn't need an FFe. [18:45] now a few days ago someone uploaded a snapshot which has new features [18:45] which ftbs [18:46] should we remove the proposed version and instead fix what we have in release? [18:46] or now its to late, skip the ffe and fix what is in proposed? [18:46] Fix what's in proposed unless that's somehow a lot harder. [18:47] its probably easier [18:47] k, thx just wanted to check [18:47] thx [18:50] ScottK, ack at 1154176, will see if I can help that team [18:51] * olli waves goodbye [19:33] is there anyone here who can kill some in-progress builds in the kernel PPA for me? I just uploaded a package that supercedes it and I want to free the build resources [19:33] possibly. links? [19:34] https://launchpad.net/~canonical-kernel-team/+archive/ppa?field.series_filter=lucid [19:34] (in general #webops on internal irc is a quicker/better place to ask, but now that you've asked here ...) [19:34] 2.6.32-46.106 [19:34] oh, that's a devirt ppa? [19:34] 107 is uploading now [19:34] cjohnston: yes [19:34] you have to ask webops then - we don't have a webby/api cancel mechanism for devirt ppas [19:34] no [19:35] ? [19:35] cjohnston: thanks [19:35] I meant cjohnston [19:36] autocomplete fail [19:36] 1 + 2 + 3 + tab :-) [19:37] * ogra_ guesses sconklin simply didnt read xnox' blog :) [19:38] (xchat got a cj fix) .... but you need to set it manually if you used xchat before already [21:19] Huh. I learned something new today. Thanks, NEW queue. [21:20] no armhf ? :( [21:20] (libcangjie1 immediately made me think of Kanji and, lo and behold, Cangjie and Kanji are etymologically related) [21:20] ogra_: I let amd64 through early intentionally so linux-signed can build while I'm waiting on armhf. [21:20] ah [21:20] right, takes longer [21:36] infinity: is that a pinyin spelling? [21:36] apparently yes [21:37] slangasek: Yeah, pretty much everything I know about Chinese I know from Japanese, so it's fun to see the parallels in anglicisation of matching concepts. [21:38] btw, do we now all have to learn chinese ? [21:39] to read code contribution comments and the like ? [21:39] ogra_: You probably should have been doing so for the last decade or so, if you're keen on remaining relavant. [21:39] relevant, too. [21:39] ogra_: 没有 [21:39] argh [21:39] If you threw in the character for "horse" again by accident, I'm not reading that. [21:40] ha ! [21:40] now i know how no looks like [21:40] slangasek, thanks ! [21:40] :) [21:41] I don't even remember the phrase you munged in the meeting now. [21:41] Was it just short a stroke? [21:41] Whatever it was, it turned out rather. Uhm. Wrong. [21:42] yeah, it was short a stroke :) [21:42] 吗 vs. 马 [21:43] Which IME are you using? [21:43] Do we actually have something non-crap now? [21:43] ibus-pinyin [21:43] seems to work well enough [21:43] though kylin want to avoid ibus altogether in favor of fcitx, I don't know why :) [21:44] I haven't looked at all of this for ~5y or so, since I lost any need to write in Japanese, but it was all pretty unfriendly back then compared to Windows, and Windows was bad enough.