Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 13:44:44 -0500
From:      Mike Meyer <mwm@mired.org>
To:        sabine225@home.com
Cc:        questions@freebsd.org
Subject:   Re: CVSup is overkill for me
Message-ID:  <15305.56604.803327.584049@guru.mired.org>
In-Reply-To: <FC91EAFC-C0C9-11D5-B2B9-0050E4050F42@home.com>
References:  <15304.31372.619873.273941@guru.mired.org> <FC91EAFC-C0C9-11D5-B2B9-0050E4050F42@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[I've sent this back to -questions, hoping that it'll be of use in the
archvies.]

sabine225@home.com types:
> Got the 1000000 second error. see: http://people.freebsd.org/~jdp/s1g/
> The new cvsup binaries wouldn't run. Couldn't compile source cvsup 
> without something called lang/pm3-net.

The new cvsup binaries should run. That's the best way to do
this. They worked for me - then I built the freshly cvsup'ed port to
get my compile-time options :-).

> Didn't know how to go on after:
> 
> # cd /usr/ports/lang/pm3-net
> # make
> #
> # make install
> #
> It just immediately returned the prompt, I took this to mean there was 
> nothing to do.
> 
> #cd /usr/local/etc/cvsupsrc/
> # make M3FLAGS=-DNOGUI
> m3build: not found
> *** Error code 127
> 
> # cd /usr/ports/lang/pm3-base
> # make install
> ===>  Installing for pm3-base-1.1.15
> ===>  pm3-base-1.1.15 is already installed - perhaps an older version?
> 
> Now what?

The ports touch files in their work directories to note that various
things - fetch, extract, patch, build, install - have been done. It
looks like you installed the ports trying to build cvsup at some
point, then deleted them with pkg-delete. So the packages aren't
there, but the files are in the ports work directories, so the ports
think they are in place.

If that's the case, you need to do "make clean" in the pm3-base and
pm3-net ports to clean out all the cookies.

You will want to do the make(s) in cvsup with "-DSTATIC" to avoid
run-time dependencies on the pm3 ports.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?		A: Tell them your plans.

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




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