Hi, I am on netbsd 9.99.93 and current pkgsrc tree. After upgrading the whole base system, upgrading pkgsrc is also a good idea. pkg_rolling-replace -uv is my usual friend.
I always stop at gobject introspection, which is currently broken due to libffi upgrade Given the error below, there seems to be a failure right on the libffi needed for libgirepository, but it is the one I am trying to replace, or not? Riccardo [77/163] Generating symbol file girepository/libgirepository-1.0.so.1.0.0.p/libgirepository-1.0.so.1.0.0.symbols WARNING: Symbol extracting has not been implemented for this platform. Relinking will always happen on source changes. [91/163] Generating giscanner/scannerparser with a custom command ../giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr] ../giscanner/scannerparser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples [133/163] Generating tests/scanner/gir-bar with a custom command FAILED: tests/scanner/Bar-1.0.gir /usr/pkg/bin/python3.9 tools/g-ir-scanner --quiet --output=tests/scanner/Bar-1.0.gir --no-libtool --reparse-validate --add-include-path /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/gir --add-include-path /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/output/gir --warn-all --warn-error --namespace=Bar --nsversion=1.0 --include=GObject-2.0 --pkg=gobject-2.0 --library=barapp-1.0 --accept-unprefixed -L /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/output/tests/scanner -L /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/output/girepository -I /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/tests/scanner -I /usr/pkgsrc/devel/gobject-introspection/work/gobject-introspection-1.68.0/tests/scanner/.. ../tests/scanner/barapp.c ../tests/scanner/barapp.h ld: warning: libffi.so.7, needed by /usr/pkg/lib/libgirepository-1.0.so.1, not found (try using -rpath or -rpath-link)
