Browse Source

Remove temp build files (cl, build_win.log) and update .gitignore

nodeinfo-routing-update
jeka 2 months ago
parent
commit
8263db2726
  1. 4
      .gitignore
  2. 55
      build_win.log
  3. 109
      cl

4
.gitignore vendored

@ -62,3 +62,7 @@ tests/test_*
*.cfg
!utun_test.cfg
# MSVC temp files
cl
build_win.log

55
build_win.log

@ -1,55 +0,0 @@
make all-recursive
make[1]: Entering directory '/c/ARM/_uTun/utun2'
Making all in lib
make[2]: Entering directory '/c/ARM/_uTun/utun2/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/c/ARM/_uTun/utun2/lib'
Making all in src
make[2]: Entering directory '/c/ARM/_uTun/utun2/src'
x86_64-w64-mingw32-gcc -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o utun.exe utun-utun.o utun-utun_instance.o utun-config_parser.o utun-config_updater.o utun-route_lib.o utun-route_bgp.o utun-routing.o utun-tun_if.o utun-etcp.o utun-etcp_connections.o utun-etcp_loadbalancer.o utun-secure_channel.o utun-crc32.o utun-pkt_normalizer.o utun-etcp_api.o utun-tun_windows.o ../lib/libuasync.a -lpthread -lm -lcrypto -liphlpapi -lws2_32 -ladvapi32 -lcrypto
make[2]: Leaving directory '/c/ARM/_uTun/utun2/src'
Making all in tests
make[2]: Entering directory '/c/ARM/_uTun/utun2/tests'
make all-am
make[3]: Entering directory '/c/ARM/_uTun/utun2/tests'
x86_64-w64-mingw32-gcc -I../src -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o test_etcp_crypto.exe test_etcp_crypto-test_etcp_crypto.o ../src/utun-secure_channel.o ../src/utun-crc32.o -lcrypto ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../tinycrypt/lib/include -I../tinycrypt/lib/source -I../lib -g -O2 -o test_crypto.exe test_crypto-test_crypto.o ../src/utun-aes_encrypt.o ../src/utun-aes_decrypt.o ../src/utun-ccm_mode.o ../src/utun-cmac_mode.o ../src/utun-ctr_mode.o ../src/utun-ecc.o ../src/utun-ecc_dh.o ../src/utun-ecc_dsa.o ../src/utun-sha256.o ../src/utun-ecc_platform_specific.o ../src/utun-utils.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o test_etcp_minimal.exe test_etcp_minimal-test_etcp_minimal.o ../src/utun-config_parser.o ../src/utun-config_updater.o ../src/utun-route_lib.o ../src/utun-route_bgp.o ../src/utun-routing.o ../src/utun-tun_if.o ../src/utun-tun_windows.o ../src/utun-utun_instance.o ../src/utun-etcp.o ../src/utun-etcp_connections.o ../src/utun-etcp_loadbalancer.o ../src/utun-pkt_normalizer.o ../src/utun-etcp_api.o ../src/utun-secure_channel.o ../src/utun-crc32.o -lcrypto ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o test_pkt_normalizer_etcp.exe test_pkt_normalizer_etcp-test_pkt_normalizer_etcp.o ../src/utun-config_parser.o ../src/utun-config_updater.o ../src/utun-route_lib.o ../src/utun-route_bgp.o ../src/utun-routing.o ../src/utun-tun_if.o ../src/utun-tun_windows.o ../src/utun-utun_instance.o ../src/utun-etcp.o ../src/utun-etcp_connections.o ../src/utun-etcp_loadbalancer.o ../src/utun-pkt_normalizer.o ../src/utun-etcp_api.o ../src/utun-secure_channel.o ../src/utun-crc32.o -lcrypto ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o test_pkt_normalizer_standalone.exe test_pkt_normalizer_standalone-test_pkt_normalizer_standalone.o ../src/utun-pkt_normalizer.o ../src/utun-route_lib.o ../src/utun-routing.o ../src/utun-etcp_api.o ../src/utun-aes_encrypt.o ../src/utun-aes_decrypt.o ../src/utun-ccm_mode.o ../src/utun-cmac_mode.o ../src/utun-ctr_mode.o ../src/utun-ecc.o ../src/utun-ecc_dh.o ../src/utun-ecc_dsa.o ../src/utun-sha256.o ../src/utun-ecc_platform_specific.o ../src/utun-utils.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -I../tinycrypt/lib/include -I../tinycrypt/lib/source -g -O2 -o test_etcp_api.exe test_etcp_api-test_etcp_api.o ../src/utun-config_parser.o ../src/utun-config_updater.o ../src/utun-route_lib.o ../src/utun-route_bgp.o ../src/utun-routing.o ../src/utun-tun_if.o ../src/utun-tun_windows.o ../src/utun-utun_instance.o ../src/utun-etcp.o ../src/utun-etcp_connections.o ../src/utun-etcp_loadbalancer.o ../src/utun-pkt_normalizer.o ../src/utun-etcp_api.o ../src/utun-secure_channel.o ../src/utun-crc32.o -lcrypto ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../lib -g -O2 -MT test_ll_queue-test_ll_queue.o -MD -MP -MF .deps/test_ll_queue-test_ll_queue.Tpo -c -o test_ll_queue-test_ll_queue.o `test -f 'test_ll_queue.c' || echo './'`test_ll_queue.c
x86_64-w64-mingw32-gcc -I../tinycrypt/lib/include -I../tinycrypt/lib/source -I../lib -g -O2 -o test_ecc_encrypt.exe test_ecc_encrypt-test_ecc_encrypt.o ../src/utun-secure_channel.o ../src/utun-crc32.o ../src/utun-aes_encrypt.o ../src/utun-aes_decrypt.o ../src/utun-ccm_mode.o ../src/utun-cmac_mode.o ../src/utun-ctr_mode.o ../src/utun-ecc.o ../src/utun-ecc_dh.o ../src/utun-ecc_dsa.o ../src/utun-sha256.o ../src/utun-ecc_platform_specific.o ../src/utun-utils.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -g -O2 -o test_intensive_memory_pool.exe test_intensive_memory_pool-test_intensive_memory_pool.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -g -O2 -o test_memory_pool_and_config.exe test_memory_pool_and_config-test_memory_pool_and_config.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -I../src -I../lib -g -O2 -o test_packet_dump.exe test_packet_dump-test_packet_dump.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../lib -g -O2 -MT test_u_async_comprehensive-test_u_async_comprehensive.o -MD -MP -MF .deps/test_u_async_comprehensive-test_u_async_comprehensive.Tpo -c -o test_u_async_comprehensive-test_u_async_comprehensive.o `test -f 'test_u_async_comprehensive.c' || echo './'`test_u_async_comprehensive.c
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../lib -g -O2 -MT test_u_async_performance-test_u_async_performance.o -MD -MP -MF .deps/test_u_async_performance-test_u_async_performance.Tpo -c -o test_u_async_performance-test_u_async_performance.o `test -f 'test_u_async_performance.c' || echo './'`test_u_async_performance.c
x86_64-w64-mingw32-gcc -I../src -I../lib -g -O2 -o test_debug_categories.exe test_debug_categories-test_debug_categories.o ../lib/libuasync.a -lpthread -lws2_32 -liphlpapi -ladvapi32 -lcrypto
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../lib -g -O2 -MT test_config_debug-test_config_debug.o -MD -MP -MF .deps/test_config_debug-test_config_debug.Tpo -c -o test_config_debug-test_config_debug.o `test -f 'test_config_debug.c' || echo './'`test_config_debug.c
In file included from ../lib/u_async.h:8,
from test_ll_queue.c:14:
../lib/platform_compat.h:49:23: error: static declaration of 'gettimeofday' follows non-static declaration
49 | static inline int gettimeofday(struct timeval *tv, void *tz) {
| ^~~~~~~~~~~~
In file included from test_ll_queue.c:11:
C:/msys64/ucrt64/include/sys/time.h:42:13: note: previous declaration of 'gettimeofday' with type 'int(struct timeval * restrict, void * restrict)'
42 | int __cdecl gettimeofday(struct timeval *__restrict__,
| ^~~~~~~~~~~~
make[3]: *** [Makefile:1235: test_ll_queue-test_ll_queue.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/test_u_async_comprehensive-test_u_async_comprehensive.Tpo .deps/test_u_async_comprehensive-test_u_async_comprehensive.Po
mv -f .deps/test_u_async_performance-test_u_async_performance.Tpo .deps/test_u_async_performance-test_u_async_performance.Po
mv -f .deps/test_config_debug-test_config_debug.Tpo .deps/test_config_debug-test_config_debug.Po
make[3]: Leaving directory '/c/ARM/_uTun/utun2/tests'
make[2]: *** [Makefile:857: all] Error 2
make[2]: Leaving directory '/c/ARM/_uTun/utun2/tests'
make[1]: *** [Makefile:379: all-recursive] Error 1
make[1]: Leaving directory '/c/ARM/_uTun/utun2'
make: *** [Makefile:320: all] Error 2
make[1]: Leaving directory '/c/ARM/_uTun/utun2'
make: *** [Makefile:320: all] Error 2
ERROR: Build failed!
Check build_win.log (Windows) or build_linux.log (Linux) for details

109
cl

@ -1,109 +0,0 @@
Making distclean in lib
make[1]: Entering directory '/c/ARM/_uTun/utun2/lib'
rm -rf ../build
test -z "libuasync.a" || rm -f libuasync.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/libuasync_a-debug_config.Po
rm -f ./.deps/libuasync_a-ll_queue.Po
rm -f ./.deps/libuasync_a-memory_pool.Po
rm -f ./.deps/libuasync_a-sha256.Po
rm -f ./.deps/libuasync_a-socket_compat.Po
rm -f ./.deps/libuasync_a-timeout_heap.Po
rm -f ./.deps/libuasync_a-u_async.Po
rm -f Makefile
make[1]: Leaving directory '/c/ARM/_uTun/utun2/lib'
Making distclean in src
make[1]: Entering directory '/c/ARM/_uTun/utun2/src'
test -z "utun.exe" || rm -f utun.exe
rm -f *.o
rm -f ../tinycrypt/lib/source/*.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
test -z "../tinycrypt/lib/source/.deps/.dirstamp" || rm -f ../tinycrypt/lib/source/.deps/.dirstamp
test -z "../tinycrypt/lib/source/.dirstamp" || rm -f ../tinycrypt/lib/source/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ../tinycrypt/lib/source/.deps/utun-aes_decrypt.Po
rm -f ../tinycrypt/lib/source/.deps/utun-aes_encrypt.Po
rm -f ../tinycrypt/lib/source/.deps/utun-cbc_mode.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ccm_mode.Po
rm -f ../tinycrypt/lib/source/.deps/utun-cmac_mode.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ctr_mode.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ecc.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ecc_dh.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ecc_dsa.Po
rm -f ../tinycrypt/lib/source/.deps/utun-ecc_platform_specific.Po
rm -f ../tinycrypt/lib/source/.deps/utun-hmac.Po
rm -f ../tinycrypt/lib/source/.deps/utun-sha256.Po
rm -f ../tinycrypt/lib/source/.deps/utun-utils.Po
rm -f ./.deps/utun-config_parser.Po
rm -f ./.deps/utun-config_updater.Po
rm -f ./.deps/utun-crc32.Po
rm -f ./.deps/utun-etcp.Po
rm -f ./.deps/utun-etcp_api.Po
rm -f ./.deps/utun-etcp_connections.Po
rm -f ./.deps/utun-etcp_loadbalancer.Po
rm -f ./.deps/utun-pkt_normalizer.Po
rm -f ./.deps/utun-route_bgp.Po
rm -f ./.deps/utun-route_lib.Po
rm -f ./.deps/utun-routing.Po
rm -f ./.deps/utun-secure_channel.Po
rm -f ./.deps/utun-tun_if.Po
rm -f ./.deps/utun-tun_linux.Po
rm -f ./.deps/utun-tun_windows.Po
rm -f ./.deps/utun-utun.Po
rm -f ./.deps/utun-utun_instance.Po
rm -f Makefile
make[1]: Leaving directory '/c/ARM/_uTun/utun2/src'
Making distclean in tests
make[1]: Entering directory '/c/ARM/_uTun/utun2/tests'
test -z "test_etcp_crypto.exe test_crypto.exe test_etcp_two_instances.exe test_etcp_simple_traffic.exe test_etcp_minimal.exe test_etcp_100_packets.exe test_pkt_normalizer_etcp.exe test_pkt_normalizer_standalone.exe test_etcp_api.exe test_ll_queue.exe test_ecc_encrypt.exe test_intensive_memory_pool.exe test_memory_pool_and_config.exe test_packet_dump.exe test_u_async_comprehensive.exe test_u_async_performance.exe test_debug_categories.exe test_config_debug.exe test_route_lib.exe test_bgp_route_exchange.exe bench_timeout_heap.exe bench_uasync_timeouts.exe" || rm -f test_etcp_crypto.exe test_crypto.exe test_etcp_two_instances.exe test_etcp_simple_traffic.exe test_etcp_minimal.exe test_etcp_100_packets.exe test_pkt_normalizer_etcp.exe test_pkt_normalizer_standalone.exe test_etcp_api.exe test_ll_queue.exe test_ecc_encrypt.exe test_intensive_memory_pool.exe test_memory_pool_and_config.exe test_packet_dump.exe test_u_async_comprehensive.exe test_u_async_performance.exe test_debug_categories.exe test_config_debug.exe test_route_lib.exe test_bgp_route_exchange.exe bench_timeout_heap.exe bench_uasync_timeouts.exe
rm -f test_etcp_crypto.exe test_crypto.exe test_etcp_two_instances.exe test_etcp_simple_traffic.exe test_etcp_minimal.exe test_etcp_100_packets.exe test_pkt_normalizer_etcp.exe test_pkt_normalizer_standalone.exe test_etcp_api.exe test_ll_queue.exe test_ecc_encrypt.exe test_intensive_memory_pool.exe test_memory_pool_and_config.exe test_packet_dump.exe test_u_async_comprehensive.exe test_u_async_performance.exe test_debug_categories.exe test_config_debug.exe test_route_lib.exe test_bgp_route_exchange.exe bench_timeout_heap.exe bench_uasync_timeouts.exe
rm -f ../tests/test_*.conf ../tests/test_*.json 2>/dev/null || true
rm -rf ../tests/logs 2>/dev/null || true
rm -f *.o
test -z "test_etcp_crypto.log test_crypto.log test_etcp_two_instances.log test_etcp_simple_traffic.log test_etcp_minimal.log test_etcp_100_packets.log test_pkt_normalizer_etcp.log test_pkt_normalizer_standalone.log test_etcp_api.log test_ll_queue.log test_ecc_encrypt.log test_intensive_memory_pool.log test_memory_pool_and_config.log test_packet_dump.log test_u_async_comprehensive.log test_u_async_performance.log test_debug_categories.log test_config_debug.log test_route_lib.log test_bgp_route_exchange.log bench_timeout_heap.log bench_uasync_timeouts.log" || rm -f test_etcp_crypto.log test_crypto.log test_etcp_two_instances.log test_etcp_simple_traffic.log test_etcp_minimal.log test_etcp_100_packets.log test_pkt_normalizer_etcp.log test_pkt_normalizer_standalone.log test_etcp_api.log test_ll_queue.log test_ecc_encrypt.log test_intensive_memory_pool.log test_memory_pool_and_config.log test_packet_dump.log test_u_async_comprehensive.log test_u_async_performance.log test_debug_categories.log test_config_debug.log test_route_lib.log test_bgp_route_exchange.log bench_timeout_heap.log bench_uasync_timeouts.log
test -z "test_etcp_crypto.trs test_crypto.trs test_etcp_two_instances.trs test_etcp_simple_traffic.trs test_etcp_minimal.trs test_etcp_100_packets.trs test_pkt_normalizer_etcp.trs test_pkt_normalizer_standalone.trs test_etcp_api.trs test_ll_queue.trs test_ecc_encrypt.trs test_intensive_memory_pool.trs test_memory_pool_and_config.trs test_packet_dump.trs test_u_async_comprehensive.trs test_u_async_performance.trs test_debug_categories.trs test_config_debug.trs test_route_lib.trs test_bgp_route_exchange.trs bench_timeout_heap.trs bench_uasync_timeouts.trs" || rm -f test_etcp_crypto.trs test_crypto.trs test_etcp_two_instances.trs test_etcp_simple_traffic.trs test_etcp_minimal.trs test_etcp_100_packets.trs test_pkt_normalizer_etcp.trs test_pkt_normalizer_standalone.trs test_etcp_api.trs test_ll_queue.trs test_ecc_encrypt.trs test_intensive_memory_pool.trs test_memory_pool_and_config.trs test_packet_dump.trs test_u_async_comprehensive.trs test_u_async_performance.trs test_debug_categories.trs test_config_debug.trs test_route_lib.trs test_bgp_route_exchange.trs bench_timeout_heap.trs bench_uasync_timeouts.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/bench_timeout_heap-bench_timeout_heap.Po
rm -f ./.deps/bench_uasync_timeouts-bench_uasync_timeouts.Po
rm -f ./.deps/test_bgp_route_exchange-test_bgp_route_exchange.Po
rm -f ./.deps/test_config_debug-test_config_debug.Po
rm -f ./.deps/test_crypto-test_crypto.Po
rm -f ./.deps/test_debug_categories-test_debug_categories.Po
rm -f ./.deps/test_ecc_encrypt-test_ecc_encrypt.Po
rm -f ./.deps/test_etcp_100_packets-test_etcp_100_packets.Po
rm -f ./.deps/test_etcp_api-test_etcp_api.Po
rm -f ./.deps/test_etcp_crypto-test_etcp_crypto.Po
rm -f ./.deps/test_etcp_minimal-test_etcp_minimal.Po
rm -f ./.deps/test_etcp_simple_traffic-test_etcp_simple_traffic.Po
rm -f ./.deps/test_etcp_two_instances-test_etcp_two_instances.Po
rm -f ./.deps/test_intensive_memory_pool-test_intensive_memory_pool.Po
rm -f ./.deps/test_ll_queue-test_ll_queue.Po
rm -f ./.deps/test_memory_pool_and_config-test_memory_pool_and_config.Po
rm -f ./.deps/test_packet_dump-test_packet_dump.Po
rm -f ./.deps/test_pkt_normalizer_etcp-test_pkt_normalizer_etcp.Po
rm -f ./.deps/test_pkt_normalizer_standalone-test_pkt_normalizer_standalone.Po
rm -f ./.deps/test_route_lib-test_route_lib.Po
rm -f ./.deps/test_u_async_comprehensive-test_u_async_comprehensive.Po
rm -f ./.deps/test_u_async_performance-test_u_async_performance.Po
rm -f Makefile
make[1]: Leaving directory '/c/ARM/_uTun/utun2/tests'
make[1]: Entering directory '/c/ARM/_uTun/utun2'
rm -rf build
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/c/ARM/_uTun/utun2'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
Loading…
Cancel
Save