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 Christian Hesse (eworm) - Thursday, 15 June 2023, 10:42 GMT
Opened by Antoine Viallon (aviallon) - Monday, 14 September 2020, 17:32 GMT
Last edited by Christian Hesse (eworm) - Thursday, 15 June 2023, 10:42 GMT
|
Details
Description:
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
Closed by Christian Hesse (eworm)
Thursday, 15 June 2023, 10:42 GMT
Reason for closing: Upstream
Additional comments about closing: fixed upstream
Thursday, 15 June 2023, 10:42 GMT
Reason for closing: Upstream
Additional comments about closing: fixed upstream
https://github.com/MariaDB/server/commit/a786c0208e077656edf27767512a221484fb9852