WinRPM.jl icon indicating copy to clipboard operation
WinRPM.jl copied to clipboard

Pkg.build fails on Windows 10

Open burdickjp opened this issue 8 years ago • 9 comments

Julia Version 0.6.0 Commit 903644385b* (2017-06-19 13:05 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, sandybridge)

LoadError: "ErrorException(\"Error parsing document : 0\"), not well-formed (invalid token), 1, 9865, 9865" while loading C:\Users\Jeffrey.Burdick\.julia\v0.6\WinRPM\deps\build.jl, in expression starting on line 2

I've tried this. It didn't work.

burdickjp avatar Jun 26 '17 15:06 burdickjp

@burdickjp Could you please try https://github.com/musm/WinRPM.jl ?

musm avatar Jul 19 '17 03:07 musm

After upgrading to Julia v0.6 I'm experiencing the problem again and this time my "trick" did not work.

@musm : I've tried cloning your fork, but I'm getting the same parsing error as above.

robertdj avatar Aug 11 '17 11:08 robertdj

@robertdj that's because I removed the commits from my master branch and opened a PR with the changes. I can add them back to master branch if they help you.

musm avatar Aug 11 '17 13:08 musm

It looks like like your pull requests have been reviewed and approved, but not accepted? If they fix the issues I would love for them to be included! @ararslan @tkelman

robertdj avatar Aug 15 '17 06:08 robertdj

@robertdj yes if you urgently need a fix please checkout https://github.com/JuliaPackaging/WinRPM.jl/pull/121 and let me know if it works?

musm avatar Aug 17 '17 05:08 musm

I'll try -- thanks!

robertdj avatar Aug 17 '17 11:08 robertdj

Ops linked wrong pr above

https://github.com/JuliaPackaging/WinRPM.jl/pull/122

musm avatar Aug 17 '17 12:08 musm

I think I managed to merge the right commit (6198d00aea140a3d8f248f5bf42ffca6c927a90b), but when I run Pkg.build("WinRPM") I still get the same error.

robertdj avatar Aug 18 '17 12:08 robertdj

I'm having the same issue. My julia versioninfo() reports :

Commit 0d7248e2ff* (2017-10-24 22:15 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)```

Gyslain avatar Nov 07 '17 16:11 Gyslain