Scott Ullrich wrote:
On Tue, Aug 11, 2009 at 8:16 AM, Evgeny Yurchenko<[email protected]> wrote:
  
All my production boxes are 1.2-release so FreeBSD 6.2. But I am planning to
move to the latest 1.2.3 and I will do it as soon as I find out why my HPs
hung during high load with 1.2.3-RC1.
To answer your question - I'd like to make igmpproxy to work on 1.2.3.
I wish I could build everything by myself but last time I tried to use git
it errored on me (I posted the errors here). If you could help me to figure
out how to start using this development environment it would be greatly
appreciated.
    

Getting started with our dev environment has become a lot easier in
the last couple weeks. Check out the updated document here:

http://devwiki.pfsense.org/DevelopersBootStrapAndDevIso

Scott

  
0. Install FreeBSD 7.0 or FreeBSD 7.1 ( http://www.freebsd.org/doc/en/books/handbook/install.html ) or install a pfSense developers ISO build.
-- installed a pfSense developers ISO build downloaded from http://files.pfsense.org/mirror/downloads/pfSense-Developers-1.2.2.iso.gz

"NOTE: If you are using a recent pfSense developers edition disk steps 1-4 should have already been completed for you by the builder system."
5. Invoke our new menu system by running:
cd /home/pfsense/tools/builder_scripts
- trying to accomplish this:
# cd /home/pfsense/tools/builder_scripts
/home/pfsense/tools/builder_scripts: No such file or directory.
- Ok, go to step 1.
1. Begin pfSense bootstrap by running these shell commands:
echo "WITHOUT_X11=yo" >> /etc/make.conf
mkdir -p /home/pfsense/pfSenseGITREPO /home/pfsense/installer
- succes -)))

2. Grab ports and build GIT
portsnap fetch extract 
-- success

cd /usr/ports/devel/git && make install
-- Ends with 
===>  Configuring for git-1.6.4
===>  Building for git-1.6.4
GIT_VERSION = 1.6.4
    * new build flags or prefix
    ... many compilations here ...
http-push.c:14:19: error: expat.h: No such file or directory
http-push.c:852: error: expected ';', ',' or ')' before '*' token
http-push.c: In function 'lock_remote':
http-push.c:936: error: 'XML_Parser' undeclared (first use in this function)
http-push.c:936: error: (Each undeclared identifier is reported only once
http-push.c:936: error: for each function it appears in.)
http-push.c:936: error: expected ';' before 'parser'
http-push.c:943: error: 'parser' undeclared (first use in this function)
http-push.c:946: error: 'xml_cdata' undeclared (first use in this function)
http-push.c: In function 'remote_ls':
http-push.c:1179: error: 'XML_Parser' undeclared (first use in this function)
http-push.c:1179: error: expected ';' before 'parser'
http-push.c:1186: error: 'parser' undeclared (first use in this function)
http-push.c:1189: error: 'xml_cdata' undeclared (first use in this function)
http-push.c: In function 'locking_available':
http-push.c:1262: error: 'XML_Parser' undeclared (first use in this function)
http-push.c:1262: error: expected ';' before 'parser'
http-push.c:1269: error: 'parser' undeclared (first use in this function)
gmake: *** [http-push.o] Error 1
*** Error code 1

Stop in /usr/ports/devel/git.
*** Error code 1

Stop in /usr/ports/devel/git.

***sigh*** -(((
    

--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org

Reply via email to