Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.36, 5.5.37, 5.5.38
-
None
Description
To my knowledge MariaDB 5.5 has never built on sparc, but since the introduction of libjemalloc-dev build dependency in my MariaDB 5.5.36 packaging, it should (just like MySQL 5.5 does).
The build fails with the following error:
[ 32%] Building C object storage/xtradb/CMakeFiles/xtradb.dir/os/os0stacktrace.c.o
|
/«PKGBUILDDIR»/storage/xtradb/os/os0stacktrace.c: In function 'os_stacktrace_print':
|
/«PKGBUILDDIR»/storage/xtradb/os/os0stacktrace.c:97:2: error: 'pnt' undeclared (first use in this function)
|
/«PKGBUILDDIR»/storage/xtradb/os/os0stacktrace.c:97:2: note: each undeclared identifier is reported only once for each function it appears in
|
/«PKGBUILDDIR»/storage/xtradb/os/os0stacktrace.c:97:16: error: 'scp' undeclared (first use in this function)
|
/«PKGBUILDDIR»/storage/xtradb/os/os0stacktrace.c:93:21: warning: unused variable 'sc' [-Wunused-variable]
|
make[4]: *** [storage/xtradb/CMakeFiles/xtradb.dir/os/os0stacktrace.c.o] Error 1
|
make[4]: Leaving directory `/«PKGBUILDDIR»/builddir'
|
Full log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-5.5&arch=sparc&ver=5.5.36-1&stamp=1394729851
Debian build overview pages: https://buildd.debian.org/status/package.php?p=mariadb-5.5 and https://buildd.debian.org/status/package.php?p=mysql-5.5
Any ideas about what this exactly means and how to fix it?