Running phase: unpackPhase unpacking source archive /nix/store/bqcb10417804cg147br80c5nkds63l8f-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=/nix/store/pfnp2w8gxcvxzwhipqngdh38s5hgd4x9-smatch-1.73 CXX=c++ Makefile:159: Your system does not have libxml, disabling c2xml Makefile:199: Your system does not have gtk3/gtk2, disabling test-inspect Makefile:233: Your system does not have llvm, disabling sparse-llvm CC compile.o CC allocate.o CC builtin.o CC char.o CC compat-linux.o CC cse.o CC dissect.o CC dominate.o CC evaluate.o CC expand.o CC expression.o CC flow.o CC flowgraph.o CC inline.o CC ir.o CC lib.o CC linearize.o CC liveness.o CC memops.o CC opcode.o CC optimize.o CC options.o CC parse.o CC predefine.o CC pre-process.o pre-process.c: In function 'find_include': pre-process.c:980:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 980 | chdir(entry->d_name); | ^~~~~~~~~~~~~~~~~~~~ pre-process.c:982:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 982 | chdir(".."); | ^~~~~~~~~~~ pre-process.c: In function 'search_dir': pre-process.c:1025:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 1025 | chdir(".."); | ^~~~~~~~~~~ pre-process.c: In function 'init_include_path': pre-process.c:2430:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 2430 | fgets(os, sizeof(os) - 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pre-process.c: In function 'use_best_guess_header_file': pre-process.c:1067:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 1067 | chdir(dir_part); | ^~~~~~~~~~~~~~~ pre-process.c:1069:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 1069 | chdir(cwd); | ^~~~~~~~~~ pre-process.c: In function 'find_include': pre-process.c:968:56: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 1 and 4096 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-truncation-Wformat-truncation=8;;] 968 | snprintf(buf, sizeof(buf), "%s/%s", cwd, entry->d_name); | ^~ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from pre-process.c:28: In function 'snprintf', inlined from 'find_include' at pre-process.c:968:4: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4097 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC ptrlist.o CC ptrmap.o CC scope.o CC show-parse.o CC simplify.o CC sort.o CC ssa.o CC stats.o CC storage.o CC symbol.o CC target.o CC target-alpha.o CC target-arm.o CC target-arm64.o CC target-bfin.o CC target-default.o CC target-h8300.o CC target-m68k.o CC target-microblaze.o CC target-mips.o CC target-nds32.o CC target-nios2.o CC target-openrisc.o CC target-ppc.o CC target-riscv.o CC target-s390.o CC target-sh.o CC target-sparc.o CC target-x86.o CC target-xtensa.o CC tokenize.o CC unssa.o CC utils.o CC macro_table.o CC token_store.o CC cwchash/hashtable.o GEN version.h CC version.o AR libsparse.a CC compile-i386.o LD compile CC ctags.o LD ctags CC example.o LD example CC graph.o LD graph CC obfuscate.o LD obfuscate CC sparse.o LD sparse CC test-dissect.o LD test-dissect CC test-lexing.o LD test-lexing CC test-linearize.o LD test-linearize CC test-parsing.o LD test-parsing CC test-show-type.o LD test-show-type CC test-unssa.o LD test-unssa CC semind.o LD semind touch check_list_local.h gcc -g -D__CHECKNAME__='"smatch"' -c smatch.c -DSMATCHDATADIR='"/nix/store/pfnp2w8gxcvxzwhipqngdh38s5hgd4x9-smatch-1.73/share/smatch"' CC avl.o CC smatch_about_fn_ptr_arg.o CC smatch_address.o CC smatch_allocations.o CC smatch_annotate.o CC smatch_array_values.o CC smatch_assigned_expr.o CC smatch_bits.o smatch_bits.c: In function 'match_assign': smatch_bits.c:358:17: warning: 'new.set' may be used uninitialized [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;] 358 | new.set &= mask; | ^~ smatch_bits.c:334:25: note: 'new.set' was declared here 334 | struct bit_info new; | ^~~ smatch_bits.c:359:22: warning: 'new.possible' may be used uninitialized [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;] 359 | new.possible &= mask; | ^~ smatch_bits.c:334:25: note: 'new.possible' was declared here 334 | struct bit_info new; | ^~~ CC smatch_buf_comparison.o CC smatch_buf_comparison2.o CC smatch_buf_size.o CC smatch_capped.o CC smatch_common_functions.o CC smatch_comparison.o smatch_comparison.c: In function 'select_caller_info': smatch_comparison.c:2600:63: warning: ' vs ' directive output may be truncated writing 4 bytes into a region of size between 1 and 128 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-truncation-Wformat-truncation=8;;] 2600 | snprintf(comparison_name, sizeof(comparison_name), "%s vs %s", name, right_name); | ^~~~ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from smatch.h:21, from smatch_comparison.c:31: In function 'snprintf', inlined from 'select_caller_info' at smatch_comparison.c:2600:2: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 259 bytes into a destination of size 128 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC smatch_conditions.o CC smatch_constraints.o CC smatch_constraints_required.o CC smatch_container_of.o CC smatch_data_source.o CC smatch_db.o smatch_db.c: In function 'sql_select_caller_info': smatch_db.c:737:13: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 737 | if (sym->ident->name && is_common_function(sym->ident->name)) | ^~~ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_db.c:22: token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ CC smatch_equiv.o CC smatch_estate.o CC smatch_expressions.o CC smatch_expression_stacks.o CC smatch_extra.o smatch_extra.c:2300:13: warning: 'assume_indexes_are_valid' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-function-Wunused-function8;;] 2300 | static void assume_indexes_are_valid(struct expression *expr) | ^~~~~~~~~~~~~~~~~~~~~~~~ CC smatch_files.o CC smatch_flow.o CC smatch_fn_arg_link.o CC smatch_fresh_alloc.o CC smatch_function_hooks.o CC smatch_function_info.o CC smatch_function_ptrs.o CC smatch_helper.o CC smatch_hooks.o CC smatch_ignore.o CC smatch_imaginary_absolute.o CC smatch_implied.o CC smatch_impossible.o CC smatch_integer_overflow.o CC smatch_kernel_user_data.o smatch_kernel_user_data.c: In function 'get_rl_from_function': smatch_kernel_user_data.c:487:39: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 487 | !expr->fn->symbol_name || !expr->fn->symbol_name->name) | ^ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_kernel_user_data.c:25: token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ smatch_kernel_user_data.c: In function 'set_param_user_data': smatch_kernel_user_data.c:1268:63: warning: comparison between pointer and integer 1268 | if (param_data_treat_untagged(value) || sym->ctype.as == 5) | ^~ CC smatch_kernel_host_data.o smatch_kernel_host_data.c: In function 'get_rl_from_function': smatch_kernel_host_data.c:500:39: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 500 | !expr->fn->symbol_name || !expr->fn->symbol_name->name) | ^ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_kernel_host_data.c:36: token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ CC smatch_links.o CC smatch_math.o CC smatch_mem_tracker.o smatch_mem_tracker.c: In function 'get_mem_kb': smatch_mem_tracker.c:60:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 60 | fread(buf, 1, sizeof(buf), file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC smatch_modification_hooks.o CC smatch_mtag_data.o smatch_mtag_data.c: In function 'is_head_next': smatch_mtag_data.c:95:30: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 95 | if (!expr->member || !expr->member->name || | ^ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_mtag_data.c:24: token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ smatch_mtag_data.c:106:29: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 106 | if (!type->ident || !type->ident->name || | ^ token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ CC smatch_mtag_map.o CC smatch_mtag.o smatch_mtag.c: In function 'str_to_mtag': smatch_mtag.c:61:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 61 | MD5_Init(&mdContext); | ^~~~~~~~ In file included from smatch_mtag.c:49: /nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ smatch_mtag.c:62:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 62 | MD5_Update(&mdContext, str, len); | ^~~~~~~~~~ /nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ smatch_mtag.c:63:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;] 63 | MD5_Final(c, &mdContext); | ^~~~~~~~~ /nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ CC smatch_nul_terminator.o CC smatch_param_bits_set.o CC smatch_param_bits_clear.o CC smatch_param_cleared.o smatch_param_cleared.c: In function 'already_printed': smatch_param_cleared.c:368:36: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 368 | if (!arg || !arg->ident || !arg->ident->name) | ^ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_param_cleared.c:29: token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ smatch_param_cleared.c: In function 'ambiguous_members_set': smatch_param_cleared.c:410:36: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 410 | if (!arg || !arg->ident || !arg->ident->name) | ^ token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ smatch_param_cleared.c: In function 'all_struct_members_set': smatch_param_cleared.c:430:36: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 430 | if (!arg || !arg->ident || !arg->ident->name) | ^ token.h:79:14: note: 'name' declared here 79 | char name[]; /* Actual identifier */ | ^~~~ CC smatch_param_compare_limit.o CC smatch_parameter_names.o CC smatch_param_filter.o CC smatch_param_key.o CC smatch_param_limit.o CC smatch_param_set.o CC smatch_param_to_mtag_data.o CC smatch_param_used.o CC smatch_parse_call_math.o CC smatch_parsed_conditions.o CC smatch_passes_array_size.o CC smatch_points_to_container.o CC smatch_points_to_user_data.o CC smatch_points_to_host_data.o CC smatch_power_of_two.o CC smatch_project.o CC smatch_ranges.o CC smatch_real_absolute.o CC smatch_recurse.o CC smatch_returns.o CC smatch_return_to_param.o CC smatch_ssa.o CC smatch_scope.o CC smatch_slist.o CC smatch_start_states.o CC smatch_statement_count.o CC smatch_states.o CC smatch_state_assigned.o CC smatch_stored_conditions.o CC smatch_string_list.o CC smatch_strings.o smatch_strings.c: In function 'match_string': smatch_strings.c:133:42: warning: the comparison will always evaluate as 'true' for the address of 'data' will never be NULL [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-Waddress8;;] 133 | if (expr->type != EXPR_STRING || !expr->string->data) | ^ In file included from symbol.h:28, from parse.h:28, from smatch.h:30, from smatch_strings.c:18: token.h:172:14: note: 'data' declared here 172 | char data[]; | ^~~~ CC smatch_strlen.o CC smatch_struct_assignment.o CC smatch_sval.o CC smatch_tracker.o CC smatch_type_links.o CC smatch_type.o CC smatch_type_val.o smatch_type_val.c: In function 'set_param_type': smatch_type_val.c:396:9: warning: '__builtin_strncpy' specified bound 128 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-truncation-Wstringop-truncation8;;] 396 | strncpy(type_buf, argv[0], sizeof(type_buf)); | ^ CC smatch_unconstant_macros.o CC smatch_unknown_value.o CC smatch_untracked_param.o smatch_untracked_param.c: In function 'register_untracked_param': smatch_untracked_param.c:277:52: error: passing argument 2 of 'select_return_states_hook' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 277 | select_return_states_hook(UNTRACKED_PARAM, &mark_untracked); | ^~~~~~~~~~~~~~~ | | | void (*)(struct expression *, int, const char *, const char *) In file included from smatch_untracked_param.c:34: smatch.h:227:63: note: expected 'void (*)(struct expression *, int, char *, char *)' but argument is of type 'void (*)(struct expression *, int, const char *, const char *)' 227 | void select_return_states_hook(int type, return_implies_hook *callback); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ smatch_untracked_param.c:278:47: error: passing argument 2 of 'select_return_states_hook' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 278 | select_return_states_hook(LOST_PARAM, &mark_lost); | ^~~~~~~~~~ | | | void (*)(struct expression *, int, const char *, const char *) smatch.h:227:63: note: expected 'void (*)(struct expression *, int, char *, char *)' but argument is of type 'void (*)(struct expression *, int, const char *, const char *)' 227 | void select_return_states_hook(int type, return_implies_hook *callback); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ make: *** [Makefile:409: smatch_untracked_param.o] Error 1