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

fluent-bit 3.1.0 #176771

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions Formula/f/fluent-bit.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class FluentBit < Formula
desc "Fast and Lightweight Logs and Metrics processor"
homepage "https://github.com/fluent/fluent-bit"
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.0.7.tar.gz"
sha256 "9c9b94bcdcf1cd0a899b24e1d3e18c6269227512661631814c2ac820683e2ec8"
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.1.0.tar.gz"
sha256 "7a49e110cf3050b6c29c911063494b8081f3c743274d1d95e52562d0476ba1eb"
license "Apache-2.0"
head "https://github.com/fluent/fluent-bit.git", branch: "master"

Expand Down Expand Up @@ -34,7 +34,7 @@
# We don't need to set LDFLAGS because LuaJIT is statically linked.
patch :DATA

def install

Check failure on line 37 in Formula/f/fluent-bit.rb

View workflow job for this annotation

GitHub Actions / Linux

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

-- Looking for ioctlsocket -- Looking for ioctlsocket - not found -- Looking for IoctlSocket -- Looking for IoctlSocket - not found -- Looking for recv -- Looking for recv - found -- Looking for recvfrom -- Looking for recvfrom - found -- Looking for send -- Looking for send - found -- Looking for setsockopt -- Looking for setsockopt - found -- Looking for socket -- Looking for socket - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strcmpi -- Looking for strcmpi - not found -- Looking for strdup -- Looking for strdup - found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for strncmpi -- Looking for strncmpi - not found -- Looking for strnicmp -- Looking for strnicmp - not found -- Looking for writev -- Looking for writev - found -- Looking for arc4random_buf -- Looking for arc4random_buf - not found -- Looking for stat -- Looking for stat - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for poll -- Looking for poll - found -- Looking for pipe -- Looking for pipe - found -- Looking for pipe2 -- Looking for pipe2 - found -- Looking for kqueue -- Looking for kqueue - not found -- Looking for epoll_create1 -- Looking for epoll_create1 - found -- Looking for __system_property_get -- Looking for __system_property_get - not found -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for include file pthread_np.h -- Looking for include file pthread_np.h - not found -- Looking for pthread_init -- Looking for pthread_init - not found -- Performing Test CIO_HAVE_GETPAGESIZE -- Performing Test CIO_HAVE_GETPAGESIZE - Success -- Performing Test CIO_HAVE_FALLOCATE -- Performing Test CIO_HAVE_FALLOCATE - Success -- Performing Test CIO_HAVE_POSIX_FALLOCATE -- Performing Test CIO_HAVE_POSIX_FALLOCATE - Success -- Looking for execinfo.h -- Looking for execinfo.h - found -- Performing Test HAVE_C_TLS -- Performing Test HAVE_C_TLS - Success -- Performing Test MK_HAVE_VALGRIND -- Performing Test MK_HAVE_VALGRIND - Failed -- Performing Test HAVE_REGEX -- Performing Test HAVE_REGEX - Failed -- Looking for posix_memalign -- Looking for posix_memalign - found Found posix_memalign in stdlib.h -DHAVE_POSIX_MEMALIGN_IN_STDLIB -DHAVE_POSIX_MEMALIGN -- Looking for posix_memalign -- Looking for posix_memalign - not found -- Performing Test HAVE_STAT_H -- Performing Test HAVE_STAT_H - Success -- Performing Test HAVE_MEMMEM -- Performing Test HAVE_MEMMEM - Success -- Performing Test HAVE_TIMERFD_CREATE -- Performing Test HAVE_TIMERFD_CREATE - Success -- Performing Test HAVE_EVENTFD -- Performing Test HAVE_EVENTFD - Success -- Performing Test MK_HAVE_MEMRCHR -- Performing Test MK_HAVE_MEMRCHR - Success -- Plugin dirlisting enabled -- Plugin liana enabled [== static ==] -- Plugin mandril enabled -- LINKING monkey-liana-static; -- Found OpenSSL: /home/linuxbrew/.linuxbrew/lib/libcrypto.so (found version "3.3.1") -- Performing Test FLB_HAVE_STDATOMIC_H -- Performing Test FLB_HAVE_STDATOMIC_H - Success -- The ASM compiler identification is GNU -- Found assembler: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11 -- Performing Test FLB_HAVE_VALGRIND -- Performing Test FLB_HAVE_VALGRIND - Failed -- Performing Test FLB_HAVE_FORK -- Performing Test FLB_HAVE_FORK - Success -- Performing Test FLB_HAVE_TIMESPEC_GET -- Performing Test FLB_HAVE_TIMESPEC_GET - Success -- Performing Test FLB_HAVE_GMTOFF -- Performing Test FLB_HAVE_GMTOFF - Success -- Performing Test FLB_HAVE_CLOCK_GET_TIME -- Performing Test FLB_HAVE_CLOCK_GET_TIME - Failed -- Performing Test FLB_HAVE_UNIX_SOCKET -- Performing Test FLB_HAVE_UNIX_SOCKET - Success -- Performing Test FLB_HAVE_ATTRIBUTE_ALLOC_SIZE -- Performing Test FLB_HAVE_ATTRIBUTE_ALLOC_SIZE - Success -- Looking for pow in m -- Looking for pow in m - found -- Checking for module 'libsasl2' -- No package 'libsasl2' found -- Found ZLIB: /home/linuxbrew/.linuxbrew/lib/libz.so (found version "1.3.1") -- Using python execut
# Prevent fluent-bit to install files into global init system
# For more information see https://github.com/fluent/fluent-bit/issues/3393
inreplace "src/CMakeLists.txt", "if(NOT SYSTEMD_UNITDIR AND IS_DIRECTORY /lib/systemd/system)", "if(False)"
Expand All @@ -59,10 +59,10 @@
__END__
--- a/lib/luajit-cmake/LuaJIT.cmake
+++ b/lib/luajit-cmake/LuaJIT.cmake
@@ -569,13 +569,13 @@ set(luajit_headers
@@ -660,13 +660,13 @@ set(luajit_headers
${LJ_DIR}/luaconf.h
${LJ_DIR}/luajit.h
${LJ_DIR}/lualib.h)
${CMAKE_CURRENT_BINARY_DIR}/luajit.h)
-install(FILES ${luajit_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/luajit)
+install(FILES ${luajit_headers} DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/include/luajit)
install(TARGETS libluajit
Expand Down
Loading