Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knot 3.3.8 #178052

Closed
wants to merge 1 commit into from
Closed

knot 3.3.8 #178052

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/k/knot.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Knot < Formula
desc "High-performance authoritative-only DNS server"
homepage "https://www.knot-dns.cz/"
url "https://secure.nic.cz/files/knot-dns/knot-3.3.5.tar.xz"
sha256 "0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad"
url "https://secure.nic.cz/files/knot-dns/knot-3.3.8.tar.xz"
sha256 "498de8338489a625673797f7ecc921fa4490c826afbfa42fa66922b525089e6a"
license all_of: ["GPL-3.0-or-later", "0BSD", "BSD-3-Clause", "LGPL-2.0-or-later", "MIT"]

livecheck do
Expand Down Expand Up @@ -40,7 +40,7 @@

uses_from_macos "libedit"

def install

Check failure on line 43 in Formula/k/knot.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle knot` failed on Linux!

checking for ld used by gcc-11... /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld checking if the linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3145728 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @file support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc-11 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc-11 supports -fno-rtti -fno-exceptions... no checking for gcc-11 option to produce PIC... -fPIC -DPIC checking if gcc-11 PIC flag -fPIC -DPIC works... yes checking if gcc-11 static flag -static works... yes checking if gcc-11 supports -c -o file.o... yes checking if gcc-11 supports -c -o file.o... (cached) yes checking whether the gcc-11 linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gcc-11 options needed to detect all undeclared functions... none needed checking for gnutls >= 3.3... yes checking for gnutls_pkcs11_copy_pubkey... yes checking whether GNUTLS_PK_EDDSA_ED25519 is declared... yes checking whether GNUTLS_SIGN_EDDSA_ED448 is declared... yes checking whether GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE is declared... yes checking for gnutls_aead_cipher_encryptv2... yes checking for gnutls_privkey_sign_data2... yes checking for gnutls_privkey_export_x509... yes checking for gnutls_memset... yes checking for gnutls_early_cipher_get... yes checking for recvmmsg... yes checking for sendmmsg... yes checking for libbpf... no checking whether SO_REUSEPORT is declared... yes checking for libsystemd... no checking for libsystemd-daemon libsystemd-journal... no checking for kqueue... no checking for epoll_create... yes checking for liburcu... yes checking for protoc-c... /home/linuxbrew/.linuxbrew/opt/protobuf-c/bin/protoc-c checking for libfstrm... yes checking for libprotobuf-c >= 1.0.0... yes checking for libmaxminddb... no checking for lmdb >= 0.9.15... yes checking for libedit... yes checking for libngtcp2 >= 0.17.0 libngtcp2_crypto_gnutls... no checking for libidn2 >= 2.0.0... yes checking for libnghttp2... yes checking for cap-ng... no checking for cap-ng.h... no checking for library containing pthread_create... none required checking for library containing dlopen... none required checking for library containing pow... -lm checking for library containing pthread_setaffinity_np... none required checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h...
system "autoreconf", "-fvi" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
Expand Down
Loading