Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.27k stars 12.09k forks source link

Tracking issue for Sonoma bottling #142161

Open fxcoudert opened 8 months ago

fxcoudert commented 8 months ago

🔗 Automated tracker: https://mass-bottling-manager.nw.r.appspot.com

This will serve as tracking issue to gather Sonoma bottling info. This first post can be edited, with a summary of the high-profile failures and issues. The bottling job results will be posted as comments below.


Top 300 to 500 issues

500 to 800

800 to 1000

Others

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libfyaml failed.

audit failure

  libfyaml
    * fully scope test shell_output calls, e.g. shell_output "#{bin}/fy-tool"

PR to fix: #143169

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for serd failed.

audit failure:

  serd
    * fully scope test pipe_output calls, e.g. pipe_output "#{bin}/serdi"

PR to fix: #143166

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libcapn failed.

  /tmp/libcapn-20230916-5801-13vya9s/libcapn-2.0.0/src/pusher/pusher.c:136:16: error: call to undeclared function 'getline'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

Might be fixed by ENV.append "CFLAGS", "-Wno-implicit-function-declaration"

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for dotnet failed.

Install failed on ARM, test failed on Linux

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libchaos failed.

  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__random/binomial_distribution.h:151:5: error: static assertion failed due to requirement '__libcpp_random_is_valid_urng<chaos::basic_adapter, void>::value': 
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libcouchbase@2 failed.

  /tmp/libcouchbaseA2-20230916-6016-qxjk54/libcouchbase-2.10.9/plugins/io/libuv/libuv_compat.h:203:7: error: use of undeclared identifier 'EUNATCH'
        UV_ERRNO_MAP(X)
        ^
  /opt/homebrew/include/uv.h:159:6: note: expanded from macro 'UV_ERRNO_MAP'
    XX(EUNATCH, "protocol driver not attached")                                 \
       ^
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libdrawtext failed.

  src/drawgl.c:215:3: error: call to undeclared function 'gluBuild2DMipmaps'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                  gluBuild2DMipmaps(GL_TEXTURE_2D, GL_ALPHA, gmap->xsz, gmap->ysz, GL_ALPHA, GL_UNSIGNED_BYTE, gmap->pixels);
                  ^
  1 error generated.
  make: *** [src/drawgl.o] Error 1

