Skip to content

Alpine317_Offline_MsftSdk_x64 leg is failing due to unknown type name 'off64_t' #4339

@Winniexu01

Description

@Winniexu01

8.0.1xx build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2432961&view=logs&j=2c0e385a-a18f-5b69-6454-703331eaa440&t=cf76e2d0-96be-511a-8062-c67cc03c82cb

Working build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2432836&view=logs&j=2c0e385a-a18f-5b69-6454-703331eaa440&t=cf76e2d0-96be-511a-8062-c67cc03c82cb

The Alpine leg is failing due to unknown type name 'off64_t', error message:

  /vmr/src/runtime/artifacts/source-build/self/src/src/coreclr/debug/createdump/crashinfounix.cpp:519:49: error: unknown type name 'off64_t'; did you mean 'off_t'?
    519 |         *read = pread64(m_fdMem, buffer, size, (off64_t)address);
        |                                                 ^~~~~~~
        |                                                 off_t
  /usr/include/bits/alltypes.h:162:16: note: 'off_t' declared here
    162 | typedef _Int64 off_t;
        |                ^
  /vmr/src/runtime/artifacts/source-build/self/src/src/coreclr/debug/createdump/crashinfounix.cpp:519:17: error: use of undeclared identifier 'pread64'
    519 |         *read = pread64(m_fdMem, buffer, size, (off64_t)address);
        |                 ^
  2 errors generated.
##[error]Failed to build "CoreCLR component".

Metadata

Metadata

Assignees

No one assigned

    Labels

    ops-monitorIssues created/handled by the source build monitor role

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions