Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2020 00:40:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244600] dns/knot-resolver: [patch] fix critical cache space pre-allocation failure bug and add rc scripts
Message-ID:  <bug-244600-7788-Kp9bugYbVB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244600-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244600-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244600

Leo Vandewoestijne <freebsd@dns.company> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(freebs |maintainer-feedback-
                   |d@dns.company)              |

--- Comment #8 from Leo Vandewoestijne <freebsd@dns.company> ---
The cqueues error I encounter when starting up without root.keys is

Jul  2 00:22:16 loc daemon[70929]: [ ta ] keyfile
'/usr/local/etc/knot-resolver/root.keys': doesn't exist, bootstrapping
Jul  2 00:22:16 loc daemon[70929]: [system] error
/usr/local/lib/knot-resolver/kluautil.lua:3: module 'cqueues.errno' not fou=
nd:
Jul  2 00:22:16 loc daemon[70929]:      no field
package.preload['cqueues.errno']
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/knot-resolver/cqueues/errno.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/knot-resolver/cqueues/errno/init.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file './cqueues/errno.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/share/luajit-2.1.0-beta3/cqueues/errno.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/share/lua/5.1/cqueues/errno.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/share/lua/5.1/cqueues/errno/init.lua'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/knot-resolver/cqueues/errno.so'
Jul  2 00:22:16 loc daemon[70929]:      no file './cqueues/errno.so'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/lua/5.1/cqueues/errno.so'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/lua/5.1/loadall.so'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/knot-resolver/cqueues.so'
Jul  2 00:22:16 loc daemon[70929]:      no file './cqueues.so'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/lua/5.1/cqueues.so'
Jul  2 00:22:16 loc daemon[70929]:      no file
'/usr/local/lib/lua/5.1/loadall.so'

When defining -Dconfig_tests=3Denabled it's basically that same problem.

So for now I've added:
TESTCONF_BROKEN=3D                Lua cqueues package seems missing


When defining -Dextra_tests=3Denabled I end up with:

CMake Error: The source directory
"/wrkdirs/usr/ports/dns/knot-resolver/work/knot-resolver-5.1.2" does not ap=
pear
to contain CMakeLists.txt.

So for now I've added:
TESTEXTRA_BROKEN=3D               CMake Error: The source directory misses
CMakeLists.txt

I cannot find CMakeLists.txt in the working dir, and cannot find any filena=
me
containing "cqueues" on the entire filesystem.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244600-7788-Kp9bugYbVB>