From owner-freebsd-questions Sun Oct 14 11:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 19FAB37B407 for ; Sun, 14 Oct 2001 11:44:52 -0700 (PDT) Received: (qmail 24447 invoked by uid 100); 14 Oct 2001 18:44:44 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15305.56604.803327.584049@guru.mired.org> Date: Sun, 14 Oct 2001 13:44:44 -0500 To: sabine225@home.com Cc: questions@freebsd.org Subject: Re: CVSup is overkill for me In-Reply-To: References: <15304.31372.619873.273941@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [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. 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