-
Notifications
You must be signed in to change notification settings - Fork 1.7k
lib: miniz: only require a C compiler #10315
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
Merged
edsiper
merged 1 commit into
fluent:master
from
ThomasDevoogdt:bugfix/lib-miniz-only-require-a-c-compiler
May 29, 2025
Merged
lib: miniz: only require a C compiler #10315
edsiper
merged 1 commit into
fluent:master
from
ThomasDevoogdt:bugfix/lib-miniz-only-require-a-c-compiler
May 29, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commit richgel999/miniz@05ab4dc "Add some catch2 tests" dropped that C flag, but should instead only have added a simple enable_language call for the tests only. Upstream: richgel999/miniz@383e551 Signed-off-by: Thomas Devoogdt <[email protected]>
3eeea12
to
945ce04
Compare
cosmo0920
approved these changes
May 9, 2025
This was referenced May 16, 2025
ThomasDevoogdt
added a commit
to ThomasDevoogdt/buildroot
that referenced
this pull request
Jun 4, 2025
News: - https://fluentbit.io/announcements/v4.0.3/ Other remarks: - Dropped 0003-lib-miniz-only-require-a-C-compiler.patch as it is upstream. [1] - Added msgpack-c as a system dependency since this has been added to buildroot. - Added sqlite as system dependency as it can't really be disabled otherwise due to an upstream compile bug. [2] - Sorted the config entries while at it. [1] fluent/fluent-bit#10315 [2] fluent/fluent-bit#9757 Signed-off-by: Thomas Devoogdt <[email protected]> --- buildroot$ ./utils/test-pkg -p fluent-bit -a arm-aarch64 [ 1/40]: OK bootlin-aarch64-glibc [ 2/40]: OK bootlin-arcle-hs38-uclibc [ 3/40]: OK bootlin-armv5-uclibc [ 4/40]: OK bootlin-armv7-glibc [ 5/40]: OK bootlin-armv7m-uclibc [ 6/40]: SKIPPED bootlin-armv7-musl [ 7/40]: OK bootlin-m68k-5208-uclibc [ 8/40]: SKIPPED bootlin-m68k-68040-uclibc [ 9/40]: OK bootlin-microblazeel-uclibc [10/40]: OK bootlin-mipsel32r6-glibc [11/40]: OK bootlin-mipsel-uclibc [12/40]: OK bootlin-openrisc-uclibc [13/40]: OK bootlin-powerpc64le-power8-glibc [14/40]: OK bootlin-powerpc-e500mc-uclibc [15/40]: OK bootlin-riscv32-glibc [16/40]: OK bootlin-riscv64-glibc [17/40]: OK bootlin-riscv64-musl [18/40]: OK bootlin-s390x-z13-glibc [19/40]: OK bootlin-sh4-uclibc [20/40]: OK bootlin-sparc64-glibc [21/40]: OK bootlin-sparc-uclibc [22/40]: SKIPPED bootlin-x86-64-glibc [23/40]: OK bootlin-x86-64-musl [24/40]: OK bootlin-x86-64-uclibc [25/40]: OK bootlin-x86-i686-musl [26/40]: OK bootlin-xtensa-uclibc [27/40]: OK br-arm-basic [28/40]: OK br-arm-full-nothread [29/40]: SKIPPED br-arm-full-static [30/40]: SKIPPED br-i386-pentium4-full [31/40]: OK br-mips64-n64-full [32/40]: OK br-mips64r6-el-hf-glibc [33/40]: OK br-powerpc-603e-basic-cpp [34/40]: FAILED br-powerpc64-power7-glibc [35/40]: OK linaro-aarch64-be [36/40]: OK linaro-aarch64 [37/40]: OK linaro-arm [38/40]: OK sourcery-mips64 [39/40]: OK sourcery-mips [40/40]: OK 40 builds, 5 skipped, 1 build failed, 0 legal-info failed, 0 show-info failed /home/thomas/br-test-pkg/br-powerpc-603e-basic-cpp/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/uchar.h:36:9: error: ‘__mbstate_t’ does not name a type; did you mean ‘mbstate_t’? 36 | typedef __mbstate_t mbstate_t; | ^~~~~~~~~~~ | mbstate_t Fixed in https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=96af6db3a430a22d5e8a45f6e7284362866b3980.
arnout
pushed a commit
to buildroot/buildroot
that referenced
this pull request
Jun 6, 2025
News: - https://fluentbit.io/announcements/v4.0.3/ Other remarks: - Dropped 0003-lib-miniz-only-require-a-C-compiler.patch as it is upstream. [1] - Added msgpack-c as a system dependency since this has been added to buildroot. - Added sqlite as system dependency as it can't really be disabled otherwise due to an upstream compile bug. [2] - Sorted the config entries while at it. [1] fluent/fluent-bit#10315 [2] fluent/fluent-bit#9757 Signed-off-by: Thomas Devoogdt <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit richgel999/miniz@05ab4dc "Add some catch2 tests" dropped that C flag, but should instead only have added a simple enable_language call for the tests only.
Upstream: richgel999/miniz@383e551