From owner-freebsd-bugs Sun Aug 4 16: 0:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4FE37B400 for ; Sun, 4 Aug 2002 16:00:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21F743E6E for ; Sun, 4 Aug 2002 16:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74N0AJU037706 for ; Sun, 4 Aug 2002 16:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74N0AHL037705; Sun, 4 Aug 2002 16:00:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0EC537B400; Sun, 4 Aug 2002 15:54:05 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E65643E6A; Sun, 4 Aug 2002 15:54:02 -0700 (PDT) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id B8BAC3ABD75; Mon, 5 Aug 2002 00:55:01 +0200 (CEST) Message-Id: <20020804225501.B8BAC3ABD75@milla.ask33.net> Date: Mon, 5 Aug 2002 00:55:01 +0200 (CEST) From: Pawel Jakub Dawidek Reply-To: Pawel Jakub Dawidek To: FreeBSD-gnats-submit@FreeBSD.org Cc: mdodd@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/41332: Problem with making truss(1). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41332 >Category: bin >Synopsis: Problem with making truss(1). >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 04 16:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Pawel Jakub Dawidek >Release: FreeBSD 5.0-CURRENT i386 >Organization: Private >Environment: System: FreeBSD ororo.mikrus.pw.edu.pl 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 3 11:48:09 CEST 2002 root@ororo.mikrus.pw.edu.pl:/usr/obj/usr/src/sys/ORORO i386 >Description: One #define is missing in trus(1) code: ororo:root:/usr/src/usr.bin/truss# make cc -O -pipe -mcpu=pentiumpro -I/usr/src/usr.bin/truss -I. -c /usr/src/usr.bin/truss/main.c /usr/src/usr.bin/truss/main.c: In function `main': /usr/src/usr.bin/truss/main.c:222: `PF_FORK' undeclared (first use in this function) /usr/src/usr.bin/truss/main.c:222: (Each undeclared identifier is reported only once /usr/src/usr.bin/truss/main.c:222: for each function it appears in.) *** Error code 1 Stop in /usr/src/usr.bin/truss. >How-To-Repeat: cd /usr/src/usr.bin/truss/ ; make :) >Fix: Add missing #define, because: ororo:root:/usr/src/usr.bin/truss# egrep -r "#define.*PF_FORK" . /usr/include/ ororo:root:/usr/src/usr.bin/truss# >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message