[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnunet build fails (Slackware)
From: |
Slack Coder |
Subject: |
gnunet build fails (Slackware) |
Date: |
Wed, 6 Dec 2023 17:25:29 -0500 |
User-agent: |
Mozilla Thunderbird |
Hi,
Gnunet is failing to build for me on the latest master version
(b1bd228cfc7847d06ca35cbec5ec48c3942fea41).
The build is on Slackware64-15.0 with meson upgraded (1.3.0) from
Slackware64-current. I also get an error about a missing reference to
pthread when postgresql is not included as a dependency.
You may find a Dockerfile to reproduce the bug and its build output
attached.
```
../src/lib/pq/test_pq.c: In function ‘run_queries’:
../src/lib/pq/test_pq.c:202:7: internal compiler error: Segmentation fault
202 | GNUNET_PQ_query_param_array_ptrs_string (3, as, db),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0x15a1707 internal_error(char const*, ...)
???:0
0x756bb1 expand_call(tree_node*, rtx_def*, int)
???:0
0x86d2ee expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
???:0
0x8775de store_expr(tree_node*, rtx_def*, int, bool, bool)
???:0
Please submit a full bug report,
```
build.log
Description: Text Data
Dockerfile
Description: Text document
- gnunet build fails (Slackware),
Slack Coder <=