From owner-freebsd-ports Sun Apr 13 10:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA15174 for ports-outgoing; Sun, 13 Apr 1997 10:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA15166; Sun, 13 Apr 1997 10:30:02 -0700 (PDT) Resent-Date: Sun, 13 Apr 1997 10:30:02 -0700 (PDT) Resent-Message-Id: <199704131730.KAA15166@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from wopr.ml.org (MPH124.rh.psu.edu [128.118.21.27]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA15072 for" ; Sun, 13 Apr 1997 10:28:32.-0700 (PDT) Received: (from hunt@localhost) by wopr.ml.org (8.8.5/8.8.5) id NAA09743; Sun, 13 Apr 1997 13:28:31 -0400 (EDT) Message-Id: <199704131728.NAA09743@wopr.ml.org> Date: Sun, 13 Apr 1997 13:28:31 -0400 (EDT) From: Matthew Hunt To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/3274: mars fails to build if "." not in PATH Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3274 >Category: ports >Synopsis: mars fails to build if "." not in PATH >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 13 10:30:01 PDT 1997 >Last-Modified: >Originator: Matthew Hunt >Organization: Very little. >Release: FreeBSD 2.2-STABLE i386 >Environment: FreeBSD 2.2-STABLE, building with X11R6 but without Motif. PATH=/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/teTeX/bin >Description: ar: creating archive .././lib/libMaRSComps.a ranlib .././lib/libMaRSComps.a make_stat_headers gcc gcc -O -DBSD -DMEMPOOL -DINLINE -I./include -I/usr/X11R6/include > ../include/stat.h make_stat_headers: not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/cad/mars make >Fix: Flog developers who work with "." in $PATH? Besides that, apply the following additional Makefile patch, relative to cad/mars/work: --- sim/Makefile.orig Sun Apr 13 13:24:49 1997 +++ sim/Makefile Sun Apr 13 13:24:59 1997 @@ -19,7 +19,7 @@ ranlib $(MARSDIR)/lib/libMaRSSim.a stat: - make_stat_headers $(CC) $(CC) $(CFLAGS) > ../include/stat.h + ./make_stat_headers $(CC) $(CC) $(CFLAGS) > ../include/stat.h $(CC) $(CFLAGS) -c stat.c lint: >Audit-Trail: >Unformatted: