desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #145244
[Bug 1509907] [NEW] FTBFS Due to typo in xmir.patch
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 Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1509907
Title:
FTBFS Due to typo in xmir.patch
Status in xorg-server package in Ubuntu:
New
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1509907/+subscriptions
Follow ups