[00:07] in synaptic, i can click to see screenshot of apps [00:07] but alwyas it cant find screenshot for no apps [00:07] why? [00:10] smallfoot-: Try #ubuntu+1 for Maverick help. [02:16] any gcc wranglers in here? [02:16] have this program that breaks when compiling in -O3 [02:16] Better to ask the question you really want to ask, as the answer to that question is likely to be "no" :) [02:16] but unbreaks at -O3 -fno-inline-functions [02:17] don't run gentoo? :P [02:17] and a disassembly seems to indicate the inlined functions aren't using the right registers [02:17] this is on GCC 4.4 in Ubuntu [02:17] gcc 4.3 in Debian doesn't have this bug [02:17] you've tried it on other versions of gcc in ubuntu? [02:17] * kj4ohh used gentoo for a while a number of years ago, he remembers having to take a small vacation when installing things like OpenOffice lol [02:18] I haven't tried it on GCC 4.3 yet [02:18] (in Ubuntu) [02:18] Might try that. 4.5 could also be useful, depending. [02:18] 4.5 looks to be in maverick [02:19] okay, I'll have to up a machine to maverick [02:19] In a recent FTBFS that might have been toolchain, doko asked for an extracted minimal test case, so I presume that's a sensible first step if you want to fix the compiler. [02:19] If you want to just compile the app, just change the flags to work around the bug. [02:19] just wanted to see if the symptoms rang a bell to anyone [02:19] I didn't think -O3 was default usually? [02:20] if not, I'll keep investigating and hopefully find it's fixed, SRU-able, or I can write a meaningful bug report for it... [02:20] and no, -O3 is not default; this is the code for a course I'm TA'ing [02:20] aha [02:20] There's plenty of folk who have done tests that show that -O3 is only faster on certain revisions of Pentium 4 for i386. Haven't seen comparisons for other arches. [02:21] the reference platform is Debian, but kids playing on their own machines are using Ubuntu and finding that the code breaks in nonsensical ways. [02:22] hi, jdong :) [02:22] back to business, I see [02:22] hey Bachstelze :) [02:22] jdong: and you're pretty sure it's not a bug in the program being compiled? [02:22] eh for some definition of business that involves not having sleep and being a student again, one last time. [02:22] my experience is that's more common than gcc bugs, though of course it can happen [02:23] poolie: oh I don't rule out that it's PEBKAC but it'd be pretty weird PEBKAC [02:23] I'm exporting a copy of the tree and posting it... [02:26] http://stuff.mit.edu/~jdong/pentominoes.tar.gz [02:26] to see the bug, ./pentominoes -b '0,0 0,1 0,2 0,3' -p [02:27] add -fno-inline-functions to CFLAGS_RELEASE in the makefile and run again to see correct output [02:27] namely, adding the noinline attribute to board_set_square() fixes it [02:27] I wrote this sample code for the students, and don't really think I did anything terribly PEBKAC [02:28] (functions of interest are in pentominoes.c I should mention) [02:28] does that mean what i think it means? [02:28] 5-sided dominoes? [02:28] maco: nah, 5-unit tetris pieces [02:28] oh [02:28] maco: http://en.wikipedia.org/wiki/Pentominoes [02:29] maco: it's a variation of the pentomino tiling puzzle, where you must use all 12 pieces to fill a 8-by-8 board [02:29] except in this variant, the board is toroid, so pieces wrap around the edges, like snake :) [02:30] O_o [02:30] the solver that I provided them uses horribly-performing data structures and overly abstracted piece representations, and the students' task is to make it perform better :) [02:30] namely, the board is a char[8][8] ;-) [02:41] FWIW, it's broken in gcc 4.4 on Maverick too [02:42] I mean, looking over the code, between solve() and board_set_square()... I don't think I did anything that's not basic C [02:42] in this case I'm prejudiced to blame the optimizer ;-) [02:48] If you did things in a way that most folk might find in need of code changes due to poor design, you may only have limited sympathy from the toolchain folk :) [02:49] hahaha [02:50] in this case one can argue it's not poor design but simplicity ;-) [04:10] bug 643168 is another proof that gnome is dumb [04:10] Launchpad bug 643168 in gnome-color-manager (Ubuntu) "gcm-prefs tries to install nonexistent shared-color-targets" [Undecided,New] https://launchpad.net/bugs/643168 [04:10] g-c-m wants to install a package that only exists in github [04:11] For maverick, probably best to patch out that preference. For natty, maybe package the missing bit? [04:17] probably [04:17] it's also in Lucid [04:17] Nothing safe to do for lucid at this point. [04:18] Patching it out is invasive enough to get rejected as an SRU, and new packages are never accepted. [04:18] * Bachstelze nods [04:18] I suppose someone could package for natty and backport to lucid, but that's only going to help some users. [04:21] Yes, but that's probably the lowest risk solution. [04:23] someone has it on a PPA, he could also have filed a bug... [04:24] Bachstelze, Often it's best to presume that folk don't always know how, or have time. Maybe you could use the PPA version to start a process for natty, and backports? [04:24] And collaborate with the PPA person to pool efforts and make sure it works well? [04:28] better get it pushed to Debian before I guess [04:28] That sounds like a good plan to achieve the get-it-into-natty step, indeed. === Amaranth_ is now known as Amaranth [06:06] Hello [06:06] LP #640567 [06:06] Launchpad bug 640567 in swt-gtk (Ubuntu) "Candidate revision 3.5.1+versionbump-5ubuntu1" [Undecided,New] https://launchpad.net/bugs/640567 [06:10] AnAnt:that's in main, you'll have to ask in -devel and it needs a release team ack [06:11] ok [06:14] Why is it in main? Doesn't seem to be in any tasks. [06:14] !info swt-gtk [06:14] Package swt-gtk does not exist in lucid [06:15] ?! [06:15] it is in lucid [06:15] It's a source package. The bot only looks for binary packages. [06:15] !info src:swt-gtk [06:15] Package srcswt-gtk does not exist in lucid [06:15] swt-gtk | 3.5.1+versionbump-2ubuntu3 | maverick | source [06:18] persia: no idea :) [06:18] no MIR that I can find [06:20] If I wasn't more interested in making "universe" go away entirely, I'd be tempted to go try to pull everything out of main. As it is, my desire is rather to move everything in universe into main wholesale. [06:21] persia: and what would become of MOTUs then ? [06:21] Masters of the Unseeded :D [06:22] Indeed. [06:22] but what would that actually accomplish? [06:22] Acronym doesn't change. Activities don't really change. Confusion about components goes away. [06:23] yeah, mainly the component shuffling, also, when something is dropped from a seed, then MOTU automatically (more or less) would get to upload again, whereas now, it's a manual process, right persia? [06:24] superm1, The main issues are semantic: there are lots of folks who avoid "universe" because it's "unsupported", not being aware that there's plenty of software in universe that is supported, and plenty in main that isn't. [06:25] There's also a lot of workaround code to enable or disable universe for various things in various places which ends up being a crude hack, essentially, and some wide number of bugs because things got handled wrong. [06:25] isn't that type of line more blurred to the general user with software center though? [06:25] In theory, kinda, except in execution, the use of "Supported" happens to be aligned with "main", and lots of folk still talk about stuff on the internet. [06:26] blurring that line in the tools was one of the steps that had to be accomplished to making it go away. [06:27] Back when "main" represented one flavour, the use of MIRs was helpful to decide what would and wouldn't ship in a context. This got more confusing with two flavours, but the DE variation made overlap narrow. These days, a critical MIR for one flavour can change behaviour in another in an undesireable way. [06:27] there are unsupported packages on main ? [06:28] And the outdated concept of "main"/"universe" hides this to a certain degree, as many folk remember when it was useful. [06:28] AnAnt, Remember sl-modem, and how it got out of main, and why it went back in? [06:28] so what's the role of main then ? [06:28] There's lots more stuff like that. [06:28] persia: the only good thing about MIRs is the security review before being seeded [06:28] persia: yeah, that's why I am confused now [06:28] "main" used to be the stuff Ubuntu supported, and then it was the stuff Canonical supported, and now it's kinda meaningless. [06:29] micahg, Then why not insist on security review *at seeding time*, rather than for something else? [06:29] then why don't Ubuntu just do like Debian: main contrib & non-free [06:29] well, it's still the stuff that Canonical is supposed to support, but whether or not it happens is anotehr story [06:29] persia: I think it's a great idea :) [06:29] micahg, It's not even that. Ask someone at Canonical. There's plenty of stuff they support in universe, and plenty they don't support in main. [06:30] (for one or another value of "support", and depending on who you ask) [06:30] And it's not my idea: it's "Archive Reorganisation", as has been ongoing for the past couple years :) [06:30] persia: I guess my only experience in this regard is with Seamonkey and they tell me I have to do the testing [06:31] AnAnt, I believe the current consensus is to have "main" "restricted-firmware", "restricted-software". [06:31] persia: restricted-software = contrib + non-free ? [06:32] No. [06:32] restricted-software == multiverse [06:32] Well, and maybe some stuff from restricted, if there's any non-firmware there. [06:32] aha, got the point [06:33] well, that's a nice idea [06:36] so where can I get a list of current package sets ? [06:37] LP API has them. [06:37] They are starting to get exposed in other places in LP, but slowly. [06:40] persia: LP API is in /usr/share/pyshared/launchpadlib/ ? [06:47] https://help.launchpad.net/API : much of it is exposed by launchpadlib, but maybe you prefer Java, or maybe something was exposed that isn't seen, etc. [06:47] AnAnt: help.launchpad.net/API === nxvl_ is now known as nxvl === hannesw_ is now known as hannesw [08:13] Does anyone know why libunwind is built on such a narrow set of architectures? Seems to build for some others, and some stuff seems to build-depend on it. === hrw|gone is now known as hrw [08:31] <\sh> persia: not again libunwind...I thought the only rdepends is the google perftools [08:31] <\sh> moins btw [08:37] \sh, Hey. Might be: that's the FTBFS for which I saw it. Still, only works on half our architectures, for reasons I don't understand. [09:10] <\sh> persia: if google perftools is in ftbfs state, try to rebuild it [09:11] Can't: no libunwind for armel/powerpc [09:12] Hrm, actually, maybe I just need to change [!i386] to [amd64 ia64 ppc64] ... [09:12] * persia will try that later [09:12] <\sh> persia: nope..I think libunwind and google perftools are only buildable on i386 and amd64 [09:12] <\sh> I think it's in the debian arch build file...what's the name of it again? ;) [09:13] Pas [09:13] P-a-s, rather [09:13] * persia is more than happy to override P-a-s, but believes it not to be set in this case, as there was a failed powerpc build (and powerpc is built on Debian) [09:14] But, yeah, fixing google-perftools to have better build-depends means I don't need to understand why libunwind is annoying. [09:29] <\sh> I don't touch it anymore...the last debdiff with a buildfix came from fedora, and there was a discussion about -U_FORTIFY_SOURCE [09:29] <\sh> s/fedora/upstream/ [10:01] bdrung_: I'll process u-d-t today, so you can sync it shortafter [10:26] DktrKranz: thanks [10:29] bdrung_: I've already uploaded it, expect it to be in incoming in ~4 minutes [10:29] DktrKranz: yes, i saw your mail === ivoks-afk is now known as ivoks === BlackZ_ is now known as BlackZ === rgreening_ is now known as rgreening [13:42] hu === ivoks is now known as ivoks-brb [15:52] ScottK: could you take a look @ bug 524341 ? is it ready for upload? [15:52] Launchpad bug 524341 in amavisd-new (Ubuntu Maverick) "Add amavisd-new-postfix package" [Wishlist,Confirmed] https://launchpad.net/bugs/524341 === ivoks-brb is now known as ivoks [16:05] didrocks: Hey. Have you got my mail? [16:05] RainCT: yes, I received it, I think that's something doable. Do you mind if I upload on Wednesday? Quite busy there and I think we will upload to new zg version [16:07] didrocks: Okay, cool. [16:08] RainCT: thanks ;) [16:11] didrocks: Do you prefer to take care of the packaging yourself? I could also push an update to Debian with any patches you'd like (experimental already has the latest release) [16:36] DktrKranz: you uploaded u-d-t too early. i found an bug in sponsor-patch [16:37] d'oh [16:39] DktrKranz: i pushed the fix [16:41] bdrung_: are you a DM, aren't you? [16:41] DktrKranz: yes, i am [16:41] if you want to add yourself in uploaders, and DM-U-A field, could be fine [16:42] DktrKranz: you should add the DM-U-A field [16:42] (according to the wiki) [16:42] nice deal [16:42] doing [16:43] DktrKranz: the question is: does murphy's law apply. if we release 0.103, a new bug will be found. if i wait some time to catch more bugs, no bug will be found. [16:43] s/apply./apply?/ [16:44] if you wait indefinitely then there will be no bugs at all [16:44] and no users, ... [16:44] that reminds me of dak package [16:45] Laney: if i wait indefinitely, all user will complain about bugs ;) [16:46] let's hope that release early, release often is the right approach [16:46] There's always bugs. Not all bugs are serious enough to deserve a new release. [16:46] murphy's law related to debian archive: a new bug happens as soon as process-upload just scanned your package [16:49] bdrung_: btw, DM-U-A field set, and you're on Uploaders now [16:50] also, debian #594424 could be worth fixing [16:50] Debian bug 594424 in ubuntu-dev-tools "brittle implementation of ubuntutools.misc.host_architecture()" [Normal,Open] http://bugs.debian.org/594424 [16:51] RainCT: I'll take care of it, no worry. We have to find a worflow for using the same branches btw. [16:51] RainCT: just like I'm in super-busy mode until hard freeze ;) [16:51] final freeze isn't hard? :-o [16:52] DktrKranz: do you have time to fix that? [16:53] yes [16:53] doing tests on real hardware now [16:54] DktrKranz: pushed === hrw is now known as hrw|gone [17:11] geser: import-bug-from-debian doesn't have a man page [17:13] bdrung_: committed [17:13] usr/bin/sponsor-patch [17:13] neither [17:14] DktrKranz: i know [17:15] DktrKranz: maybe we should ad both man pages before uploading 0.103 [17:15] ack [17:16] bdrung_: opinions on debian #584556 ? [17:16] Debian bug 584556 in ubuntu-dev-tools "Assumes graphical browser" [Minor,Open] http://bugs.debian.org/584556 [17:16] I don't really imagine how to handle that [17:17] ask the user to visit the URL themselves [17:17] instead of opening their browser [17:18] that would be a solution [17:20] a functional workaround, at minimum [17:22] most OAuth programs have a separate step for launching the browser [17:22] another idea could be to wait, say, 5 seconds before launching the browser [17:23] that's a pretty grim solution [17:23] i'd rather require another confirmation than that [17:23] mmh, yeah [17:24] a second "press enter to actually launch the browser" could go [17:24] really I'd just give the url [17:24] but maybe I'm old skool [17:25] * DktrKranz is used to copy&paste too [17:25] reasonable terminals will make it clickable [17:26] mmmh, just giving the URL seems not enough, as I believe it does additional tasks after browser is launched, and Enter is pressed [17:27] not sure [17:27] seems that comes from lplib anyway [17:28] yeah [17:28] just seen that [17:28] reassign ;) [17:28] ok, let's also ping python-launchpadlib maintainer... DktrKranz: your turn :P [17:30] DktrKranz: i have opened bug #643691 [17:30] Launchpad bug 643691 in ubuntu-dev-tools (Ubuntu) "FFe: Please sync ubuntu-dev-tools 0.103 (universe) from Debian experimental (main)" [Undecided,New] https://launchpad.net/bugs/643691 [17:31] DktrKranz: according to ScottK the new scripts should be tested by other than the script write. can you test wrap-and-sort and sponsor-patch? [17:35] bdrung_: I'll happily ack sponsor-patch [17:37] tumbleweed: what do you meant with ack in this context? [17:38] bdrung_: "should be tested by [someone] other than the script write[r]" [17:38] k [17:46] Hi! I'm a C programmer who's been using ubuntu for over a year. I have a launchpad account for bug reports, but I'd like to contribute more. How do I start? [17:47] aBaldrich: there's not much C in Ubuntu proper, but you can always contribute upstream [17:47] !contribute | aBaldrich [17:47] aBaldrich: To contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate [17:47] thanks :) [17:48] Bachstelze: there are many C apps in Ubuntu. [17:48] tumbleweed: there is more work: bug #643691 [17:48] Launchpad bug 643691 in ubuntu-dev-tools (Ubuntu) "FFe: Please sync ubuntu-dev-tools 0.103 (universe) from Debian experimental (main)" [Undecided,New] https://launchpad.net/bugs/643691 [17:49] bdrung_: thanks [17:49] AnAnt: for what? [17:49] bdrung_: swt-gtk [17:49] AnAnt: you're welcome [17:53] tumbleweed: do you have time for more work on u-d-t? [17:54] bdrung_: just about to start a loco team meeting, but otherwise I do have, yes [17:54] tumbleweed: the package lacks two man pages and i don't like writing those... [17:55] hah! [17:55] I'll have a look later [18:22] YokoZar, here? === ivoks is now known as away === away is now known as ivoks-away === ivoks-away is now known as ivoks === ivoks is now known as ivoks-dinner [20:02] lucidfox: Nice blog post. [20:03] ScottK> Thanks! Been brewing in my head for a while :) [20:04] which blog? [20:04] I've also been thinking of writing a post encouraging Ayatana to be to GNOME what Ubuntu is to Debian, but I don't think that sugestion would meet much success [20:04] ari-tczew>my latest Planet Ubuntu post, http://lucidfox.org/posts/view/623 [20:06] lucidfox: I think it gets caught up in corporate politics. As I dimly understand it, "Upstream Gnome" decision making is dominated by Red Hat and so the chances of a lot of cooperation are low. [20:07] Well, last time a project was perceived as stagnating and suffering from lack of a vision, it resulted in the birth of a new project called... Ubuntu [20:29] lucas: the question is whether upstream GNOME (lead mostly by RH) is going to be interested in ayatana bits. [20:29] seriously [20:29] i can nevee catch her :D [20:30] time to enable part messages [20:30] kklimonda: not that I think that would be the audience... as little as ubuntu is targetting DDs [20:31] Nafallo: what do you mean? [20:32] kklimonda: oh. I completely misread the nick you where targetting and hence the reply was aimed for a completely different discussion. sorry :-) [20:32] ah, now it makes more sense :) [20:33] heh [20:34] kklimonda: hi. what about patch for g-s-d? is it going to be in maverick as upstream, or do we need to add patch manually? [20:34] ari-tczew: it got applied by the upstream already === warp11 is now known as warp10 === ivoks-dinner is now known as ivoks [22:29] Do I need to do anything process wise to upload the fix for bug 643896? [22:29] Launchpad bug 643896 in bughugger (Ubuntu Maverick) "bughugger crashed with ImportError in ()" [High,Triaged] https://launchpad.net/bugs/643896 [22:33] bdmurray: this is universe. if you have tested patch, you can push it [22:37] highvoltage: ping === ivoks is now known as ivoks-afk