-
Notifications
You must be signed in to change notification settings - Fork 15
windows build failing #3
Comments
It looks like |
Tryserver run with |
Progress! Looks like it's some problem with missing NSS mpi symbols now, hm. |
Looks like the symbol it wants is defined in |
Hm, yeah so that gets further still: https://treeherder.mozilla.org/logviewer.html#?job_id=192842378&repo=try&lineNumber=61835-61838
|
OK I pushed the latest https://treeherder.mozilla.org/#/jobs?repo=try&revision=362a0029cf27de88c4789f683a3d3138f662b9c1 I'll check in on the test runs later. |
Great! |
There are 4 test failures (one in the optimized build, three in the debug), pretty sure they are all intermittent. Once everything has settled down I will go through this issue and turn it into the various amended hg commits and libprio PRs as necessary. |
This is working \o/ https://treeherder.mozilla.org/#/jobs?repo=try&revision=5da61e100e5d5e021b0893ba44452624f3c6ef98 All related PRs are merged and patches have been rebased into my Firefox+libprio integration patch as necessary, so I think we're done here. Thanks all! |
I noticed this doing tryserver (pre-checkin CI) builds:
z:/build/build/src/third_party/prio/prio/client.c(10,10): fatal error: 'strings.h' file not found
<string.h>
is present on Windows, AFAICT<strings.h>
is an BSD fork that didn't make it's way to Windows. Not 100% sure of the lineage here or what's available to C++ vs. C, it looks like<string.h>
is available on macOS and Windows for C code at least.std::isxdigit
doesn't seem to work on Windows butisxdigit
doesThe text was updated successfully, but these errors were encountered: