bartoszek / AUR-openboard

1 stars 1 forks source link

Missing dependency on icu72 #18

Open QuantumDancer opened 1 year ago

QuantumDancer commented 1 year ago

After a recent system update the (re)compilation fails with this error:

/usr/bin/ld: warning: libicuuc.so.72, needed by /usr/lib/libQt5WebKit.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.72, needed by /usr/lib/libQt5WebKit.so, not found (try using -rpath or -rpath-link)

This can be fixed by installing icu72-bin, so I guess this should be added as dependency (or maybe the build chan be changed so that it used version 73, which is the system default now)