From owner-freebsd-questions Mon Mar 3 8: 6:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BE537B401 for ; Mon, 3 Mar 2003 08:06:48 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8AD0B43FB1 for ; Mon, 3 Mar 2003 08:06:47 -0800 (PST) (envelope-from mwm-dated-1047139605.4f96fa@mired.org) Received: (qmail 5771 invoked from network); 3 Mar 2003 16:06:45 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 3 Mar 2003 16:06:45 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15971.32145.896429.343632@guru.mired.org> Date: Mon, 3 Mar 2003 10:06:41 -0600 To: Cliff Sarginson Cc: FreeBSD Questions Subject: Re: Ok, KDE/Help .. after my moans what now ? In-Reply-To: <20030303011927.GA4016@willow.raggedclown.intra> References: <20030303011927.GA4016@willow.raggedclown.intra> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.70 (Pensive) 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 In <20030303011927.GA4016@willow.raggedclown.intra>, Cliff Sarginson typed: > The tag for ports should always be ".", since the do not follow any kind > of upgrade system like the release does. Correct. > Why does portupgrade try to find 4.8-PRELEASE ports ? Because you're running a system with a uname of 4.8-PRERELEASE. It's probably trying to find packages, since for ports it just uses what you have installed. But without knowing what commands you issued or the exact error messages, there's no way to tell. > This is nonsense. > From where is it getting this idea ? From uname -a, or the same source. > I draw a parellell here, because *none* of the documentation of ports > explains what can go wrong. That's because they can go wrong in so many interesting ways. Most of the times when I see problems, it's because I run with LOCALBASE=/usr/opt, and someone failed to fix a reference to /usr/local. Generally, the maintainer is responsive to fixing that. One of these days I'm going to build everything with LOCALBASE=/usr/opt, and report what breaks. > I regard portupgrade as a useless, time-wasting tool. If you have had > luck with it. Then consider yourself blessed. All protupgrade does is some nice things around the standard commands - like bundling up the old port to reinstall if the install fails. If portupgrade fails, then issuing the same commands will fail without portupgrade. The real problem is that the ports system is fragile. Changing LOCALBASE causes about 10 perent of the ports to fail. I tried running portupgrade with a "-B -j 5" argument for all port builds, and something like a fourth of the ports refuse to build with those arguments. Problems ranged from files not being in place to looping doing the config. Removing those flags fixed everything. kde, being a huge port, is probably particularly sensitive to minor glitches in the environment. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message