-
Note: This is just a template, so feel free to use/remove the unnecessary things
### Description
- Type: Bug
- Priority: Minor
---------------------------------------------------------------
…
mu578 updated
4 years ago
-
-
-
https://llvm.org/PR45061
-
after downloading, installing the stratis core deb package then running it, i'm faced with error message:
"Loading Failed - Unable to connect to Stratis Node."
"If you continue to receive this messa…
-
```shell
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wmissing-prototypes -ffast-math -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -fopenmp -…
-
@edmonds pointed out that we're failing to build on Debian's Hurd autobuilder. It appears to be due to `printf()`-style format warnings: https://buildd.debian.org/status/fetch.php?pkg=notcurses&arch=h…
-
Module: PerlIO::scalar
Calling
```
open my $fh, ">", \$scalar or die;
```
Will set `$!`
**Steps to Reproduce**
```
perl -E'open my $fh, ">", \$scalar or die; print $!'
```
…
-
```
Start 1: ensmallen_tests
1/1 Test #1: ensmallen_tests ..................***Failed 363.56 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 363.57 sec
The follow…
-
It seems that GNU programs do not expect `O_RDONLY`, `O_WRONLY`, and `O_RDWR` to share bits. This is demonstrated by this excerpt from gnulib's `openat.c`:
```C
if (flags & (O_CREAT | O_WRONLY | O…