Opened 7 months ago

Closed 7 months 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.

Change History (2)

comment:1 by Xi Ruoyao, 7 months ago

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

comment:2 by Xi Ruoyao, 7 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.