Opened 4 years ago
Closed 4 years ago
#61966 closed defect (duplicate)
ruby does not support Xcode 12 or later
Reported by: | jpmelko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | ruby |
Description
port -N -p upgrade outdated" ---> Computing dependencies for ruby ---> Fetching archive for ruby ---> Attempting to fetch ruby-1.8.7-p374_11.darwin_19.x86_64.tbz2 from https://lil.fr.packages.macports.org/ruby ---> Attempting to fetch ruby-1.8.7-p374_11.darwin_19.x86_64.tbz2 from https://mse.uk.packages.macports.org/ruby ---> Attempting to fetch ruby-1.8.7-p374_11.darwin_19.x86_64.tbz2 from https://packages.macports.org/ruby ---> Fetching distfiles for ruby Error: ruby does not support Xcode 12 or later. Error: Failed to fetch ruby: incompatible Xcode version Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_ruby/ruby/main.log for details.
Attachments (1)
Change History (3)
Changed 4 years ago by jpmelko
comment:1 Changed 4 years ago by kencu (Ken)
comment:2 Changed 4 years ago by jmroot (Joshua Root)
Port: | ruby added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
ruby
refers to the ancientruby18
which is from 2014 and does not support Xcode 12 or later, indeed.Not that you would want to use it anyway.
Try one of the newer
ruby
versions, likeruby27
which builds on all newer systems <https://packages.macports.org/ruby27/>Now -- should:
get you
ruby18
instead ofruby27
? Probably not, and that is likely a good issue to raise, for those who might not be so versed in their gemstones...