>>> Building on exopi-6 under net/maradns DIST = [net/maradns:maradns-1.3.07.15.tar.gz] FULLPKGNAME = maradns-1.3.07.15p2 Woken up lang/scheme-report Woken up lang/scheme-report Woken up lang/scheme-report Woken up lang/scheme-report Woken up lang/scheme-report (Junk lock failure for exopi-6 at 1714828878.47251) Received IO (Junk lock obtained for exopi-6 at 1714828980.37) Received IO (Junk lock released for exopi-6 at 1714828982.66) Woken up security/p5-Crypt-OpenPGP distfiles size=1411655 >>> Running build in net/maradns at 1714828982.80 ===> net/maradns ===> Building from scratch maradns-1.3.07.15p2 ===> Verifying specs: c pthread ===> found c.100.0 pthread.27.1 ===> Checking files for maradns-1.3.07.15p2 `/exopi-cvs/ports/distfiles/maradns-1.3.07.15.tar.gz' is up to date. >> (SHA256) maradns-1.3.07.15.tar.gz: OK ===> Extracting for maradns-1.3.07.15p2 ===> Patching for maradns-1.3.07.15p2 ===> Applying OpenBSD patch patch-build_install_locations Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- build/install.locations.orig Sun May 5 13:11:47 2002 |+++ build/install.locations Wed Jun 6 11:37:20 2007 -------------------------- Patching file build/install.locations using Plan A... Hunk #1 succeeded at 33. done ===> Applying OpenBSD patch patch-build_install_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- build/install.sh.orig Mon Aug 18 17:56:22 2008 |+++ build/install.sh Mon Aug 18 17:57:31 2008 -------------------------- Patching file build/install.sh using Plan A... Hunk #1 succeeded at 128. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Mon Aug 18 17:49:49 2008 |+++ configure Mon Aug 18 17:54:04 2008 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 82. Hunk #2 succeeded at 167. done ===> Applying OpenBSD patch patch-server_udpsuccess_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- server/udpsuccess.c.orig Mon Aug 18 17:51:38 2008 |+++ server/udpsuccess.c Mon Aug 18 17:51:54 2008 -------------------------- Patching file server/udpsuccess.c using Plan A... Hunk #1 succeeded at 17. done ===> Applying OpenBSD patch patch-tcp_zoneserver_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- tcp/zoneserver.c.orig Mon Aug 18 17:55:03 2008 |+++ tcp/zoneserver.c Mon Aug 18 17:55:17 2008 -------------------------- Patching file tcp/zoneserver.c using Plan A... Hunk #1 succeeded at 1014. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for maradns-1.3.07.15p2 ===> Configuring for maradns-1.3.07.15p2 ===> Building for maradns-1.3.07.15p2 ./compile.sh Copyright (c) 2002-2007 Sam Trenholme TERMS Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. This software is provided 'as is' with no guarantees of correctness or fitness for purpose. This is an obsolete branch of MaraDNS. Support ends on December 21, 2012. Please update to MaraDNS 2 if feasible; MaraDNS 1.4 if not feasible. ----- It looks like you are using OpenBSD; this should compile fine by typing in 'make'. cd libs ; make CC=cc ; cd ../dns ; make CC=cc ; cd ../rng ; make CC=cc ; cd ../parse ; make CC=cc ; cd ../qual ; make CC=cc ; cd ../server ; make CC=cc "DEFINES=-DSELECT_PROBLEM" COMPILED=\""OpenBSD system at Sat May 4 15:23:05 CEST 2024"\" "VERSION=1.3.07.15" ; cd ../tools ; make CC=cc ; cd ../tcp ; make CC=cc "VERSION=1.3.07.15" ; cat ../00README.FIRST cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o JsStr.o JsStr.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o JsStrOS.o JsStrOS.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o JsStrCP.o JsStrCP.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o MaraHash.o MaraHash.c In file included from MaraHash.c:34: ./MaraHash.h:58:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] mhash *mhash_create(); ^ MaraHash.c:53:8: note: conflicting prototype is here mhash *mhash_create(int hash_bits) { ^ 1 warning generated. cc -O2 -pipe -D_THREAD_SAFE -pthread -o tests tests.c JsStr.o JsStrOS.o JsStrCP.o MaraHash.o tests.c:56:33: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dict = (mhash *)mhash_create(8); ^ 1 warning generated. cc -O2 -pipe -D_THREAD_SAFE -pthread -o mtest mtest.c JsStr.o JsStrOS.o JsStrCP.o MaraHash.o mtest.c:9:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int mhash_firstkey(); ^ ./MaraHash.h:65:5: note: conflicting prototype is here int mhash_firstkey(mhash *hash, js_string *key); ^ mtest.c:10:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int mhash_nextkey(); ^ ./MaraHash.h:66:5: note: conflicting prototype is here int mhash_nextkey(mhash *hash, js_string *key); ^ mtest.c:34:37: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dict = (mhash *)mhash_create(atoi(strn)); ^ mtest.c:36:37: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dict = (mhash *)mhash_create(8); ^ 4 warnings generated. cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Queries.o Queries.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Compress.o Compress.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o bobbit.o bobbit.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Decompress.o Decompress.c cc -o make_32bit_tables make_32bit_tables.c ./make_32bit_tables > rng-32bit-tables.h cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o rng-alg-fst.o rng-alg-fst.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o rng-api-fst.o rng-api-fst.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o ParseMaraRc.o ParseMaraRc.c ParseMaraRc.c:450:33: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if((dvar[num] = mhash_create(7)) == 0) ^ 1 warning generated. cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o ParseCsv1.o ParseCsv1.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o ParseIpAcl.o ParseIpAcl.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Parse_ipv6.o Parse_ipv6.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_read.o Csv2_read.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_main.o Csv2_main.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_parse.o Csv2_parse.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_rr_a.o Csv2_rr_a.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_rr_aaaa.o Csv2_rr_aaaa.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_rr_soa.o Csv2_rr_soa.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_database.o Csv2_database.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_rr_txt.o Csv2_rr_txt.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_rr_wks.o Csv2_rr_wks.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o Csv2_esc_txt.o Csv2_esc_txt.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o qual_timestamp.o qual_timestamp.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o MaraBigHash.o MaraBigHash.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o recursive.o recursive.c recursive.c:925:25: warning: passing arguments to 'mhash_put_data' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ret = mhash_put_data(hashp,query,sub,ttl,0,ttd,datatype,255,action,rcode); ^ recursive.c:149:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int mhash_put_data(); ^ recursive.c:1080:5: note: conflicting prototype is here int mhash_put_data(mhash *hash, js_string *query, js_string *value, uint32 ttl, ^ recursive.c:2143:29: warning: passing arguments to 'mhash_add_ip' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mhash_add_ip(dnscache,query,jsip); ^ recursive.c:4479:37: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dnscache = (mhash *)mhash_create(bits); ^ 4 warnings generated. cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o timestamp.o timestamp.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o read_kvars.o read_kvars.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o MaraAnyChain.o MaraAnyChain.c cc -c -O2 -pipe -D_THREAD_SAFE -pthread -o udpsuccess.o udpsuccess.c cc -O2 -pipe -D_THREAD_SAFE -pthread -DVERSION=\"1.3.07.15\" -DCOMPILED=\""OpenBSD system at Sat May 4 15:23:05 CEST 2024"\" -o maradns MaraDNS.c MaraBigHash.o recursive.o timestamp.o read_kvars.o MaraAnyChain.o udpsuccess.o ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../qual/qual_timestamp.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../parse/ParseMaraRc.o ../parse/ParseCsv1.o ../parse/ParseIpAcl.o ../parse/Parse_ipv6.o ../parse/Csv2_read.o ../parse/Csv2_main.o ../parse/Csv2_parse.o ../parse/Csv2_rr_soa.o ../parse/Csv2_rr_aaaa.o ../parse/Csv2_rr_a.o ../parse/Csv2_rr_wks.o ../parse/Csv2_database.o ../parse/Csv2_rr_txt.o ../parse/Csv2_esc_txt.o ../rng/rng-api-fst.o ../rng/rng-alg-fst.o -pthread MaraDNS.c:4479:27: warning: passing arguments to 'mhash_create' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bighash = mhash_create(8); ^ 1 warning generated. recursive.c(recursive.o:(recurse_call)): warning: random() may return deterministic values, is that what you want? cc -O2 -pipe -D_THREAD_SAFE -pthread -o askmara askmara.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../server/timestamp.o ../rng/rng-alg-fst.o ../rng/rng-api-fst.o ../parse/ParseCsv1.o ../parse/ParseMaraRc.o ../parse/Csv2_esc_txt.o cc -O2 -pipe -D_THREAD_SAFE -pthread -o askmara-tcp askmara-tcp.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../server/timestamp.o ../rng/rng-alg-fst.o ../rng/rng-api-fst.o ../parse/ParseCsv1.o ../parse/ParseMaraRc.o askmara-tcp.c:53:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int decomp_init(); ^ ./../dns/functions_dns.h:158:5: note: conflicting prototype is here int decomp_init(int alog_level); ^ 1 warning generated. cc -O2 -pipe -D_THREAD_SAFE -pthread -o strip.control strip.control.c cc -O2 -pipe -D_THREAD_SAFE -pthread -o benchmark benchmark.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../server/timestamp.o ../parse/ParseCsv1.o ../parse/ParseMaraRc.o cc -O2 -pipe -D_THREAD_SAFE -pthread -o duende duende.c cc -O2 -pipe -c libtcp.c cc -O2 -pipe -D_THREAD_SAFE -pthread -o getzone getzone.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../qual/qual_timestamp.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../parse/ParseMaraRc.o ../parse/ParseCsv1.o ../parse/ParseIpAcl.o ../parse/Parse_ipv6.o ../parse/Csv2_read.o ../parse/Csv2_main.o ../parse/Csv2_parse.o ../parse/Csv2_rr_soa.o ../parse/Csv2_rr_aaaa.o ../parse/Csv2_rr_a.o ../parse/Csv2_rr_wks.o ../parse/Csv2_database.o ../parse/Csv2_rr_txt.o ../parse/Csv2_esc_txt.o ../server/timestamp.o ../server/MaraBigHash.o ../server/read_kvars.o ../server/MaraAnyChain.o libtcp.o cc -O2 -pipe -D_THREAD_SAFE -pthread -DVERSION=\"1.3.07.15\" -o zoneserver zoneserver.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../qual/qual_timestamp.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../parse/ParseMaraRc.o ../parse/ParseCsv1.o ../parse/ParseIpAcl.o ../parse/Parse_ipv6.o ../parse/Csv2_read.o ../parse/Csv2_main.o ../parse/Csv2_parse.o ../parse/Csv2_rr_soa.o ../parse/Csv2_rr_aaaa.o ../parse/Csv2_rr_a.o ../parse/Csv2_rr_wks.o ../parse/Csv2_database.o ../parse/Csv2_rr_txt.o ../parse/Csv2_esc_txt.o ../server/timestamp.o ../server/MaraBigHash.o ../server/read_kvars.o ../server/MaraAnyChain.o libtcp.o ../rng/rng-api-fst.o ../rng/rng-alg-fst.o zoneserver.c:1018:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(strerror(errno)); /* harderror() would kill the group which may not be correct yet */ ^~~~~~~~~~~~~~~ zoneserver.c:1018:16: note: treat the string as an argument to avoid this printf(strerror(errno)); /* harderror() would kill the group which may not be correct yet */ ^ "%s", 1 warning generated. cc -O2 -pipe -D_THREAD_SAFE -pthread -o fetchzone fetchzone.c ../libs/JsStr.o ../libs/JsStrOS.o ../libs/JsStrCP.o ../libs/MaraHash.o ../qual/qual_timestamp.o ../dns/Queries.o ../dns/Compress.o ../dns/bobbit.o ../dns/Decompress.o ../parse/ParseMaraRc.o ../parse/ParseCsv1.o ../parse/ParseIpAcl.o ../parse/Parse_ipv6.o ../parse/Csv2_read.o ../parse/Csv2_main.o ../parse/Csv2_parse.o ../parse/Csv2_rr_soa.o ../parse/Csv2_rr_aaaa.o ../parse/Csv2_rr_a.o ../parse/Csv2_rr_wks.o ../parse/Csv2_database.o ../parse/Csv2_rr_txt.o ../parse/Csv2_esc_txt.o ../server/timestamp.o ../server/MaraBigHash.o ../server/read_kvars.o ../server/MaraAnyChain.o libtcp.o Copyright (c) 2002-2007 Sam Trenholme TERMS Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. This software is provided 'as is' with no guarantees of correctness or fitness for purpose. This is an obsolete branch of MaraDNS. Support ends on December 21, 2012. Please update to MaraDNS 2 if feasible; MaraDNS 1.4 if not feasible. >>> Running package in net/maradns at 1714829000.48 ===> net/maradns ===> Faking installation for maradns-1.3.07.15p2 VERSION=1.3.07.15 ./build/install.sh Installing MaraDNS, placing programs in /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/bin/ and /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/sbin/, man pages in /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/man/man1/, /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/man/man5/, and /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/man/man8/, and documents in /exopi-obj/pobj/maradns-1.3.07.15/fake-amd64/usr/local/share/doc/maradns ===> Building package for maradns-1.3.07.15p2 Create /exopi-cvs/ports/packages/amd64/all/maradns-1.3.07.15p2.tgz Creating package maradns-1.3.07.15p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***** | 8% archiving|******** | 12% archiving|*********** | 18% archiving|*************** | 23% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|********************************* | 51% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|**************************************************** | 80% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/maradns-1.3.07.15p2.tgz >>> Running clean in net/maradns at 1714829004.64 ===> net/maradns ===> Cleaning for maradns-1.3.07.15p2 >>> Ended at 1714829005.36 max_stuck=99.15/waiting-for-lock #218=104.22/build=17.78/package=4.05/clean=0.86