Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#80151 - [vulkan-headers] 1:1.3.269-1 does not install correctly
Attached to Project:
Arch Linux
Opened by Jose (VertigoGo) - Friday, 03 November 2023, 14:56 GMT
Last edited by Toolybird (Toolybird) - Saturday, 04 November 2023, 21:02 GMT
Opened by Jose (VertigoGo) - Friday, 03 November 2023, 14:56 GMT
Last edited by Toolybird (Toolybird) - Saturday, 04 November 2023, 21:02 GMT
|
DetailsDescription:
Attempting to compile a project using "vulkan-headers 1:1.3.269-1" results in a broken project. Downgrading to "vulkan-headers 1:1.3.264-2" cleaning and recompiling makes the same project with no changes work again. I believe that this is the result of a failed installation process. I have gone through the history of the project and believed that the deletion of the file "vulkan_hpp_macros.hpp" might be the issue, however this is likely not the case. My educated guess as to what is happening is line 31 of file PKGBUILD "make DESTDIR="${pkgdir}" install" is incomplete. It seems to me that install should be on its own line and that it is missing a few arguments. However, I am not a package maintainer so I don't know if this is intended and correct or a slight oversight and results in a bug it is only a suggestion. My guess comes from running the command 'pacman -Ql vulkan-headers' on versions 1:1.3.264-2 and 1:1.3.269-1 and comparing the results, it seems that several files are missing from the later version. Additional info: package version: vulkan-headers 1:1.3.269-1 I have included a file showing the result of running 'pacman -Ql vulkan-headers' on versions 1:1.3.264-2 and 1:1.3.269-1 Steps to reproduce: have a working Vulkan project update to vulkan-headers-1:1.3.269-1 recompile the project compilation succeeds, however project is broken |
This task depends upon
Closed by Toolybird (Toolybird)
Saturday, 04 November 2023, 21:02 GMT
Reason for closing: Not a bug
Additional comments about closing: "it is an upstream change that is the problem not a packaging issue."
Saturday, 04 November 2023, 21:02 GMT
Reason for closing: Not a bug
Additional comments about closing: "it is an upstream change that is the problem not a packaging issue."
vulkan-headers-difference-264...
I should mention that this is the downgraded version 1:1.3.264-2
The provided "results of pacman -Ql vulkan-headers on version 1:1.3.269-1" does not contain any of the following which are all in that package:
vulkan-headers /usr/include/vulkan/vk_icd.h
vulkan-headers /usr/include/vulkan/vk_layer.h
vulkan-headers /usr/include/vulkan/vk_platform.h
vulkan-headers /usr/include/vulkan/vulkan.cppm
vulkan-headers /usr/include/vulkan/vulkan.h
vulkan-headers /usr/include/vulkan/vulkan.hpp
vulkan-headers /usr/include/vulkan/vulkan_android.h
vulkan-headers /usr/include/vulkan/vulkan_beta.h
vulkan-headers /usr/include/vulkan/vulkan_core.h
vulkan-headers /usr/include/vulkan/vulkan_directfb.h
vulkan-headers /usr/include/vulkan/vulkan_enums.hpp
vulkan-headers /usr/include/vulkan/vulkan_extension_inspection.hpp
vulkan-headers /usr/include/vulkan/vulkan_format_traits.hpp
vulkan-headers /usr/include/vulkan/vulkan_fuchsia.h
vulkan-headers /usr/include/vulkan/vulkan_funcs.hpp
vulkan-headers /usr/include/vulkan/vulkan_ggp.h
vulkan-headers /usr/include/vulkan/vulkan_handles.hpp
vulkan-headers /usr/include/vulkan/vulkan_hash.hpp
vulkan-headers /usr/include/vulkan/vulkan_hpp_macros.hpp
vulkan-headers /usr/include/vulkan/vulkan_ios.h
vulkan-headers /usr/include/vulkan/vulkan_macos.h
vulkan-headers: 69 total files, 0 altered files