rathann
rathann
Any progress here? Fedora 32 is going to ship with Python 3.8 and it'd be great to have a package that passes all tests by Beta Freeze latest (late February...
Same here on Fedora rawhide.
Interestingly enough, if I enter the build container using `mock -r fedora-rawhide-x86_64 shell` and run the testsuite manually (`PYTHONPATH=$(pwd) python3 -m unittest test`) it doesn't fail.
You can use the [devtoolset-9 SCL](http://mirror.centos.org/centos/7/sclo/x86_64/rh/), which has a newer GCC. For example, `devtoolset-9-gcc-c++` package brings in g++ 9.3.1. ``` # yum install devtoolset-9-gcc-c++ $ . /opt/rh/devtoolset-9/enable $ g++ --version...
1.0.24 builds for me with gcc-10.2.1 from devtoolset-10 on RHEL7, for the record.
Fedora Linux has arm64 (aarch64) binaries. Arch, Debian and Ubuntu have them as well.
I can see the ones about `alloca()` as well, but only when building on RHEL/CentOS 7 with gcc-10.2.1: ``` /opt/rh/devtoolset-10/root/usr/bin/c++ -DWASM_API_EXTERN="__attribute__((visibility(\"default\")))" -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -Dwasm_EXPORTS -I/builddir/build/BUILD/wabt-1.0.24 -I/builddir/build/BUILD/wabt-1.0.24/x86_64-redhat-linux-gnu -I/builddir/build/BUILD/wabt-1.0.24/third_party/wasm-c-api/include -I/builddir/build/BUILD/wabt-1.0.24/third_party/gtest/googletest -I/builddir/build/BUILD/wabt-1.0.24/third_party/gtest/googletest/include -O2...
FWIW, I've just tested with the gcc-8.5.0 shipped with RHEL8 and it seems it accepts `-Wbidi-chars=none` but errors out on `-Wno-tautological-constant-out-of-range-compare` and `-Wno-infinite-recursion`. I think the best strategy would be...
You are not wrong, I guess. I asked only for completeness sake, because I got bug reports opened downstream, against binaryen package in Fedora and EPEL and I haven't found...
I'm getting a failure here on i686, too (with 1.0.17 on Fedora 31): ``` - test/wasm2c/spec/skip-stack-guard-page.txt expected error code 0, got 1. STDERR MISMATCH: --- expected +++ actual @@ -0,0...