-
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…
-
sudo dpkg -i '/home/petr/Downloads/wine32_9.0~repack-4build3_i386.deb'
(Reading database ... 160259 files and directories currently installed.)
Preparing to unpack .../wine32_9.0~repack-4build3_i38…
-
**Describe the bug**
Running `from rdkit import Chem` leads to a segfault on 32-bit architectures (Debian architectures i386 armel and armhf), see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=…
-
```
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:
…
-
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/…
-
While working on updating the rust-bindgen package in debian sid, I ran into a bindgen layout error with leptonica-sys. After some experimentation this failure seems to be caused by building bindings …
-
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…