Opened 10 years ago

Closed 10 years ago

#44126 closed defect (fixed)

FileZilla fetch fails

Reported by: jries@… Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: rudloff@…, cooljeanius (Eric Gallager)
Port: FileZilla

Description (last modified by mf2k (Frank Schima))

$ sudo port install FileZilla
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
Password:
--->  Computing dependencies for FileZilla
--->  Fetching distfiles for FileZilla
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://distfiles.macports.org/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://sea.us.distfiles.macports.org/macports/distfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://lil.fr.distfiles.macports.org/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from https://filezilla-project.org/nightlies/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://cjj.kr.distfiles.macports.org/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://nue.de.distfiles.macports.org/macports/distfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://jog.id.distfiles.macports.org/macports/mpdistfiles/FileZilla/2014-06-17
--->  Attempting to fetch FileZilla3-src.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/FileZilla
Error: org.macports.fetch for port FileZilla returned: fetch failed
Please see the log file for port FileZilla for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_FileZilla/FileZilla/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port FileZilla failed

I actually ran across this during a "port upgrade outdated". I had to uninstall both Filezilla and GitX (same problem) to get the update to complete.

For what it's worth, I'm running OSX 10.8.5 (Mountain Lion). I did check one of the mirror URLs and verified that the FileZilla directory was not present.

Attachments (1)

FileZilla3-src.tar.bz2 (3.9 MB) - added by mojca (Mojca Miklavec) 10 years ago.

Change History (12)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: rudloff@… added
Owner: changed from macports-tickets@… to mojca@…
Port: FileZilla added; Filezilla removed

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers FileZilla).

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Summary: FileZilla not foundFileZilla fetch fails

comment:3 in reply to:  1 Changed 10 years ago by jries@…

Replying to mf2k@…:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers FileZilla).

I noticed the results as soon as I posted, but saw no way to fix it ex post facto. Sorry.

comment:4 Changed 10 years ago by mojca (Mojca Miklavec)

Version: 2.3.0

The nightly versions are deleted from the main server every few days, but I would really like to know why the file isn't mirrored. What's the best thing to do in such cases (I still have the file)?

Apart from that we have a problem: the latest versions switched to C++11. Which makes the port useless on < 10.9 unless:

  • someone cares enough to revert a few trivial changes to make the code compile on pre-C++11 (it's doable)
  • we link against libc++ or use gcc 4.8 (both options are asking for problems)
  • we switch the whole MacPorts to libc++ one day ...

comment:5 Changed 10 years ago by jries@…

I actually compile my own employer's codebase with gcc 4.8 as we went to C++11 a couple of years ago, but I can understand the caution. I was distressed when my upgrade to Mavericks prevented the codebase from compiling successfully at all; I downgraded thereafter and have been reluctant to try again until I have time to fix any resulting issues.

comment:6 Changed 10 years ago by rudloff@…

Maybe we could solve that by using SVN to fetch the code instead ?

comment:7 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Changed 10 years ago by mojca (Mojca Miklavec)

Attachment: FileZilla3-src.tar.bz2 added

comment:8 Changed 10 years ago by mojca (Mojca Miklavec)

I committed r121570 as a temporary workaround.

We still need to figure out what to do with support for < 10.9 after version 3.9.0 gets released.

comment:9 Changed 10 years ago by mojca (Mojca Miklavec)

Please let me know if this patch fixes the problem. And please let me know if it works correctly on 10.8. Because it behaves in a strange way on 10.7 since the upgrade to wx 3.0 and the author cannot reproduce the behaviour on 10.9.

comment:10 Changed 10 years ago by jries@…

I successfully compiled and installed it, and it's running as I type. Thank you very much. It looks like I'm going to have to bite the bullet and do the upgrade to Maverick soon.

comment:11 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.