Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
-
None
-
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
https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=hppa&ver=1%3A10.5.8-1&stamp=1605264422&raw=0
In file included from /<<PKGBUILDDIR>>/mysys/mysys_priv.h:20,
|
from /<<PKGBUILDDIR>>/mysys/array.c:18:
|
/<<PKGBUILDDIR>>/include/my_sys.h:968: warning: "MAP_HUGETLB" redefined
|
968 | #define MAP_HUGETLB 0x40000
|
|
|
In file included from /usr/include/alpha-linux-gnu/sys/mman.h:41,
|
from /<<PKGBUILDDIR>>/include/my_global.h:444,
|
from /<<PKGBUILDDIR>>/mysys/mysys_priv.h:19,
|
from /<<PKGBUILDDIR>>/mysys/array.c:18:
|
/usr/include/alpha-linux-gnu/bits/mman.h:38: note: this is the location of the previous definition
|
38 | # define MAP_HUGETLB 0x100000 /* Create huge page mapping. */
|
|
|
[ 0%] Linking C executable simple-t
|
6cf8f05fd9deb900a78898576b85753e09fedd incorrectly in accounting for linux < 3.8
a) defined it unconditionally
b) assumed incorrectly that all architectures have the same number for MAP_HUGE_SHIFT and MAP_HUGETLB on all architectures.