Opened 5 years ago

Closed 5 years ago

#59216 closed defect (fixed)

Unable to ugrade ruby on Catalina

Reported by: jpmelko Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ruby

Description

Bacchus:~ root# port upgrade ruby
--->  Fetching archive for ruby
--->  Attempting to fetch ruby-1.8.7-p374_9.darwin_19.x86_64.tbz2 from https://packages.macports.org/ruby
--->  Attempting to fetch ruby-1.8.7-p374_9.darwin_19.x86_64.tbz2 from http://lil.fr.packages.macports.org/ruby
--->  Attempting to fetch ruby-1.8.7-p374_9.darwin_19.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ruby
--->  Computing dependencies for ruby
--->  Fetching distfiles for ruby
--->  Attempting to fetch ruby-1.8.7-p374.tar.bz2 from https://distfiles.macports.org/ruby
--->  Verifying checksums for ruby
--->  Extracting ruby
--->  Applying patches to ruby
--->  Configuring ruby
--->  Building ruby
Error: Failed to build ruby: command execution failed
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.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

Attachments (1)

main.log (92.7 KB) - added by jpmelko 5 years ago.

Download all attachments as: .zip

Change History (4)

Changed 5 years ago by jpmelko

Attachment: main.log added

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

Cc: kimuraw removed
Owner: set to kimuraw
Status: newassigned

comment:2 Changed 5 years ago by wkerzendorf (Wolfgang Kerzendorf)

I have the same problem when installing ruby

comment:3 Changed 5 years ago by kimuraw (kimura wataru)

Resolution: fixed
Status: assignedclosed

In 28948d57077c66da3d161e0340212007dc3b1e88/macports-ports (master):

lang/ruby: fix build error on macOS 10.15 Catalina

Closes: #59216

Switch a compiler option to -O1 from -Os on Catalina to fix miniruby's segv.

Note: See TracTickets for help on using tickets.