Opened 7 years ago

Closed 6 years ago

#54814 closed defect (fixed)

byacc @20170719: upgrade fails due to missing source

Reported by: mathomp4 (Matthew Thompson) Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: byacc

Description

All,

I can't update some ports because byacc is failing:

(9) $ port upgrade byacc
--->  Fetching distfiles for byacc
--->  Attempting to fetch byacc-20170709.tgz from ftp://invisible-island.net/byacc/
--->  Attempting to fetch byacc-20170709.tgz from https://distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://aarnet.au.distfiles.macports.org/pub/macports/distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://cjj.kr.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://her.gr.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://jnb.za.distfiles.macports.org/distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://jog.id.distfiles.macports.org/macports/distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://kmq.jp.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://lil.fr.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://nue.de.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://osl.no.distfiles.macports.org/byacc
--->  Attempting to fetch byacc-20170709.tgz from https://pek.cn.distfiles.macports.org/macports/distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://sea.us.distfiles.macports.org/macports/distfiles/byacc
--->  Attempting to fetch byacc-20170709.tgz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/byacc
Error: Failed to fetch byacc: The requested URL returned error: 404 Not Found
Error: See /Users/mathomp4/macports/var/macports/logs/_Users_mathomp4_macports_var_macports_sources_distfiles.macports.org_ports_devel_byacc/byacc/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

My guess is that it is looking at

ftp://invisible-island.net/byacc/

as seen in the first line, but the byacc source seems to be at

ftp://ftp.invisible-island.net/byacc/

now instead. Perhaps this is the issue?

I'm not sure if I can point Macports to look for local source files (without making a Portfile), so could someone update the Portfile on your end?

Change History (4)

comment:1 Changed 7 years ago by Schamschula (Marius Schamschula)

Owner: set to tobypeterson
Status: newassigned

Please add the maintainer port info --maintainer byacc to the CC field.

comment:2 Changed 7 years ago by tobypeterson

Yes, I believe that’s correct re the FTP server. I won’t have computer access for a couple weeks, so perhaps someone else can fix it. I’d also be able to easily approve a github PR...

comment:3 in reply to:  2 Changed 7 years ago by mathomp4 (Matthew Thompson)

Replying to tobypeterson:

Yes, I believe that’s correct re the FTP server. I won’t have computer access for a couple weeks, so perhaps someone else can fix it. I’d also be able to easily approve a github PR...

Okay. Just tried my first github PR for Macports. Hope I didn't screw too much up. :)

comment:4 Changed 6 years ago by tobypeterson

Resolution: fixed
Status: assignedclosed

This is fixed now, thanks.

Note: See TracTickets for help on using tickets.