Results 34 issues of Gonsolo

Messing with the PATH env variable breaks the build on Arch Linux. See also https://github.com/dreamworksanimation/openmoonray/issues/131.

### Bug description ### Actual behavior `pipx install modular` fails because sentencepiece fails: ``` Package 'sentencepiece' not found ^[[31mCMake Error at CMakeLists.txt:15 (cmake_minimum_required): ``` They should fix their issues: https://github.com/google/sentencepiece/issues/1113...

bug
modular-repo
packaging

### Bug description From > https://docs.modular.com/mojo/manual/gpu/basics/ `from gpu.host import DeviceContext, DeviceBuffer, HostBuffer` fails: ``` error: package 'host' does not contain 'HostBuffer' from gpu.host import DeviceContext, DeviceBuffer, HostBuffer ``` ### Steps...

bug
mojo
max-repo

### Bug description Reproducer ``` def b(a): pass def c(a): def d(): return b(a) def main(): c(1) ``` Stack trace: ``` Please submit a bug report to https://github.com/modular/mojo/issues and include...

bug
mojo
modular-repo

Hi! Drop support for sentencepiece or at least make it optional as it 1. doesn't work with GCC 15 2. doesn't work with CMake 4 3. is unresponsive 4. last...

I started two vlc instances, then try to sync with vlcsync, but the following error occurs: Cannot connect to 127.0.0.42:40101 (pid=12437) socket, cause: invalid literal for int() with base 10:...

Fixes "ambiguous overload for »operator+«" from vecmath.h lines 686 and 763.

### Background Work - [x] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [x] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues) - [x] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Chipyard Version and Hash...

bug

1. Fix with gcc 15 (include cstdint) 2. Release a new version and upload to Pypi, so that CMake 4 works

This fixes all small errors, removes all stuff that doesn't work anymore and adds a new JIT based on ORC v2. This should be possibly reworked as I left empty...