Please read this before reporting a bug:
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. 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
Opened by Shahab (shahab) - Wednesday, 23 January 2019, 11:55 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
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>