Some time ago I successfully installed the WinRPM.
I recently ran into trouble with some packages and decided to wipe the package dir v0.5. Since then, I cannot install the WinRPM package (which I need for the HDF5 package):
julia> Pkg.build("WinRPM")
INFO: Building WinRPM
=============================================================================[ ERROR: WinRPM ]==============================================================================
LoadError: LoadError: InitError: "ErrorException(\"Error parsing document : 0\"), not well-formed (invalid token), 1, 9865, 9865"
during initialization of module WinRPM
while loading C:\Users\<user>\.julia\v0.5\WinRPM\src\WinRPM.jl, in expression starting on line 515
while loading C:\Users\<user>\.julia\v0.5\WinRPM\deps\build.jl, in expression starting on line 1
============================================================================================================================================================================
==============================================================================[ BUILD ERRORS ]==============================================================================
WARNING: WinRPM had build errors.
- packages with build errors remain installed in C:\Users\<user>\.julia\v0.5
- build the package(s) and all dependencies with `Pkg.build("WinRPM")`
- build a single package by running its `deps/build.jl` script
============================================================================================================================================================================
Actually, I’m still getting the same error even with the new XML from the updated openSUSE URL
I deleted ~/julia/v0.5 and ran Pkg.add("WinRPM") as the first command.
INFO: Building WinRPM
WARNING: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
WARNING: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
===================================================[ ERROR: WinRPM ]====================================================
LoadError: "ErrorException(\"Error parsing document : 0\"), not well-formed (invalid token), 1, 9865, 9865"
while loading C:\Users\robert\.julia\v0.5\WinRPM\deps\build.jl, in expression starting on line 2
========================================================================================================================
====================================================[ BUILD ERRORS ]====================================================
WARNING: WinRPM had build errors.
- packages with build errors remain installed in C:\Users\robert\.julia\v0.5
- build the package(s) and all dependencies with `Pkg.build("WinRPM")`
- build a single package by running its `deps/build.jl` script
========================================================================================================================
INFO: Package database updated
Anybody experiencing the same problem?
I get this error even on a computer with a freshly installed Windows where Julia is the first program I install…
Do you have reproducible test case that always throws that error? For me it shows up intermittently and thus hard to track the exact source of the problem.