Re: Build error with current source release

2015-02-25 Thread John Szakmeister
On Tue, Feb 24, 2015 at 9:23 AM, J. R. Westmoreland j...@jrw.org wrote:
 Hi

 I hope it is okay to ask such a question here.

 I cloned the current source tree and tried to build it and I get the 
 following error.
 Could someone tell me why and if there is an easy way to fix it?

If you aren't opposed to using Homebrew, then I believe installing the
docbook package will help you here.  I installed xmlto that way, which
automatically brought in the docbook packages for me.

-John
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Build error with current source release

2015-02-24 Thread J. R. Westmoreland
Hi

I hope it is okay to ask such a question here.

I cloned the current source tree and tried to build it and I get the following 
error.
Could someone tell me why and if there is an easy way to fix it? 
I’m running on a Mac and everything ran fine up to this error. Is is an excerpt 
from my typescript file.

Script started on Mon Feb 23 13:43:01 2015
XMLTO git-add.1
xmlto: /Users/jr/Documents/projects/git/Documentation/git-add.xml does not 
validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
/Users/jr/Documents/projects/git/Documentation/git-add.xml:2: warning: failed 
to load external entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
D DocBook XML V4.5//EN http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
   ^
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
warning: failed to load external entity 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
validity error : Could not load the external subset 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
Document /Users/jr/Documents/projects/git/Documentation/git-add.xml does not 
validate
make[1]: *** [git-add.1] Error 13
Script done on Mon Feb 23 13:43:33 2015

Thanks in advance for suggestions or solutions.

Best,
J. R. Westmoreland



--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Build error with current source release

2015-02-24 Thread Dan Johnson
On Tue, Feb 24, 2015 at 9:23 AM, J. R. Westmoreland j...@jrw.org wrote:
 Hi

 I hope it is okay to ask such a question here.

 I cloned the current source tree and tried to build it and I get the 
 following error.
 Could someone tell me why and if there is an easy way to fix it?
 I’m running on a Mac and everything ran fine up to this error. Is is an 
 excerpt from my typescript file.

 Script started on Mon Feb 23 13:43:01 2015
 XMLTO git-add.1
 xmlto: /Users/jr/Documents/projects/git/Documentation/git-add.xml does not 
 validate (status 3)
 xmlto: Fix document syntax or use --skip-validation option
 I/O error : Attempt to load network entity 
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
 /Users/jr/Documents/projects/git/Documentation/git-add.xml:2: warning: failed 
 to load external entity 
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
 D DocBook XML V4.5//EN 
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;

Can you open this link in your browser/do you need a proxy server to
connect to the internet? When I navigate to that URL it loads for me;
I'm wondering if this is a firewall preventing you from accessing the
dtd
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Build error with current source release

2015-02-24 Thread Junio C Hamano
J. R. Westmoreland j...@jrw.org writes:

 I/O error : Attempt to load network entity 
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
 /Users/jr/Documents/projects/git/Documentation/git-add.xml:2: warning: failed 
 to load external entity 
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;

It has been long since I had to deal with a problem like this in my
set-up but it was a host configuration error that always wanted to
download these docbook DTDs by not having proper XML catalog entries
(and failing to download them, which as you can see is the error you
are getting).

Sorry, no, I do not do Macintoshes, so even if I remember exact
steps I took to fix my host configuration error several years ago on
my Debian box, I suspect that the solution would not apply to you.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html