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#67896 - [mariadb-libs] server/my_alloc.h has chevrons instead of quotes for include
Attached to Project:
Arch Linux
Opened by Antoine Viallon (aviallon) - Monday, 14 September 2020, 17:32 GMT
Last edited by freswa (frederik) - Monday, 14 September 2020, 20:31 GMT
Opened by Antoine Viallon (aviallon) - Monday, 14 September 2020, 17:32 GMT
Last edited by freswa (frederik) - Monday, 14 September 2020, 20:31 GMT
|
DetailsDescription:
Chevron in file /usr/include/mysql/server/my_alloc.h:23 are present instead of quotes, causing some packages like codelite to fail to build. Changing them to quotes allows codelite to build successfully. Patch: ```diff --- a/my_alloc.h 2020-09-14 19:28:51.201762338 +0200 +++ b/my_alloc.h 2020-09-14 19:28:43.795578840 +0200 @@ -20,7 +20,7 @@ #ifndef _my_alloc_h #define _my_alloc_h -#include <mysql/psi/psi_memory.h> +#include "mysql/psi/psi_memory.h" #define ALLOC_MAX_BLOCK_TO_DROP 4096 #define ALLOC_MAX_BLOCK_USAGE_BEFORE_DROP 10 ``` Additional info: * package version: 10.5.5-2 * there is no upstream bug report yet Steps to reproduce: - Attempt to build codelite (from AUR) |
This task depends upon

Upstream bug report : https://jira.mariadb.org/browse/MDEV-23736

EDIT: ignore comment

Bug is now assigned to Oleksandr Byelkin upstream and should be fixed in a minor release of 10.5