Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with TimeZones? #132

Closed
musm opened this issue Jan 17, 2020 · 1 comment
Closed

Issue with TimeZones? #132

musm opened this issue Jan 17, 2020 · 1 comment

Comments

@musm
Copy link
Member

musm commented Jan 17, 2020

  Updating `C:\Users\Mus\.julia\environments\v1.3\Project.toml`
  [f269a46b] + TimeZones v0.10.4 #v0.10.4 (https://github.com/JuliaTime/TimeZones.jl.git)
  Updating `C:\Users\Mus\.julia\environments\v1.3\Manifest.toml`
  [8f5d6c58] ↓ EzXML v1.1.0 ⇒ v0.9.5
  [f269a46b] ↑ TimeZones v0.9.2 ⇒ v0.10.4 #v0.10.4 (https://github.com/JuliaTime/TimeZones.jl.git)

Is there some odd incompatability between deps holding things back?

@bicycle1885
Copy link
Member

Hmm, I cannot reproduce the problem with a fresh Julia 1.4.1 environment.


(@v1.4) pkg> add EzXML TimeZones
    Cloning default registries into `~/.julia`
    Cloning registry from "https://github.com/JuliaRegistries/General.git"
      Added registry `General` to `~/.julia/registries/General`
  Resolving package versions...
  Installed Mocking ────── v0.7.1
  Installed Zlib_jll ───── v1.2.11+9
  Installed Libiconv_jll ─ v1.16.0+2
  Installed EzXML ──────── v1.1.0
  Installed RecipesBase ── v1.0.1
  Installed ExprTools ──── v0.1.1
  Installed TimeZones ──── v1.1.1
  Installed XML2_jll ───── v2.9.9+4
Downloading artifact: XML2
Downloading artifact: Libiconv
Downloading artifact: Zlib
   Updating `~/.julia/environments/v1.4/Project.toml`
  [8f5d6c58] + EzXML v1.1.0
  [f269a46b] + TimeZones v1.1.1
   Updating `~/.julia/environments/v1.4/Manifest.toml`
  [e2ba6199] + ExprTools v0.1.1
  [8f5d6c58] + EzXML v1.1.0
  [94ce4f54] + Libiconv_jll v1.16.0+2
  [78c3b35d] + Mocking v0.7.1
  [3cdcf5f2] + RecipesBase v1.0.1
  [f269a46b] + TimeZones v1.1.1
  [02c8fc9c] + XML2_jll v2.9.9+4
  [83775a58] + Zlib_jll v1.2.11+9
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
   Building TimeZones → `~/.julia/packages/TimeZones/X323b/deps/build.log`

(@v1.4) pkg> st
Status `~/.julia/environments/v1.4/Project.toml`
  [8f5d6c58] EzXML v1.1.0
  [f269a46b] TimeZones v1.1.1

julia> versioninfo()
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: AMD Ryzen 5 2400G with Radeon Vega Graphics
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, znver1)
Environment:
  JULIA_PROJECT = @.

Please feel free to reopen the issue with some reproducible procedure if this is still relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants