Subject: bin/19988: progress(1) make failure
To: None <gnats-bugs@gnats.netbsd.org>
From: None <naoki@fukaumi.org>
List: netbsd-bugs
Date: 01/22/2003 11:41:56
>Number: 19988
>Category: bin
>Synopsis: progress(1) make failure
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 21 18:43:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: FUKAUMI Naoki
>Release: NetBSD 1.6M
>Organization:
FUKAUMI Naoki
>Environment:
System: NetBSD nforce.naobsd.org 1.6M NetBSD 1.6M (NFORCE) #0: Mon Jan 20 15:15:04 JST 2003 fun@nforce.naobsd.org:/usr/obj/i386/sys/arch/i386/compile/NFORCE i386
Architecture: i386
Machine: i386
>Description:
src/usr.bin/progress make failure (hi, jhawk!)
:
PATH=/home/t/i386/lib/groff:${PATH} /home/t/i386/bin/nbgroff -Tascii -mtty-char -mandoc /usr/src/usr.bin/printf/printf.1 > printf.cat1.tmp && mv printf.cat1.tmp printf.cat1
dependall ===> usr.bin/progress
nbmake: don't know how to make progressbar.c. Stop
nbmake: stopped in /usr/src/usr.bin/progress
*** Error code 2
:
>How-To-Repeat:
cd /usr/src/usr.bin/progress && make -n
>Fix:
This is patch.
Index: Makefile
===================================================================
RCS file: /cvsroot/src/usr.bin/progress/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 2003/01/22 00:14:12 1.1
+++ Makefile 2003/01/22 02:40:59
@@ -1,4 +1,7 @@
# $NetBSD: Makefile,v 1.1 2003/01/22 00:14:12 jhawk Exp $
+
+.include <bsd.own.mk>
+
PROG=progress
SRCS=progress.c progressbar.c
>Release-Note:
>Audit-Trail:
>Unformatted: