On Mon, Jun 19, 2017 at 12:36 PM, Graham Bloice <[email protected]> wrote: > > > On 19 June 2017 at 19:40, Richard Sharpe <[email protected]> > wrote: >> >> On Mon, Jun 19, 2017 at 11:12 AM, Richard Sharpe >> <[email protected]> wrote: >> > On Mon, Jun 19, 2017 at 8:08 AM, Graham Bloice >> > <[email protected]> wrote: >> >> >> >> >> >> On 19 June 2017 at 15:02, Jeff Morriss <[email protected]> >> >> wrote: >> >>> >> >>> >> >>> >> >>> On Sun, Jun 18, 2017 at 6:18 PM, Richard Sharpe >> >>> <[email protected]> wrote: >> >>>> >> >>>> Hi folks, >> >>>> >> >>>> I am getting this: >> >>>> ---------------------------- >> >>>> >> >>> [...] >> >>>> >> >>>> "C:\Development\wsbuild64\Wireshark.sln" (default target) (1) >> >>>> -> >> >>>> >> >>>> "C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj.metaproj" >> >>>> (default target) (62) -> >> >>>> "C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj" >> >>>> (default target) (116) -> >> >>>> CUSTOMBUILD : I/O error : Attempt to load network entity >> >>>> http://docbook.sourceforge.net/release/xsl/current/ht >> >>>> mlhelp/htmlhelp.xsl >> >>>> [C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj] >> >>>> CUSTOMBUILD : compilation error : file >> >>>> /cygdrive/c/Development/wireshark/docbook/custom_layer_chm.xsl line 8 >> >>>> e >> >>>> lement import >> >>>> [C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj] >> >>>> >> >>> [...] >> >>>> >> >>>> A quick search suggests that other people are seeing similar errors. >> >>>> I >> >>>> definitely have access to the internet and am doing this from home. >> >>>> Also, a wget from a different shell (cygwin) succeeds for that file. >> >>>> >> >>>> Is there some tool I have failed to install that is needed? >> >>> >> >>> >> >>> No tool but you need whatever package supplies `htmlhelp.xsl`. >> >>> >> >>> Or you can remove the "--nonet" option which is what is preventing it >> >>> from >> >>> trying to get the file off the 'net (there was recently some >> >>> discussion--but >> >>> no resolution that I'm aware of--of the wiseness of using "--nonet"). >> >>> >> >>> >> >> >> >> According to the Cygwin package index >> >> >> >> (https://cygwin.com/cgi-bin2/package-grep.cgi?grep=htmlhelp.xsl&arch=x86_64) >> >> that file should be part of the asciidoc package and in my build VM is >> >> in >> >> etc/asciidoc/docbook-xsl. >> > >> > Thanks for that. I will make sure that I have ascii doc installed. I >> > extracted the command and ran it manually and initially it seemed that >> > /etc/xml/catalog was empty, but I managed to copy that from a Linux >> > system and got further. >> >> Sigh. There is something really weird about my cygwin setup. I managed >> to get past the previous problems and now am hitting this: >> >> "C:\Development\wsbuild64\Wireshark.sln" (default target) (1) -> >> "C:\Development\wsbuild64\docbook\all_guides.vcxproj.metaproj" >> (default target) (3) -> >> "C:\Development\wsbuild64\docbook\user_guides.vcxproj.metaproj" >> (default target) (30) -> >> "C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj.metaproj" >> (default target) (32) -> >> "C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj" >> (default target) (119) -> >> CUSTOMBUILD : I/O error : Attempt to load network entity >> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd >> [C:\Development\wsbuild64\docbook\user_guide_chm.vcxproj] >> >> > > > Have you installed the Cygwin docbook-xml45 package as listed in the > Developers Guide? > I think that again, that package wants to reach out to the internet for some > unknown reason.
Yeah, I installed that after I ran into problems ... any maybe need to regenerate the cmake files stuff. > If you're only building Wireshark to run locally you can dispense with the > docs which does make the build simpler by omitting the > "-DENABLE_CHM_GUIDES=on" argument to CMake. I noticed that and have taken that step for the moment. > If you're aiming to build an installer then you do need to build the docs, > which requires docbook and it's partners, which just makes life awkward on > Windows. Yeah, I will have to sort that out. > -- > Graham Bloice > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: https://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
