Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 1997 16:06:20 +0200 (SAT)
From:      Sheldon Hearn <sheldonh@sleepless.iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/4379: Make world breaks in sbin/ifconfig
Message-ID:  <199708251406.QAA15314@sleepless.iafrica.com>
Resent-Message-ID: <199708251410.HAA13032@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4379
>Category:       bin
>Synopsis:       Make world breaks in sbin/ifconfig
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 25 07:10:01 PDT 1997
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
NYFB
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

2.2.2-release machine with freshly CVSUP'ed 2.2-STABLE sources.

>Description:

Make world breaks in sbin/ifconfig as certain files are not installed
prior to build. Dependancies are broken.

>How-To-Repeat:

1) Load 2.2.2
2) CVSUP latest sources on RELENG_2_2 branch
3) Make world

>Fix:

cd ${SRC}/sbin/ifconfig and apply the following patch:
	
--- Makefile.ORIG	Mon Aug 25 15:54:01 1997
+++ Makefile	Mon Aug 25 15:52:03 1997
@@ -6,7 +6,7 @@
 
 #comment out to exclude SIOC[GS]IFMEDIA support
 SRCS+=	ifmedia.c
-CFLAGS+=-DUSE_IF_MEDIA
+CFLAGS+=-DUSE_IF_MEDIA -I${.CURDIR}/../../sys
 
 MAN8=	ifconfig.8
 DPADD=	${LIBIPX}

>Audit-Trail:
>Unformatted:



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