=== yofel_ is now known as yofel [00:42] Hello. Sorry for dropping in but by accident I noticed that Ubuntu (in all version but Oneiric Ocelot) contains versions of libgee with known bugs. I don't know the Ubuntu policy but I'd highly recommend to upgrade to 0.6.2.1 [which contains bugfixes to 0.6.1, 0.5.3 and 0.5.0 which are in Natty Narwhal, Maverick Meerkat and Lucid Lynx respectively]. [00:49] slangasek: Re: bug #851947 - the multiarch mesa DRI drivers aren't installable as libdrm-intel1 grew a dependency on libpciaccess0, which I multiarched and is in Sid now, but I didn't notice that it wasn't in Ubuntu. [00:49] Launchpad bug 851947 in ia32-libs (Ubuntu Oneiric) "/usr/lib32/libGL.so.1 prevents Doom 3 from starting" [High,Confirmed] https://launchpad.net/bugs/851947 [00:49] slangasek: If we're going to remove mesa from ia32-libs (which seems reasonable) that might mean we want to sync libpciaccess from Sid. [00:50] RAOF: heya [00:50] mbiebl: Yo. [00:50] got my colord bug report? [00:51] would be cool if you can update it, I'm currently working on g-c-m 3.2.0 [00:51] I can send you a debdiff for colord 0.1.12 if that helps [00:52] It's ready and waiting in collab-maint git; I just haven't done the sponsor dance yet. [00:52] ah, great. [00:52] * RAOF needs to go for DM [00:52] let me take a look [00:52] I'll sponsor it for you, if you don't mind [00:53] I don't mind at all! [00:54] ok, will take a closer look tomorrow [00:55] * mbiebl → bed [00:57] RAOF: a few quick comments: [00:58] Shoot. [00:59] the if ! getent group scanner >/dev/null; then [00:59] checks are unnecessary [00:59] adduser already does the right thing [00:59] and adduser --system already creates the corresponding group [00:59] so no need to split that [01:00] Since when does adduser exit 0 if a group exists? [01:00] I've always done "getent blah || adduser", because it choked if you didn't. [01:01] I don't know the version number [01:01] http://wiki.debian.org/AccountHandlingInMaintainerScripts [01:03] RAOF: forgot to add adduser --system *--group colord* [01:03] will create the corresponding group [01:03] :) [01:04] I'm happy to make those changes if you like. [01:05] regarding the dependencies of libcolord-dev [01:05] does pkg-config still choke on missing requires.private deps? [01:05] I thought that was fixed and only required for static linking [01:07] It does, or at least did. [01:09] The gnome-control-centre / g-s-d plugins failed to build without those extra dependencies.\ [01:10] RAOF: I've not proposed removing mesa from ia32-libs, only putting it back where it's not on the default path (because the way it was put there was broken) [01:11] slangasek: Ah, ok. Good. [01:12] RAOF: hm, with PK support disable and instead using at_console, isn't there a problem with everyone being able to install profiles system wide? [01:12] and at_console is something we actually want to get rid of [01:12] not use instead of PK [01:13] That's the existing PK behaviour; they're all yes. [01:13] auth_admin_keep [01:14] is for org.freedesktop.color-manager.install-system-wide [01:14] *facepalm* [01:14] * RAOF missed that. [01:14] I've got a PolicyKit patch that removes the limitation which makes it unusable for unprivileged daemons, so polkit 0.103 should support this. [01:15] argh, polkit 0.103 has dropped libpolkit-gtk [01:15] so I can't upload it to Debian just yet [01:16] I don't see that in the git log? [01:17] Are we talking about the same thing? [01:18] meh, was looking at pk-gnome [01:18] In fact, I see exactly one non-version-bump commit between 0.102 to master :) [01:18] definitely bed time for me [01:18] can I catch you on irc tomorrow? [01:19] Yes. [01:19] I'll be here from ~7:30 UTC+10 [01:20] ok, cu then [01:47] Hey guys, I maintain the scim package in Debian and I'm trying to get it to support multi-arch. Is there a way to get the equivalent of $(dpkg-architecture -qDEB_HOST_MULTIARCH) on a user system without having dpkg-dev installed? [01:47] #multiarch is quiet so I hope somebody can enlighten me here? [01:50] I would like to create an updated lilypond deb. How do I do so? [01:51] Is there a tutorial somewhere? [01:51] clahey: "pull-lp-source lilypond && cd lilypond-* && echo "make changes here && pdebuild" [01:52] that's the really short version. a more elaborate version depends on what you already know ;-) [01:52] in essence, get the source, hack away, build, test, repeat [01:54] pdebuild? [01:54] Laibsch: I don't believe so, although you could maintain your own set of arch ? multiarch tuple mappings I guess. What do you want it for? [01:54] Is there a maintainer for lilypond? [01:56] RAOF: thank you for your reply. I recently updated scim because the multi-arch stuff caused a FTBFS. But now I get a regression because the program looks for plugins in the non-multiarch location. [01:56] http://paste.debian.net/132934 is what I supposed for a fix but jwilk correctly pointed out that this could lead to another regression in certain situations. [01:57] assume an AMD64 host which has i686 input methods installed. Those will be valid candidates due to the wide-ranging asterisk condition in that patch. [01:58] Laibsch: Oh, super fun. [01:58] I want to replace /*/ in that patch with /$DEB_HOST_MULTIARCH/ as in http://paste.debian.net/132936 [01:58] Laibsch: This is an arch: any package, right? [01:58] but http://paste.debian.net/132934 would introduce a dependency on dpkg-dev [01:58] Laibsch: Can you not just generate that script (or reference DEB_HOST_MULTIARCH at those points, and set it at the top of the script) at package build time? [01:59] I don't maintain the other packages [01:59] jwilk also suggested to deal with the problem at build time [01:59] but then I was the one to object ;-) [02:00] scim binary package is MA:foreign (as per slangasek's suggestion), so that AMD64 host could have an i686 package of it installed. [02:00] I'm sure I'm not going to be the only one with this issue in the future, so I assume there will be a general solution eventually [02:01] Well, I think yours is a pretty special case; most plugin systems will hardcode the directory at build time. [02:01] which was what we did so far [02:01] There may be other cases like it, but I wouldn't expect too many. [02:01] but I think multi-arch breaks that [02:02] No? [02:03] I think this issue will arise for any binary that has a) plugins and is b) MA:foreign [02:03] plugins as separate packages [02:03] MA: foreign means that it can *satisfy* dependencies, right? [02:03] MA:foreign means that the build host's arch is irrelevant [02:04] My understanding is that foreign means that an AMD64 host can install an i686 version of the scim binary package [02:04] => build host and user host have no relation at all [02:04] Well, an AMD64 host can *always* install an i686 version of scim. [02:04] take another arch [02:05] it's the only two I can come up with now ;-) [02:05] An AMD64 host can *always* install an armel version of scim. [02:05] Update My understanding is that foreign means that a sparc host can install an i686 version of the scim binary package [02:05] What MA:foreign means (IIUC) is that an i386 scim package can satisfy *dependencies* for an amd64 package. [02:05] yes [02:06] See what python's doing with this; they're in essentially the same boat. [02:06] enlighten me, please [02:07] am I completely wrong in assuming that build host arch doesn't necessarily equal user host arch in case of MA:foreign? [02:08] s/assuming/deducing/ [02:11] If scim is built on amd64 (and contains native code) then there's no point in looking anywhere but /usr/lib/x86_64-linux-gnu; it won't be able to load i386 plugins. Similarly, for i386. [02:14] Python is in the same boat; I'm not familiar with exactly what they do, but that's what I'd look to. [02:15] I'm wondering about the MA:foreign setting for the scim binary package. I guess what slangasek meant is that for compile-time purposes and armel binary on an amd64 host is OK. But I cannot think the same is true for running any binary inside the scim package. [02:15] the amd64 host would need the amd64 binary package, right [02:15] Laibsch: https://wiki.ubuntu.com/MultiarchSpec#Extended_semantics_of_per-architecture_package_relationships might be what you're after. [02:25] slangasek: RAOF: uploading an ia32-libs that reverts the libGL links right now, which should break mesa [02:36] RAOF: multi-arch is mostly concerned about compile-time, not necessarily run-time right? I don't think the scim-binary package is a compile-time dependency for just about anything, there's libscim-dev for that. [02:36] No, multiarch is runtime. [02:37] As in: install $FOREIGN_ARCH packages on $NATIVE_ARCH, and have them work at runtime. [02:37] (Compile time is a nice side-benefit) [02:37] but if anybody were indeed to ever install the scim binary package on a host that differs from the build-host the binaries inside the package would not run, right? [02:37] OK [02:37] Speaking of multiarch: https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/852101 [02:38] Ubuntu bug 852101 in wine1.3 (Ubuntu Oneiric) "32-bit applications do not start on 64" [High,Confirmed] [02:38] apparently not having any multiarch libs causes problems now [02:38] RAOF: I see. Then I think the issue I raised will eventually come up. And I don't think it's the same as the python case. But this stuff gets my head spinning. [02:39] YokoZar: multi-arch is new. There's going to be lots of wrinkles iron out. I suppose by 12.04 things should look much better. [02:42] Laibsch: I guess I'm not entirely sure why you'd set MA: foreign for scim. [02:46] because the master himself AKA slangasek told me so ;-) [02:47] Laibsch: Multi-arch has nothing to do with build-time (except for the part where we have to mangle toolchains and packages to deal with things moving), it's all about run-time [02:49] Laibsch: What "MA: foreign" means is that it can be installed on a foreign arch (say, i386 on amd64, or arm on i386, thanks to binfmt_misc emulation), but can't be installed with itself. [02:49] Laibsch: As opposed to MA: same (which multi-arched libs have), which can be installed on foreign arches, but don't conflict with themselves. [02:49] infinity: *And* that it'll satisfy cross-architecture dependencies, right? [02:50] Laibsch: (And same can only be used to satisfy deps from the same arch, foreign can stisfy deps from another arch) [02:50] RAOF: Yeah, I was getting there. :) [02:50] RAOF: The names relate more to the dependency issues, but most people understand the other concept better, so I start there. :P [02:51] And MA: foreign doesn't actually allow you to install on a foreign arch; you can do that anyway. [02:52] At least, I'm pretty sure you can, as long as the dependency chain is either (a) disjoint from any native dependency chain, or (b) multiarched. [02:52] Well, fair point. [02:57] YokoZar: Sounds like wine's messed up its deps, then. :/ [02:59] infinity: I'd be lying if I claimed that this is easy for me to understand. Let me try to summarize. [02:59] scim binary package is MA:foreign and thus only one version of the package can be installed at any one time. [02:59] but it can be a foreign or the native arch. [03:00] if foreign arch, will the binaries run correctly or not? [03:00] slangasek: Painfully late in the game for this, but probably low impact. How would you feel about an ia32-libs-multiarched metapackage (i386-only) that depends on everything that's been removed from ia32-libs since the MA adventure started, and ia32-libs can depend on it? So, no surprises for upgrades. [03:01] Laibsch: Whether they can run or not is up to the sysadmin, not you. They could be i386 on amd64 (which will work), they could be emulated (which might work)... [03:02] Laibsch: I can run several architectures on my laptop emulated, and two natively. [03:03] Laibsch: Packaging tools will not satisfy a dependency with an "MA: foreign" package from another arch if one is available for the native arch, and even then, you nominate your foreign arches in a config file, so it's not like apt will just run off and grab a Sparc binary for you and then laugh when it doesn't work. ;) [03:06] slangasek: Seeing "solutions" thrown around like "install skype:i386, it will restore all your missing 32-bit libraries!" makes me think an ia32-libs -> ia32-libs-multiarched hack is slightly less icky than it sounds, as a migration path anyway. [03:08] infinity: I understand that obviously the native arch version will be preferred. But for the sake of understanding, I was wondering for example what happens if for whatever reason a foreign arch gets installed. [03:08] Whether or not the binary actually runs depends on the support for the foreign arch on the host? Support for the foreign arch can either be native or emulated? [03:09] Man, this is heavy stuff, gets my head spinning. (But it did for jwilk as well, so I don't feel bad ;-)) [03:12] Laibsch: Yeah, if you nominate a foreign arch in your dpkg configs, it's up to you to make sure it works. [03:12] Laibsch: We turn on i386 on amd64 by default because we make that work, other whacky combinations are left to users to work out. [03:13] I see [03:13] I didn't know that an arch has to be specifically turned on to become installable [03:13] Aye. [03:13] adconrad@cthulhu:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch [03:13] foreign-architecture i386 [03:14] ^-- For instance. [03:14] That one is set up on install or upgrade to oneiric on amd64 machines. [03:15] OK. Let me log into a Debian unstable pbuilder to see what I find there. RAOF mentioned this earlier, but I wonder what happens if I mix an i386 plugin package with an amd64 scim package on an amd64 host, for example? [03:15] infinity: can you tell me more about the laptop you mentioned earlier and the arches it supports? [03:16] Laibsch: Assuming the plugins are DSOs, that sort of mixing and matching isn't going to work. [03:18] Laibsch: As for the laptop, it supports (in theory) amd64 and i386 natively, and everything that qemu-user-static supports for virtualisation. Due to some issues with some architectures having overlapping loader locations, that's not actually completely true yet, though. [03:18] Laibsch: But I run ARM binaries on it with no issues, for instance. [03:19] s/virtualisation/emulation/ [03:19] It's late, I can't brain anymore. [03:45] infinity: what is preventing the user from attempting to install a mix and match even in case of DSOs? [03:46] Sane dependencies of some sort, I suppose. [03:47] Not sure how most DSO maintainers deal with it so far, TBH. [03:47] In the usual "applications and libraries" sort of scenarios, the applications are MA: foreign, and the libraries are MA: same, so any app->lib (or lib->lib) deps will be met by same-arch libs. [03:49] In a DSO situation, you may well need to look at it a bit backward, and treat the application that allows plugins as a library. I'm not sure if we have any good examples of this just yet. [03:49] Or actually, no. [03:49] Or, yes. ;) [03:49] I'm still trying to figure out if it's completely impossible that a user will install (and attempt to run) for example: amd64 host, scim is i386 and input method plugin is amd64 [03:50] Yeah. Since the dep only goes one way (DSO->app), it gets messy. :/ [03:50] Do the DSOs depend on scim, or on libscim? [03:50] If I hardcode the build-host into the path were scim will look for plugins (suggestion jwilk) that would be i386 one, and not find a valid plugin in this case. [03:50] Depending on libscim would solve it, since the library should be MA: same when multiarched. [03:51] Laibsch: And, a random one (scim-hangul) seems to depend on the library. [03:52] Laibsch: So, yeah. If all DSOs depend on libscim, then if libscim is multiarched with "MA: same" (as a multiarch lib should be), your whole stack will be forced to match by the packaging system. [03:52] Or. I guess you could still have both libscims installed, an i386 scim, and a few amd64 DSOs, eh? :P [03:53] Maybe a perfectly valid reason to not multiarch the package at all. :P [03:53] * infinity ponders this more. [03:53] this is way over my head :-P [03:54] I am not maintainer of the plugins, so I can never be sure on what they depend on [03:54] and I thought I remembered that most of them depend on scim directly [03:54] scim-bridge-agent is one of them (although a bad example) [03:55] Well, it also depends on the library too. [03:55] scim-modules-socket depends on the lib [03:55] But yeah, that still doesn't resolve your concern. One could have a bunch of DSOs installed for the wrong arch and they'd just not be found. [03:56] this seems to be such corner case, one which may never materialize [03:56] and which may even be impossible [03:56] Well, the real answer may be that it doesn't matter. If the user chooses to install mismatched IMEs, maybe they have some weird reason to do so. [03:56] I only want to understand a bit more before consciously taking the plunge [03:56] if things go wrong I can always point fingers at jwilk [03:56] and you :-p [03:57] But having your DSOs in an arch-specific path would help to at least have them not even found, rather than attempt to load and fail. [03:57] yes [03:57] I think assuming build host for whatever scim package is installed determines lookup path for the modules should be a valid approach [03:58] thank you for your time and insight, infinity [03:59] Yeah. Now you have me trying to think of a foolproof way around this, though. [03:59] When I should be relaxing and/or sleeping. :) [03:59] hehe [03:59] So, thanks for that. :P [04:00] I'm glad you can't touch me [04:00] and over here it would not be a concern, bright daylight! [04:04] infinity: I agree with your suggestion to slangasek about a transitional package btw, or at least some sort of intelligence in update-manager/software center [04:04] Laibsch: Pretty much the most evil thing I can think of would be for scim to provide scim-$arch, and have the DSOs depend on scim-$ARCH, but I still feel like I'm missing sometihng. (of course, just as simple is to not multiarch it at all, but I assume someone wants the library multiarched, at least, to allow for a dependency chain to be MA) [04:04] YokoZar: A packaged solution is always better than an installer hack. [04:05] YokoZar: Since the latter only works for people who use the one upgrade method. [04:05] infinity: but I'm not sure why Wine is breaking in this regard because it shouldn't be linking anything from the i386 multiarch folders in its configure/build (indeed they aren't even available at build time) [04:05] YokoZar: Yeah, I'm not sure why wine breaks either. It doesn't break here, but I have a ton of :i386 stuff installed. I could yank it all out, I guess. :/ [04:05] YokoZar: Either way, I think ia32-libs just randomly dropping libraries on the floor is non-obvious. [04:05] infinity: the reason I got started with multiarch on this package was an FTBFS. The fix for it introduced a regression. My concern is now to fix the regression the best and most robust way possible. [04:06] YokoZar: Do you have a concise list of libraries dropped from ia32-libs sine MA began? [04:06] s/sine/since/ [04:06] infinity: I suspect that's the reason we missed this particular bug as well, cause all of us concerned HAD multi-arch packages enabled [04:06] infinity: they should all be enumerated in the ia32-libs changelog [04:07] Speaking of which, Oneiric Wine actually builds with a couple less features than Natty Wine because those packages were dropped from ia32-libs :/ [04:07] Nothing too important though [04:07] YokoZar: I'd love you forever if you could make the aforementioned ia32-libs-multiarched metapackaga and a matching ia32-libs upload to depend on it. I'd review it in the morning and rubber-stamp it if Steve doesn't threaten to kill me. [04:09] YokoZar: I assume the ultimate solution here is to drop wine from amd64 entirely, right? [04:09] infinity: I assume I avoid stepping on cross-architecture-dependency-nono by making ia32-libs-multiarched i386 only, MA:foreign, and having ia32-libs depend on it yes? [04:09] YokoZar: (In fact, why haven't we?) [04:09] YokoZar: Yeah, same trick we pull with flash-* [04:09] YokoZar: amd64 package depending on something that only lives in i386. [04:09] YokoZar: Which is also how I assume you'd do a smooth transition to "oops, wine doesn't exist on amd64 anymore". [04:10] infinity: 64-bit Wine complicates this [04:10] Oh, derp. 64-bit Windows. Right. [04:10] Somehow, that didn't even cross my mind. [04:10] infinity: There was going to be this weird transitional state this cycle where Wine needed to be split into two separate packages and it didn't happen [04:10] infinity: But more importantly, not all of Wine's deps are multiarch enabled [04:11] Check. [04:11] So next cycle :P [04:11] Early next cycle, I hope. [04:11] Yeah me too [04:11] I'm not okay with wine being even remotely broken and/or a joke in an LTS. [04:12] People downplay its important a lore more than I'd like. [04:12] (And this is from someone who runs no win32 software) [04:12] s/important/importance/ [04:12] This UDS Steve and I are gonna play a hand of poker to decide who gets to be the one to make the final "ia32-libs removed forever" upload [04:12] While you're fighting for the honor, I'll upload. [04:12] <3 [04:12] Haha. Just one? [04:12] Perhaps we should have a lottery... [04:13] Sure, but which archive admin gets to lp-remove-package it? :-) [04:13] I'll have a loop running on ftpmaster. [04:13] Poor cocoplum. [04:13] Check for (conditions); remove ia32-libs [04:15] Good morning [04:15] [ "$ANYTHING_GOOD_ON_TV" = "false" ] && CONDITIONS=perfect [04:15] pitti: Evening. [04:16] StevenK: Please rename lp-remove-package to business-time, thanks. [04:16] infinity: File a bug. [04:17] So I can laugh at you, and close it. [04:17] Those don't end well. [04:17] And that's crazy talk, my LP bugs never get closed. [04:17] CLOSED: OPINION [04:17] They stay open for about 6 years, bounce between medium and critical, get lots of comments, and get reassigned about 12 times. [04:22] infinity: Lies! [04:22] infinity: You have *30* closed Launchpad bugs [04:23] Sorry, 28. 30 is the id for Fix Released [04:25] infinity: if I make ia32-libs-multiarch and depend on it with ia32-libs, won't that be a problem when packages like wine build-depend on ia32-libs? [04:25] (or did you mean recommends?) [05:06] YokoZar: Oh, I forgot that things build-dep on it. That's trickier. :/ [05:07] infinity: Well recommends would be an improvement yes? (Builds unaffected, upgrade case works) [05:41] good morning [05:56] RAOF: eh? what's python doing with MA: foreign? (It shouldn't be!) [05:57] slangasek: It isn't - that was before I refreshed my memory. [05:57] RAOF: ok :) [05:57] slangasek: Why did you suggest that Laibsch MA: foreign scim? [05:58] hello [05:58] Since upgrading to Ubuntu 11.10 I am having problems connecting to my wireless network. The connection is made, and after about 30 seconds the connection is lost. This has never happened with any of the previous versions of Ubuntu. IT COMPLETELY LOCKS UP MY ROUTER. The only solution after attempting a connection is to reset the router. [05:58] Since upgrading to Ubuntu 11.10 I am having problems connecting to my wireless network [05:58] The connection is made, and after about 30 seconds the connection is lost. [05:59] This has never happened with any of the previous versions of Ubuntu. [05:59] IT COMPLETELY LOCKS UP MY ROUTER. The only solution after attempting a connection is to reset the router. [05:59] i need help [05:59] my wireless card is wifi link 5100 [06:01] qH: you're in the wrong channel, try #ubuntu instead, please [06:01] RAOF: while it's possible I did, I in fact don't remember making such a recommendation for scim, and looking at the reverse-deps now I don't see why I would have either. Several of the revdeps ship binary modules that are meant to be loaded by scim, so that doesn't really seem like a sensible thing for me to recommend [06:01] slangasek: That was what I was thinking; at *best* it's a MA: allowed, same as Python. [06:01] Laibsch: do *you* remember why I said MA: foreign for scim? :) [06:02] * Laibsch checks the logs [06:02] ah, here we are [06:02] scim should almost certainly be multi-arch: foreign, as I don't believe anything outside of the scim package itself should be loading the plugins from /usr/lib/scim-1.0/1.4.0 [06:03] Yeah, we were trying to come up with clever ways to make DSOs work with an MA:foreign loader, and the concept broke my brain, so I'm curious why too. [06:03] but I overlooked the existence of revdeps that ship plugins for it and declare a dependency on it - so it was an oversight at the time [06:03] slangasek: (00:38:46) vorlon: I'm 99.97% certain nothing will break by treating the scim binary package as Multi-Arch: foreign and assuming that nothing outside scim itself loads those modules [06:04] (00:34:31) vorlon: scim should almost certainly be multi-arch: foreign, as I don't believe anything outside of the scim package itself should be loading the plugins from /usr/lib/scim-1.0/1.4.0 [06:04] YokoZar: eh - "bash: /usr/bin/wine: No such file or directory" is the error you get if the ELF interpreter is missing from the system. [06:04] (00:29:54) vorlon: if they're loaded by the scim package itself, then this is conceptually a Multi-Arch: foreign package (only one instance of the package needs to be installed at a time, and it can satisfy dependencies of packages of other architectures because the only interface it provides is via exec() ) [06:04] YokoZar: I think that means they installed libc6-i386, installed libc6:i386, and removed libc6:i386, taking the interpreter with it. [06:05] slangasek: did that refresh your memory? [06:05] slangasek: Is that bug still there? [06:07] infinity: ia32-libs-multiarched - only for the ones that are *actually* Multiarch: same, right, not the ones that were pruned this cycle because I couldn't find anything that would need them? [06:07] slangasek: Yeah, only for MA:same stuff that was removed. [06:08] infinity: given that an "apt-get install --reinstall libc6-i386" would have also fixed it here, or just, y'know, not removing the multiarch libs that they had installed, I'm pretty indifferent to the idea. If you want to pick up the pieces if it breaks, though, I have no objections. :) [06:08] slangasek: Though, as YokoZar points out, it can only be Recommended from ia32-libs, because things build-dep on it. Does apt pull in new Recommends on upgrade by default? [06:08] infinity: yes, it does pull new recommends by default on upgrade [06:08] slangasek: Oh, I agree that the wine bug appears to just be the loader problem. I thought that bug was fixed. [06:08] unless you use 'apt-get upgrade' instead of 'apt-get dist-upgrade' or equivalent. So, y'know. Don't do that. [06:09] slangasek: But it's still surprising, to say the least, to have a bunch of libs go missing on upgrade if, say, a 3rd party app in /opt was relying on them. [06:09] infinity: "fixed" how? libc6-i386 has to ship the file for biarch; libc6:i386 has to ship it for multiarch (and for the real thing); one package has to replace the other; don't remove that package mmkay [06:09] slangasek: Can't one just divert the other? [06:10] slangasek: Overwriting is meant for upgrades, not co-existing packages. :P [06:10] infinity: at the cost of an eleventh-hour eglibc upload, and a diverting-shared-libraries-is-pain-and-suffering tango, I guess so? [06:11] yes, well, when this was written the hope was that they *wouldn't* coexist for very long... and indeed they won't for much longer, ia32-libs is dead in p [06:11] slangasek: It's not that bad. But yes, something before today would have been nice. Had I known it was still an issue, I might have spoken up. [06:11] ia32-libs is dead, but is biarch? [06:11] If biarch lives on, this bug does too. [06:11] yeah, I didn't realize it was causing problems in practice [06:12] And currently, -m32 relies on biarch. Are there plans to fix that? [06:16] infinity: as far as missing something wrt DSOs... did you miss Multi-Arch: allowed? [06:17] Laibsch: so the bug in my reasoning before was "it can satisfy dependencies of packages of other architectures because the only interface it provides is via exec()". This isn't true, there are also package which treat it as "the thing that can load this module". So it's logically Multi-Arch: allowed, not Multi-Arch: foreign. [06:17] slangasek: Ahh, yeah, I was operating on the assumption that you had reason to recommend foreign, though, so had some tunnel vision going on. :P [06:18] -m32> no plans to fix it, just aspirations [06:19] slangasek: OK, thank you. I'll adjust things and make sure the path is adjusted at build-time. I'll ping you in a few hours to ask for a sync to oneiric. [06:19] Laibsch: better to ping infinity, I hope to be asleep in a few hours :) [06:20] * infinity passes the buck to pitti. [06:20] WFM [06:20] iirc infinity intended to be asleep a few hours AGO ;) [06:21] I gotta fly to wineconf tomorrow night so I intend to be up irrationally late testing out the ia32-libs-multiarch idea. [06:21] Sounds like a stellar way to spend an evening. [06:27] Hi all [06:28] AFAIK today is Non Language pack translations freeze (look at https://wiki.ubuntu.com/OneiricReleaseSchedule), how many hours I have to fix ubiquity-slideshow and ubiquity translations? [06:28] ubuntu-baltix: Very few. [06:29] infinity: but how many? Two, three or four? [06:29] ubuntu-baltix: I always forget what timezone we use for the cutoff. :P [06:29] ubuntu-baltix: But assume "a lot less than 24" and just get it done. [06:30] 21:00UTC is the cut-off for final freeze. [06:30] On Thursday. [06:30] ubuntu-baltix: It's not like we'll say no if you're 2 hours "late". We will if you're 2 days late. [06:30] infinity: you will do the export from translations.launchpad.net ? [06:30] Nope. I believe pitti's the man you probably want to talk to about translations. And if he's not, he'll know who is. :) [06:31] pitti: are you alive? [06:32] unI certainly hope so :) [06:32] s/un/uhm/ :) [06:32] Are you sure that wasn't meant to be ub? [06:33] ubuntu-baltix: if it can land today, it would be good, but if the changes are small and reviewable, I'd also accept it tomorrow [06:34] pitti: I think I will finish ubiquity-slideshow and ubiquity translations afer 4 or 5 hours, it's ok? [06:35] ubuntu-baltix: sounds great, thanks for working on that [06:36] thanks you for coding free software :) [07:06] * cjwatson remembers to vote in the TB election [07:06] (mentioning this in case anyone else is similarly scatterbrained) [07:07] getting close, yes :) [07:07] speaking of getting close, does Perky Penguin have a name yet? [07:08] we need to upload lintian, vim, devscripts, and the like [07:09] Perfect Piranha you mean? [07:09] Pastel Protoceratops [07:10] Penultimate Pterydactyl [07:11] I'd've thought Perky Penguin was a shoe-in given that that name has been held in reserve for about seven years [07:12] good morning [07:12] but sabdfl looked nervous last time I asked about the name for P and backed away to consult a dictionary [07:12] Pastafarian Puffin? [07:12] infinity: if we ever devote a release to you, I think we call it "incurable insomnia" [07:13] Insomniac, surely. [07:13] * AlanBell wonders if it will be a more surprising -p name than we expect [07:13] no, insomnia is a beast that feeds on all our brains [07:13] Prehensile Platypus [07:13] * RAOF 'd like a Puffin. [07:13] Puffins are cool. [07:13] Kinda like bow-ties. [07:13] Puffy Puffin! [07:14] and on that note, I'll turn in ;) [07:14] For once, people could spell the release name. [07:14] 'night, folks [07:16] Perfect Phuckit [07:17] I like the Pterydactyl [07:19] Planus Pancake [07:20] pitti: That would devoted to all Ubuntu and Free software developers :) [07:20] (Incurable insomaniac that is) [07:20] nigelb: but only infinity claims to go to bed at least four times before he finally does :) [07:20] I think I did at most three, and only once [07:21] pitti: hahaha [07:21] Sep 29 03:19:59 mabolo kernel: [124785.393627] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0 [07:21] Hmm.. thats bad [07:22] Pining PaRROT [07:22] SpamapS: Hmm, so jamespage saw something similar with arm+ext4, and we put it down to a bad disk. I'm not sure i'm so confident now. [07:23] SpamapS: Have you checked SMART or any funky RAID messages that mabolo would likely throw out? [07:24] [124785.015731] hpsa 0000:04:00.0: cp ffff880036d00000 has check condition: unknown type: Sense: 0x5, ASC: 0x20, ASCQ: 0x0, Returning result: 0x2, cmd=[85 08 0e 00 00 00 01 00 00 00 00 00 00 40 ec 00] [07:24] Looks like hardware to me. [07:24] Daviey: this is mabolo [07:24] Daviey: been pushing it pretty hard [07:25] pitti: I resent that! [07:25] pitti: I'll have you know I slept more than 3 hours last night! [07:25] So there. [07:25] *boggle* [07:26] (About 3.5, but still... More than 3!) [07:26] how can you make-do with that? If I get less than 7, I'm totally useless [07:28] pitti: Decades of practice, I guess. I've never slept much. Every once in a while, it does me in, and I'll pass out for a weekend. [07:28] My suspicions that infinity is a bot increases. [07:28] pitti: But it's not like it's by choice. I've been like this since I was a small child. [07:28] caffeine? [07:29] beta0x64: I wasn't on caffeine as a baby, no. Nor much until I was an adult, really. [07:29] And not much now either, for that matter. [07:29] :( I was on caffeine as a baby [07:30] My parents took me to doctors who had all sorts of opinions and ideas until they finally just settled on "whatever, he'll sleep when he's tired and eat when he's hungry". [07:30] you stopped eating too? [07:31] When I was a kid, I'd go for days without food. I've managed to more or less fix that. [07:31] But the sleep thing hasn't changed. [07:31] jhunt: Good morning! [07:31] jhunt: Do you have any news on bug 818177? [07:32] Launchpad bug 818177 in udev (Ubuntu Oneiric) "boot failures caused by udev race" [High,Confirmed] https://launchpad.net/bugs/818177 [07:32] Daviey: Not since I updated it last night :) [07:32] pah, you english - taking 12 hours off a day. === smb` is now known as smb [08:12] I have tried an upgrade to Oneiric and now the installation is totally locked up [08:16] On update of Samba it tells that one of the maintainer scripts exited with an error. When I run "apt-get install -f" I get the same and if I run "dpkg -P samba" i tells I should re-install samba, but this does not work. [08:16] Seems that now only hand-editing the dpkg databse or reformating the system helps. [08:17] The problem leading to this is bug 862129. [08:17] Launchpad bug 862129 in samba (Ubuntu) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess new post-removal script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/862129 [08:22] Solved, looked into the terminal log attached to the samba crash report and saw that it needed perl-modules. Installed the already downloaded new perl packages from /var/cache/apt/archive/ and upgrade continues ... === ara is now known as Guest72740 === Quintasan_ is now known as Quintasan [09:00] didrocks, compiz ping. is there a new emerald version compatible with compiz 0.9.x? or can it be removed? [09:00] doko: I guess emerald is unmaintained now, I would go for removing it if it doesn't work with 0.9 [09:03] didrocks, done [09:10] infinity: ok, I have a preliminary package built, uploading to a launchpad PPA to make sure it builds, as this is the first time ia32-libs is "built" on i386 [09:11] infinity: (even though the only binary is the dummy package I just made) -- speaking of which, am I going to run into packages-arch-specific trouble? [09:31] pitti: still planning to address avidemux? [09:32] apw, still planning to address uns? [09:32] doko: yes, just kept pushing it out as there has always been some RC bug or release stuff to attend to [09:42] pitti: any comment on the ia32-libs-multiarch discussion above (I believe infinity/slangasek passed the buck to you due to sleep issues) ;) [09:45] soren, still planning to address user-mode-linux? [09:54] YokoZar: didn't read, reading backscroll [09:54] doko, i spent some time on it, but i don't think we will get the current version in there working in short order. there is a more up to date version which we might sub in, but it a big jump and i don't have any obvious way to test it [09:56] YokoZar / pitti: I passed something to pitti, but it wasn't the above. I intend to review/test/mangle it when I wake up. Unless Martin really wants to put in the effort. :P [09:56] I'm still trying to find out what this is all about [09:57] pitti: Don't worry about it, I'll get to it in the morning. :) [09:57] but if it's more complicated than a two-line explanation, it's very probably out of scope for oneiric :) [09:57] * pitti takes infinity's word and stops worrying [09:57] pitti: executive summary is a dummy i386 multiarch:foreign package depending on all the libs removed from ia32-libs [09:57] *removed = removed because they are multiarch [10:04] pitti: could you remove kipi-plugins from the archive, bug #857689 [10:04] Launchpad bug 857689 in kipi-plugins (Ubuntu) "Please remove kipi-plugins source package" [Wishlist,Confirmed] https://launchpad.net/bugs/857689 [10:09] debfx: done [10:10] apw, ok, I'll just remove the binary packages, and keep the source for now [10:10] thanks! [10:10] doko, seems like a plan, we'll revisit it for P and see what we can do there [10:10] doko, got the bug number to hand, seem to have lost it [10:11] apw, 756096. if it's definitely for P only, then I'll remove the source too [10:11] doko, as its something vendors are likely to ask for i suspect it'd be good to keep the option to reinject it there [10:12] ok, binaries only [10:12] would we be able to bump the version agressivly at this stage ? [10:12] apw, why not, there are no rdepends [10:12] ok thanks === MacSlow is now known as MacSlow|food [10:51] cjwatson: I'm trying to blacklist all nvidia cards so that grub doesn't set an fb (which breaks things in recovery mode) but I can't seem to do it. Here's the file that I'm using (10DE means Nvidia). I also tried using lowercase (10de). Any ideas as to how I can debug this? http://pastebin.ubuntu.com/699033/ù [10:52] cjwatson: http://pastebin.ubuntu.com/699033/ [10:56] tseliot, maybe needing a * at the front ? isn't there a vga: or something on the frnt [10:58] apw: maybe something like this (which I can see in modinfo)? pci:v000010DEd* [10:58] worth a try [10:58] i just have the feeling there is something at the front [10:59] i'd test with a * there and see what happens [11:00] right, let's try that [11:05] apw: I tried with both a ".*" and with an "*" but it doesn't seem to work [11:06] apw: I can see other blacklisted devices though in the file, such as v15add0710.* [11:06] tseliot: it should definitely be .* not * [11:06] it's a regex [11:06] right [11:06] v000010ded*sv*sd*bc03sc*i* [11:07] so all the *'s need to be .* then yes [11:07] the hexits should be lower-case [11:08] ok [11:08] then try 'hwmatch ${prefix}/gfxblacklist.txt 3' by hand to see what it says [11:10] cjwatson: is hwmatch somewhere in grub? [11:10] grub command line [11:10] I've uploaded a new grub-gfxpayload-lists that says that explicitly [11:10] yes, what apw said [11:14] ok [11:17] cjwatson: nothing seems to happen when I enter that command [11:17] $? and $match tell you things [11:18] echo those [11:19] apw: yes, I've already tried $? and it's 0 [11:19] apw: and so is $match [11:20] that means "command succeeded but no match" [11:21] I should probably try some greedy matching [11:21] * tseliot -> lunch [11:22] the output of grub's lspci command might not hurt [11:35] apw, cjwatson: 02:00.0 10de:0ca3 [0300] VGA Controller [11:40] tseliot: what's the i at the end meant to match? [11:41] the format is vVENDORdDEVICEsvSUBVENDORsdSUBDEVICEbcBASECLASSscSUBCLASS; SUBCLASS can't contain i [11:41] it's matched against v%04xd%04xsv%04xsd%04xbc%02xsc%02x [11:41] ah, so that also wants to be v10de... not v000010de... [11:42] so I think you want: v10ded.*sv.*sd.*bc03sc.* [11:46] cjwatson: I suspected that the first 4 zero were the problem. Let me try.. === MacSlow|food is now known as MacSlow [11:49] apw, cjwatson: it works now. Thanks for your help [11:50] excellent [11:58] infinity: I'm off to bed but my computer is still uploading ia32-libs-multiarch to this PPA: https://launchpad.net/~scottritchie/+archive/build-tests [12:03] I don't suppose it includes freeglut does it? I noticed freeglut doesn't like installing 32 and 64bit versions together [12:09] penguin42: freeglut was removed from ia32-libs cause only wine was using it and wine no longer uses it...did you have another app that needed it? [12:09] YokoZar: fold.it [12:09] YokoZar: It's not packaged [12:10] (see http://fold.it ) [12:10] ahh, that game :D [12:10] YokoZar: Yeh, I thought I'd give it a go since they'd been nice enough to provide a linux version [12:10] penguin42: does it work on natty (with natty freeglut)? [12:11] YokoZar: I don't have any natty boxes any more [12:12] YokoZar: I reported it as bug 859038 [12:12] Launchpad bug 859038 in freeglut (Ubuntu) "[Oneiric] 32bit freeglut won't install with 64bit" [Undecided,New] https://launchpad.net/bugs/859038 [12:14] penguin42: Yup, freeglut isn't multiarch ready. I suppose adding it back to ia32-libs would be the correct thing to do...earlier in the cycle... [12:14] YokoZar: Well if you remover a library there will always be some madman who wanted it! [12:15] penguin42: so you'd think, except that wasn't the case with most the other libraries removed :D [12:15] (To be fair, I was usually the madman demanding stuff in for Wine purposes) [12:21] does someone has pbuilder hook which installs all built packages in chroot (to check installability)? [12:25] hrw: I don't, but it sounds like it ought to be easy enough to do. [12:26] * ogra_ bets persia would have such a hook [12:26] but i doubt he is online [12:34] * Daviey just went on a blueprint status binge, i'm expecting to see a decent drop in the burndown chart when it next updates \o/ [12:37] Daviey: yeah, your comment on 828785 makes me laugh and cry at the same time :) [12:41] bug 828785 [12:41] Launchpad bug 828785 in Ubuntu Oneiric "[FFE] Please sync spice-gtk (0.7-2) from debian unstable (main)" [Undecided,Incomplete] https://launchpad.net/bugs/828785 [12:41] hallyn: Yeah, it's been like a zombie process that will not die... [12:42] pitti: a question about bug #834403 and the way apport marked dupes. the issue itself is pretty straightforward and I have a fix, but I wonder if the StackTrace that is used for the duplication finding is always only the top (which is always _XError, _XReply) or will it look further? the bug is a bit concerning, it has 76 me-toos already [12:42] Launchpad bug 834403 in software-center (Ubuntu) "software-center crashed with signal 5 in _XError()" [Medium,Confirmed] https://launchpad.net/bugs/834403 [12:42] There seemed to have been much interaction between you and Boris, which made me wonder if a plan was reached. [12:43] mvo: it only uses the top 5 items [12:43] mvo: s/items/function names/ [12:43] mvo: that's bad in these cases indeed; there are similar cases with glibc's and glib's assert() stuff, but apport has some code to unwind the stack to the first "interesting" one [12:44] sladen: Err, am I doing something wrong? I just updated ttf-ubuntu-font-family to 0.80~rc-0ubuntu1+arabic and now my terminal looks like http://orangesquash.org.uk/~laney/tasty.png (full disclosure: on a sid system) [12:44] mvo: I suppose we need to add something similar for XError(), same problem in bug 848808 [12:44] Launchpad bug 848808 in overlay-scrollbar (Ubuntu Oneiric) "metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-scrollbars" [High,Triaged] https://launchpad.net/bugs/848808 [12:44] pitti: is there a way to get to the data of the duplicates? I would like to investigate the data myself [12:44] mvo: I. e. the duplicate finder looks at StacktraceTop [12:44] * ScottK filed a bug about this yesterday. [12:45] mvo: I'm afraid there isn't; the core dumps are removed after the retracer looks at them [12:45] ScottK: ah, was just about to do that -- which one? [12:45] It wasn't Xerror exactly. Let me find it. === dendrobates is now known as dendro-afk [12:46] so, it unwound the g_logv() stuff, but not until XError [12:46] pitti: Bug 861645 is the one I found. [12:46] Launchpad bug 861645 in apport (Ubuntu) "Apport retracer dupes bugs that aren't dupes" [Undecided,New] https://launchpad.net/bugs/861645 [12:47] It's a similar question of not digging far enough into the traceback. [12:47] pitti: hm, thanks. would it be possible to get a quick fix in for this so that the duplication detection is disabled if there is a XError ? I would love to know if its all the libcanberra issue that I diagnosed or if there is more to it [12:47] ScottK, ogra: will write one ;) [12:47] Nice. [12:47] ScottK: actually, it's not a problem of depth there [12:48] ScottK: just that it's two different KeyError bugs in the same function [12:48] so it's a different "class" of failure [12:48] I see. [12:48] hrw: works for me: http://paste.kde.org/128749 (as ~/.pbuilder-hooks/B11installbuilt) [12:48] mvo: I don't think we should disable it; it should just unwind the stack enough, just looking at how much exactly [12:48] I took it as depth in needing to look at the actual key and not just the error class. [12:49] could be improved I guess [12:49] mvo: yes, I'll work on this right now [12:49] pitti: thanks a lot! === plars-away is now known as plars [12:52] yofel: thx [13:24] Laney: try choosing 'Ubuntu Mono' instead of 'Ubuntu' as your terminal font [13:24] sladen: I just noticed I had another update pending, 1s [13:25] it was on Ubuntu mono btw; but now looks fine again :-) [13:25] Laney: probably it was on 'UbuntuBeta Monospaced' [13:26] ah, possibly [13:26] Laney: although sometime in the next 8 hours we'll probably change the default monospace font anyway [13:27] have you got a bug about the unicode arrow characters being spaced wrongly? (x→y) [13:29] Laney: http://launchpad.net/ubuntu-font-family/+filebug?field.title=Mono:+please+add+left/right+arrows [13:29] hahahaha [13:29] I didn't understand what happened there for a full minute [13:31] Dear JAnet, please resume working. No love, Iain. === dendro-afk is now known as dendrobates [13:48] I guys, I believe landscape-client can be moved from -proposed to -updates? It's been a week if my calculations are correct, and all bugs have been verified: https://bugs.launchpad.net/bugs/813477 [13:48] Ubuntu bug 813477 in landscape-client (Ubuntu Natty) "Update landscape-client to 11.07.1.1" [Undecided,New] [13:48] s/I/Hi/ [13:59] mvo: ok, have a patch [14:00] pitti: \o/ [14:00] on https://launchpadlibrarian.net/79769114/Stacktrace.txt the topmost one is now #11 meta_display_get_current_time_roundtrip [14:00] mvo: on https://launchpadlibrarian.net/78125841/Stacktrace.txt it is #8 XGetWindowProperty [14:01] on https://launchpadlibrarian.net/81397067/sync-stacktrace.txt it is #12 XCreatePixmap [14:01] mvo: that should cut off just enough _X* common goo to be useful again [14:02] pitti: nice === dendrobates is now known as dendro-afk [14:08] didrocks: ping [14:08] kirkland: pong [14:08] didrocks: can you help me triage https://bugs.launchpad.net/ubuntu/+source/unity/+bug/861726 ? [14:08] Ubuntu bug 861726 in unity (Ubuntu Oneiric) "[regression] byobu application not launching from panel" [High,Incomplete] [14:08] kirkland, you want to talk to kamstrup rather than didrocks I guess ;-) [14:08] seb128: thanks [14:09] seb128: kamstrup for panel? [14:09] or is it the dash [14:09] seb128: i don't see a kamstrup online? [14:09] (launchpad is timeouting) [14:09] ah dash [14:09] yeah, kamstrup :) [14:09] kirkland, he timeouted just a bit before [14:09] seb128: k [14:09] kirkland, I guess he will be back [14:16] mvo: ok, committed and rolled out into the retracer bots [14:16] bring'em on! [14:17] mvo: (no real need to upload that to oneiric) === Lirodon is now known as Viper550 [15:20] If I have a package with a trivial rules file, what is the proper way to change the PRIORITY of an init script installed from debian/packagename.init [15:42] RAOF: I talked to davidz about your patch [15:42] I'd like to see this fixed in PK proper instead of using the at_console approach [15:45] Can I put libqtwebkit4 back in ia32-libs? It's multiarched but depends on libgstreamer which isn't (but is in ia32-libs) [15:48] doko: avidemux FTBFS is a pain; we already removed the binaries, so fixing this is not really release critical, right? [15:50] pitti: Hi. If you're not too busy: I just upgraded from PostgreSQL 9.0 to 9.1.1 on Ubuntu 10.04 and now every time I run psql I get "DEB_HOST_MULTIARCH is not a supported variable name at /usr/bin/dpkg-architecture" [15:50] Using your PPA [15:51] I couldn't find anything relevant on Google [15:51] intgr: oh, I know [15:51] intgr: is that actually breaking psql, or just an extra warning message? [15:51] intgr: can you please file a bug against postgresql-common about it and assign to me? sorry, need to run now [15:52] good night everyone [15:52] Just a message. Which is kinda annoying because I run it every minute from cron :) [15:52] Ok [15:54] pitti, sure, didn't notice that the binaries were removed [15:54] it there any easy way to check which packages are on the install CD [15:54] ? [15:55] Sweetshark, loooking at the manifest files near the ISOs on the site? [15:55] OK, let me ask again more precisely. dh_installinit --update-rcd-params='defaults 98 02' fails, as does any combination of --, quotes no quotes etc. I try, with the arcane error "Duplicate specification "O=s" for option "O" [15:55] " what does that mean? [15:56] Sweetshark, ex http://cdimage.ubuntu.com/daily-live/20110929/oneiric-desktop-amd64.manifest [15:59] janimo: thanks. [16:06] jhunt: Can i be an ass, and ask how bug 818177 is looking? [16:06] Launchpad bug 818177 in udev (Ubuntu Oneiric) "boot failures caused by udev race" [High,Confirmed] https://launchpad.net/bugs/818177 [16:06] (causing me great concern) [16:06] Sweetshark, can LibO be crossbuilt now for linux targets (ex:ARM)? === MacSlow is now known as MacSlow|jfood [16:09] janimo: there is general work done on crosscompiling, but mostly to get minGW builds on windows and some Android/iOS work. Even if we could finish a crosscompile like that, I wouldnt trust the result yet. [16:10] (a armel crosscompile that is) [16:11] Sweetshark, ok thanks. [16:23] Sweetshark: apt-cache show , look at Tasks: [16:23] Sweetshark: that will also show packages which are only on ubuntustudio or xubuntu [16:27] The problem cannot be reported: This is not a genuine Ubuntu package === beuno is now known as beuno-lunch [16:28] Does anyone know how to use this Launchpad thing to report bugs? [16:29] Oops, wrong channel, sorry [16:34] intgr: ah, because it's a backport [16:34] intgr: https://launchpad.net/ubuntu/+source/postgresql-common/+filebug [16:35] Thanks :) [16:53] infinity: slangasek: ok, after a whole night of poking at it I think I have a workable version of the ia32-libs-multiarch. Uploading for review now, should finish in an hour or so (better than the two versions that were in my PPAs) [16:57] YokoZar: If the upload will take more than a few seconds, there's something wrong.. [17:00] doko: did xdotool fail to build on all architectures now? bug 823704 [17:00] Launchpad bug 823704 in xdotool (Ubuntu Oneiric) "xdotool version 1:2.20110530.1-3 failed to build" [High,Confirmed] https://launchpad.net/bugs/823704 [17:00] I'd rather not have it removed, I use it daily ._. [17:00] infinity: uploading ia32-libs in a few seconds? [17:01] jtaylor, see my pending upload [17:01] slangasek: Oh, right, ia32-libs control change. I didn't infer that from his comment. :) [17:01] doko: where can I see that? [17:02] infinity: :) I in fact assumed ia32-libs-multiarch would also be built from the same source package, since -multiarch should normally be updated in tandem [17:03] slangasek: Stop making sense, I haven't had enough coffee. [17:03] hm indeed it fails for me on amd64 now too ... but its working fine, probably better to just disable the testsuite as it was before the last upload anyway [17:05] doko: please don't remove it, I'll have a look this weekend, and if that is not successful I'll disable the testsuite, the package is useful to remove it just because of one unreproducable testcase [17:07] pitti: thanks [17:10] YokoZar: it might behoove you to post a diff somewhere, so we can review and give feedback a bit more nimbly? [17:10] rather than having an hour+ round trip between each iteration :) [17:15] cyphermox: hola senor, we have a checkbox candidate that we would appreciate merged before final freeze. see bug #862579, the branch is about to be attached [17:15] Launchpad bug 862579 in checkbox (Ubuntu) "Candidate revision checkbox_0.12.8" [Undecided,New] https://launchpad.net/bugs/862579 [17:16] cyphermox: could you handle that and, if not, could you recommend someone perhaps? [17:16] slangasek: Noting the "dpkg predependency against tar >= 1.23, objections?" discussion on debian-devel, assuming we merge that change in for "P" it will complicate Lucid -> "P" upgrades. [17:16] FYI in case you think it ought to be discussed. [17:16] cr3: I was going to point you to the current patch pilot because I'm a little busy, but I don't think robert_ancell is available to do it now :) [17:17] cr3: so, sure, I'll look at it now :) [17:20] cyphermox: thanks man! here's the merge proposal: https://code.launchpad.net/~roadmr/ubuntu/oneiric/checkbox/0.12.8/+merge/77574 === MacSlow|jfood is now known as MacSlow [17:22] doko: Yes. [17:28] cr3: I'm concerned by the string change for the intro prompt, the translations don't seem to be matching this or translating the added warning. [17:30] cr3: indeed, the extra string appended to the intro_prompt for warning isn't being translated. [17:32] cr3: and so I feel checkbox should have an UI Freeze bug; see https://wiki.ubuntu.com/UserInterfaceFreeze === beuno-lunch is now known as beuno === seb128_ is now known as seb128 [18:14] mvo: fyi I just got hit with bug 848676 on an up-to-date machine [18:14] Launchpad bug 848676 in software-center (Ubuntu) "[MASTER] software-center crashed with DBusException in _convert_dbus_exception(): org.freedesktop.DBus.Error.UnknownMethod: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist" [High,Confirmed] https://launchpad.net/bugs/848676 [18:14] mvo: although it's supposedly fixed already [18:18] did something change in gconf to make these crashes happen? [18:18] W: Failed to fetch http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/dists/lucid/main/binary-amd64/Packages.gz 403 Forbidden [IP: ::ffff:172.16.255.22 3129] [18:18] ... wait, what?! [18:18] banshee has something similar too [18:20] mdeslaur: indeed it is … what happend, did you get a apport window? did the app itself crash? [18:20] mdeslaur: I have a look at the code [18:21] mdeslaur: same backtrace, line File "/usr/share/software-center/softwarecenter/ui/gtk3/models/pendingstore.py", line 75, in _on_lowlevel_transactions_changed [18:21] mvo: I opened software center for the first time, typed "skype" in the search box, clicked on skype, clicked on "enable partner repo", and got an apport window [18:21] ? [18:21] mvo: uh, let me check...LP just told me it was a dupe [18:22] mvo: nope, completely different backtrace [18:22] mdeslaur: could you pastebin it please? [18:23] jdstrand: If you are happy with bug #862567, can you Confirm bug 860492 please? [18:23] Launchpad bug 862567 in cobbler-enlist (Ubuntu Oneiric) "debconf and documentation should mention lack of SSL" [High,Fix released] https://launchpad.net/bugs/862567 [18:23] Launchpad bug 860492 in cobbler-enlist (Ubuntu Oneiric) "[MIR] cobbler-enlist src, cobbler-enlist-udeb bin" [High,In progress] https://launchpad.net/bugs/860492 [18:24] mvo: paste.ubuntu.com/699251 [18:26] mdeslaur: thanks, fixed in trunk now [18:27] mvo: wow, that didn't take long :) [18:27] mdeslaur: no, the same class of error that got fixed before, I just overlooked one call [18:28] mvo: ah, I see...cool. thanks! [18:28] thank you for the backtrace, that made it realy easy [18:28] mvo: you're welcome [18:31] cyphermox: we already have an accepted UI freeze exception bug which has been approved, see bug #855328. do we need another bug? [18:31] Launchpad bug 855328 in checkbox "String Freeze Exception: The welcome screen should warn the user from possible data loss" [Critical,Fix committed] https://launchpad.net/bugs/855328 [18:31] roadmr: hi there, I just asked cyphermox if we need another bug [18:31] cr3, cyphermox : re! [18:32] sorry, no, that's good [18:32] sorry, I just didn't see it [18:32] cyphermox: thanks! [18:32] cyphermox: nor did I, all good :) [18:48] Daviey: done [18:50] cyphermox: oops, I didn't set ubuntu-sponsors as reviewer for the checkbox merge request :-/ is there a problem if I do it now? [18:51] well, no need to since I'm already reviewing it, but next time it would be best if you did [18:51] also, I think it's no longer an issue with the sponsoring queue [18:52] cyphermox: ok, I'll leave it as it is then, best not to frob the bug :) thanks [18:53] roadmr: it shows up here: http://reqorts.qa.ubuntu.com/reports/sponsoring/ which is what you want :) [18:57] jdstrand: thanks! [19:25] ScottK: commented on the dpkg thread, thanks [19:25] Great. [19:41] Laney, hmm, in your last mono upload, did you include all the ubuntu arm hacks/patches ? i dont see them in the changelog (and apparently banshee stopped working) === tilgovi_ is now known as tilgovi === Claudinux__ is now known as Claudinux_ === robbiew is now known as robbiew-afk [22:32] ogra_: I thought they were supposed to be included in Debian / upstream or something [22:32] directhex might know [22:32] snuh? === infinity changed the topic of #ubuntu-devel to: Beta 2 Released | Archive: Final Freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: robert_ancell [22:45] is anyone here very familiar with grantpt and ptsname in glibc? [23:05] @pilot in === udevbot changed the topic of #ubuntu-devel to: Beta 2 Released | Archive: Final Freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: TheMuso, robert_ancell [23:13] @pilot out === udevbot changed the topic of #ubuntu-devel to: Beta 2 Released | Archive: Final Freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: TheMuso === leguin.freenode.net changed the topic of #ubuntu-devel to: Beta 2 Released | Archive: Final Freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: TheMuso, robert_ancell