Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-7-x64
On Thu, Aug 8, 2013 at 2:15 AM, wrote: > The Buildbot has detected a new failure on builder Windows-7-x64 while > building Wireshark (development). > Full details are available at: > http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/6616 > > Buildbot URL: http://buildbot.wireshark.org/trunk/ > > Buildslave for this Build: windows-7-x64 > > Build Reason: scheduler > Build Source Stamp: 51212 > Blamelist: etxrab,guy > > BUILD FAILED: failed nmake docs user-guide.xml:346: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; The file exists and appears valid, so I'm not sure what the issue is here. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-7-x64
On Thu, Aug 8, 2013 at 2:25 PM, Evan Huus wrote: > On Thu, Aug 8, 2013 at 2:15 AM, wrote: > > The Buildbot has detected a new failure on builder Windows-7-x64 while > building Wireshark (development). > > Full details are available at: > > http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/6616 > > > > Buildbot URL: http://buildbot.wireshark.org/trunk/ > > > > Buildslave for this Build: windows-7-x64 > > > > Build Reason: scheduler > > Build Source Stamp: 51212 > > Blamelist: etxrab,guy > > > > BUILD FAILED: failed nmake docs > > user-guide.xml:346: warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; > > The file exists and appears valid, so I'm not sure what the issue is here. > Hi Evans, May be a Web Access problem from the VM ? > ___ > Sent via:Wireshark-dev mailing list > Archives:http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:wireshark-dev-requ...@wireshark.org > ?subject=unsubscribe > ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-7-x64
On 08/08/13 08:25, Evan Huus wrote: On Thu, Aug 8, 2013 at 2:15 AM, wrote: The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/6616 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: scheduler Build Source Stamp: 51212 Blamelist: etxrab,guy BUILD FAILED: failed nmake docs user-guide.xml:346: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; The file exists and appears valid, so I'm not sure what the issue is here. The complete error is: error : Operation in progress user-guide.xml:346: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; ]> Given the "Operation in progress" bit (and that this is Windows), I'd guess that the buildbot just needs a kick (reboot). ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-7-x64
On 8/8/13 6:08 AM, Jeff Morriss wrote: > On 08/08/13 08:25, Evan Huus wrote: >> On Thu, Aug 8, 2013 at 2:15 AM, wrote: >>> The Buildbot has detected a new failure on builder Windows-7-x64 >>> while building Wireshark (development). >>> Full details are available at: >>> http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/6616 >>> >>> Buildbot URL: http://buildbot.wireshark.org/trunk/ >>> >>> Buildslave for this Build: windows-7-x64 >>> >>> Build Reason: scheduler >>> Build Source Stamp: 51212 >>> Blamelist: etxrab,guy >>> >>> BUILD FAILED: failed nmake docs >> >> user-guide.xml:346: warning: failed to load external entity >> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; >> >> The file exists and appears valid, so I'm not sure what the issue is >> here. > > The complete error is: > >> error : Operation in progress >> user-guide.xml:346: warning: failed to load external entity >> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; >> ]> > > Given the "Operation in progress" bit (and that this is Windows), I'd > guess that the buildbot just needs a kick (reboot). It looks like we were fetching the Docbook DTDs from the network instead of the local filesystem due to a version mismatch. Fixed in r51220. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
Re: [Wireshark-dev] Gently migrating to Git + Gerrit
On Tue, Aug 6, 2013 at 2:11 PM, Gerald Combs wrote: > On 8/6/13 4:18 AM, Bálint Réczey wrote: > >> Currently all the library archives are stored in SVN and if we simply >> convert it >> to Git anyone cloning the repository would have to download all the libs ever >> checked in (unless using git clone --depth which imposes other limitations). >> Handling binary files is not exactly where Git shines. There is a >> separate project, >> git-annex to support using Git helping file storage, but Windows support is >> not >> perfect according to the project's page [1]. >> >> Regarding the libraries I think it would probably be enough to use a >> downloadable >> .zip file containing a snapshot of the needed Windows libraries >> instead of cloning >> a Subversion/Git repository to the machine. The scripts maintaining the >> snapshot >> could be stored in Git, of course, but I'm not sure if rethinking the >> library installation >> should happen before moving the main codebase to Gerrit. > > Good point. Ultimately I'd like to get out of the third party package > business. At Sharkfest Graham mentioned that Nuget > (http://www.nuget.org/) is starting to gain popularity as a way to > package development libraries for Windows. I'm hoping we can migrate > from what we currently have to a set of scripts that generate packages > and upload them to Nuget.org. Similarly on Mac, it would be nice if the macosx-setup.sh script could as much as possible be replaced with a set of homebrew packages (or some other equivalent). ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
Re: [Wireshark-dev] Gently migrating to Git + Gerrit
On Thu, Aug 8, 2013 at 1:21 PM, Evan Huus wrote: > Similarly on Mac, it would be nice if the macosx-setup.sh script could > as much as possible be replaced with a set of homebrew packages (or > some other equivalent). +1 on that -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe