Commit 90545b2
committed
Problem: rpm throws an interesting exception
```
[ 12/135] Installing libpcap-14:1.10.5-1.fc41.aarch64 100% | 501.3 KiB
[ 13/135] Installing libfdisk-0:2.40.4-1.fc41.aarch64 100% | 413.4 KiBterminate called after throwing an instance of 'std::length_error'
what(): basic_string::_M_replace_aux
```
This didn't happen before
Solution: don't allocate pseudo-terminal in podman
We don't really need it. Not clear why it was working before, though.
And not clear what kind of problem rpm runs into when it think it's an
interactive terminal, but it's a captured terminal.
But now it seems to work.1 parent e95f60c commit 90545b2
File tree
3 files changed
+5
-5
lines changed- lib/pgpm
- package
- rpm/mock
- packages/omnigres
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments