=== chihchun_afk is now known as chihchun === arubislander1 is now known as arubislander === arubislander is now known as Guest22573 === JanC is now known as Guest55043 === JanC_ is now known as JanC === chihchun is now known as chihchun_afk [14:18] alan_g: hi, perhaps best to discuss mesa/vulkan here [14:18] the build issue [14:18] tjaalton: sure [14:18] ../../../src/intel/vulkan/anv_wsi_mir.c:28:10: error: no previous prototype for ‘anv_GetPhysicalDeviceMirPresentationSupportKHR’ [-Werror=missing-prototypes] [14:18] VkBool32 anv_GetPhysicalDeviceMirPresentationSupportKHR( [14:18] and then another for anv_CreateMirSurfaceKHR [14:18] this is weird, since the includes should be fine [14:19] i've just pushed ubuntu+1 branch to alioth git [14:19] https://anonscm.debian.org/git/pkg-xorg/lib/mesa.git that is [14:21] tjaalton: this isn't code I've ever touched. Can I see the error on Zesty, or do do I need Artful? [14:22] you need mesa 17.1 [14:22] so, this branch [14:23] builds on zesty too, though you'd need newer libdrm [14:23] which you can get from https://launchpad.net/~ubuntu-x-swat/+archive/ubuntu/updates [14:26] tjaalton: ack. (I'll start by browsing the source then) [14:27] well the mir patches aren't applied to the source [14:27] if you mean browsing cgit [14:28] ah [14:33] where do I find the patch? [14:33] debian/patches [14:35] I'm misunderstanding - not debian/patches/07_gallium-fix-build-failure-on-powerpcspe.diff I'm sure [14:36] vulkan-mir.patch [14:36] but you need to apply the rest fist [14:36] first [14:36] series tells the order [14:37] $ find debian/patches [14:37] debian/patches [14:37] debian/patches/series [14:37] debian/patches/07_gallium-fix-build-failure-on-powerpcspe.diff [14:37] did you clone it? [14:38] yes [14:38] git checkout ubuntu+01 [14:38] er [14:38] ubuntu+1 [14:38] you're on debian-unstable :) [14:38] add -b [14:38] no [14:38] sorry [14:38] just 'git checkout ubuntu+1' should do I think [14:39] tjaalton: that's it. [14:40] then use quilt push -a [14:40] to patch the source [14:40] pop -a to unpatch [14:56] Sorry, not familiar with quilt. It says: "No series file found" - how do I tell it where the patches are? [14:56] in my ~/.quiltrc [14:56] QUILT_PATCHES=debian/patches [14:58] "$ QUILT_PATCHES=debian/patches quilt push -a" seems to work [14:59] yeah it should, just like to not have to manually set that path each time haha [15:03] i also have this in my quiltrc :) QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" [16:12] tjaalton: (Sorry, got sidetracked) The compiler is right that there's no prototype for the functions. But I need to do a bit of digging to determine if that's actually an issue. [16:38] Hmm there's vkGetPhysicalDeviceMirPresentationSupportKHR declared in a header (and some xml) but no implementation. [17:03] alan_g: i checked how it's done for wayland, and couldn't see where it differs :/