Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 2020 03:30:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 210989] 11.0 -r302412 (and later): check-old does not list older /usr/libsoft/. . . materials; delete-old and delete-old-libs do not delete them
Message-ID:  <bug-210989-227-EgnzqEFFol@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210989-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210989-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=3D210989

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|11.0 -r302412: check-old    |11.0 -r302412 (and later):
                   |does not list older         |check-old does not list
                   |/usr/libsoft/. . .          |older /usr/libsoft/. . .
                   |materials; delete-old and   |materials; delete-old and
                   |delete-old-libs do not      |delete-old-libs do not
                   |delete them                 |delete them
            Version|11.0-BETA1                  |CURRENT

--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
In head -r358510 the following grep's do not suggest
that check-old, delete-old, or delete-old-libs do anything
about /usr/libsoft materials even when:

.elif ${MK_LIBSOFT} =3D=3D "yes"
_LIBCOMPAT=3D SOFT
.include "Makefile.libcompat"

is not used. The grep's are:

# grep -r _LIBSOFT /usr/src/* | more
/usr/src/Makefile.inc1:.elif ${MK_LIBSOFT} =3D=3D "yes"
/usr/src/UPDATING:      is available using the libraries installed with
-DWITH_LIBSOFT.
/usr/src/etc/mtree/Makefile:.if ${MK_LIBSOFT} !=3D "no"
/usr/src/etc/Makefile:.if ${MK_LIBSOFT} !=3D "no"
/usr/src/share/man/man5/src.conf.5:.It Va WITH_LIBSOFT
/usr/src/tools/build/options/WITH_LIBSOFT:.\" $FreeBSD:
head/tools/build/options/WITH_LIBSOFT 300325 2016-05-20 19:23:07Z bdrewery $

# grep -r libsoft /usr/src/* | more
/usr/src/UPDATING:      /usr/libsoft also existed). Only users with a
hard-float ld.so, but
/usr/src/etc/mtree/BSD.libsoft.dist:# $FreeBSD: head/etc/mtree/BSD.libsoft.=
dist
293068 2016-01-03 04:32:05Z imp $
/usr/src/etc/mtree/BSD.libsoft.dist:    libsoft
/usr/src/etc/mtree/Makefile:    ${_BSD.libsoft.dist} \
/usr/src/etc/mtree/Makefile:_BSD.libsoft.dist=3D  BSD.libsoft.dist
/usr/src/etc/Makefile:MTREES+=3D  mtree/BSD.libsoft.dist          /usr
/usr/src/etc/Makefile:MTREES+=3D  mtree/BSD.libsoft.dist=20=20=20=20=20=20=
=20=20=20
/usr/lib/debug/usr
/usr/src/libexec/rtld-elf/paths.h:#define       SOFT_STANDARD_LIBRARY_PATH
"/usr/libsoft"
/usr/src/libexec/rc/rc.conf:ldconfigsoft_paths=3D"/usr/libsoft
/usr/libsoft/compat /usr/local/libsoft"
/usr/src/share/mk/bsd.compat.mk:# -B is needed to find /usr/lib32/crti.o for
GCC and /usr/libsoft/crti.o for

--=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-210989-227-EgnzqEFFol>