elondres-mim

Results 22 comments of elondres-mim

I have the same error in OP, just from a regular `brew install emacs-plus --with-native-comp`. `brew uninstall libgccjit; brew reinstall gcc` did not fix it for me.

> Did anyone try uninstalling gcc and libgccjit? @d12frosted yes, and didn't help for me sadly. In my case I ended up installing emacs-mac-app from MacPorts instead of emacs-plus homebrew,...

Yeah, when you install with the `+nativecomp` variant.

> FYI, `brew update && brew reinstall libgccjit` fixes this problem. > > * https://github.com/orgs/Homebrew/discussions/5364 > > * [Homebrew/homebrew-core@5ffdd7f](https://github.com/Homebrew/homebrew-core/commit/5ffdd7fde52adf55fc967864c04ab4e6f63f6092) When I ran this, I get the following error when installing...

I can try to bisect rubygems version in a second, but as a top-level heuristic, it consistently fails using the ruby:3.3.6 docker image and consistently succeeds using the ruby:3.3.4 docker...

I believe you should be able to reproduce the issue even with purely private gems.

For demonstration, this is the official kubernetes.io service modified to use a LoadBalancer: ``` apiVersion: v1 kind: Pod metadata: name: nginx labels: app.kubernetes.io/name: proxy spec: containers: - name: nginx image:...

> Instead of `LoadBalancer` service type can you use cluster type and then create route on that service? This route should be accessible from the host. This worked, thanks. Is...

> I agree that it should clear the sources automatically if `--source` is specified. > > I tried it locally, and it looks like (as @segiddins alluded to), passing `--clear-sources`...