Bug 269682

Summary: ports-mgmt/pkg: pkg autoremove coredumps on i386
Product: Ports & Packages Reporter: Martin Birgmeier <d8zNeCFG>
Component: Individual Port(s)Assignee: freebsd-pkg (Nobody) <pkg>
Status: New ---    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (pkg)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Martin Birgmeier 2023-02-19 12:34:25 UTC
Scenario:
- FreeBSD 12.4 and 13.1, latest patches applied
- latest ports
- ports upgraded using portmaster on a build machine (i386 bhyve VM), pacakges built
- ports upgraded using a custom script on three physical i386 machines (two running 12.4, one running 13.1)
- Amongst others, this upgraded pkg-1.19.0 to pkg-1.19.1_1

Result:
- pkg mostly works, except that "pkg autoremove" coredumps (on all 3 machines)

Expected result:
- "pkg autoremove" should work

Note:
- Rebuilding pkg on one of the physical i386 machines did not change anything

-- Martin