Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2000 12:42:20 -0800
From:      Chris Piazza <cpiazza@jaxon.net>
To:        Stephen Nadas <nadas@torrentnet.com>
Cc:        ports <freebsd-ports@FreeBSD.ORG>, castor fu <castor@alumni.caltech.edu>
Subject:   Re: cscope
Message-ID:  <20000114124220.C50768@norn.ca.eu.org>
In-Reply-To: <387F88C9.95E77ADA@torrentnet.com>; from nadas@torrentnet.com on Fri, Jan 14, 2000 at 03:36:25PM -0500
References:  <387F88C9.95E77ADA@torrentnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 14, 2000 at 03:36:25PM -0500, Stephen Nadas wrote:
> I'm trying to make cscope work on FreeBSD (tied a 2.2.2 & a 2.2.8) 
> (we bought the cd from lucent).
> 
> After I set up /usr/ports/devel/cscope, and mount the CD and do a make I
> see the below results.  It reads the CD and copies the src to work.
> 
> Any idea what may be wrong?
> 
> pepacton:/usr/ports/devel/cscope >make
> ===>  Extracting for cscope-13.7
> +w: not found
> 
> Stop.
> pepacton:/usr/ports/devel/cscope >ls
> Makefile        files/          patches/        pkg/            work/
> 
>  
> Thanks for any pointers/info.

Since you're running an old version of FreeBSD you'll have to do this:
put
CHMOD?=         /bin/chmod
CHOWN?=         /usr/sbin/chown

around the area where CP? CAT? etc are set in bsd.port.mk.

ex:
CAT?=           /bin/cat
CHMOD?=         /bin/chmod
CHOWN?=         /usr/sbin/chown
CP?=            /bin/cp

-Chris
-- 
cpiazza@jaxon.net   cpiazza@FreeBSD.org
        Abbotsford, BC, Canada


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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