[MDEV-24215] warning: "MAP_HUGETLB" redefined Created: 2020-11-15 Updated: 2020-11-19 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
non x86 |
||
| Description |
|
from collection of builds https://buildd.debian.org/status/package.php?p=mariadb-10.5 https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=alpha&ver=1%3A10.5.8-1&stamp=1605284237&raw=0
6cf8f05fd9deb900a78898576b85753e09fedd incorrectly in accounting for linux < 3.8 |
| Comments |
| Comment by Daniel Black [ 2020-11-15 ] |
|
bb-10.5-danielblack-MDEV-24125-MAP_HUGETLB pushed FYI otto. This was from debian failures. Note those architectures that have this warning will not have a functional large-page (defaults to off) support. What 0x40000 maps to, e.g. mips MAP_STACK will be used instead. |
| Comment by Daniel Black [ 2020-11-18 ] |
|
GH commits: |
| Comment by Otto Kekäläinen [ 2020-11-18 ] |
|
I've updated downstream issue https://bug.debian.org/975063 with reference to this. Thanks danblack for looking into this and fixing it! |
| Comment by Daniel Black [ 2020-11-19 ] |
|
+3b486c28f710940631b5cb7a9781965827fbfa4b (needed if there's a warning the the build of my_largepage.c) |