[Bug 264067] ldconfig: aout is not supported
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264067] ldconfig: aout is not supported"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 18:33:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264067 John Baldwin <jhb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhb@FreeBSD.org --- Comment #9 from John Baldwin <jhb@FreeBSD.org> --- Running etcupdate extract with the new src tree resets its internal state to think that you have merged up to the current point of the new src tree already. You generally should not run etcupdate extract. That was needed when etcupdate was first introduced to bootstrap etcupdate's memory _before_ updating the source tree to perform a buildworld. Existing releases now include the bootstrap itself, so users should generally not use the extract command. In the future, you can use 'etcupdate diff' first to see what etcupdate thinks about your system and what local changes you have in /etc. If etcupdate diff says it can't find a tree to compare against, then (and only then) you will want to use 'etcupdate extract'. Ideally you would do this against the "old" source tree from your most recent make installworld. After 'etcupdate extract' you would want to review 'etcupdate diff' to see if you have unexpected local differences. You can resolve them either by editing files in /etc directly, or using 'etcupdate resolve' to revert files in /etc to their stock versions. -- You are receiving this mail because: You are the assignee for the bug.