emscripten-forge / recipes

Recipes to build the packages for the emscripten-forge distribution
BSD 3-Clause "New" or "Revised" License
55 stars 47 forks source link

Add `rapidfuzz` #1272

Open michaelweinold opened 1 month ago

michaelweinold commented 1 month ago

@DerThorsten, thank you for adding your fixes to the build recipe - I can see the PR build is now stuck on a build_with_rattler function. Is this a known problem?

DerThorsten commented 1 month ago

@michaelweinold the problem is, it drags in a outdated build of the emscripten compiler

emscripten_emscripten-wasm32 ┆ 3.1.45 ┆ h7b187fe_15 ┆ emscripten-forge ┆ 7.19 KiB │ the problem is the build number, it is at 15, we need build 29. Normally this is picked up without any problems, but some package constraints drag in this old build. I probably need to remove the old builds of the compiler by hand :/

DerThorsten commented 1 month ago

@michaelweinold the old unusable builds of the compiler will be remove at some point in the nearby future (cannot give you a specific time as I cannot do this by myself)

DerThorsten commented 1 month ago

@michaelweinold So now it uses the proper emscripten compiler, but fails with some different stuff

michaelweinold commented 1 month ago

"At least" the error message is similar to those of other failing (auto-)builds, like: