Your message dated Sat, 16 Feb 2019 04:04:10 +0000 with message-id <[email protected]> and subject line Bug#919889: fixed in vkd3d 1.1-3 has caused the Debian Bug report #919889, regarding vkd3d: Make build-dependency on libvulkan-dev versioned. to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 919889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919889 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: vkd3d Version: 1.1-2 Severity: normal Hi Mike, vkd3d fails to build in stretch with libvulkan-dev 1.0.39.0+dfsg1-1, but succeeds with 1.1.70+dfsg1-1~bpo9+1 which is in stretch-backports. I didn't investigate exactly which version is required, but just suggest something like this in d/control: - libvulkan-dev, + libvulkan-dev (>= 1.1.70), Greets jre Failed build with 1.0.39.0+dfsg1-1: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./include -I./include/dummy -I./include/private -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pipe -std=c99 -Wdeclaration-after-statement -Wmissing-prototypes -Wunused-but-set-parameter -Wvla -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/build/vkd3d-1.1=. -fstack-protector-strong -Wformat -Werror=format-security -c libs/vkd3d/command.c -fPIC -DPIC -o libs/vkd3d/.libs/command.o In file included from libs/vkd3d/resource.c:19:0: libs/vkd3d/vkd3d_private.h:62:30: error: unknown type name 'PFN_vkCmdPushDescriptorSetKHR' #define DECLARE_VK_PFN(name) PFN_##name name; ^ libs/vkd3d/vkd3d_private.h:74:27: note: in expansion of macro 'DECLARE_VK_PFN' #define VK_DEVICE_EXT_PFN DECLARE_VK_PFN ^~~~~~~~~~~~~~ libs/vkd3d/vulkan_procs.h:175:1: note: in expansion of macro 'VK_DEVICE_EXT_PFN' VK_DEVICE_EXT_PFN(vkCmdPushDescriptorSetKHR) ^~~~~~~~~~~~~~~~~ Makefile:1066: recipe for target 'libs/vkd3d/resource.lo' failed make[3]: *** [libs/vkd3d/resource.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from libs/vkd3d/state.c:20:0: libs/vkd3d/vkd3d_private.h:62:30: error: unknown type name 'PFN_vkCmdPushDescriptorSetKHR' #define DECLARE_VK_PFN(name) PFN_##name name; ^ libs/vkd3d/vkd3d_private.h:74:27: note: in expansion of macro 'DECLARE_VK_PFN' #define VK_DEVICE_EXT_PFN DECLARE_VK_PFN ^~~~~~~~~~~~~~ libs/vkd3d/vulkan_procs.h:175:1: note: in expansion of macro 'VK_DEVICE_EXT_PFN' VK_DEVICE_EXT_PFN(vkCmdPushDescriptorSetKHR) ^~~~~~~~~~~~~~~~~ In file included from ./include/private/vkd3d_common.h:23:0, from libs/vkd3d/vkd3d_private.h:26, from libs/vkd3d/state.c:20: libs/vkd3d/state.c: In function 'd3d12_root_signature_init': libs/vkd3d/state.c:957:17: error: 'VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR' undeclared (first use in this function) VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR, ^ ./include/vkd3d_windows.h:36:35: note: in definition of macro 'FAILED' # define FAILED(hr) ((HRESULT)(hr) < 0) ^~ libs/vkd3d/state.c:957:17: note: each undeclared identifier is reported only once for each function it appears in VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR, ^ ./include/vkd3d_windows.h:36:35: note: in definition of macro 'FAILED' # define FAILED(hr) ((HRESULT)(hr) < 0) ^~ Makefile:1066: recipe for target 'libs/vkd3d/state.lo' failed make[3]: *** [libs/vkd3d/state.lo] Error 1 In file included from libs/vkd3d/device.c:19:0: libs/vkd3d/vkd3d_private.h:62:30: error: unknown type name 'PFN_vkCmdPushDescriptorSetKHR' #define DECLARE_VK_PFN(name) PFN_##name name; ^ libs/vkd3d/vkd3d_private.h:74:27: note: in expansion of macro 'DECLARE_VK_PFN' #define VK_DEVICE_EXT_PFN DECLARE_VK_PFN ^~~~~~~~~~~~~~ libs/vkd3d/vulkan_procs.h:175:1: note: in expansion of macro 'VK_DEVICE_EXT_PFN' VK_DEVICE_EXT_PFN(vkCmdPushDescriptorSetKHR) ^~~~~~~~~~~~~~~~~ libs/vkd3d/device.c:66:6: error: 'VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME' undeclared here (not in a function) {VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME, offsetof(struct vkd3d_vulkan_info, KHR_push_descriptor)}, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile:1066: recipe for target 'libs/vkd3d/device.lo' failed make[3]: *** [libs/vkd3d/device.lo] Error 1 In file included from libs/vkd3d/command.c:20:0: libs/vkd3d/vkd3d_private.h:62:30: error: unknown type name 'PFN_vkCmdPushDescriptorSetKHR' #define DECLARE_VK_PFN(name) PFN_##name name; ^ libs/vkd3d/vkd3d_private.h:74:27: note: in expansion of macro 'DECLARE_VK_PFN' #define VK_DEVICE_EXT_PFN DECLARE_VK_PFN ^~~~~~~~~~~~~~ libs/vkd3d/vulkan_procs.h:175:1: note: in expansion of macro 'VK_DEVICE_EXT_PFN' VK_DEVICE_EXT_PFN(vkCmdPushDescriptorSetKHR) ^~~~~~~~~~~~~~~~~ libs/vkd3d/command.c: In function 'd3d12_command_list_set_root_cbv': libs/vkd3d/vkd3d_private.h:40:21: error: called object is not a function or function pointer #define VK_CALL(f) (vk_procs->f) ^ libs/vkd3d/command.c:3396:9: note: in expansion of macro 'VK_CALL' VK_CALL(vkCmdPushDescriptorSetKHR(list->vk_command_buffer, bind_point, ^~~~~~~ libs/vkd3d/command.c: In function 'd3d12_command_list_set_root_descriptor': libs/vkd3d/vkd3d_private.h:40:21: error: called object is not a function or function pointer #define VK_CALL(f) (vk_procs->f) ^ libs/vkd3d/command.c:3479:9: note: in expansion of macro 'VK_CALL' VK_CALL(vkCmdPushDescriptorSetKHR(list->vk_command_buffer, bind_point, ^~~~~~~ Makefile:1066: recipe for target 'libs/vkd3d/command.lo' failed
--- End Message ---
--- Begin Message ---Source: vkd3d Source-Version: 1.1-3 We believe that the bug you reported is fixed in the latest version of vkd3d, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Gilbert <[email protected]> (supplier of updated vkd3d package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 16 Feb 2019 02:11:35 +0000 Source: vkd3d Architecture: source Version: 1.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Wine Party <[email protected]> Changed-By: Michael Gilbert <[email protected]> Closes: 919889 921200 Changes: vkd3d (1.1-3) unstable; urgency=medium . [ Jens Reyer ] * Update copyright info. * Add myself to uploaders. * Add Vcs fields to d/control. * Add "or later" to license LGPL-2.1. * Add Build-Depends-Package field to symbols files. * Strip unnecessary signature from upstream signing key. * Make build-dependency on libvulkan-dev versioned (closes: #919889). . [ Michael Gilbert ] * Include debian revision in the version string. * Add missing vulkan dependency (closes: #921200). Checksums-Sha1: 76d23236a5033af13e1ba22fc043dd8b1b83dab6 2879 vkd3d_1.1-3.dsc 62925dd932273b3346ee286dc6b365f0e888a742 6172 vkd3d_1.1-3.debian.tar.xz 70b9d1bb9a52c84da7077cafed78976ea0045b6a 6799 vkd3d_1.1-3_source.buildinfo Checksums-Sha256: 26271b3e5886a0fd82b503b81d878d6f652a56b34581b6df2409e16d001d0040 2879 vkd3d_1.1-3.dsc 2156de03a3403e0c9fc7db2cea3e2430a25d4fe579a22cd74614c2be13fb5c12 6172 vkd3d_1.1-3.debian.tar.xz bbeaf6a965d05771ed0f02f1ca8b174a1744b75e3129bcccfcd1de2bea7c6100 6799 vkd3d_1.1-3_source.buildinfo Files: 2a826f95420c0acd8d5fe1ff72b37dc7 2879 libs optional vkd3d_1.1-3.dsc 479d209f672f65d550e1ca6b1e869f3a 6172 libs optional vkd3d_1.1-3.debian.tar.xz 2c896dbb7f2e9b1de82cbcf2818960fc 6799 libs optional vkd3d_1.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQQzBAEBCgAdFiEEluhy7ASCBulP9FUWuNayzQLW9HMFAlxnifAACgkQuNayzQLW 9HOONB/+KqVN9nAGCGZMv1iZWGXxcMkRLnrVXtwJqNDNxb4MDpY5Avbclo6O92ON cwQSUuQ5qAT2VfogxnCaAlo2xJnTW7sP/LanJQI/chHRv7n/n7CSffwfkfjN6ZPS lCeW0vEd/lDSmVPt46Obil0zMR+IPf2qqy3JAyGj0Zk8IX7mXbkIRQ0PSzU0u7ow edjRxt/UQMqGHPDAu4OeoqDDt2+qctvXgDMHEC5SzXXmlSugV7UR1v03UsKr6OnW xqI7YWTDIPmQmQ5j1XusUnvtB6J7BYlpnk38VV4gfXXG3vuplR8ZokF6GYHSj2Lv iOTjmvGl3IAPdHotSZn2YNgSDRLN98DUrwrvJJ37TitUNVeOGuyQwBG78rrSthGk Y4oQtg750cqIiRN5Q3LAS3dbO5+6rIfvVvh8iKblFAZ3LmWXVNAg2GHjn4d8kWWs C4OJLtSkC2t9Sa4APeLwzDmOwNwPrFmwgtEbjxbQAT4xRhOo7jaGV+6NkNEkWtJ2 V33VrhV4M9ANXAURqE62eRbbNOAaGI8wsV1j7rfyVsfuJZhrBy5VS/k/goRqkMq/ ynIM1nQrX9Aut54cbG6a3jvUosVZa4xTx9rV5S6qnb9rAQdcegmOhqZZsv5AVrC6 MyNQSNODU3pWIocEm8NZGjuggQgnQIXwXKe2mIoUrCvOpmPdzO0A4Yu5Dg1ZpMB6 O0+7XA5Kah5bHq81J/G9SmctahObxa/ZU3jVr0u1A7ItGm3vsNMCZ3btXZace6mp tn869Hnui8gSRVZPoYQQMqYq1V2Ml8NEqk412TSWgW6Xiz1Mn66jDMmOcmDEs6Tb GXtFhQvKy+Y8SliVOVMRjZZDy57lSdmxJQ8btFK44iS1/L8bRPennxMgYgBnp3zb sbxzamGrMT9yY3Y4Y+XaN9S3EvUTkM99kzGff0dz0wqFZXMer9ex8q1nPwNxTCPo xEPN4zhjeIHKKxKGqRbg8IaXLRLfHJMmBOhnh/nAosLoqk+o5nPStGq6lHyrW1v5 LPQNleJze/WPS5wLD8q7ykfn8ZTpq5I7EIRiVzWGuM6drFHE68M+tWTUeindTUTV AWIT8jaWhHjdzOomeCI4upVAddK+OQSIA6Bj8Tb6vPSne4YNc2pmoa6JyN6fGLMc Y+NpAtFYFF3OFHq5twZKW4ZjJhoADqVLqYGlFzhr3ey4qhByWLU1CTq899Nulsbw IFFJ6+QftTwS+xH2RBPPrzOEQ4qQx4DlCKVsbpZGVf+O3P413mk8sSfUAhK2V7k+ bOzrc/oMoKIcwKEx/ItybeM2aRYJMfRdwFKutLcOLB5mXRRk6AEElWcXAq3EPJyh usxTx+W8np5iAQRntKud4DWFRYQPiA== =k6+n -----END PGP SIGNATURE-----
--- End Message ---
