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

Broken azure-sdk-for-go on Unix (I think) #10993

Closed
bep opened this issue May 23, 2023 · 3 comments
Closed

Broken azure-sdk-for-go on Unix (I think) #10993

bep opened this issue May 23, 2023 · 3 comments
Assignees
Milestone

Comments

@bep
Copy link
Member

bep commented May 23, 2023

Had a release build fail on me now:

• build: Running 'go mod download'.
• build: Building 2 GOOS/GOARCHs in chunk 5 of 7.
• build: Building binary $DIST/hugo/v0.112.0/builds/container1/unix/regular/dragonfly/amd64/hugo flags [-buildmode exe] ldflags -s -w -X github.com/gohugoio/hugo/common/hugo.vendorInfo=gohugoio
• build: Building binary $DIST/hugo/v0.112.0/builds/container1/unix/regular/linux/arm/hugo flags [-buildmode exe] ldflags -s -w -X github.com/gohugoio/hugo/common/hugo.vendorInfo=gohugoio
# github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:273:15: undefined: mmb
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:279:65: undefined: mmb
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:281:22: undefined: mmb
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:287:39: undefined: mmb
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:293:18: undefined: newMMB
../gomodcache/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.0.0/blockblob/chunkwriting.go:303:37: undefined: mmb
• core: Total in 117.68s …
error running command: exit status 1

Exited with code exit status 1

@bep bep self-assigned this May 23, 2023
@bep bep removed the NeedsTriage label May 23, 2023
@bep bep added this to the v0.113.0 milestone May 23, 2023
bep added a commit that referenced this issue May 23, 2023
bep added a commit that referenced this issue May 23, 2023
@bep bep modified the milestones: v0.113.0, v0.115.0 Jun 13, 2023
@bep bep modified the milestones: v0.115.0, v0.116.0 Jun 30, 2023
@bep bep modified the milestones: v0.116.0, v0.117.0 Aug 1, 2023
@z0li
Copy link

z0li commented Aug 4, 2023

I think this has been fixed in 2c20fd5 that has introduced an indirect dependency on storage/azblob v1.1.0.

Cross-compiling on a Linux machine showed no errors on 2c20fd5:
GOOS=dragonfly GOARCH=amd64 mage hugo

@bep
Copy link
Member Author

bep commented Aug 4, 2023

You are right, I forgot I had this issue, thanks.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants