Public bug reported: Xorg is FTBFS, atleast locally under sbuild (oddly the archive builder did build ok when it was uploaded)
There is a typo in xmir.patch, PKG_CHECK_MODULES wants .pc file names, not debian package names. -+PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa-dev libdrm epoxy], [have_xmir=yes], [have_xmir=no]) ++PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa libdrm epoxy], [have_xmir=yes], [have_xmir=no]) I will include the fix in the debdiff over on bug 1237904 ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Description changed: Xorg is FTBFS, atleast locally under sbuild (oddly the archive version did build ok) There is a typo in xmir.patch, PKG_CHECK_MODULES wants pc file names, not debian package names. + + -+PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa-dev libdrm epoxy], [have_xmir=yes], [have_xmir=no]) + ++PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa libdrm epoxy], [have_xmir=yes], [have_xmir=no]) + + I will include the fix in the debdiff over on bug 1237904 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1509907 Title: FTBFS Due to typo in xmir.patch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1509907/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp