Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 1996 21:00:23 -0600
From:      Warner Losh <imp@village.org>
To:        current@freebsd.org
Subject:   libgnumalloc
Message-ID:  <199609220300.VAA18828@rover.village.org>

next in thread | raw e-mail | index | archive | help
WARNING:
	make world incorrectly and bogusly removes
/usr/lib/libgnumalloc* and /usr/lib/compat/libgnumalloc*.

I know that it is being phased out, but that is no reason to kill the
shared library on an installed system.  I have dozens of the goofy
binaries, many that are "hard" to regenerate that reference this.

Anyway, the source of this "problem" are the following lines in
/usr/src/lib/libfakegnumalloc/Makefile:
	rm -f ${DESTDIR}${LIBDIR}/libgnumalloc*
	rm -f ${DESTDIR}${SHLIBDIR}/libgnumalloc*
I don't think that you really want to have the * on the end, but
rather be more explicit about it?  What if I had a libgnumalloc.so.1.0
that I needed for something, it is gone now, had that been the case.

Also of note:  Since I've not installed /etc/rc in a long time, I
didn't have /usr/lib/compat in my ldconfig cache.  Others coming
accross this trail may also have to update as well.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609220300.VAA18828>