Project

General

Profile

Actions

Bug #8

closed

make upgrade broken

Added by skrueger over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

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

Actions

Also available in: Atom PDF