Skip to content
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

internal/goos: gengoos is not generating zgoos_*.go files #53299

Closed
halamix2 opened this issue Jun 8, 2022 · 3 comments
Closed

internal/goos: gengoos is not generating zgoos_*.go files #53299

halamix2 opened this issue Jun 8, 2022 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@halamix2
Copy link

halamix2 commented Jun 8, 2022

What version of Go are you using (go version)?

$ go version 1.18.3

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/halamix2/.cache/go-build"
GOENV="/home/halamix2/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/halamix2/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/halamix2/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.18.3"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build1111947426=/tmp/go-build -gno-record-gcc-switches"

What did you do?

I've tried to run gengoos utility

What did you expect to see?

All zgoos_*.go should be (re)generated

What did you see instead?

None of the zgoos_*.go files were (re)generated, due to changes in syslist.go introduced in 38174b3

@cherrymui cherrymui added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 8, 2022
@cherrymui cherrymui added this to the Backlog milestone Jun 8, 2022
@cherrymui
Copy link
Member

cc @golang/runtime

@ianlancetaylor ianlancetaylor self-assigned this Jun 8, 2022
@gopherbot
Copy link

Change https://go.dev/cl/411334 mentions this issue: internal/goarch, internal/goos: update generators for syslist.go

@gopherbot
Copy link

Change https://go.dev/cl/411216 mentions this issue: internal/goos: update goosgen.go to parse the new syslist format

@golang golang locked and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants