Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uplibiconv-2.dll is missing from Windows nightly #23348
Comments
|
It worked as of 4/1. |
|
Broken in the 5/6 nightly. |
|
Working in the 5/3 nightly. No nightlies in between. |
|
I don't get it. There's no reference to iconv in rust-harfbuzz nor in unicode-script which are the only two crates that were updated |
|
Regression range: 9f6005b...115a4ac |
|
I don't know what to make of the fact that a local Windows build still works fine. |
|
More specifically, I packaged a debug build on servo-windows3 and ran it from another directory in a new terminal environment, and it worked fine. I'm trying a release build next. |
|
The 5/6 nightly was the first one produced by the taskcluster CI instead of buildbot, which could explain why none of the commits in the regression range look related. |
|
A release build on servo-windows3 also runs fine. |
|
Latest build still exhibits this issue. |
|
Still missing |
|
Until this issue is closed, there is no change expected. |
|
I can confirm the missing I got What issues are here:
I don't know if it's an issue of Windows, Rust, or Servo app, but somebody could look at. |
|
Dependency Walker shows
Can confirm Servo now runs fine after I downloaded x64 version of |
|
Aha, https://gstreamer.freedesktop.org/documentation/application-development/appendix/integration.html?gi-language=c#building-gstreamer-under-win32 explains that GStreamer expects some tools to already be installed for building like libiconv. I see that the gstreamer installation on the old windows machine we were using for nightly builds contains libiconv-2.dll; my suspicion is that we ended up with a blended 1.14/1.15/1.16 installation. I'm seeing if #23484 improves matters; I'll try downloading and running the builds once they complete. |
Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23484) <!-- Reviewable:end -->
Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23484) <!-- Reviewable:end -->
Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23484) <!-- Reviewable:end -->
Update gstreamer on Windows to 1.16.0. Fixes #23348. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23484) <!-- Reviewable:end -->
|
Same problem here with last nightly on Windows 10.
Can you post the dll here? Thanks! |

No description provided.