Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.6
-
OSX 10.10.4
gcc (GCC) 4.9.0 20140309
-
10.1.9-1
Description
I have attempted to install MariaDB 10.1.6, using this command (which worked for previous releases):
cmake . -DBUILD_CONFIG=mysql_release
But after a while I get this error
[ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/command.c.o
|
[ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx.c.o
|
[ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx_impl_mrb.c.o
|
[ 67%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat.cpp.o
|
/Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:191:3: error: cannot use 'try' with exceptions disabled
|
try {
|
^
|
/Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:222:3: error: cannot use 'try' with exceptions disabled
|
try {
|
^
|
/Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:423:3: error: cannot use 'try' with exceptions disabled
|
try {
|
^
|