Hello,
On Sun, Apr 10, 2022 at 01:40:00AM +0000, john%ziaspace.com@localhost wrote: > running: "gcc" "-O3" "-ffunction-sections" [snip] > "-DBUILDING_LIBCURL" Conjecture: it is building an internal vendored copy of curl but using the headers from the version in /usr/local, and version skew is causing arbitrary weird things to happen.
You're absolutely right. I saw that it succeeded on a test system but hadn't yet had time to figure out what was different on that test system.
Just running "pkg_delete -f curl" and "make package" still fails, because pkgsrc curl is reinstalled, but leaving the package registered and removing all files in curl's +CONTENTS succeeds:
=> Creating binary package /home/pkgsrc/packages/All/rust-1.59.0.tgz Thanks very much, John