The following tests FAILED:
20 - pfs_instr_class (Not Run)
21 - pfs_instr_class-oom (Not Run)
22 - pfs_instr (Not Run)
23 - pfs_instr-oom (Not Run)
24 - pfs_account-oom (Not Run)
25 - pfs_host-oom (Not Run)
26 - pfs_timer (Not Run)
27 - pfs_user-oom (Not Run)
28 - pfs (Not Run)
29 - ma_control_file (Not Run)
30 - trnman (Not Run)
31 - ma_test_loghandler (Not Run)
32 - ma_test_loghandler_multigroup (Not Run)
33 - ma_test_loghandler_multithread (Not Run)
34 - ma_test_loghandler_pagecache (Not Run)
35 - ma_test_loghandler_long (Not Run)
36 - ma_test_loghandler_noflush (Not Run)
37 - ma_test_loghandler_first_lsn (Not Run)
38 - ma_test_loghandler_max_lsn (Not Run)
39 - ma_test_loghandler_purge (Not Run)
40 - ma_test_loghandler_readonly (Not Run)
41 - ma_test_loghandler_nologs (Not Run)
42 - ma_pagecache_single_1k (Not Run)
43 - ma_pagecache_single_8k (Not Run)
44 - ma_pagecache_single_64k (Not Run)
45 - ma_pagecache_consist_1k (Not Run)
46 - ma_pagecache_consist_64k (Not Run)
47 - ma_pagecache_consist_1kHC (Not Run)
48 - ma_pagecache_consist_64kHC (Not Run)
49 - ma_pagecache_consist_1kRD (Not Run)
50 - ma_pagecache_consist_64kRD (Not Run)
51 - ma_pagecache_consist_1kWR (Not Run)
52 - ma_pagecache_consist_64kWR (Not Run)
53 - ma_pagecache_rwconsist_1k (Not Run)
54 - ma_pagecache_rwconsist2_1k (Not Run)
55 - dbug (Not Run)
Errors while running CTest
make: *** [test] Error 8
總是在編譯到這裡報錯
make[2]: *** [storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/expr.c.o] Error
我也遇到了,很多人都沒找到根本原因。
最後找出問題了,特別是在使用AWS或者阿里雲,會遇到這些情況,一般要么添加內存,或者弄個SWAP,這樣可以解決MEM不足的問題! !
如果是阿里雲的ECS的話是內存不夠導致的,在mroonga編譯的地方會佔用較多內存,1G升級到2G就能編譯通過了。
資訊不夠多呀
我也遇到同樣的問題,CentOS編譯安裝時報的錯誤。
別人說是makefike的-Werror導致的,但是我去掉了很多地方這個參數,但是還是不行,求解
下面是make出現的錯誤: