Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2022 18:33:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 264067] ldconfig: aout is not supported
Message-ID:  <bug-264067-227-5ZsXtBktA9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264067-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264067-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264067

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 alre=
ady.
 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.  Aft=
er
'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 /et=
c to
their stock versions.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264067-227-5ZsXtBktA9>