Incomplete installation instructions in 'make protoc' #320

Closed
opened 2025-01-21 10:16:25 +00:00 by achuprov · 0 comments
Member

make protoc command does not include all the instructions for installing all components

achuprov@NB-4053:~/Documents/work/frostfs-sdk-go$ make protoc-install 
⇒ Installing protoc... 
⇒ Installing protoc-gen-go...
achuprov@NB-4053:~/Documents/work/frostfs-sdk-go$ make protoc
# Protoc generate
⇒ Processing ./api/util/proto/test/test.proto 
protoc-gen-go-grpc: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.
make: *** [Makefile:53: protoc] Error 1
`make protoc` command does not include all the instructions for installing all components ``` achuprov@NB-4053:~/Documents/work/frostfs-sdk-go$ make protoc-install ⇒ Installing protoc... ⇒ Installing protoc-gen-go... achuprov@NB-4053:~/Documents/work/frostfs-sdk-go$ make protoc # Protoc generate ⇒ Processing ./api/util/proto/test/test.proto protoc-gen-go-grpc: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1. make: *** [Makefile:53: protoc] Error 1 ```
achuprov added the
bug
internal
labels 2025-01-21 10:16:25 +00:00
achuprov self-assigned this 2025-01-21 10:17:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#320
No description provided.