[BUG]: Changes in new release of google.golang.org/protobuf is causing compilation issues #1239
Labels
area/csi-powerflex
Issue pertains to the CSI Driver for Dell EMC PowerFlex
area/csi-powermax
Issue pertains to the CSI Driver for Dell EMC PowerMax
area/csi-powerscale
Issue pertains to the CSI Driver for Dell EMC PowerScale
area/csi-powerstore
Issue pertains to the CSI Driver for Dell EMC PowerStore
area/csi-unity
Issue pertains to the CSI Driver for Dell EMC Unity
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
Bug Description
Latest version of google.golang.org/protobuf (v1.33.0) is no longer compatible with the latest version of github.com/golang/protobuf (v1.5.3)
A recent change to the upstream descriptor.proto, appearing in
google.golang.org/protobuf@v1.33.0, removed the long-deprecated
FileOptions.php_generic_services field. This backwards-incompatible
change results in an incompatibility between the
github.com/golang/protobuf and google.golang.org/protobuf
modules.
/go/pkg/mod/github.com/golang/protobuf@v1.5.3/protoc-gen-go/descriptor/descriptor.pb.go:106:61: undefined: descriptorpb.Default_FileOptions_PhpGenericServices
Logs
/go/pkg/mod/github.com/golang/protobuf@v1.5.3/protoc-gen-go/descriptor/descriptor.pb.go:106:61: undefined: descriptorpb.Default_FileOptions_PhpGenericServices
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Run make build using the respective package versions
Expected Behavior
make build should succeed.
CSM Driver(s)
CSI PowerFlex
CSI PowerStore
CSI PowerMax
CSI PowerScale
CSI Unity
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
Kubernetes
Operating System
RHEL
The text was updated successfully, but these errors were encountered: