-
Notifications
You must be signed in to change notification settings - Fork 102
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
OpenBSD and NetBSD build issue #72
Comments
Hi @kpfaulkner, thanks for reaching out! I was able to reproduce your problem: we missed If you don't mind, I would strongly recommend to use the 2018-03-28 version instead of the 2016-05-31 version. Thanks! |
Hi, I initially was using 2018-03-28 but hit an issue with it (sorry, honestly cannot remember the error I got), but 2016-05-31 worked a charm so left it will that. I'll try and go back and see what my error was with the newer version. Thanks Ken |
Hi @kpfaulkner, that'd be great! Please let us know what the problem is and we'll try to fix it right away. |
Hi
I'm cross compiling one of my apps that I've just ported to this new SDK (from azure-sdk-for-go). I'm using gox to trigger a bunch of cross platform builds.
Most platforms are fine, but OpenBSD and NetBSD fail.
gox -ldflags "-X main.Version=0.4.0"
Number of parallel builds: 3
--> darwin/386: azurecopy/azurecopycommand
--> darwin/amd64: azurecopy/azurecopycommand
--> linux/amd64: azurecopy/azurecopycommand
--> linux/arm: azurecopy/azurecopycommand
--> linux/386: azurecopy/azurecopycommand
--> freebsd/386: azurecopy/azurecopycommand
--> freebsd/amd64: azurecopy/azurecopycommand
--> openbsd/386: azurecopy/azurecopycommand
--> openbsd/amd64: azurecopy/azurecopycommand
--> windows/386: azurecopy/azurecopycommand
--> windows/amd64: azurecopy/azurecopycommand
--> freebsd/arm: azurecopy/azurecopycommand
--> netbsd/386: azurecopy/azurecopycommand
--> netbsd/amd64: azurecopy/azurecopycommand
--> netbsd/arm: azurecopy/azurecopycommand
5 errors occurred:
--> openbsd/386 error: exit status 2
Stderr: # github.com/azure/azure-storage-blob-go/2016-05-31/azblob
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:165:7: undefined: mmf
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:167:12: undefined: newMMF
--> openbsd/amd64 error: exit status 2
Stderr: # github.com/azure/azure-storage-blob-go/2016-05-31/azblob
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:165:7: undefined: mmf
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:167:12: undefined: newMMF
--> netbsd/386 error: exit status 2
Stderr: # github.com/azure/azure-storage-blob-go/2016-05-31/azblob
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:165:7: undefined: mmf
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:167:12: undefined: newMMF
--> netbsd/amd64 error: exit status 2
Stderr: # github.com/azure/azure-storage-blob-go/2016-05-31/azblob
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:165:7: undefined: mmf
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:167:12: undefined: newMMF
--> netbsd/arm error: exit status 2
Stderr: # github.com/azure/azure-storage-blob-go/2016-05-31/azblob
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:165:7: undefined: mmf
....\github.com\azure\azure-storage-blob-go\2016-05-31\azblob\highlevel.go:167:12: undefined: newMMF
I don't have a minimum reproducible setup yet, but wanted to check if this "highlevel/mmf" error was already known. If not, I'll try and make a minimum repro step.
When using the azure-sdk-for-go, OpenBSD and NetBSD built fine.
Thanks
Ken
The text was updated successfully, but these errors were encountered: