Opened 19 years ago
Closed 19 years ago
#8540 closed defect (fixed)
BUG: lftp fails to build
Reported by: | dkluge@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | yeled@…, markd@… | |
Port: |
Description
lftp doesn't build, the Portfile references an outdated version see:
villa# port fetch lftp ---> Fetching lftp ---> Attempting to fetch lftp-3.3.5.tar.bz2 from ftp://ftp.wiretapped.net/pub/mirrors/lftp/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from ftp://ftp.bme.hu/packages/lftp/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from ftp://ftp.130th.net/pub/mirror/lftp/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from http://ftp.yars.free.net/pub/source/lftp/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from http://distfiles-msn.opendarwin.org/ ---> Attempting to fetch lftp-3.3.5.tar.bz2 from http://distfiles-bay13.opendarwin.org/ Error: Target com.apple.fetch returned: fetch failed Error: /opt/local/bin/port: Status 1 encountered during processing.
So either update this port to lftp 3.4.4, or add "old/" to all the master_sites paths (ugly hack but takes no time)
Change History (1)
comment:1 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
(In reply to comment #0)
I added old/ to the master sites and removed sites that were obsolete. It is isn't a hack in this case because this will happen again and again. The ugly thing is that the developer changes paths of tarballs and adding old/ will keep the port from breaking at every tarball version change. The latest rev is now 3.4.6. But since 3.3.5 has patches I'll leave it to someone who uses the program to see whether patching is needed for the latest and if so how.