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

Downloading cacert.pem from makefile #24903

Closed
JaredCrean2 opened this issue Dec 4, 2017 · 0 comments
Closed

Downloading cacert.pem from makefile #24903

JaredCrean2 opened this issue Dec 4, 2017 · 0 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@JaredCrean2
Copy link
Contributor

On the latest master, running make -C deps getall does not download cacert-2017-09-20.pem. It gets downloaded by running make, but this is a problem for building julia on systems that can't access the internet.

Here's the snippet of stderr from running make

--2017-12-03 18:41:57--  https://cache.julialang.org/https://curl.haxx.se/ca/cacert-2017-09-20.pem
Resolving cache.julialang.org (cache.julialang.org)... 34.207.146.72
Connecting to cache.julialang.org (cache.julialang.org)|34.207.146.72|:443... connected.
HTTP request sent, awaiting response... 301 MOVED PERMANENTLY
Location: https://curl.haxx.se/ca/cacert-2017-09-20.pem [following]
--2017-12-03 18:41:57--  https://curl.haxx.se/ca/cacert-2017-09-20.pem
Resolving curl.haxx.se (curl.haxx.se)... 151.101.2.49
Connecting to curl.haxx.se (curl.haxx.se)|151.101.2.49|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 236061 (231K) [application/x-pem-file]
Saving to: ‘/home/jared/build/julia/deps/cacert-2017-09-20.pem’

     0K .......... .......... .......... .......... .......... 21%  689K 0s
    50K .......... .......... .......... .......... .......... 43% 1.85M 0s
   100K .......... .......... .......... .......... .......... 65% 4.40M 0s
   150K .......... .......... .......... .......... .......... 86% 4.40M 0s
   200K .......... .......... ..........                      100% 1.54M=0.1s

2017-12-03 18:41:57 (1.60 MB/s) - ‘/home/jared/build/julia/deps/cacert-2017-09-20.pem’ saved [236061/236061]
@ViralBShah ViralBShah added the building Build system, or building Julia or its dependencies label Dec 4, 2017
JaredCrean2 added a commit to JaredCrean2/julia that referenced this issue Dec 31, 2017
mbauman added a commit that referenced this issue Mar 5, 2018
…luenonscalarindexedassignment

* origin/master: (28 commits)
  fix an optimizer bug in `invoke` with non-constant functions (#26301)
  lower top-level statements in such a way that the front-end knows (#26304)
  Make sure Sockets page has h1 header (#26315)
  fix doctests, and make them less prone to errors (#26275)
  FIx intro to manual chapter on types (#26312)
  Add a missing "that" (#26313)
  fix docstring for code_llvm (#26266)
  Remove the examples/ folder (#26153)
  download cert.pem from deps-getall, fixes #24903 (#25344)
  Slight update to doc string for at-enum to refer to instances (#26208)
  performance tweak in reverse(::String) (#26300)
  remove references to `TCPSocket` in Base docstrings (#26298)
  Deprecate adding integers to CartesianIndex (#26284)
  Deprecate conj(::Any), add real(::Missing) and imag(::Missing) (#26288)
  fix #26267, regression in `names` with `imported=false` (#26293)
  fix #25857, `typeinfo` problem in showing arrays with abstract tuple types (#26289)
  Add adjoint(::Missing) method (#25502)
  Use lowered form in logging macro (#26291)
  deprecate bin, oct, dec, hex, and base in favor of `string` and keyword args (#25804)
  deprecate `spawn(cmd)` to `run(cmd, wait=false)` (#26130)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

2 participants