Re: graphics/graphviz is broken
John Klos <[email protected]> Fri, 20 Mar 2026 15:45:46 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
Good morning! > pkg_rolling-replace's man page documents that things like this should > not be reported as pkg_rolling-replace issues (unless of course you have > real evidence that they are). All pkg_rolling-replace does is make > replace in some order. If a make replace is troubled, that's not about > pkg_rr. If the order is wrong, that's something else. > > So please reproduce with just building packages and/or make replace. I was wrong about graphviz not being installed, because I checked on three other machines after that first email, and version 12 was in those. This is reproducible, assuming you have the older version of graphviz: pkg_add /usr/pkgsrc/packages/All/graphviz-12.2.1nb7.tgz cd /usr/pkgsrc/graphics/graphviz make replace This works, after the failure: pkg_delete -f graphviz (should already be gone as part of make replace) make clean install Separately, "make replace" when the package isn't already installed gives: => Creating binary package /usr/pkgsrc/packages/All/graphviz-14.1.3.tgz ===> replace-message [graphviz-14.1.3] ===> Replacing for graphviz-14.1.3 *** Error code 1 :) Thanks, John