On Mon, Dec 22, 2014 at 8:34 PM, Ivar Nesje <[email protected]> wrote:
> 3 days old version: This looks really weird, and I can't really see how this
> can happen. The first I would check is that you are actually running the
> julia you just built, rather than a a 3 days old julia from another

Well, the make errors came after a fresh compile from the
20a5c3d888dd9317065390b8bbd984
17addeb65c commit.

Fwiw, I had deleted the old julia repo and .julia directory, cloned
julia afresh and compiled it again because the earlier commit was
showing a 3-day old master.  Despite running make after doing a fresh
pull**[0] today morning it still says "Version 0.4.0-dev+2200
(2014-12-18 17:30 UTC) Commit 79d473c (4 days old master)". Really
odd.


> directory. The next point on the list is to post git status and the last
> line of sh base/version_git.sh so that we can see if it gives us a clue.

After a git pull since last night,
~/julia$ git status
On branch master
Your branch is ahead of 'origin/master' by 17 commits. **[0]
  (use "git push" to publish your local commits)
nothing to commit, working directory clean

**[0] NB: this is odd, when tig shows this:
https://gist.github.com/svaksha/76716563322d9065e672


~/julia$ sh base/version_git.sh
# This file was autogenerated in base/version_git.sh
immutable GitVersionInfo
    commit::AbstractString
    commit_short::AbstractString
    branch::AbstractString
    build_number::Int
    date_string::AbstractString
    tagged_commit::Bool
    fork_master_distance::Int
    fork_master_timestamp::Float64
end

const GIT_VERSION_INFO = GitVersionInfo(
    "55f37acd579614388db5333504fa19b81167e1c7",
    "55f37ac",
    "master",
    2246,
    "2014-12-23 00:56 UTC",
    false,
    16,
    1419254232.
)

> The checksum issue is because the one of our dependencies needs to be
> downloaded separately, and you didn't get a file exactly equal to the file
> we got when we added the dependency.

Which dependency is this? Perhaps I can install it separately the next
time I run into this error.

>This is usually caused by networking
> issues, but can have many other sources. Typically the best way to find out
> is to examine the size of deps/pcre-8.36.tar.bz2 to see if it is about 1.5
> MB.

It is about 1.5 MB. It could also probably be a network issue - been
an issue this past week. I ran make and  recompiled it and that solved
the checksum errors but the 4-day old master error persists. Thanks
for the help.

SVAKSHA ॥  http://about.me/svaksha

Reply via email to