On Wed, Aug 12, 2009 at 10:57 AM, Scott Ullrich<[email protected]> wrote: > On Tue, Aug 11, 2009 at 8:02 PM, Evgeny Yurchenko<[email protected]> wrote: >> >> 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*** -((( > > Try this: > > rm -rf /usr/ports && portsnap extract && cd /usr/ports/devel/git && > make install BATCH=yes
OK -- I figured out what was the problem here. Do this and you should be OK: cd /usr/ports/textproc/expat2 && make depends install cd /usr/ports/devel/git && make depends install Ignore what I sent earlier. I have updated the DevWiki page to reflect these changes. Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
