Michael
--Michael
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/903d0985-582f-4525-bc90-605a354b0b13n%40googlegroups.com.
Hi DanieleOn Wed, Apr 22, 2026 at 1:44 PM Daniele Sassoli <daniele...@gmail.com> wrote:Hi Michael,On Wednesday, 22 April 2026 at 07:37:29 UTC+1 mic...@amarulasolutions.com wrote:Hi allI don't know if my setup is wrong, but I can compile gerrit up to 3.13.5 and after that I getse --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
[!] RollupError: bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js (14:17): "Renderer" is not exported by "../../../../../../../../../node_modules/marked/lib/marked.js", imported by "bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js".
https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js (14:17)
12: import { css, html, LitElement } from 'lit';
13: import { customElement, property, queryAssignedElements, } from 'lit/decorators.js';
14: import { Marked, Renderer, Tokenizer } from 'marked';To clarify, I want to recompile to test some Polygerrit and AI changes. I've never encountered this problem before, and I suspect that if it appears in CI, it's something you are already aware of. Any help is appreciated
What command are you running?bazel build gerrit
On Wednesday, 22 April 2026 at 12:46:54 UTC+1 mic...@amarulasolutions.com wrote:Hi DanieleOn Wed, Apr 22, 2026 at 1:44 PM Daniele Sassoli <daniele...@gmail.com> wrote:Hi Michael,On Wednesday, 22 April 2026 at 07:37:29 UTC+1 mic...@amarulasolutions.com wrote:Hi allI don't know if my setup is wrong, but I can compile gerrit up to 3.13.5 and after that I getse --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
[!] RollupError: bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js (14:17): "Renderer" is not exported by "../../../../../../../../../node_modules/marked/lib/marked.js", imported by "bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js".
https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
bazel-out/k8-fastbuild/bin/polygerrit-ui/app/_pg_ts_out/elements/shared/gr-marked-element/gr-marked-element.js (14:17)
12: import { css, html, LitElement } from 'lit';
13: import { customElement, property, queryAssignedElements, } from 'lit/decorators.js';
14: import { Marked, Renderer, Tokenizer } from 'marked';To clarify, I want to recompile to test some Polygerrit and AI changes. I've never encountered this problem before, and I suspect that if it appears in CI, it's something you are already aware of. Any help is appreciated
What command are you running?bazel build gerrit
There's been a lot of changes in the build infrastructure lately.
Its probably worth you trying to use bazelisk, rather than bazel, is a safer bet. Same command, just bazelisk, not bazel.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/4b43704a-8613-4a7a-8562-93c337bf7ac1n%40googlegroups.com.