bazel error no such package '@org_brotli// #481

Closed
opened 2026-01-29 20:44:39 +00:00 by claunia · 5 comments
Owner

Originally created by @ly0511 on GitHub (Sep 18, 2023).

I wrote a golang program and import "github.com/google/brotli/go/cbrotli". When I used bazel to compile the golang program, the following error occurred.
I don't know why and how to solve it
image

Originally created by @ly0511 on GitHub (Sep 18, 2023). I wrote a golang program and import "github.com/google/brotli/go/cbrotli". When I used bazel to compile the golang program, the following error occurred. I don't know why and how to solve it ![image](https://github.com/google/brotli/assets/23255488/128a5a07-2da4-452a-9f07-fc2973586d99)
Author
Owner

@eustas commented on GitHub (Nov 27, 2023):

Will take a look soon

@eustas commented on GitHub (Nov 27, 2023): Will take a look soon
Author
Owner

@eustas commented on GitHub (Nov 28, 2023):

I believe you also need to add reference to org_brotli (that is project in the root of this repo) to your WORKSPACE file. Going to check if this could be zero-effort.

@eustas commented on GitHub (Nov 28, 2023): I believe you also need to add reference to `org_brotli` (that is project in the root of this repo) to your `WORKSPACE` file. Going to check if this could be zero-effort.
Author
Owner

@eustas commented on GitHub (Nov 28, 2023):

If you share a snippet of project that has this problem I'll try to tinker it. When it works we would be able to add the necessary steps to README.

@eustas commented on GitHub (Nov 28, 2023): If you share a snippet of project that has this problem I'll try to tinker it. When it works we would be able to add the necessary steps to README.
Author
Owner

@eustas commented on GitHub (Jan 5, 2024):

Going to release v1.1.1 soon which could be published on BCR.

@eustas commented on GitHub (Jan 5, 2024): Going to release v1.1.1 soon which could be published on BCR.
Author
Owner

@yesudeep commented on GitHub (Apr 12, 2024):

Could we please get this published on the BCR?

@yesudeep commented on GitHub (Apr 12, 2024): Could we please get this published on the BCR?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#481