Riccardo Mottola <[email protected]> writes: > RR> Tsorting dependency graph > pkg_info: can't find package `meson' > > however indeed pkg_info shows no meson is installed > I did pkg_admin check, rebuild and rebuild-tree.. the package is not there
1) Perhaps there is an installed package that depends on meson. grep for meson in /usr/pkg/pkgdb/*/*, more or less. 2) run pkg_rolling-replace with 'sh -x' and figure out what happened. It's not that complicated.
