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

"<Package> not found in current path" during Pkg.build on recent master #25664

Closed
ararslan opened this issue Jan 20, 2018 · 3 comments
Closed
Labels
packages Package management and loading regression Regression in behavior compared to a previous version
Milestone

Comments

@ararslan
Copy link
Member

This seems to be happening both locally and on the nightly builds. As an example,

julia> Pkg.build("SpecialFunctions")
[ Info: Building SpecialFunctions
┌ Error: ------------------------------------------------------------
│ # Build failed for SpecialFunctions
│   exception =
│    LoadError: ArgumentError: Module Compat not found in current path.
│    Run `Pkg.add("Compat")` to install the Compat package.
│    Stacktrace:
│     [1] require(::Module, ::Symbol) at ./loading.jl:813
│     [2] include at ./boot.jl:292 [inlined]
│     [3] include_relative(::Module, ::String) at ./loading.jl:1011
│     [4] include at ./sysimg.jl:26 [inlined]
│     [5] include(::String) at ./loading.jl:1045
│     [6] top-level scope
│     [7] eval at ./boot.jl:295 [inlined]
│     [8] eval at ./sysimg.jl:71 [inlined]
│     [9] evalfile(::String, ::Array{String,1}) at ./loading.jl:1040 (repeats 2 times)
│     [10] #2 at ./none:12 [inlined]
│     [11] cd(::getfield(, Symbol("##2#5")){String}, ::String) at ./file.jl:70
│     [12] (::getfield(, Symbol("##1#3")))(::IOStream) at ./none:11
│     [13] open(::getfield(, Symbol("##1#3")), ::String, ::String) at ./iostream.jl:310
│     [14] top-level scope
│     [15] eval at ./boot.jl:295 [inlined]
│     [16] eval(::Module, ::Expr) at ./sysimg.jl:71
│     [17] process_options(::Base.JLOptions) at ./client.jl:301
│     [18] _start() at ./client.jl:375
│    in expression starting at /home/alex/.julia/v0.7/SpecialFunctions/deps/build.jl:1
└ @ Main none:15

Local version info:

Julia Version 0.7.0-DEV.3487
Commit 808e828* (2018-01-20 20:33 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, skylake)
Environment:

Travis version info where I've also observed this:

Julia Version 0.7.0-DEV.3485
Commit a103ea3384 (2018-01-20 19:23 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)
Environment:
@ararslan ararslan added the packages Package management and loading label Jan 20, 2018
@quinnj
Copy link
Member

quinnj commented Jan 20, 2018

Just saw this here too

@StefanKarpinski
Copy link
Sponsor Member

Could be related to the merging of #25455, although that passes all tests.

@chriselrod
Copy link
Contributor

FWIW, I reproduced after Scott P Jones brought this up on gitter. Checking out the preceding commit #25649 fixed the issue.

@ararslan ararslan added the regression Regression in behavior compared to a previous version label Jan 21, 2018
@StefanKarpinski StefanKarpinski added this to the 1.0 milestone Jan 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Package management and loading regression Regression in behavior compared to a previous version
Projects
None yet
Development

No branches or pull requests

4 participants