make upgrade broken

Stefan Krüger skrueger at meinberlikomm.de
Sat Dec 10 07:12:31 PST 2005


hi folks,

trying to run make upgrade in /usr/src fails here

failed command was "ldconfig -m ${DESTDIR}/usr/lib/gcc2" from etc/Makefile

patch would be:

. if exists(${DESTDIR}/usr/lib/gcc2)
ldconfig -m ${DESTDIR}/usr/lib/gcc2
. endif

another thing is that src/test/stress/fsstress doesn't compile, fix
would be adding -D__FreeBSD__ to CFLAGS or replace all __FreeBSD__ #defs
with __DragonFly__

take care





More information about the Bugs mailing list