-
Is the solution here to enable bindgen again?
```rust
error[E0080]: evaluation of constant value failed
--> /builds/sophie-h/glycin/builddir/cargo-home/registry/src/index.crates.io-1cd66030c94…
-
Similar to alpine i386:
https://github.com/haskell/ghcup-metadata/blob/8e57f60e0639dafc72a436f4212b0ac8b492041b/.github/workflows/bindists.yaml#L110-L123
Related: https://github.com/haskell/ghcu…
-
```
C:\TDM-GCC-64\bin\dlltool.exe -m i386 -d VMProtectSDK32.def -l VMProtectSDK32.a
C:\TDM-GCC-64\bin\windres -F pe-i386 Resource.rc Resource.o
C:\TDM-GCC-64\bin\c++ -m32 Project1.cpp Resource.o VM…
-
I tried to run the testsuite on an i386 machine, and got some test failures, the first one looks like a typical loss of precision problem that is common on i386.
The output of the failures are:
…
-
Seems to be a problem with this package. It removes fundamental packages that the OS depends on, at least on Kubuntu 24.04. This isn't of course a bug with the code on here, but following the build in…
-
This architecture has been deprecated and obsolete for over a decade, and nobody should invest *any* time into maintaining packaging for it. The maintenance burden has become too large, and most Linux…
-
In order to incorporate llvm-libc into Android, we MUST to support 32b x86.
Currently, the most immediate build failure with `-m32` is:
```
In file included from external/llvm-libc/test/UnitTest/…
-
Hi,
The tls offsets used is different for target i386 and i386-unknonwn-linux for local-exec model.
Example code :-
```
#include
__thread int myvar;
int main(void)
{
myvar = 0…
-
The i386 binaries generated by the new workflow could not load on a couple of Windows computers that we tested. Could someone please look into this? I have confirmed that macOS universal externals wor…
-
### Description
One of the `TestFittable1DModels.test_fitter1D` tests fail when building for the Debians i386 platform. It is to note that the other 32-bit platforms pass, so the problem is probably …