Anonymous Maarten
Anonymous Maarten
> Ouch. How is that happening? Something wrong with brew (e.g. not adding to dyld cache or something)? I don't know how macOS dyld works but it seems like no...
Looks like [CMake hardcodes `/opt/homebrew`](https://github.com/Kitware/CMake/commit/1a5c1a68b6a3ffdee2a2ae106af6724eb2d4786a). This is also the [default homebrew installation path](https://docs.brew.sh/Installation). [This homebrew discussion](https://github.com/Homebrew/brew/issues/13481) is related. The shellenv suggestion might work for our purposes.
When I add the homebrew library path to `DYLD_LIBRARY_PATH`, the test fails with a BUS error. https://github.com/madebr/SDL_image/actions/runs/8927177439/job/24519945832#step:13:152 It fails during the BMP test, after successfully completing the avif test. Or...
The issue is `OPTIONS.TXT` of the german Carmageddon contains `SoundDetailLevel 0`. Changing it to `2` (as the normal Carmageddon does), makes the error go away.
Running `testtray` segfaults immediately on my system (Fedora 39). It segfaults because `SDL_CreateTray` returns a `NULL`. The following patch detects this and exits the test app. Additionally, all SDL tray...
This is the log: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/selenium/webdriver/common/driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/selenium/webdriver/common/selenium_manager.py", line 89,...
I think your account is (once again) one of the firsts to use Ubuntu 24.04 as ubuntu-latest instead of Ubuntu 22.04. Can you try pinning it to 22.04 until upstream...
I don't know where the issue is. I think the most appropriate location would be to open an issue with the Ubuntu packagers. (I have no experience with Ubuntu packaging)
Yes, perhaps rename the title to "Emscripten CI does not work on ubuntu-latest"
I think this is an issue with Ubuntu's python3-selenium because of these bug reports: https://bugs.launchpad.net/ubuntu/+source/python-selenium/+bug/2032687 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051368