https://github.com/jtsiomb/libdrawtext/issues/19

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libdv failed.

  dvconnect.c:873:7: error: call to undeclared function 'sched_setscheduler'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                  if (sched_setscheduler (0, SCHED_RR, &scp) < 0) {
                      ^
  1 error generated.
  make[1]: *** [dvconnect.o] Error 1
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libetonyek failed.

There's a bunch of build issues related to use of std::bool_constant and std::void_t.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for openvino failed.

Warnings and errors There's a lot of warnings like:
scons: warning: Two different environments were specified for target src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
and then the following errors:
[ 95%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/mvn.cpp.o
/tmp/openvino-20230916-6365-xqxpx9/openvino-2023.0.2/src/plugins/intel_cpu/src/nodes/mha.cpp:1418:17: error: reference to 'bfloat16_t' is ambiguous
        mhaImpl();
                ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/arm_neon.h:38:16: note: candidate found by name lookup is 'bfloat16_t'
typedef __bf16 bfloat16_t;
               ^
/tmp/openvino-20230916-6365-xqxpx9/openvino-2023.0.2/src/plugins/intel_cpu/thirdparty/onednn/src/common/bfloat16.hpp:40:8: note: candidate found by name lookup is 'dnnl::impl::bfloat16_t'
struct bfloat16_t {
       ^
/tmp/openvino-20230916-6365-xqxpx9/openvino-2023.0.2/src/plugins/intel_cpu/src/nodes/mha.cpp:1418:17: error: reference to 'bfloat16_t' is ambiguous
        mhaImpl();
                ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/arm_neon.h:38:16: note: candidate found by name lookup is 'bfloat16_t'
typedef __bf16 bfloat16_t;
               ^
/tmp/openvino-20230916-6365-xqxpx9/openvino-2023.0.2/src/plugins/intel_cpu/thirdparty/onednn/src/common/bfloat16.hpp:40:8: note: candidate found by name lookup is 'dnnl::impl::bfloat16_t'
struct bfloat16_t {
       ^
[ 96%] Building CXX object src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/ngram.cpp.o
2 errors generated.
make[2]: *** [src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/src/nodes/mha.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/plugins/intel_cpu/CMakeFiles/openvino_intel_cpu_plugin.dir/all] Error 2
make: *** [all] Error 2
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for freeimage failed.

  Source/ZLib/gzread.c:35:15: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
          ret = read(state->fd, buf + *have, get);
                ^

Might be fixed by ENV.append "CFLAGS", "-Wno-implicit-function-declaration"

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libbpg failed.

Test failed

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libjwt failed.

Error 404, source missing. The stable tarball is a release asset but upstream removed the 0.16.0 release (though there's still a 0.16.0 tag).

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libpoker-eval failed.

Error 404, source missing

PR to update stable: #143251

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libicns failed.

  png2icns.c:328:4: error: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                          unlink(argv[1]);
                          ^

This upstream patch fixes it: https://sourceforge.net/p/icns/code/ci/de0ae9ab28de0cd2d1e51a77d55ac03f5ba77f6a/

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libowfat failed.

  In file included from scan/scan_httpdate.c:7:
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/stdlib.h:210:1: error: expected ')'
  __deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.")
  ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/cdefs.h:215:62: note: expanded from macro '__deprecated_msg'
          #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                                      ^
  1 error generated.
  make: *** [scan_httpdate.o] Error 1
  make: *** Waiting for unfinished jobs....
  In file included from scan/scan_iso8601.c:7:
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/stdlib.h:210:1: error: expected ')'
  __deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.")
  ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/cdefs.h:215:62: note: expanded from macro '__deprecated_msg'
          #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                                      ^
  1 error generated.
  make: *** [scan_iso8601.o] Error 1
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libreadline-java failed.

  Error: An exception occurred within a child process:
    TypeError: Parameter 'new_value': Expected type T.any(Pathname, String), got type Version with value #<Version:0x00007fdbfa09f78...0.2", @detected_from_url=true>
  Caller: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/lib/libreadline-java.rb:35
  Definition: /usr/local/Homebrew/Library/Homebrew/utils/string_inreplace_extension.rb:49

PR to fix: #143329

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libplacebo failed.

src/opengl/include/glad/meson.build:11:2: ERROR: Problem encountered: glad (required: >= 2.0, found: none) was not found in PYTHONPATH or `3rdparty`. Please run `git submodule update --init` followed by `meson --wipe`.

PR to fix build: #143337

github-actions[bot] commented 8 months ago

:x: @samford bottle request for libfyaml failed.

"Upload bottles to GitHub packages" step failed with:

Error: Failure while executing; `git commit --no-edit --verbose --message=libfyaml:\ update\ 0.8\ bottle. -- /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/lib/libfyaml.rb` exited with 1.
Error: Failure while executing; `/home/linuxbrew/.linuxbrew/bin/brew bottle --merge --write --verbose --keep-old --root-url=https://ghcr.io/v2/homebrew/core --committer=BrewTestBot\ \<1589480\+BrewTestBot@users.noreply.github.com\> libfyaml--0.8.arm64_sonoma.bottle.json libfyaml--0.8.sonoma.bottle.json` exited with 1.
Error: Process completed with exit code 1.
github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for argtable failed.

  arg_int.c:60:12: error: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      while (isspace(*ptr))
             ^
  arg_int.c:60:12: note: include the header <ctype.h> or explicitly provide a declaration for 'isspace'
  arg_int.c:89:8: error: call to undeclared library function 'toupper' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     if (toupper(*ptr++)!=toupper(X))
         ^
  arg_int.c:89:8: note: include the header <ctype.h> or explicitly provide a declaration for 'toupper'
  2 errors generated.
  make[1]: *** [arg_int.lo] Error 1
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for audiofile failed.

The URL for the aiff resource used in the test has a certificate error (the cert is for mmsp.ece.mcgill.ca instead of www-mmsp.ece.mcgill.ca).

PR to fix: #143453

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libsoundio failed.

The "Enable automerge" step in the dispatch-build-bottle.yml workflow failed with:

GraphQL: Something went wrong while executing your query. Please include `24F3:0DC9:D72D82:E0DF53:6506B844` when reporting this issue.
Error: Process completed with exit code 1.

Manually approved the bottle PR (#143365) and added it to the merge queue.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libtecla failed.

  ./enhance.c:367:6: error: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if(ioctl(fd, TIOCSCTTY, (char *) 0) < 0) {
       ^
  1 error generated.
  make[1]: *** [normal_obj/enhance.o] Error 1
  make: *** [normal] Error 2
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libtrng failed.

  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h:234:5: error: static assertion failed due to requirement '__libcpp_random_is_valid_urng<trng::yarn2, void>::value': 
      static_assert(__libcpp_random_is_valid_urng<_URNG>::value, "");
      ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__algorithm/shuffle.h:155:35: note: in instantiation of function template specialization 'std::uniform_int_distribution<long>::operator()<trng::yarn2>' requested here
              difference_type __i = __uid(__g, _Pp(0, __d));
                                    ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__algorithm/shuffle.h:167:14: note: in instantiation of function template specialization 'std::__shuffle<std::_ClassicAlgPolicy, std::__wrap_iter<long *>, std::__wrap_iter<long *>, trng::yarn2 &>' requested here
    (void)std::__shuffle<_ClassicAlgPolicy>(
               ^
  /tmp/libtrng-20230917-4888-t2xg7e/trng4-4.24/examples/stl_container.cc:66:8: note: in instantiation of function template specialization 'std::shuffle<std::__wrap_iter<long *>, trng::yarn2 &>' requested here
    std::shuffle(w.begin(), w.end(), R);
         ^
  1 error generated.
  make[2]: *** [examples/CMakeFiles/stl_container.dir/stl_container.cc.o] Error 1
  make[1]: *** [examples/CMakeFiles/stl_container.dir/all] Error 2
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libxmi failed.

  mi_arc.c:2302:11: error: call to undeclared library function 'abs' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    count = abs(count) + 1;
            ^
  mi_arc.c:2302:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'abs'
  1 error generated.
  mi_alloc.c:31:7: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        exit (EXIT_FAILURE);
        ^
  mi_alloc.c:31:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
  1 error generated.
  make[1]: *** [mi_arc.lo] Error 1

PR: #143457

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for zig failed.

  duplicate symbol '__mh_execute_header' in:
      /private/tmp/zig-20230917-6199-2i6ep4/zig-0.11.0/build/CMakeFiles/zig2.dir/zig2.c.o
      boundary-file
  ld: 1 duplicate symbols
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  make[2]: *** [zig2] Error 1

Upstream issue: https://github.com/ziglang/zig/issues/17050

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for open-mpi failed.

  checking prefix for global symbol labels... none
  configure: error: Could not determine global symbol label prefix

upstream issue with known workaround: https://github.com/open-mpi/ompi/issues/11935

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for cargo-c failed.

  ==> /opt/homebrew/Cellar/cargo-c/0.9.24_1/bin/cargo-cinstall cinstall 2>&1
  sh: line 1:  8996 Abort trap: 6           /opt/homebrew/Cellar/cargo-c/0.9.24_1/bin/cargo-cinstall cinstall 2>&1
  *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString stringByStandardizingPath]: unrecognized selector sent to instance 0x600002168050'
github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for hdf5 failed.

  ld: unknown options: -commons 
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  make[1]: *** [H5detect] Error 1

https://github.com/HDFGroup/hdf5/issues/3571

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for openblas failed.

Timed out on Intel, rerunning with a longer timeout.

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for spidermonkey failed.

  checking for linker... 
  DEBUG: Executing: `/opt/homebrew/Library/Homebrew/shims/mac/super/clang -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=gnu99 --target=arm64-apple-darwin -Wl,--version`
  ERROR: Failed to find a linker
github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for octomap failed.

Spurious network error. Rerunning.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for lapack failed.

  CMake Error: CMake can not determine linker language for target: run_test_zcomplexabs
  CMake Error: CMake can not determine linker language for target: run_test_zcomplexdiv
  CMake Error: CMake can not determine linker language for target: run_test_zcomplexmult
  CMake Error: CMake can not determine linker language for target: run_test_zminMax
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for openblas failed.

Various Unsupported value of __FLT_EVAL_METHOD__ errors
In file included from ../common.h:133,
                 from ../kernel/x86_64/../arm/sum.c:32:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
In file included from ../common.h:133,
                 from ../kernel/x86_64/sasum.c:1:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
gcc-13 -c -O2 -DSMALL_MATRIX_OPT -DMAX_STACK_ALLOC=2048 -DEXPRECISION -m128bit-long-double -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=56 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.24\" -msse3 -mssse3 -msse4.1 -mavx -mavx2 -march=sapphirerapids -mavx2 -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=_dsdot_k_SAPPHIRERAPIDS -DASMFNAME=_dsdot_k_SAPPHIRERAPIDS_ -DNAME=dsdot_k_SAPPHIRERAPIDS_ -DCNAME=dsdot_k_SAPPHIRERAPIDS -DCHAR_NAME=\"dsdot_k_SAPPHIRERAPIDS_\" -DCHAR_CNAME=\"dsdot_k_SAPPHIRERAPIDS\" -DNO_AFFINITY -DTS=_SAPPHIRERAPIDS -I.. -DBUILD_KERNEL -DTABLE_NAME=gotoblas_SAPPHIRERAPIDS -march=sapphirerapids -UDOUBLE  -UCOMPLEX -UCOMPLEX -UDOUBLE -DDSDOT ../kernel/x86_64/sdot.c -o dsdot_k_SAPPHIRERAPIDS.o
In file included from ../common.h:133,
                 from ../kernel/x86_64/saxpy.c:29:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
make[1]: *** [sasum_k_SAPPHIRERAPIDS.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../common.h:133,
                 from ../kernel/x86_64/sdot.c:29:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
In file included from ../common.h:133,
                 from ../kernel/x86_64/sdot.c:29:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
In file included from ../common.h:133,
                 from ../kernel/x86_64/sdot.c:29:
/usr/local/Cellar/gcc/13.2.0/lib/gcc/current/gcc/x86_64-apple-darwin23/13/include-fixed/math.h:69:5: error: #error "Unsupported value of __FLT_EVAL_METHOD__."
   69 | #   error "Unsupported value of __FLT_EVAL_METHOD__."
      |     ^~~~~
make[1]: *** [ssum_k_SAPPHIRERAPIDS.o] Error 1
make[1]: *** [saxpy_k_SAPPHIRERAPIDS.o] Error 1
make[1]: *** [sdot_k_SAPPHIRERAPIDS.o] Error 1
make[1]: *** [dsdot_k_SAPPHIRERAPIDS.o] Error 1
make[1]: *** [sdsdot_k_SAPPHIRERAPIDS.o] Error 1
make: *** [libs] Error 1

Bad interaction between GCC and Apple's Sonoma headers. Fix is upstream already (https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=93f803d53b5ccaabded9d7b4512b54da81c1c616) but we need to include ship it in GCC.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for mpich failed.

ld: library not found for -lhwloc
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libmpifort.la] Error 1
github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for libvpx failed.

New Intel error after https://github.com/Homebrew/homebrew-core/pull/143547

Full audit libvpx --git --skip-style output
  libvpx
    * No `cpuid` instruction detected. libvpx should not use `ENV.runtime_cpu_detection`.

cc @samford

PR to add Sonoma support instead of previous workarounds (also fixes this runtime CPU detection issue): #143754

github-actions[bot] commented 8 months ago

:x: @p-linnane bottle request for pulseaudio failed.

  checking whether C compiler accepts -std=gnu11... no
  configure: error: *** Compiler does not support -std=gnu11
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for ykdl failed.

test failure

CRITICAL:YKDL:抱歉,因版权原因无法观看此视频

[Machine] translated: "Sorry, this video cannot be viewed due to copyright reasons"

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for yydecode failed.

  getopt.c:423:30: error: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        if (optind != argc && !strcmp (argv[optind], "--"))
                               ^
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for zig failed.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for zip failed.

  In file included from zipup.c:21:
  ./zip.h:726:10: error: conflicting types for 'memset'
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for lrzsz failed.

  error.c:172:36: error: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for zsync failed.

  http.c:128:13: error: call to undeclared library function 'strcasecmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
          if (strcasecmp(buf, "Location"))
              ^
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for zzuf failed.

  zzuf.c:762:25: error: call to undeclared function 'mkstemps'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for yamcha failed.

  feature_index.cpp:150:24: error: no matching function for call to 'make_pair'
                   feature_set.insert (std::make_pair <int, int>( *rit, *cit ) );
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__utility/pair.h:542:1: note: candidate function template not viable: 1st argument ('const value_type' (aka 'const int')) would lose const qualifier
  make_pair(_T1&& __t1, _T2&& __t2)
  ^
  feature_index.cpp:154:28: error: no matching function for call to 'make_pair'
                   bow_feature_set.insert (std::make_pair <int, int>( *rit, *cit ) );
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
  /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__utility/pair.h:542:1: note: candidate function template not viable: 1st argument ('const value_type' (aka 'const int')) would lose const qualifier
  make_pair(_T1&& __t1, _T2&& __t2)
  ^
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for x11vnc failed.

  macosxCG.c:352:18: error: call to undeclared function 'CGDisplayBaseAddress'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
          return (char *) CGDisplayBaseAddress(displayID);
                          ^

Issue has been reported upstream.

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for polyglot failed.

  pipex_posix.c:270:7: error: call to undeclared function 'kill'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        kill(pipex->pid,SIGKILL);
        ^
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for libffcall failed.

  ./trampoline.c:87:8: error: "Don't know how to make memory pages executable."
        #error "Don't know how to make memory pages executable."
github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for btop failed.

test failure

github-actions[bot] commented 8 months ago

:x: @fxcoudert bottle request for mono failed.

  FSharp.sln:
  /private/tmp/mono--fsharp-20230918-6684-1q8b9ad/eng/common/tools.sh: line 447: /private/tmp/mono--fsharp-20230918-6684-1q8b9ad/.dotnet/dotnet: Bad CPU type in executable
  Build failed (exit code '126').