On Sun, Nov 28, 2021 at 5:17 PM Alexander <xan....@posteo.org> wrote:
>
> Hi,
> thanks to both of you.
>
> On 2021/11/26  6:51, Sebastien Marie wrote:
> > On Thu, Nov 25, 2021 at 06:16:11PM -0600, Amit Kulkarni wrote:
> > > > I'm aware that I'm pretty late with this, still I'd like to ask in case
> > > > this is not completely irrelevant.
> > > >
> > > > The last entry on https://www.openbsd.org/faq/current.html before
> > > > 'Roll current' was the libdmx removal:
> > > > https://cvsweb.openbsd.org/www/faq/current.html?rev=1.1077
> > > >
> > > > After the suggested 'rm -f' commands there are still some files around
> > > > on my system that to me seem to be related:
> > > >
> > > > $ find /usr/X11R6/ -iname *dmx*
> > > > /usr/X11R6/lib/pkgconfig/dmxproto.pc
> > > > /usr/X11R6/include/X11/extensions/dmx.h
> > > > /usr/X11R6/include/X11/extensions/dmxproto.h
> > > >
> > > > dmx.h and dmxproto.h for example reference the deleted dmxext.h
> > > > Does that mean this libdmx removal is incomplete or am I just
> > > > misunderstanding something?
> > > > Thanks in advance.
> > >
> > >
> > > try to install sysclean, configure /etc/sysclean.ignore
> > >
> > > and do a 'doas sysclean -a', all these files will be gone then.
> > >
> >
> > removing files based on `sysclean -a` output might be dangerous. it
> > will list all files, even the one still used by packages. it could
> > result in not working packages.
> >
> > `sysclean` (without option) is safer.
> >
> > please note that the stage 'configure /etc/sysclean.ignore' is
> > important to exclude from the output configuration files (in /etc) you
> > manually created.
>
> Just to gauge what to expect from this and whether I did this wrong:
> After configuring /etc/sysclean.ignore I get 3382 files of which 3274
> are in /usr/X11R6/lib/X11/fonts/. Are numbers this large to be expected?
>
> Also: The above mentioned dmx files are not listed. Does that mean my
> assumption that they are related to the removed libdmx is false or did I
> screw something else up?
>
> Lastly: From your emails it seems to me that the use of sysclean after
> upgrading is very much encouraged if not necessary. Then why is it not
> included in base (especially when it's developed by OpenBSD developers)?
> Or am I misunderstanding the requirements for inclusion of packages in
> base?
>

Hi Alexander,
3382 files is too large. Post the contents of /etc/sysclean.ignore
please. Something weird is happening. If you go ahead, you will have
unusable system.

Here is the upgrade 70 guide, which lists which exact files need to be deleted.
https://www.openbsd.org/faq/upgrade70.html

Thanks

Reply via email to