[09:04] RAOF: poke :p [09:31] mlankhorst: Ow! [09:34] RAOF: i posted a update on ubuntu-x on the lts stack, can you read through it a bit? [09:36] Will do [09:40] still not 100% sure what to do with -dev packages though, right now 1 of the possible resolutions is uninstalling the entire stack. For example if you try to install libclutter-1.0-dev [09:41] although I think that could be fixed by dropping version there [09:42] libclutter and libcogl would need a SRU to remove version from libgl1-mesa-dev, or I need to make msea -dev packages coinstallable [11:02] RAOF: I knew you meant libdrm.so.2ltsq, but I think this was less likely to break [11:04] Ok. It seems like it's caused you a bit of extra work, but I guess you're the one doing that work :) [11:07] hey if i write a hack i dont want to spend more time on it than needed, so this was less likely to run into weird ld bugs [11:08] itym features [11:09] * mlankhorst is lazy, do some extra work to prevent having to do other work later ;-) === yofel_ is now known as yofel [11:52] RAOF: going to see if i can get the mesa patch upstream in a cleaner way, I already have the intel version upstreamed [16:22] tjaalton, hi [16:23] tjaalton, i know you touched (at least sponsored) virtualbox :) [16:46] tjaalton, unping ;) [21:25] ricotz, 310.19 blob released [21:34] bjsnider, thanks [21:45] bjsnider, unfortunately, nv-mmap.c looks broken in regards to the obvious support for 3.7 [21:46] ricotz, how so? [21:47] vma->vm_flags |= (VM_IO | VM_LOCKED | VM_RESERVED); [21:47] vma->vm_flags |= (VM_DONTEXPAND | VM_DONTDUMP); [21:47] won't build against it? [21:47] it include both line like that, so it wont compile [21:47] patch possible? [21:47] the precompiler conditions are missing [21:47] yes [22:19] bjsnider, ah nevermind they redefining them themselves