[08:24] tjaalton, How is the new documentation going to be installed for wayland 1.7? [09:14] Noskcaj: what do you mean? [09:25] new build-deps looks like [09:34] pushed [09:42] tjaalton, hi, create a separate *-doc package for those [09:45] the -dev already had docs [09:45] separate package means NEW [09:45] won't be able to upload before late wednesday [09:46] tjaalton, there were no docs until now [09:46] so fix it in the meantime :) [09:47] # Documentation [09:47] usr/share/wayland/wayland.xml [09:47] usr/share/wayland/wayland.dtd [09:47] probably not real docs [09:47] dont confuse debian docs with upstream ones [09:47] those are dev files [09:47] fine [09:47] api/interface definitions [09:47] still needs someone on a real computer to fix those [09:47] I won't do it from my phone [09:48] heh, i see ;) === alkisg is now known as work_alkisg [14:04] is the lts-utopic backported stack supposed to actually work on i386? [14:05] It seems to work fine on amd64, but on i386 unity won't come up [14:07] * mdeslaur tries on real hardware [14:08] in theory it should [14:09] mlankhorst: is the command here complete? https://wiki.ubuntu.com/Kernel/LTSEnablementStack [14:09] once I do "sudo apt-get install --install-recommends linux-generic-lts-utopic xserver-xorg-lts-utopic libgl1-mesa-glx-lts-utopic", I can't log back in [14:09] nah [14:09] can you give the output? :P [14:09] let me try on -intel [14:09] there should be some egl libs in 'recommended' that don't get installed [14:10] ok, one sec, I'll reset my vm [14:11] I'm not sure why it works on amd64 though [14:11] no idea, utopic -> trusty is slightly harder because egl is starting to be used [14:12] * mlankhorst resets his 32-bits chroot [14:12] mlankhorst: http://paste.ubuntu.com/10256291/ [14:13] oh... [14:13] where is geode? [14:13] Recommended packages: [14:13] libegl1-mesa-drivers-lts-utopic [14:14] that one's missing :P [14:14] it's temporary, vivid shouldn't have that package any more [14:15] try to add it and most of ubuntu-desktop shouldn't get removed any more [14:15] ok, one sec [14:16] yeah, only getting the correct packages removed after [14:17] it's in Recommends, but for some reason the resolver doesn't install it... [14:17] huh, weird...why isn't the --install-recommends doing it... [14:17] because we're stressing everything hard :P [14:18] mlankhorst: hrm, I suspect people will get burned by this :P [14:18] mlankhorst: can you add it to the wiki? [14:18] sure [14:20] in theory xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic is enough but meh [14:21] hrm, unity still isn't coming up [14:22] *tries* [14:24] ubuntu-desktop still wants to get removed [14:24] I'm fairly sure I at least smoke tested unity [14:25] ugh it shouldn't.. [14:25] log? [14:25] http://paste.ubuntu.com/10256449/ [14:26] oh xserver-xorg gets removed too [14:26] hm though xserver-xorg-lts-utopic gets installed, which should be fine [14:26] mdeslaur: apt-cache policy xorg ? [14:27] http://paste.ubuntu.com/10256464/ [14:27] yeah... [14:27] looks like xorg ubuntu8.1 is still in -proposed.. [14:28] d.oh [14:28] aren't we supposed to be working on the point release today? [14:29] I'll ping infinity in #ubuntu-release [14:29] no idea, I guess xorg didn't get promoted [14:30] * mdeslaur adds -proposed and tries again [14:31] on a positive note it shouldn't be able to crash if only xorg and ubuntu-desktop are missing [14:31] yeah, that's probably something else [14:32] let me upgrade from -proposed and try unity again [14:33] only upgrading xorg from -proposed should be enough [14:37] mdeslaur: fwiw it worksforme on intel [14:40] unity in my vm still won't come up...trying on intel now [14:46] mlankhorst: ok, works on intel for me also [14:47] mdeslaur: do you override -cpu in your vm perhaps? [14:48] I don't think so [14:49] well, it's i686 on a amd64 host [14:49] cat /proc/cpuinfo in the vm? [14:50] http://paste.ubuntu.com/10256739/ [14:51] yeah thought so.. [14:51] oh? what's wrong? [14:51] llvm 3.5 deprecated autodetect, it now bases it on the cpu type [14:52] but it doesn't know about QEMU Virtual CPU' [14:52] so it disables sse, sse2. [14:52] Mesa llvmpipe however uses /proc/cpuinfo [14:52] so it generates sse2 instructions that llvm doesn't support in the autodetect cpu configuration [14:53] hrm, but my utopic vms work [14:53] what's the /proc/cpuinfo in those? :P [14:54] oooooh [14:54] model name : Intel Xeon E312xx (Sandy Bridge) [14:54] huh [14:54] native [14:54] cool, thanks for the hint [14:57] I had a patch at some point to add some flags, but it was incomplete and pitti fixed his vms so I no longer cared :P [15:00] hehe