Skip to content

sccache 0.10.0 fails with clang in mingw #2373

@Biswa96

Description

@Biswa96
  • command:
$ sccache cc test.c
sccache: error: failed to execute compile
sccache: caused by: Failed to send data to or receive data from server
sccache: caused by: Failed to read response header
sccache: caused by: An existing connection was forcibly closed by the remote host. (os error 10054)
  • compiler:
$ cc --version
clang version 20.1.1
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: F:/msys64/clang64/bin
  • Steps to reproduce:
  1. Install https://www.msys2.org/
  2. Open clang64 environment (orange M icon in start menu).
  3. Install packages: pacman -S $MINGW_PACKAGE_PREFIX-cc $MINGW_PACKAGE_PREFIX-sccache
  4. Try to compile simple hello world program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions