Satadru Pramanik, DO, MPH, MEng

Results 784 comments of Satadru Pramanik, DO, MPH, MEng

I built an updated vkd3d, but @saltedcoffii maybe see if tests work on this? Also, tests on libfaudio don't seem to work in a container, which is why there are...

This is what I see with wine 7.7 on `x86_64`: ``` programs/winetest/wmadmod_test.res programs/winetest/wmiutils_test.res \ programs/winetest/wmp_test.res programs/winetest/wmvcore_test.res programs/winetest/wpc_test.res \ programs/winetest/ws2_32_test.res programs/winetest/wsdapi_test.res \ programs/winetest/wshom.ocx_test.res programs/winetest/wsnmp32_test.res \ programs/winetest/wtsapi32_test.res programs/winetest/xactengine3_7_test.res \ programs/winetest/xaudio2_7_test.res programs/winetest/xinput1_3_test.res \...

This is the error I get with 7.8: ``` tools/winebuild/winebuild -b x86_64-windows -w --implib -o dlls/msvcr90/libmsvcr90.cross.a --export ../dlls/msvcr90/msvcr90.spec \ dlls/msvcr90/iob.cross.o dlls/msvcr90/mathf.cross.o dlls/msvcr90/onexit.cross.o \ dlls/msvcr90/sincos.cross.o bison -o dlls/msxml3/xslpattern.tab.c ../dlls/msxml3/xslpattern.y clang -c...

What model device is this? I don't think we support any devices with that version of glibc? That's really old...

Are you using some variant of https://github.com/marcosscriven/galeforce ? Chromebrew has not been tested on those devices at all. We're welcome to patches to help get those up and running, but...

This is only an issue on armv7l. It builds fine on x86_64 & i686, at least using the package file in https://github.com/skycocker/chromebrew/pull/5109 .

Just added a split curl/libcurl package to my static branch (in the PR too.) You need rebuilt openssl for it. (Also in that PR.) If you update to that PR,...

If any of you would consider trying this and then seeing if the rebuilds work: ``` CREW_TESTING_BRANCH=static CREW_TESTING=1 crew update crew upgrade ```