Run apt-get update to ensure we are using the current packages. Hopefully this will remove the various E: Failed to fetch http://something.deb 404 Not Found [IP: 35.184.213.5 80] messages You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/261 Commit Summary
File Changes
Patch Links:
— |
@akgrant43 pushed 1 commit.
— |
In reply to this post by David T Lewis
@akgrant43 pushed 1 commit.
— |
In reply to this post by David T Lewis
Error logs of linux builds for — |
In reply to this post by David T Lewis
Hmm, this seems like a travis problem then, too — |
In reply to this post by David T Lewis
That's my guess, and why I tried this PR (which is admittedly experimental). It would be good if someone could confirm that the changes make sense (I'm not familiar with travis at all). Thanks, — |
In reply to this post by David T Lewis
@fniephaus do you have an idea? — |
In reply to this post by David T Lewis
I haven't seen those errors before, so I am also assuming that there was/is a problem on Travis' side. A quick look at they status page revealed this incident which mentions @akgrant43 was this a temporary problem or does the problem still exist? And for how long have you seen these errors (hours/days/weeks)? Best, — |
In reply to this post by David T Lewis
Hi Fabio, The apt-get update issues mentioned on the Travis page match the symptoms we're seeing. My interpretation of what is written there is that this PR should be accepted now and reverted once Travis have their infrastructure issues sorted out. The problem still existed as of a few hours ago. It looks like the first instance was a couple of days ago, but the last commit before that was 6 days ago - about the time the Travis reports the issue as arising. Cheers, — |
In reply to this post by David T Lewis
@akgrant43 why merge and roll back later? I mean, why is this just a temporary fix? What are the disadvantages/advantages if we keep the commit? — |
In reply to this post by David T Lewis
The advantage is that the script will survive Travis not updating the environment for us. The disadvantages are:
Of course, there may be others that I haven't thought of. I should also add that it isn't 100% clear to me that Travis will ever "fix" the issue. They may decide that if you want to install software you should do an update - they mention trying to automatically determine whether an install is done, and maybe our script isn't detected. Cheers, — |
In reply to this post by David T Lewis
There doesn't seem to be any real opposition to this, it's a small update that can easily be reversed, so if there's no dissenting comment in the next 30 minutes I'll merge it in. Cheers, — |
In reply to this post by David T Lewis
Merged #261. — |
Free forum by Nabble | Edit this page |