From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 19:26:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18EA106564A for ; Mon, 31 Oct 2011 19:26:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 49E038FC15 for ; Mon, 31 Oct 2011 19:26:58 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RKxVZ-0001Dv-5K for freebsd-questions@freebsd.org; Mon, 31 Oct 2011 20:26:57 +0100 Received: from pool-173-79-99-96.washdc.fios.verizon.net ([173.79.99.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Oct 2011 20:26:57 +0100 Received: from nightrecon by pool-173-79-99-96.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Oct 2011 20:26:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Mon, 31 Oct 2011 15:27 -0400 Lines: 37 Message-ID: References: <20111031040545.cc7d874f.freebsd@edvax.de> <557A48F1-B4A0-407D-A8F1-1502990AE31E@gmail.com> <20111031182528.619b9b83.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-99-96.washdc.fios.verizon.net Subject: Re: The ports are really funcional? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 19:26:58 -0000 Polytropon wrote: > On Mon, 31 Oct 2011 11:45:44 -0300, Zantgo wrote: >> then, as the system must be configured?, I thought as I was >> was perfect. I have a laptop with intel core i5. > > The ports should work without any further configuration > change, no matter if you've installed via Internet or > from an installation media. > > If you encounter problems, please post informative text > to this list, i. e. the command you've executed and the > relevant error messages, and maybe specific things you've > changed, e. g. global CFLAGS and other things one should > not do. :-) We should probably try and discover if he had learned how to update the ports tree as well. Many new users can easily get the ports tree installed by simply agreeing to the suggestion in sysinstall, but do not yet know it is best to update it first prior to installing software. I have always suspected that unknowingly utilizing the already out-of-date tree from the initial install is probably what causes most newcomers' problems with ports. My practice is to only do a basic install plus ports tree, with no third party application packages. Then update ports tree and begin installing apps. I learned this the hard way from experience over 11 years ago. When I first started with FreeBSD (circa 4.0.0) I would have some packages installed and then try using the ports system, and stuff would break. Learning to cvsup the ports tree is what took care of a lot of that. Then I learned portupgrade and things got even better again. But I recall the jumbled mish- mash of brokenness I had early on as a neophyte, and what the OP is describing sounds a lot like my early experience. Learning to properly admin the system made all of that a thing of the distant past. -Mike