Skip to content

Instantly share code, notes, and snippets.

@elenst
Created August 16, 2018 17:57
Show Gist options
  • Save elenst/421972c4e5e3d62ef8c905a399335b79 to your computer and use it in GitHub Desktop.
Save elenst/421972c4e5e3d62ef8c905a399335b79 to your computer and use it in GitHub Desktop.
[ 51%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0lru.cc.o
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_lock':
/data/src/10.3-bug/mysys/thr_lock.c:931: undefined reference to `my_dbug_assert_failed'
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_downgrade_write_lock':
/data/src/10.3-bug/mysys/thr_lock.c:1550: undefined reference to `my_dbug_assert_failed'
/data/src/10.3-bug/mysys/thr_lock.c:1551: undefined reference to `my_dbug_assert_failed'
collect2: error: ld returned 1 exit status
storage/myisam/CMakeFiles/mi_test1.dir/build.make:96: recipe for target 'storage/myisam/mi_test1' failed
make[2]: *** [storage/myisam/mi_test1] Error 1
CMakeFiles/Makefile2:5560: recipe for target 'storage/myisam/CMakeFiles/mi_test1.dir/all' failed
make[1]: *** [storage/myisam/CMakeFiles/mi_test1.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 51%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0rea.cc.o
[ 51%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_accounts.cc.o
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_lock':
/data/src/10.3-bug/mysys/thr_lock.c:931: undefined reference to `my_dbug_assert_failed'
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_downgrade_write_lock':
/data/src/10.3-bug/mysys/thr_lock.c:1550: undefined reference to `my_dbug_assert_failed'
/data/src/10.3-bug/mysys/thr_lock.c:1551: undefined reference to `my_dbug_assert_failed'
collect2: error: ld returned 1 exit status
storage/myisam/CMakeFiles/mi_test3.dir/build.make:96: recipe for target 'storage/myisam/mi_test3' failed
make[2]: *** [storage/myisam/mi_test3] Error 1
CMakeFiles/Makefile2:5634: recipe for target 'storage/myisam/CMakeFiles/mi_test3.dir/all' failed
make[1]: *** [storage/myisam/CMakeFiles/mi_test3.dir/all] Error 2
[ 51%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_all_instr.cc.o
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_lock':
/data/src/10.3-bug/mysys/thr_lock.c:931: undefined reference to `my_dbug_assert_failed'
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_downgrade_write_lock':
/data/src/10.3-bug/mysys/thr_lock.c:1550: undefined reference to `my_dbug_assert_failed'
/data/src/10.3-bug/mysys/thr_lock.c:1551: undefined reference to `my_dbug_assert_failed'
collect2: error: ld returned 1 exit status
storage/myisam/CMakeFiles/mi_test2.dir/build.make:96: recipe for target 'storage/myisam/mi_test2' failed
make[2]: *** [storage/myisam/mi_test2] Error 1
CMakeFiles/Makefile2:5597: recipe for target 'storage/myisam/CMakeFiles/mi_test2.dir/all' failed
make[1]: *** [storage/myisam/CMakeFiles/mi_test2.dir/all] Error 2
[ 52%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_account_by_event_name.cc.o
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_lock':
/data/src/10.3-bug/mysys/thr_lock.c:931: undefined reference to `my_dbug_assert_failed'
../../mysys/libmysys.a(thr_lock.c.o): In function `thr_downgrade_write_lock':
/data/src/10.3-bug/mysys/thr_lock.c:1550: undefined reference to `my_dbug_assert_failed'
/data/src/10.3-bug/mysys/thr_lock.c:1551: undefined reference to `my_dbug_assert_failed'
collect2: error: ld returned 1 exit status
storage/myisam/CMakeFiles/myisam_ftdump.dir/build.make:96: recipe for target 'storage/myisam/myisam_ftdump' failed
make[2]: *** [storage/myisam/myisam_ftdump] Error 1
CMakeFiles/Makefile2:5708: recipe for target 'storage/myisam/CMakeFiles/myisam_ftdump.dir/all' failed
make[1]: *** [storage/myisam/CMakeFiles/myisam_ftdump.dir/all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment