Skip to content

x/telemetry/internal/mmap: fails to build on GOOS=solaris GOARCH=amd64 on Go 1.19 release branch #60968

Closed
@dmitshur

Description

@dmitshur

From https://build.golang.org/log/e20b219bc7acca61048578e435da438c8e05d0e3:

# golang.org/x/telemetry/internal/mmap
internal/mmap/mmap_unix.go:31:23: undefined: syscall.Mmap
internal/mmap/mmap_unix.go:42:17: undefined: syscall.Munmap
note: module requires Go 1.20

Given go.mod says "1.20", maybe Go 1.19 shouldn't be attempted to be supported, and the builder just needs to require at least Go 1.20 branch.

CC @golang/solaris, @rorth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.OS-Solaristelemetryx/telemetry issues

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions