Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2001 20:47:06 +0000 (GMT Standard Time)
From:      Bernie <Bernie_X@myrealbox.com>
To:        "Crist J . Clark" <cjc@FreeBSD.ORG>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Easy Questions -- newcomer
Message-ID:  <Pine.WNT.4.40.0112282038220.152-100000@blast>
In-Reply-To: <20011227173104.L2090@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you so much for your help. And for the redirection thing.

Now if i get errors on custom kernel compilation, i'll be able
to send more specific stuff.

i see in the freebsd-stable list archive there is a call for
testing on the 4.5. So, since i got caught-up in this, i'll pull
the kernel-config file that i had on 4.3 and was working and comile it
on 4.5, and who knows...i might contribute something on the testing...

Anyway, thanks a lot for all the help.

Take care,

Berinie

On Thu, 27 Dec 2001, Crist J . Clark wrote:

> On Fri, Dec 28, 2001 at 12:32:24AM +0000, Bernie wrote:
> [snip]
>
> > 1. Is it possible that while doing cvsup i got the server in the
> > middle of updating and got out of sync sources? Is there any way
> > to ensure that this doesnt happen?
>
> It is possible, but very rare.
>
> > 2. How can i redirect the output of 'make' in c-shell with stdout
> > in one file and stderr in another? i thied this:
> > make >make_stdout.txt 2>make_stderr.txt
> > but i got messg ambigus redirection. i suspect that the above works
> > for bash only (or maybe not).
>
> sh, bash, ksh, and some others, but not csh-like ones.
>
> > In any case, what's the equivalent for
> > tcsh?
>
>   $ ( make > make_stdout.txt ) >& make_stderr.txt
>
> > 3. The ports collection, is there a tree for each version ie a tree
> > for 4.3, another for 4.4 etc? For example, if i got 4.3 and get the
> > ports tree of 4.4 or 4.5 am i gonna get trouble? is there any rule
> > for that?
>
> There are no branches on the ports collection, only HEAD.
>
> > 4. Ports can take too long sometimes (download + compile). Is there
> > any advantage of compiling ports instead of tracking and downloading
> > the packages for a given app? packages seem faster.
>
> Use ports if there are customizations you wish to make during the
> compile process. Ports are more quickly and frequently updated than
> packages, check version numbers. Other than that, building a port on
> your own system is just warm fuzzies, no real advantage over
> packages.
> --
> "It's always funny until someone gets hurt. Then it's hilarious."
>
> Crist J. Clark                     |     cjclark@alum.mit.edu
>                                    |     cjclark@jhu.edu
> http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
>
>


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?Pine.WNT.4.40.0112282038220.152-100000>