Re: Constantly recurring package issue
John Klos <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
>> Why does this happen with pkg_rolling-replace? This is after pkg_admin
>> rebuild{,-tree}, all work directories are clean...
>
> Are you running "pkg_rolling-replace -uv"?
pkg_rolling-replace -suv, specifically. Yes, all of the work directories
are verified to be gone, too.
> As the man page says, all pkg_rr does is call 'make replace' in the
> right order. You left out all the useful logs about that.
I have them, but I'm not sure how useful they'll be:
https://www.klos.com/~john/rolling.log
> Do you have "DEPENDS_TARGET?= bin-install clean"? I find that
> bin-install will install an old version if there is a binary, which isa
> bug, not yet really proven and not fixed.
I've had that in other places, and yes, it's a good idea.
John