Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/420d30a6d1dd3830d8fd5d49ecdc3a0c to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/420d30a6d1dd3830d8fd5d49ecdc3a0c to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 21 seconds | https://github.com/NixOS/nixpkgs/pull/116796
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/g0dl2ilfrhrk6sacldwhfsjj7qzg856l-clean3.0_64_boot.tar.gz
source root is clean
setting SOURCE_DATE_EPOCH to timestamp 1538477425 of file clean/src/tools/elf_linker/ai64/Clean
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/lhqh3p5daipy4w3qwcrcik1hw46hx8kh-chroot-build-support-do-not-rebuild-equal-timestamps.patch
patching file src/tools/clm/clm.c
Hunk #1 succeeded at 195 (offset -55 lines).
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash
cd RuntimeSystem ; ./remove_tmp_files_linux ; ./make_astartup.csh
rm: cannot remove 'scon.s': No such file or directory
rm: cannot remove 'scon.s.copy': No such file or directory
rm: cannot remove 'istartup.cpp': No such file or directory
rm: cannot remove 'istartup.t': No such file or directory
rm: cannot remove 'istartup.a': No such file or directory
rm: cannot remove 'ifileIO3.cpp': No such file or directory
rm: cannot remove 'ifileIO3.t': No such file or directory
rm: cannot remove 'ifileIO3.a': No such file or directory
rm: cannot remove 'iprofile.t': No such file or directory
rm: cannot remove 'iprofile.cpp': No such file or directory
rm: cannot remove 'iprofile.a': No such file or directory
rm: cannot remove 'scon.o': No such file or directory
rm: cannot remove 'ufileIO2.o': No such file or directory
rm: cannot remove 'ifileIO3.o': No such file or directory
rm: cannot remove 'istartup.o': No such file or directory
rm: cannot remove 'iprofile.o': No such file or directory
rm: cannot remove 'uwrite_heap.o': No such file or directory
./scon.c: In function 'set_home_and_appl_path':
./scon.c:89:4: warning: implicit declaration of function 'readlink' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
89 | r=readlink ("/proc/self/exe",appl_path,MY_PATH_MAX-1);
| ^~~~~~~~
./scon.c: In function 'install_clean_exception_handler':
./scon.c:256:46: warning: implicit declaration of function 'getpid' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
256 | sprintf (proc_map_file_name,"/proc/%d/maps",getpid());
| ^~~~~~
./scon.c:274:7: warning: implicit declaration of function 'read'; did you mean 'fread'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
274 | if (read (proc_map_fd,m,17)==17){
| ^~~~
| fread
./scon.c:338:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
338 | close (proc_map_fd);
| ^~~~~
| pclose
./scon.c: In function 'main':
./scon.c:946:2: warning: implicit declaration of function 'abc_main' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
946 | abc_main();
| ^~~~~~~~
./scon.c: In function 'set_home_and_appl_path':
./scon.c:77:2: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
77 | realpath (getenv ("HOME"),home_path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./scon.c: In function 'w_get_text':
./scon.c:672:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
672 | fgets (string,(int)max_length,stdin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp RuntimeSystem/linux64/_startup.o ../StdEnv/Clean\ System\ Files/_startup.o
cd RuntimeSystem ; ./remove_tmp_files_linux ; ./make_astartupProfile.csh
rm: cannot remove 'scon.s': No such file or directory
rm: cannot remove 'scon.s.copy': No such file or directory
rm: cannot remove 'istartup.cpp': No such file or directory
rm: cannot remove 'istartup.t': No such file or directory
rm: cannot remove 'istartup.a': No such file or directory
rm: cannot remove 'ifileIO3.cpp': No such file or directory
rm: cannot remove 'ifileIO3.t': No such file or directory
rm: cannot remove 'ifileIO3.a': No such file or directory
rm: cannot remove 'iprofile.t': No such file or directory
rm: cannot remove 'iprofile.cpp': No such file or directory
rm: cannot remove 'iprofile.a': No such file or directory
rm: cannot remove 'scon.o': No such file or directory
rm: cannot remove 'ufileIO2.o': No such file or directory
rm: cannot remove 'ifileIO3.o': No such file or directory
rm: cannot remove 'istartup.o': No such file or directory
rm: cannot remove 'iprofile.o': No such file or directory
rm: cannot remove 'uwrite_heap.o': No such file or directory
./scon.c: In function 'set_home_and_appl_path':
./scon.c:89:4: warning: implicit declaration of function 'readlink' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
89 | r=readlink ("/proc/self/exe",appl_path,MY_PATH_MAX-1);
| ^~~~~~~~
./scon.c: In function 'install_clean_exception_handler':
./scon.c:256:46: warning: implicit declaration of function 'getpid' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
256 | sprintf (proc_map_file_name,"/proc/%d/maps",getpid());
| ^~~~~~
./scon.c:274:7: warning: implicit declaration of function 'read'; did you mean 'fread'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
274 | if (read (proc_map_fd,m,17)==17){
| ^~~~
| fread
./scon.c:338:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
338 | close (proc_map_fd);
| ^~~~~
| pclose
./scon.c: In function 'main':
./scon.c:946:2: warning: implicit declaration of function 'abc_main' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
946 | abc_main();
| ^~~~~~~~
./scon.c: In function 'set_home_and_appl_path':
./scon.c:77:2: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
77 | realpath (getenv ("HOME"),home_path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./scon.c: In function 'w_get_text':
./scon.c:672:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
672 | fgets (string,(int)max_length,stdin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp RuntimeSystem/linux64Profile/_startupProfile.o ../StdEnv/Clean\ System\ Files/_startupProfile.o
cd RuntimeSystem ; ./remove_tmp_files_linux ; ./make_astartupTrace.csh
rm: cannot remove 'scon.s': No such file or directory
rm: cannot remove 'scon.s.copy': No such file or directory
rm: cannot remove 'istartup.cpp': No such file or directory
rm: cannot remove 'istartup.t': No such file or directory
rm: cannot remove 'istartup.a': No such file or directory
rm: cannot remove 'ifileIO3.cpp': No such file or directory
rm: cannot remove 'ifileIO3.t': No such file or directory
rm: cannot remove 'ifileIO3.a': No such file or directory
rm: cannot remove 'iprofile.t': No such file or directory
rm: cannot remove 'iprofile.cpp': No such file or directory
rm: cannot remove 'iprofile.a': No such file or directory
rm: cannot remove 'scon.o': No such file or directory
rm: cannot remove 'ufileIO2.o': No such file or directory
rm: cannot remove 'ifileIO3.o': No such file or directory
rm: cannot remove 'istartup.o': No such file or directory
rm: cannot remove 'iprofile.o': No such file or directory
rm: cannot remove 'uwrite_heap.o': No such file or directory
./scon.c: In function 'set_home_and_appl_path':
./scon.c:89:4: warning: implicit declaration of function 'readlink' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
89 | r=readlink ("/proc/self/exe",appl_path,MY_PATH_MAX-1);
| ^~~~~~~~
./scon.c: In function 'install_clean_exception_handler':
./scon.c:256:46: warning: implicit declaration of function 'getpid' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
256 | sprintf (proc_map_file_name,"/proc/%d/maps",getpid());
| ^~~~~~
./scon.c:274:7: warning: implicit declaration of function 'read'; did you mean 'fread'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
274 | if (read (proc_map_fd,m,17)==17){
| ^~~~
| fread
./scon.c:338:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
338 | close (proc_map_fd);
| ^~~~~
| pclose
./scon.c: In function 'main':
./scon.c:946:2: warning: implicit declaration of function 'abc_main' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
946 | abc_main();
| ^~~~~~~~
./scon.c: In function 'set_home_and_appl_path':
./scon.c:77:2: warning: ignoring return value of 'realpath' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
77 | realpath (getenv ("HOME"),home_path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./scon.c: In function 'w_get_text':
./scon.c:672:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result8;;]
672 | fgets (string,(int)max_length,stdin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp RuntimeSystem/linux64Trace/_startupTrace.o ../StdEnv/Clean\ System\ Files/_startupTrace.o
cd CodeGenerator; \
make -f Makefile.linux64
make[1]: Entering directory '/build/clean/src/CodeGenerator'
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cg.o cg.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgcalc.o cgcalc.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgcode.o cgcode.c
cgcode.c: In function 'code_caf':
cgcode.c:9017:2: warning: implicit declaration of function 'as_new_data_module' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
9017 | as_new_data_module();
| ^~~~~~~~~~~~~~~~~~
cgcode.c:9019:3: warning: implicit declaration of function 'w_as_new_data_module'; did you mean 'w_as_new_module'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
9019 | w_as_new_data_module();
| ^~~~~~~~~~~~~~~~~~~~
| w_as_new_module
cgcode.c:9025:3: warning: implicit declaration of function 'store_word64_in_data_section'; did you mean 'store_word_in_data_section'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
9025 | store_word64_in_data_section (0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| store_word_in_data_section
cgcode.c:9032:4: warning: implicit declaration of function 'w_as_word64_in_data_section'; did you mean 'w_as_word_in_data_section'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
9032 | w_as_word64_in_data_section ((int_64)0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| w_as_word_in_data_section
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cginput.o cginput.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cginstructions.o cginstructions.c
cginstructions.c: In function 'w_code_string':
cginstructions.c:1170:2: warning: implicit declaration of function 'as_new_data_module' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
1170 | as_new_data_module();
| ^~~~~~~~~~~~~~~~~~
cginstructions.c:1172:3: warning: implicit declaration of function 'w_as_new_data_module'; did you mean 'w_as_new_module'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
1172 | w_as_new_data_module();
| ^~~~~~~~~~~~~~~~~~~~
| w_as_new_module
cginstructions.c: In function 'remove_at_sign_size_from_function_name':
cginstructions.c:3637:14: warning: implicit declaration of function 'isdigit' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
3637 | if (l>=0 && isdigit (c_function_name[l])){
| ^~~~~~~
cginstructions.c: In function 'code_ccall':
cginstructions.c:4700:4: warning: implicit declaration of function 'i_and_i_r'; did you mean 'i_add_i_r'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
4700 | i_and_i_r (-16,B_STACK_POINTER);
| ^~~~~~~~~
| i_add_i_r
cginstructions.c:4825:12: warning: implicit declaration of function 'i_exg_r_r'; did you mean 'i_add_r_r'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
4825 | i_exg_r_r (HEAP_POINTER,REGISTER_D6);
| ^~~~~~~~~
| i_add_r_r
cginstructions.c:5066:4: warning: implicit declaration of function 'i_jsr_r'; did you mean 'i_jsr_l'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
5066 | i_jsr_r (function_address_reg);
| ^~~~~~~
| i_jsr_l
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cglin.o cglin.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgopt.o cgopt.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgaas.o cgaas.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgawas.o cgawas.c
gcc -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer -c -o cgstack.o cgstack.c
cgstack.c: In function 'generate_code_for_basic_block':
cgstack.c:3979:4: warning: implicit declaration of function 'i_btst_i_id'; did you mean 'i_btst_i_r'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
3979 | i_btst_i_id (2,0,num_to_a_reg (block_graph->block_graph_end_a_stack_size
| ^~~~~~~~~~~
| i_btst_i_r
gcc -s cg.o cgcalc.o cgcode.o cginput.o cginstructions.o cglin.o cgopt.o cgaas.o cgawas.o cgstack.o -o cg
make[1]: Leaving directory '/build/clean/src/CodeGenerator'
cp CodeGenerator/cg ../exe/cg
cd ../StdEnv/Clean\ System\ Files ; ../../exe/cg _system
cd tools/clm; \
make -f Makefile.linux64 patch_bin
make[1]: Entering directory '/build/clean/src/tools/clm'
gcc -O -pedantic -Wall -W -DGNU_C -DLINUX -DLINUX_ELF -DI486 -DA_64 patch_bin.c -o patch_bin
patch_bin.c: In function 'file_seek':
patch_bin.c:10:2: warning: implicit declaration of function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
10 | strcpy (name,"#$@ %*&");
| ^~~~~~
patch_bin.c:10:2: warning: incompatible implicit declaration of built-in function 'strcpy'
patch_bin.c:3:1: note: include '<string.h>' or provide a declaration of 'strcpy'
2 | #include <stdio.h>
+++ |+#include <string.h>
3 |
make[1]: Leaving directory '/build/clean/src/tools/clm'
cp tools/clm/patch_bin ../bin/patch_bin
cd tools/clm; \
make -f Makefile.linux64 clm
make[1]: Entering directory '/build/clean/src/tools/clm'
gcc -O -pedantic -Wall -W -DGNU_C -DLINUX -DLINUX_ELF -DI486 -DA_64 -c -o clm.o clm.c
clm.c: In function 'start_compiler':
clm.c:1716:5: warning: implicit declaration of function 'start_caching_compiler_with_args'; did you mean 'start_caching_compiler'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
1716 | r=start_caching_compiler_with_args ((unsigned char *)cocl_file_name,cocl_argv,cocl_argv_size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| start_caching_compiler
clm.c: In function 'call_compiler':
clm.c:1735:33: warning: unused parameter 'cocl_file_name' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
1735 | static int call_compiler (char *cocl_file_name, char **argv)
| ~~~~~~^~~~~~~~~~~~~~
clm.c: In function 'add_ignored':
clm.c:15:22: warning: this 'for' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;]
15 | #define for_l(v,l,n) for(v=(l);v!=NULL;v=v->n)
| ^~~
clm.c:3839:5: note: in expansion of macro 'for_l'
3839 | for_l (ignored_module,first_project_node,pro_next)
| ^~~~~
clm.c:3843:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
3843 | if (ignored_module==NULL)
| ^~
At top level:
clm.c:2130:12: warning: 'assemble' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
2130 | static int assemble (P_NODE project_node,char *file_name)
| ^~~~~~~~
clm.c:574:13: warning: 'replace_file_name_in_path' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
574 | static void replace_file_name_in_path (char *path,char *file_name,char *extension)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O -pedantic -Wall -W -DGNU_C -DLINUX -DLINUX_ELF -DI486 -DA_64 -c -o cachingcompiler.o cachingcompiler.c
cachingcompiler.c: In function 'wait_for_child':
cachingcompiler.c:63:75: warning: suggest braces around empty body in an 'else' statement [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wempty-body-Wempty-body8;;]
63 | log_error ("%s exited abnormally (%d)\n",child_name, (int) result);
| ^
cachingcompiler.c:39:45: warning: unused parameter 'child_name' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
39 | static int wait_for_child (pid_t pid, char *child_name, int *status_p)
| ~~~~~~^~~~~~~~~~
cachingcompiler.c: In function 'cleanup_compiler_on_signal':
cachingcompiler.c:130:45: warning: unused parameter 'signal_no' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
130 | static void cleanup_compiler_on_signal (int signal_no)
| ~~~~^~~~~~~~~
cachingcompiler.c: In function 'child_died':
cachingcompiler.c:136:29: warning: unused parameter 'signal_no' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
136 | static void child_died (int signal_no)
| ~~~~^~~~~~~~~
At top level:
cachingcompiler.c:136:13: warning: 'child_died' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
136 | static void child_died (int signal_no)
| ^~~~~~~~~~
cachingcompiler.c:130:13: warning: 'cleanup_compiler_on_signal' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
130 | static void cleanup_compiler_on_signal (int signal_no)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc clm.o cachingcompiler.o -o clm
make[1]: Leaving directory '/build/clean/src/tools/clm'
cp tools/clm/clm ../bin/clm
../bin/patch_bin ../bin/clm CLEANLIB /build/clean/src/../exe
../bin/patch_bin ../bin/clm CLEANPATH /build/clean/src/../StdEnv
cd tools/clm; \
make -f Makefile.linux64 clms
make[1]: Entering directory '/build/clean/src/tools/clm'
gcc -O -pedantic -Wall -W -DGNU_C -DLINUX -DLINUX_ELF -DI486 -DA_64 -c -o clms.o -DSYSTEM_LINKER clm.c
clm.c: In function 'start_compiler':
clm.c:1716:5: warning: implicit declaration of function 'start_caching_compiler_with_args'; did you mean 'start_caching_compiler'? [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
1716 | r=start_caching_compiler_with_args ((unsigned char *)cocl_file_name,cocl_argv,cocl_argv_size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| start_caching_compiler
clm.c: In function 'call_compiler':
clm.c:1735:33: warning: unused parameter 'cocl_file_name' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
1735 | static int call_compiler (char *cocl_file_name, char **argv)
| ~~~~~~^~~~~~~~~~~~~~
clm.c: In function 'link_project':
clm.c:3117:27: warning: unused variable 'export_file' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
3117 | struct export_file_list *export_file;
| ^~~~~~~~~~~
clm.c:3116:22: warning: unused variable 'export' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
3116 | struct export_list *export;
| ^~~~~~
clm.c: In function 'add_ignored':
clm.c:15:22: warning: this 'for' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;]
15 | #define for_l(v,l,n) for(v=(l);v!=NULL;v=v->n)
| ^~~
clm.c:3839:5: note: in expansion of macro 'for_l'
3839 | for_l (ignored_module,first_project_node,pro_next)
| ^~~~~
clm.c:3843:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
3843 | if (ignored_module==NULL)
| ^~
At top level:
clm.c:2130:12: warning: 'assemble' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
2130 | static int assemble (P_NODE project_node,char *file_name)
| ^~~~~~~~
clm.c:574:13: warning: 'replace_file_name_in_path' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
574 | static void replace_file_name_in_path (char *path,char *file_name,char *extension)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -s clms.o cachingcompiler.o -o clms
make[1]: Leaving directory '/build/clean/src/tools/clm'
../bin/patch_bin tools/clm/clms CLEANLIB /build/clean/src/../exe
../bin/patch_bin tools/clm/clms CLEANPATH /build/clean/src/../StdEnv
cd libraries/ArgEnvUnix; make ArgEnvC.o
make[1]: Entering directory '/build/clean/src/libraries/ArgEnvUnix'
gcc -Wall -pedantic -O -c ArgEnvC.c
mkdir -p "Clean System Files"
cp ArgEnvC.o "Clean System Files/ArgEnvC.o"
make[1]: Leaving directory '/build/clean/src/libraries/ArgEnvUnix'
cd compiler/main/Unix; make all
make[1]: Entering directory '/build/clean/src/compiler/main/Unix'
gcc -fno-pie -pedantic -Wall -W -O -c -o cDirectory.o cDirectory.c
cDirectory.c: In function 'openSearch':
cDirectory.c:63:13: warning: unused variable 'i' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
63 | int i;
| ^
cDirectory.c: In function 'findNextFileC':
cDirectory.c:126:23: warning: unused parameter 'dummy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
126 | int findNextFileC(int dummy)
| ~~~~^~~~~
cDirectory.c: In function 'getPlatformIdC':
cDirectory.c:147:24: warning: unused parameter 'dummy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
147 | int getPlatformIdC(int dummy)
| ~~~~^~~~~
cDirectory.c: In function 'findSingleFileC':
cDirectory.c:189:9: warning: unused variable 'err' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
189 | int err,i,length;
| ^~~
gcc -fno-pie -pedantic -Wall -W -O -c -o ipc.o ipc.c
ipc.c:27:1: warning: conflicting types for built-in function 'log'; expected 'double(double)' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;]
27 | log (char *format, ...)
| ^~~
ipc.c:25:1: note: 'log' is declared in header '<math.h>'
24 | # include "ipc.h"
+++ |+#include <math.h>
25 |
ipc.c: In function 'log':
ipc.c:27:12: warning: unused parameter 'format' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
27 | log (char *format, ...)
| ~~~~~~^~~~~~
ipc.c: In function 'ConvertCleanString':
ipc.c:48:2: warning: implicit declaration of function 'strncpy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
48 | strncpy (copy, string->chars, length);
| ^~~~~~~
ipc.c:48:2: warning: incompatible implicit declaration of built-in function 'strncpy'
ipc.c:25:1: note: include '<string.h>' or provide a declaration of 'strncpy'
24 | # include "ipc.h"
+++ |+#include <string.h>
25 |
ipc.c: In function 'get_command':
ipc.c:145:2: warning: incompatible implicit declaration of built-in function 'strncpy'
145 | strncpy (cleanString->chars, command_buffer_p, cleanString->length);
| ^~~~~~~
ipc.c:145:2: note: include '<string.h>' or provide a declaration of 'strncpy'
At top level:
ipc.c:69:1: warning: 'hang' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
69 | hang (void)
| ^~~~
ipc.c:59:1: warning: 'crash' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
59 | crash (void)
| ^~~~~
gcc -fno-pie -pedantic -Wall -W -O -c -o set_return_code_c.o set_return_code_c.c
gcc -c -fno-pie -pedantic -Wall -W -O cDirectory.c -o "Clean System Files/cDirectory.o"
cDirectory.c: In function 'openSearch':
cDirectory.c:63:13: warning: unused variable 'i' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
63 | int i;
| ^
cDirectory.c: In function 'findNextFileC':
cDirectory.c:126:23: warning: unused parameter 'dummy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
126 | int findNextFileC(int dummy)
| ~~~~^~~~~
cDirectory.c: In function 'getPlatformIdC':
cDirectory.c:147:24: warning: unused parameter 'dummy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
147 | int getPlatformIdC(int dummy)
| ~~~~^~~~~
cDirectory.c: In function 'findSingleFileC':
cDirectory.c:189:9: warning: unused variable 'err' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
189 | int err,i,length;
| ^~~
gcc -c -fno-pie -pedantic -Wall -W -O ipc.c -o "Clean System Files/ipc_c.o"
ipc.c:27:1: warning: conflicting types for built-in function 'log'; expected 'double(double)' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;]
27 | log (char *format, ...)
| ^~~
ipc.c:25:1: note: 'log' is declared in header '<math.h>'
24 | # include "ipc.h"
+++ |+#include <math.h>
25 |
ipc.c: In function 'log':
ipc.c:27:12: warning: unused parameter 'format' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter8;;]
27 | log (char *format, ...)
| ~~~~~~^~~~~~
ipc.c: In function 'ConvertCleanString':
ipc.c:48:2: warning: implicit declaration of function 'strncpy' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
48 | strncpy (copy, string->chars, length);
| ^~~~~~~
ipc.c:48:2: warning: incompatible implicit declaration of built-in function 'strncpy'
ipc.c:25:1: note: include '<string.h>' or provide a declaration of 'strncpy'
24 | # include "ipc.h"
+++ |+#include <string.h>
25 |
ipc.c: In function 'get_command':
ipc.c:145:2: warning: incompatible implicit declaration of built-in function 'strncpy'
145 | strncpy (cleanString->chars, command_buffer_p, cleanString->length);
| ^~~~~~~
ipc.c:145:2: note: include '<string.h>' or provide a declaration of 'strncpy'
At top level:
ipc.c:69:1: warning: 'hang' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
69 | hang (void)
| ^~~~
ipc.c:59:1: warning: 'crash' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function8;;]
59 | crash (void)
| ^~~~~
gcc -c -fno-pie -pedantic -Wall -W -O set_return_code_c.c -o "Clean System Files/set_return_code_c.o"
make[1]: Leaving directory '/build/clean/src/compiler/main/Unix'
cd tools/elf_linker; \
../clm/clms -I ai64 -I ../../libraries/ArgEnvUnix -I ../../compiler/main/Unix -s 4m -h 30m -nt -nr linker -o linker; \
cp linker ../../../exe/linker; \
../../../bin/clm -I ai64 -I ../../libraries/ArgEnvUnix -I ../../compiler/main/Unix -s 4m -h 30m -nt -nr linker -o linker
Generating code for linker
Generating code for ArgEnv
Generating code for set_return_code
Generating code for elf_linker
Generating code for StdClass
Generating code for StdString
Generating code for StdChar
Generating code for StdBool
Generating code for _SystemArray
Generating code for StdArray
Generating code for StdFile
Generating code for StdOverloaded
Generating code for StdInt
Generating code for elf_relocations
Generating code for elf_linker_types
Generating code for elf_linker2
Generating code for StdReal
Generating code for StdList
Generating code for StdMisc
Generating code for _SystemEnum
Generating code for StdEnum
Generating code for StdDebug
Generating code for _SystemEnumStrict
Generating code for _SystemStrictLists
Generating code for StdStrictLists
Generating code for StdFunctions
Generating code for StdCharList
Generating code for StdTuple
Generating code for StdOrdList
Generating code for StdEnv
Linking linker
Linking linker
cp tools/elf_linker/linker ../exe/linker
cd compiler; \
cd backendC/CleanCompilerSources; make -f Makefile.linux64; cd ../..; \
../../bin/clm -O _system; \
../../bin/clm -nt -nw -ci -ns -nr -I backend -I frontend -I main -I main/Unix -O compare_constructor ; \
../../bin/clm -gcm -h 40M -nt -nw -ci -nr -I backend -I frontend -I main -I main/Unix \
-I ../libraries/ArgEnvUnix \
-l ../libraries/ArgEnvUnix/ArgEnvC.o \
-l main/Unix/Clean\ System\ Files/cDirectory.o \
-l main/Unix/Clean\ System\ Files/set_return_code_c.o \
-l main/Unix/Clean\ System\ Files/ipc_c.o \
-l backendC/CleanCompilerSources/backend.a \
cocl -o cocl
make[1]: Entering directory '/build/clean/src/compiler/backendC/CleanCompilerSources'
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o backend.o backend.c
backend.c: In function 'BEDeclareFunction':
backend.c:2590:49: warning: implicit declaration of function 'isdigit' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;]
2590 | if (strncmp (name->chars, "Start;", 6) == 0 && isdigit (name->chars[6]))
| ^~~~~~~
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o backendsupport.o backendsupport.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o buildtree.o buildtree.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o checker_2.o checker_2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o checksupport.o checksupport.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o cocl.o cocl.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o codegen1.o codegen1.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o codegen2.o codegen2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o codegen3.o codegen3.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o codegen.o codegen.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o comparser_2.o comparser_2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o compiler.o compiler.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o comsupport.o comsupport.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o dbprint.o dbprint.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o instructions.o instructions.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o optimisations.o optimisations.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o pattern_match_2.o pattern_match_2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o sa.o sa.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o scanner_2.o scanner_2.c
scanner_2.c: In function 'PutKeyWordInTable':
scanner_2.c:183:25: warning: cast to pointer from integer of different size [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-to-pointer-cast-Wint-to-pointer-cast8;;]
183 | ident->ident_symbol = (struct symbol *) keyWord->token;
| ^
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o set_scope_numbers.o set_scope_numbers.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o settings.o settings.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o unix_io.o unix_io.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o statesgen.o statesgen.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o tcsupport_2.o tcsupport_2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o typeconv_2.o typeconv_2.c
gcc -D_SUN_ -DGNU_C -DG_A64 -O -fomit-frame-pointer -c -o version.o version.c
ar cur backend.a backend.o backendsupport.o buildtree.o checker_2.o checksupport.o cocl.o codegen1.o codegen2.o codegen3.o codegen.o comparser_2.o compiler.o comsupport.o dbprint.o instructions.o optimisations.o pattern_match_2.o sa.o scanner_2.o set_scope_numbers.o settings.o unix_io.o statesgen.o tcsupport_2.o typeconv_2.o version.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib backend.a
make[1]: Leaving directory '/build/clean/src/compiler/backendC/CleanCompilerSources'
Generating code for compare_constructor
Generating code for cocl
Generating code for coclmain
Generating code for _aconcat
Generating code for utilities
Generating code for hashtable
Generating code for predef
Generating code for convertcases
Generating code for containers
Generating code for IndexType
Generating code for Heap
Generating code for typeproperties
Generating code for general
Generating code for scanner
Generating code for syntax
Generating code for checksupport
Generating code for compile
Generating code for CoclSystemDependent
Generating code for filesystem
Generating code for ipc
Generating code for compilerSwitches
Generating code for backendinterface
Generating code for transform
Generating code for partition
Generating code for classify
Generating code for trans
Generating code for analunitypes
Generating code for unitype
Generating code for typesupport
Generating code for overloading
Generating code for frontend
Generating code for genericsupport
Generating code for compare_types
Generating code for expand_types
Generating code for typereify
Generating code for generics1
Generating code for analtypes
Generating code for convertimportedtypes
Generating code for convertDynamics
Generating code for type
Generating code for check
Generating code for postparse
Generating code for parse
Generating code for type_io_common
Generating code for checktypes
Generating code for StdOverloadedList
Generating code for explicitimports
Generating code for mergecases
Generating code for checkgenerics
Generating code for checkFunctionBodies
Generating code for comparedefimp
Generating code for StdFunc
Generating code for refmark
Generating code for type_io
Generating code for Version
Generating code for backendconvert
Generating code for backendsupport
Generating code for backendpreprocess
Generating code for backend
Linking cocl
cp compiler/cocl ../exe/cocl
cd tools/htoclean/htoclean\ source\ code; \
../../../../bin/clm -I ../../../libraries/ArgEnvUnix -l ../../../libraries/ArgEnvUnix/ArgEnvC.o -h 4m -nt -nr -I unix htoclean -o ../htoclean
Compiling htoclean
Warning [StdFile.abc,26,accFiles;34]: no inline code for this function
Warning [StdFile.abc,stdio;33]: no inline code for this function
Warning [StdFile.abc,fclose;30]: no inline code for this function
Compiling fclc
Warning [StdFile.abc,1534,fopen;27]: no inline code for this function
Warning [StdFile.abc,1534,fclose;26]: no inline code for this function
Compiling htoclean_file
Warning [StdFile.abc,19,fclose;30]: no inline code for this function
Generating code for htoclean
Generating code for htoclean_file
Generating code for fclc
Linking htoclean
cp tools/htoclean/htoclean ../bin/htoclean
cd tools/CleanIDE; \
../../../bin/clm -nt -nr -I BatchBuild -I Pm -I Unix -I Util -I Interfaces/LinkerInterface -I ../../libraries/StdLib -I ../../libraries/Directory -I ../../libraries/ArgEnvUnix BatchBuild -o BatchBuild/BatchBuild
Compiling BatchBuild
Warning [StdFile.abc,12,accFiles;34]: no inline code for this function
Warning [StdFile.abc,54,fclose;30]: no inline code for this function
Compiling PmDriver
Warning [StdChar.abc,953,isSpace]: no inline code for this function
Compiling PmProject
Warning [StdFile.abc,960,fopen;27]: no inline code for this function
Warning [StdFile.abc,960,fclose;26]: no inline code for this function
Compiling PmTypes
Compiling StdPathname
Compiling Platform
Compiling UtilNewlinesFile
Compiling PmCompilerOptions
Compiling UtilStrictLists
Compiling UtilDate
Warning [StdChar.abc,44,isDigit]: no inline code for this function
Compiling PmFiles
Warning [StdInt.abc,307,toInt;23]: no inline code for this function
Compiling UtilOptions
Compiling PmPath
Compiling IdeState
Warning [IdeState,]: not all derived strictness information is exported
Warning [StdFile.abc,46,appFiles;35]: no inline code for this function
Warning [StdFile.abc,43,accFiles;34]: no inline code for this function
Warning [StdFile.abc,33,stdio;33]: no inline code for this function
Warning [StdFile.abc,37,sfopen;32]: no inline code for this function
Warning [StdFile.abc,25,fopen;31]: no inline code for this function
Warning [StdFile.abc,29,fclose;30]: no inline code for this function
Compiling PmAbcMagic
Warning [StdFile.abc,426,fopen;27]: no inline code for this function
Warning [StdFile.abc,426,fclose;26]: no inline code for this function
Warning [StdInt.abc,411,toInt;23]: no inline code for this function
Warning [StdChar.abc,177,isDigit]: no inline code for this function
Compiling Directory
Compiling StdLibMisc
Compiling PmDirCache
Compiling UtilIO
Compiling PmFileInfo
Compiling typewin
Compiling PmEnvironment
Warning [StdFile.abc,78,fopen;27]: no inline code for this function
Warning [StdFile.abc,78,fclose;26]: no inline code for this function
Warning [StdInt.abc,164,toInt;23]: no inline code for this function
Compiling PmCleanSystem
Warning [StdFile.abc,952,fopen;27]: no inline code for this function
Warning [StdFile.abc,952,fclose;26]: no inline code for this function
Compiling PmCallBack
Compiling PmParse
Warning [StdFile.abc,960,fclose;26]: no inline code for this function
Warning [StdFile.abc,954,fopen;27]: no inline code for this function
Compiling linkargs
Warning [StdFile.abc,65,fopen;27]: no inline code for this function
Warning [StdFile.abc,65,fclose;26]: no inline code for this function
Warning [StdInt.abc,119,toInt;23]: no inline code for this function
Compiling logfile
Compiling set_return_code
Compiling typeatt
Compiling errwin
Compiling messwin
Parse warning [messwin.icl,11;43]: ! ignored
Parse warning [messwin.icl,18;30]: ! ignored
Compiling projwin
Compiling PmDialogues
Warning [PmDialogues,]: not all derived strictness information is exported
Generating code for BatchBuild
Generating code for Platform
Generating code for set_return_code
Generating code for logfile
Generating code for UtilIO
Generating code for PmCallBack
Generating code for PmCleanSystem
Generating code for PmFileInfo
Generating code for PmEnvironment
Generating code for typewin
Generating code for PmDirCache
Generating code for StdLibMisc
Generating code for Directory
Generating code for PmAbcMagic
Generating code for IdeState
Generating code for UtilOptions
Generating code for StdMaybe
Generating code for PmFiles
Generating code for UtilDate
Generating code for UtilStrictLists
Generating code for PmCompilerOptions
Generating code for UtilNewlinesFile
Generating code for StdPathname
Generating code for PmTypes
Generating code for PmProject
Generating code for PmDriver
Generating code for PmDialogues
Generating code for PmPath
Generating code for projwin
Generating code for messwin
Generating code for errwin
Generating code for typeatt
Generating code for linkargs
Generating code for PmParse
Linking BatchBuild
cp tools/CleanIDE/BatchBuild/BatchBuild ../bin/BatchBuild
cd tools/CleanIDE; \
../../../bin/clm -nt -nr -I cpm -I cpm/Posix -I BatchBuild -I Pm -I Unix -I Util -I Interfaces/LinkerInterface -I ../../libraries/StdLib -I ../../libraries/Directory -I ../../libraries/ArgEnvUnix Cpm -o cpm/cpm
Compiling Cpm
Warning [StdFile.abc,30,accFiles;34]: no inline code for this function
Compiling Parser
Warning [StdInt.abc,141,toInt;23]: no inline code for this function
Warning [StdChar.abc,72,isDigit]: no inline code for this function
Compiling AbsSyn
Compiling CpmLogic
Warning [CpmLogic,]: not all derived strictness information is exported
Warning [StdFile.abc,75,accFiles;34]: no inline code for this function
Warning [StdFile.abc,75,stdio;33]: no inline code for this function
Warning [StdFile.abc,352,fopen;31]: no inline code for this function
Warning [StdFile.abc,352,fclose;30]: no inline code for this function
Compiling CpmPaths
Generating code for Cpm
Generating code for CpmLogic
Generating code for AbsSyn
Generating code for Parser
Generating code for CpmPaths
Linking Cpm
cp tools/CleanIDE/cpm/cpm ../bin/cpm
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash install
Compiling StdBool
Compiling StdChar
Compiling StdFile
Compiling StdInt
Compiling StdMisc
Compiling StdReal
Compiling StdString
Generating code for StdBool
Generating code for StdChar
Generating code for StdFile
Generating code for StdInt
Generating code for StdMisc
Generating code for StdReal
Generating code for StdString
Generating code for StdGeneric
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
moving /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/man to /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/share/man
shrinking RPATHs of ELF executables and libraries in /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/bin/clm
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/bin/htoclean
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/bin/BatchBuild
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/ArgEnv/Clean System Files/ArgEnvC.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/ArgEnv/ArgEnvC.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/TCPIP/Clean System Files/cTCP_121.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/exe/cg
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/exe/cocl
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/exe/linker
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdOverloadedList.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdEnum.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_SystemStrictLists.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdGeneric.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdFunctions.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdFile.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdTuple.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdOverloaded.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdClass.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_SystemEnumStrict.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_SystemEnum.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdStrictLists.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdBool.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_startupTrace.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdInt.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdOrdList.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdChar.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdCharList.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_system.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdDebug.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdReal.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdArray.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdList.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_startup.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdMisc.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_startupProfile.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdFunc.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdEnv.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/_SystemArray.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdMaybe.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/StdEnv/Clean System Files/StdString.o
patchelf: wrong ELF type
shrinking /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib/Directory/Clean System Files/cDirectory.o
patchelf: wrong ELF type
gzipping man pages under /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/share/man/
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/lib /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0/bin
patching script interpreter paths in /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0
checking for references to /build/ in /nix/store/2b18y1idsfxz76l9jdc3qvm8vj1zhyc3-clean-3.0...
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
patchelf: wrong ELF type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment