[00:47] bryceh: cool [07:19] morning [07:20] RAOF: re-ping [07:21] mlankhorst: When's your membership-board appointment? [07:21] going for uds-r summit [07:21] mlankhorst: I've just been attacking colord with a stick today, so I haven't got around to endorsing you :) [07:21] I'm sure you used colorful language to fight it off! [07:22] mlankhorst: I uploaded an earlier version of xserver, didn't have the latest commit, oops .) [07:22] :) [07:23] mvo: I attached logs to bug 1062503 yesterday [07:23] Launchpad bug 1062503 in apt (Ubuntu) "apt fails to install libglapi-mesa-lts-quantal correctly on switching x stacks" [High,New] https://launchpad.net/bugs/1062503 [08:24] mlankhorst: is llvmpipe working for you on the panda? looks like I have just the normal swrast, and thus no compiz on quantal [08:36] tjaalton: I use precise still, the ti extras do some patching so quantal won't work out of the box [08:37] presumably for the experimental dri2 video extension [08:38] I dist-upgraded to quantal.. [08:39] don't have the ppa [08:40] best to review the build-logs then [08:40] llvm: no [08:40] sigh [08:41] armel or armhf? [08:41] armhf [08:41] same on armel [08:42] yeah but on armhf i have the illusion you can still get some speed [08:42] --with-gallium-drivers=" nouveau r600 r300 svga swrast" [08:43] I don't see llvmpipe in debian/rules otherwise [08:44] unless it's that other rule, let me test.. [08:45] it's enabled, ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 arm)) [08:45] but llvm is turned off somehow [08:46] oh heh [08:46] # LLVM is required for r300g and recommended for swrastg on x86: [08:46] that one? :p [08:46] yeah that :) [08:46] sheesh [08:46] might want to enable it for radeonsi too then [08:48] it's enabled on x86 already, so it should be good? [08:48] on arm? :p [08:48] radeonsi for arm? [08:49] we build the rest, so why not? [08:49] just makes the build longer :) [08:50] throw more pandas at it! [08:50] seem to be 11 that are building armhf now [08:51] I see 8 [08:51] installed [08:52] only one of them makes sense for arm :) [08:52] don't some arm come with a pci-e port? [08:52] can you buy it? [08:53] https://www.globalscaletechnologies.com/t-openrdudetails.aspx [08:54] are there any pcie x1 cards available?-) [08:54] don't make me look harder, but presumably :P [08:55] bah [08:55] but not newer radeon ones anyway :) [08:55] so I'll just try to make llvmpipe work [08:57] booooooooooo [08:58] just because there aren't any today, doesn't mean that amd has no secret plans to release them tomorrow [09:03] when such a miracle happens, I'll gladly flick the switch :) [09:03] even as an sru [09:03] but now that we're frozen.. [09:06] should it be possible to crosscompile for armhf on amd64? [09:06] with a chroot [09:06] if you have a cross-compiler.. [09:06] nah you just add it as foreign arch and use multiarch >:X [09:07] should work [09:07] still going to need a cross compiler though [09:07] hum, ok [09:09] although I don't think it would be a really supported use of multiarch at this point [09:09] meh, I'll just build on the damn box [09:10] it's what I've been doing so far :) [09:10] is eth0 gigabit or not? [09:10] you wish [09:10] wonder if it's faster to build on nfs [09:10] but it's still faster than a sd card [09:10] right [09:10] I'm using a ssd now on the usb port [09:10] 22 megabyte/second [09:11] blimey [09:11] it's great for complete silence though :) [09:11] that's about it [09:12] still a great use! [09:22] mlankhorst: thanks for the logs, sorry, the near release is giving me a hard time to find a free time to properly look at it, it looks like a bug in apt, one nice thing would be to know if its also happening with the quantal version of apt [09:23] can I just upgrade apt on precise? [09:24] mlankhorst: not sure, it will probably bring a bunch of stuff like a new libstdc++ with it, but if you don't mind (or have a VM) then that should be ok [09:27] seems to work, lets see.. [09:29] mvo: likely failing in the same way [09:30] using newer libapt + apt from quantal [09:31] mlankhorst: yeah, the ordering code has not much changed iirc, just wanted to double check that I/we are not hunting smething that is already taken care of [09:31] I think the ordering is fine, it's just for some reason deciding to configure before it is even extracted [09:56] tjaalton: hah, radeonsi builds fine [10:02] mlankhorst: bah :) [10:02] what, the panda is single-core? [10:02] it's dual core [10:03] I disabled one though since the ti ppa had some issue with smp iirc [10:03] oh right [10:03] misread /proc/cpuinfo [10:05] however mine probably still finished faster because of the faster io [10:05] how long did it take? [10:06] still going at the install phase :P [10:07] judging from timestamps, total is approximately 1 hour 20 minutes [10:07] great [10:08] and someone wants these in servers.. [10:08] there's 2 ways to measure performance per watt, and intel and arm can both claim they're the best at it [10:10] one is keeping the total watts fixed, in that case arm wins since intel doesn't come close in total power consumption to things like phones, other is simply measuring flops/watt in which case intel would win :p [10:15] they're good for something, this box isn't :) [10:25] it's good for testing that type of box! [10:25] yeah, I'm just venting [10:26] my n9 might have git on it, but it's not a real buildbox [10:27] yeah it's io-capped here [10:28] panda that is [10:50] do we have blueprints for R yet? [10:53] sure [10:53] ah [10:53] the team doesn't [10:53] yeah looks like I should probably write the one for lts backports [10:57] meh, still no llvm [10:57] how long did your build take? [10:58] running lintian [10:58] should finish soon [10:59] duh [10:59] DEB_HOST_ARCH != DEB_HOST_ARCH_CPU [11:00] haha [11:00] mine built :P [11:00] # LLVM is required for r300g and recommended for swrastg on x86: [11:00] - ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386)) [11:00] + ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armel armhf)) [11:00] yup [11:01] debuild -b 4189,16s user 543,60s system 139% cpu 56:37,54 total [11:02] aw you won because of multithreading [11:02] * mlankhorst shakes fist [11:02] bwahaha.. [11:02] if only it could fit in the ramdisk.. [11:09] need to fix the build-deps too [11:15] oh right [11:15] cheated, and dropped all the other dri drivers for this build.. [11:15] OMG :o [11:15] should be a bit faster to build :) [11:17] can I cheat and update https://wiki.ubuntu.com/X/Blueprints/LtsPointUpdatesForXorg for R? [11:17] go ahead :) [11:24] * mlankhorst didn't just add a question mark to the end of the url just to get it in launchpad as specification a second time *whistles innocently* [12:05] doesn't work [12:45] :/ [12:46] it builds llvmpipe though [13:05] uploaded 9.0 anyway [13:06] without the change [13:53] mlankhorst: just to confirm , that quantal version of apt-get had the same error #1062503 ? [13:54] yeah [13:54] which reminds me have to downgrade it [14:21] oh 3.6.1-rt1 is a fun read :-) [20:30] lots of xorg-server crash bugs this week [20:36] yeah not happy [20:37] especially since the backtraces are useless [22:02] That's annoying. [22:02] What's generating rubbish backtraces? [22:03] my guess is xorg-server trying to do a clean shutdown after something already went wrong [22:04] This is quantal, right? [22:04] yeah [23:13] mlankhorst: have you asked Thomas btw?