Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.22, 10.0(EOL), 10.1(EOL)
-
Distributor ID: Debian
Description: Debian GNU/Linux 7.9 (wheezy)
Release: 7.9
gcc version 4.7.2 (Debian 4.7.2-5)
Description
Trying to build MariaDB 10.0.22 on my machine from sources and fails to build:
[ 33%] Building CXX object storage/sequence/CMakeFiles/sequence.dir/sequence.cc.o
|
In file included from /root/git/buildpkg/build/mariadb-10.0.22/storage/maria/ha_maria.cc:43:0:
|
/root/git/buildpkg/build/mariadb-10.0.22/sql/sql_class.h:355:22: error: ‘Create_field’ was not declared in this scope
|
/root/git/buildpkg/build/mariadb-10.0.22/sql/sql_class.h:355:34: error: template argument 1 is invalid
|
Linking CXX executable myisampack
|
[ 33%] Built target myisampack
|
Linking CXX shared module ha_sequence.so
|
Scanning dependencies of target test_sql_discovery
|
[ 33%] make[2]: *** [storage/maria/CMakeFiles/aria_embedded.dir/ha_maria.cc.o] Error 1
|
make[1]: *** [storage/maria/CMakeFiles/aria_embedded.dir/all] Error 2
|
make[1]: *** Waiting for unfinished jobs....
|
Building CXX object storage/test_sql_discovery/CMakeFiles/test_sql_discovery.dir/test_sql_discovery.cc.o
|
Not sure whats the issue, haven't seen this before. Also at some point I see this:
[ 0%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_error_context_servicer.ps
|
troff: fatal error: can't find macro file m
|
[ 16%] Built target ps
|
Scanning dependencies of target t
|
[ 16%] Generating user.t
|
troff: fatal error: can't find macro file m
|
[ 17%] Built target t
|
.c.o
|
[ 16%] Generating user.ps
|
troff: fatal error: can't find macro file m
|
[ 16%] Built target ps
|
Scanning dependencies of target t
|
[ 16%] Generating user.t
|
troff: fatal error: can't find macro file m
|
Can this be why it fails to build? Don't think so, but, I really dont know. Please let me know, how could I fix this.