This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit 8736c42
Release Manager
Trac #31538: i386: openssl and tachyon attempt 64-bit build and fail
For example on `ubuntu-bionic-i386-minimal`
https://github.com/mkoeppe/sage/runs/2161532075: `openssl` fails with:
{{{
make depend && make _build_sw
gcc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack
-O2 -g -march=native -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC
-DOPENSSLDIR="\"/sage/local/openssl\""
-DENGINESDIR="\"/sage/local/lib64/engines-3\""
-DMODULESDIR="\"/sage/local/lib64/ossl-modules\""
-DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-
app_params.d.tmp -MT apps/lib/libapps-lib-app_params.o -c -o apps/lib
/libapps-lib-app_params.o apps/lib/app_params.c
In file included from /usr/lib/gcc/i686-linux-gnu/7/include-
fixed/limits.h:194:0,
from /usr/lib/gcc/i686-linux-gnu/7/include-
fixed/syslimits.h:7,
from /usr/lib/gcc/i686-linux-gnu/7/include-
fixed/limits.h:34,
from ./e_os.h:13,
from apps/include/apps.h:13,
from apps/lib/app_params.c:10:
/usr/include/limits.h:26:10: fatal error: bits/libc-header-start.h: No
such file or directory
#include <bits/libc-header-start.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
}}}
Same failure mode also for `tachyon`
(https://github.com/mkoeppe/sage/runs/2177818373 for `ubuntu-
bionic-i386-minimal`).
Critical for Sage 9.3 because it stops us from seeing other build
failures on `i386-minimal` platforms
URL: https://trac.sagemath.org/31538
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima PasechnikFile tree
4 files changed
+24
-31
lines changed- build/pkgs
- configure
- openssl
- tachyon
4 files changed
+24
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | 3 | | |
9 | 4 | | |
| |||
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | | - | |
| 10 | + | |
| 11 | + | |
16 | 12 | | |
17 | | - | |
18 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
| 25 | + | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments