==> Retrieving sources... -> Found v1.9.5.tar.gz ==> Generating checksums for source files... ==> Making package: nsoq 1.9.5-1 (Thu 21 Nov 2024 12:19:34 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v1.9.5.tar.gz ==> Validating source files with sha512sums... v1.9.5.tar.gz ... Passed ==> Extracting sources... -> Extracting v1.9.5.tar.gz with bsdtar ==> Starting build()... gcc -S src/_arp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_arp.o.asm gcc -S src/_consistency.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_consistency.o.asm gcc -S src/_icmp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_icmp.o.asm gcc -S src/_irc.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_irc.o.asm gcc -c src/_consistency.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_consistency.o gcc -c src/_irc.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_irc.o gcc -c src/_icmp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_icmp.o src/_arp.c: In function ‘arp’: src/_arp.c:638:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 638 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_arp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ gcc -c src/_arp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_arp.o gcc -S src/_tcp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_tcp.o.asm gcc -S src/_udp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_udp.o.asm src/_tcp.c: In function ‘__tagging’: src/_tcp.c:37:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 37 | if (__tcp->fin) strncat(__buff, "|FIN", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:38:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 38 | if (__tcp->psh) strncat(__buff, "|PSH", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:39:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 39 | if (__tcp->ack) strncat(__buff, "|ACK", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:40:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 40 | if (__tcp->syn) strncat(__buff, "|SYN", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:41:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 41 | if (__tcp->urg) strncat(__buff, "|URG", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -S src/_utils.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_utils.o.asm src/_arp.c: In function ‘arp’: src/_arp.c:638:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 638 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_arp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ src/_udp.c: In function ‘udp’: src/_udp.c:334:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 334 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_udp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ gcc -c src/_udp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_udp.o gcc -S src/_webstress.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_webstress.o.asm In function ‘__fetchIp’, inlined from ‘__lookup’ at src/_utils.c:250:38: src/_utils.c:350:4: warning: ‘strncpy’ output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 350 | strncpy(eth.ifr_name, __device, (IFNAMSIZ - 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c: In function ‘tcp’: src/_tcp.c:665:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 665 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_tcp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ src/_udp.c: In function ‘udp’: src/_udp.c:334:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 334 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_udp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ gcc -c src/_tcp.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_tcp.o gcc -c src/_utils.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_utils.o src/_tcp.c: In function ‘__tagging’: src/_tcp.c:37:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 37 | if (__tcp->fin) strncat(__buff, "|FIN", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:38:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 38 | if (__tcp->psh) strncat(__buff, "|PSH", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:39:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 39 | if (__tcp->ack) strncat(__buff, "|ACK", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:40:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 40 | if (__tcp->syn) strncat(__buff, "|SYN", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c:41:23: warning: ‘strncat’ specified bound 4 equals source length [-Wstringop-overflow=] 41 | if (__tcp->urg) strncat(__buff, "|URG", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/_webstress.c: In function ‘web’: src/_webstress.c:608:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 608 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_webstress.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ gcc -c src/_webstress.c -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -O3 -o src/_webstress.o In function ‘__fetchIp’, inlined from ‘__lookup’ at src/_utils.c:250:38: src/_utils.c:350:4: warning: ‘strncpy’ output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 350 | strncpy(eth.ifr_name, __device, (IFNAMSIZ - 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/_tcp.c: In function ‘tcp’: src/_tcp.c:665:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 665 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_tcp.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ src/_webstress.c: In function ‘web’: src/_webstress.c:608:54: warning: array subscript 256 is outside array bounds of ‘char[32]’ [-Warray-bounds=] 608 | _data.target = (struct sockaddr_in *) addressbuff + sizeof(struct sockaddr_in); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/_webstress.c:17: src/../include/core.h:218:6: note: at offset 256 into object ‘addressbuff’ of size 32 218 | char addressbuff[sizeof(struct sockaddr_in)*2]; | ^~~~~~~~~~~ mkdir -p ./bin gcc -o ./bin/nsoq ./src/nsoq.c src/_arp.o src/_consistency.o src/_icmp.o src/_irc.o src/_tcp.o src/_udp.o src/_utils.o src/_webstress.o -Wall -Wno-format -Wno-int-to-pointer-cast -Wpointer-arith -Wuninitialized -Wshadow -Wundef -DVERSION=\"1.9.5\" -lpthread -DDATEBUILD=\"21.11.2024--12:19:35\" -O3 /usr/sbin/ld: src/_arp.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x10): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_arp.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x0): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_consistency.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x0): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_icmp.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x8): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_irc.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x10): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x0): multiple definition of `_data'; src/_arp.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_tcp.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x0): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_udp.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x0): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_utils.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x2f40): multiple definition of `__mutex'; /tmp/cc9tl7pk.o:(.bss+0x2f40): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x0): multiple definition of `pkt'; /tmp/cc9tl7pk.o:(.bss+0x0): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x20): multiple definition of `addressbuff'; /tmp/cc9tl7pk.o:(.bss+0x20): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x40): multiple definition of `__pool'; /tmp/cc9tl7pk.o:(.bss+0x40): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x60): multiple definition of `__sockets'; /tmp/cc9tl7pk.o:(.bss+0x60): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x2f80): multiple definition of `__threads'; /tmp/cc9tl7pk.o:(.bss+0x2f80): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x4ec0): multiple definition of `_t'; /tmp/cc9tl7pk.o:(.bss+0x4ec0): first defined here /usr/sbin/ld: src/_webstress.o:(.bss+0x4ec8): multiple definition of `_time'; /tmp/cc9tl7pk.o:(.bss+0x4ec8): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:24: nsoq] Error 1 ==> ERROR: A failure occurred in build(). Aborting...