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
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

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
Comment by Antoine Viallon (aviallon) - Monday, 14 September 2020, 17:47 GMT Comment by Antoine Viallon (aviallon) - Tuesday, 29 September 2020, 14:04 GMT
EDIT: ignore comment
Comment by Antoine Viallon (aviallon) - Thursday, 22 October 2020, 14:34 GMT
Bug is now assigned to Oleksandr Byelkin upstream and should be fixed in a minor release of 10.5
Comment by Christian Hesse (eworm) - Thursday, 15 June 2023, 10:41 GMT

Loading...