Bug #7463 SHM_HUGETBL in os0proc.c
Submitted: 21 Dec 2004 20:49 Modified: 21 Dec 2004 21:15
Reporter: Matt Wagner Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:5.0.3-alpha OS:Linux (Linux of various flavors)
Assigned to: Assigned Account CPU Architecture:Any

[21 Dec 2004 20:49] Matt Wagner
Description:
Here is the compile failure:

02717: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I./../../include -I../../include    -g -O 
-DDBUG_ON -DSAFE_MUTEX -g -O -DDBUG_ON -DSAFE_MUTEX -O2 -mcpu=pentiumpro   
-DUNIV_LINUX -DUNIV_INTEL_X86 -c os0proc.c
02718: os0proc.c: In function `os_mem_alloc_large':
02719: os0proc.c:548: `SHM_HUGETLB' undeclared (first use in this function)
02720: os0proc.c:548: (Each undeclared identifier is reported only once
02721: os0proc.c:548: for each function it appears in.)
02722: gmake[4]: *** [os0proc.o] Error 1
02723: gmake[4]: Leaving directory `/build/mysqldev/build/mysql-5.0.3-alpha/innobase/os'

How to repeat:
Compile latest 5.0.3-alpha as "-debug" on build.mysql.com.
[21 Dec 2004 21:15] Matt Wagner
Bug already submitted in Bug#7459.