[pfSense-discussion] Developer bootstrap errors

2007-02-24 Thread Paul
Hi All, I'm trying to get started with pfsense development (my goal is to make it an isp-grade access server). I am trying to get the developer cd boot-strapped by so far had no luck with each of the ISO versions I could find (including 1.0release and the latest builds from 02-23-2007). Th

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-25 Thread Paul
I will answer my own question: the problem is that RELENG_6_1 does not (currently) compile. To fix I changed the "freebsd_branch" variable in pfsense_local.sh to RELENG_6_2 that compiled cleanly. Now I have a second problem: Each time I call build_iso.sh the builder script will resync with t

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-27 Thread Bill Marquette
Comment out the call to update_cvs_depot? Or update that routine to better handle a development model that has no CVS access? I know, not optimal, but FWIW, I wouldn't mind it if someone hacked in a method to pull down the tree via other means (such as say mercurial, or subversion) so you could

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-28 Thread Paul
Bill Marquette wrote: Comment out the call to update_cvs_depot? Or update that routine to better handle a development model that has no CVS access? Modifying the function to handle SKIP_CHECKOUT (which is documented in in the wiki) is trivial, as is more trivial to comment it out all toghethe

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-28 Thread Scott Ullrich
On 2/28/07, Paul <[EMAIL PROTECTED]> wrote: Bill Marquette wrote: > Comment out the call to update_cvs_depot? Or update that routine to > better handle a development model that has no CVS access? Modifying the function to handle SKIP_CHECKOUT (which is documented in in the wiki) is trivial, as i

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-28 Thread Bill Marquette
On 2/28/07, Paul <[EMAIL PROTECTED]> wrote: Bill Marquette wrote: > Comment out the call to update_cvs_depot? Or update that routine to > better handle a development model that has no CVS access? Modifying the function to handle SKIP_CHECKOUT (which is documented in in the wiki) is trivial, as i

Re: [pfSense-discussion] Developer bootstrap errors

2007-02-28 Thread Paul
Bill Marquette wrote: I thought the build scripts did just that, but I never really paid close attention as I've only ever needed to build something that I've had in CVS already. I guess I need a dedicated vmware machine for normal work. Using the embedded build system is somewhat slow anyway.