Changes between Initial Version and Version 2 of Ticket #66862


Ignore:
Timestamp:
Feb 8, 2023, 5:30:24 PM (15 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Welcome to MacPorts and thanks for the bug report.

Failure to fetch archives is not a problem. No arm64 archives are available for Ventura for any port yet; see #66637. When an archive is not available, MacPorts fetches the source code and builds from source on your machine. The fetch from source is succeeding (so the wiki suggestions for fetch failures are not applicable) and the build from source is failing, so that's what we need to investigate.

There is another ticket, six years old, about undefined symbols in funtools 1.4.7, but that's on OS X 10.9 and the list of undefined symbols is different than yours, so I think it's a different problem.

So far I don't see the problem on my Monterey system and we have successful builds of the port on all of the extant automated builders so this may be a problem that only crops up in certain circumstances.

There is a new version of funtools, 1.4.8, available from the developers; maybe updating would help. Since this version has been available for 18 months already, the port maintainer may be inactive, so I'm looking into the update.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66862

    • Property Status changed from new to assigned
    • Property Cc ryandesign added
    • Property Summary changed from 404 Error When Fetching FUNTOOLS to funtools @1.4.7_0 build failure: undefined symbols
    • Property Owner set to lpsinger
    • Property Keywords funtools 404 removed
  • Ticket #66862 – Description

    initial v2  
    55After updating to Ventura 13.1, updating Xcode to the latest version, and installing the Ventura Macports variant, I attempted to install FUNTOOLS and PGPlot for my astronomy research. PGPlot installed fine, but FUNTOOLS is continually running into a 404 error
    66
    7 (:msg:archivefetch --->  Attempting to fetch funtools-1.4.7_0.darwin_22.arm64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/funtools
    8 :debug:archivefetch Fetching archive failed: The requested URL returned error: 404)
     7{{{
     8:msg:archivefetch --->  Attempting to fetch funtools-1.4.7_0.darwin_22.arm64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/funtools
     9:debug:archivefetch Fetching archive failed: The requested URL returned error: 404
     10}}}
    911
    10 followed by various clang errors when attempting to fetch the funtools files. I followed the instructions for the fetch error listed here (https://trac.macports.org/wiki/ProblemHotlist#fetch-failures), but I still ended up with the same errors. I downloaded funtools-1.4.7.tar.gz and moved it to /opt/local/var/macports/distfiles/funtools. Then, I ran sudo port install funtools as directed by the fetch failures page, but still received the same error. My best guess is I missed something when downloading the distribution, but I don't know what.
     12followed by various clang errors when attempting to fetch the funtools files. I followed the instructions for the fetch error listed here (ProblemHotlist#fetch-failures), but I still ended up with the same errors. I downloaded funtools-1.4.7.tar.gz and moved it to /opt/local/var/macports/distfiles/funtools. Then, I ran `sudo port install funtools` as directed by the fetch failures page, but still received the same error. My best guess is I missed something when downloading the distribution, but I don't know what.
    1113
    1214I will try to attach my log file that was generated during the installation attempts. I'm not sure what next steps I can take to debug this and would appreciate help from more experienced programmers.