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

[Bug]: bazel-lib v1.42.3 appears to contain incorrect libxml reference #849

Open
RobertDiebels opened this issue May 19, 2024 · 0 comments
Labels
bug Something isn't working untriaged Requires traige

Comments

@RobertDiebels
Copy link

RobertDiebels commented May 19, 2024

What happened?

Whilst building an Angular 17.3.0 application within the official gcr.io bazel container, my build fails on a missing package.
The package in question is: libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb.

The file containing this reference was updated with this commit: 77513d2#diff-bc5a3f866b7d48e1c586997e0d69975d37384247b7f20cb5749832587f1613ca

However, it appears that the build for that commit and every subsequent commit on that file has failed.
I do not know the details of your CI, but does this mean that none of the changes to that file were released?

Because I have no other explanation for my build's failure if the changes were in fact released.
Since, https://registry.bazel.build/modules/aspect_rules_js/1.42.1 depends on https://registry.bazel.build/modules/aspect_bazel_lib/1.42.3 .
Which should not contain a reference to this package according to the change from the commit I posted above.

Version

Development (host) and target OS/architectures:

Output of bazel --version:

7.1.2

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:

See: https://github.com/RobertDiebels/aspect-lib-libxml-reproduction

Language(s) and/or frameworks involved:

  • Typescript 5.4.5
  • Angular 17.3.0

How to reproduce

Steps:

Any other information?

  • Running on Windows 10
  • Pnpm version 8.6.0 (globally installed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
None yet
Development

No branches or pull requests

1 participant