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#61507 - [capstone] Pull inclusion fix from upstream.
Attached to Project:
Community Packages
Opened by Shahab (shahab) - Wednesday, 23 January 2019, 11:55 GMT
Last edited by freswa (frederik) - Monday, 14 September 2020, 12:31 GMT
Opened by Shahab (shahab) - Wednesday, 23 January 2019, 11:55 GMT
Last edited by freswa (frederik) - Monday, 14 September 2020, 12:31 GMT
|
DetailsDescription:
Source codes using "#include <capstone.h>" and building with "make" cannot be compiled anymore. QEMU is one example. Using "#include <capstone/capstone.h>" works though. This is due to an issue already fixed in upstream: https://github.com/aquynh/capstone/issues/1339 Additional info: * package version: 4.0.1-1 Steps to reproduce: > git clone https://git.qemu.org/git/qemu.git > cd qemu > ./configure > make In file included from qemu/disas.c:9: qemu/include/disas/capstone.h:6:10: fatal error: capstone.h: No such file or directory #include <capstone.h> |
This task depends upon
Closed by freswa (frederik)
Monday, 14 September 2020, 12:31 GMT
Reason for closing: Fixed
Additional comments about closing: capstone 4.0.2-1
Monday, 14 September 2020, 12:31 GMT
Reason for closing: Fixed
Additional comments about closing: capstone 4.0.2-1
In file included from /data/work/repos/qemu/disas.c:9:
/data/work/repos/qemu/include/disas/capstone.h:6:10: fatal error: capstone.h: No such file or directory
6 | #include <capstone.h>
[1] https://github.com/archlinux/svntogit-community/commit/a3c76886964124ce6d285f84675b1bcc5a27db22
[2] https://github.com/aquynh/capstone/commit/02e33f8b92366a168701d69d763685fc8b43dc8e