Opened 2 years ago
Closed 2 years ago
#18703 closed defect (fixed)
networkmanager-1.44.2 may FTBFS with vala-0.56.13
| Reported by: | Xi Ruoyao | Owned by: | blfs-book |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Upstream issue: https://gitlab.gnome.org/GNOME/vala/-/issues/1485
I can reproduce it reliably.
Note:
See TracTickets
for help on using tickets.

Simplified the proposed fix as:
sed -e "/next_pos =/s/$/ \ char buf[16]; \ Memory.copy (buf, next_pos, \ (end - next_pos >= buf.length ? buf.length - 1 : end - next_pos));/" \ -e 's/(string) next_pos/(string) buf/' \ -i vala/valamarkupreader.vala