alex / rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
BSD 3-Clause "New" or "Revised" License
381 stars 60 forks source link

fix latest build error #102

Closed nobodxbodon closed 3 years ago

nobodxbodon commented 3 years ago

Seems to be caused by changed pypy repo url.

$ wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2

--2020-09-12 16:50:53--  https://bitbucket.org/pypy/pypy/get/default.tar.bz2

Resolving bitbucket.org (bitbucket.org)... 18.205.93.2, 18.205.93.0, 18.205.93.1, ...

Connecting to bitbucket.org (bitbucket.org)|18.205.93.2|:443... connected.

HTTP request sent, awaiting response... 404 Not Found

2020-09-12 16:50:53 ERROR 404: Not Found.

Should the pypy url in .travis.yml be changed to below?

https://foss.heptapod.net/pypy/pypy/-/archive/branch/default/pypy-branch-default.tar.bz2
alex commented 3 years ago

Yeah, I think that'd be the fix.

On Tue, Sep 15, 2020 at 10:46 PM Xuan Wu notifications@github.com wrote:

Seems https://travis-ci.org/github/alex/rply/builds/726605764 to be caused by changed pypy repo url.

$ wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O pwd/../pypy.tar.bz2

--2020-09-12 16:50:53-- https://bitbucket.org/pypy/pypy/get/default.tar.bz2

Resolving bitbucket.org (bitbucket.org)... 18.205.93.2, 18.205.93.0, 18.205.93.1, ...

Connecting to bitbucket.org (bitbucket.org)|18.205.93.2|:443... connected.

HTTP request sent, awaiting response... 404 Not Found

2020-09-12 16:50:53 ERROR 404: Not Found.

Should the pypy url in .travis.yml https://github.com/alex/rply/blob/41d748393b96dffe3c4ef628ec11ea28275aa279/.travis.yml#L30 be changed to below?

https://foss.heptapod.net/pypy/pypy/-/archive/branch/default/pypy-branch-default.tar.bz2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alex/rply/issues/102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAGBHPX2CVUBNBLUNKEB3SGARJ5ANCNFSM4RODNADA .

-- All that is necessary for evil to succeed is for good people to do nothing.