[MacPorts] #25611: ruby19 failed to build
#25611: ruby19 failed to build ------------------------------+--------------------------------------------- Reporter: jeffcz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: ruby19 openssl | Port: ruby19 ------------------------------+--------------------------------------------- Attempted to upgrade ruby19 tonight. {{{ ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.1-p429.tar.bz2 from ftp://xyz.lcs.mit.edu/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 ---> Extracting ruby19 ---> Applying patches to ruby19 ---> Configuring ruby19 ---> Building ruby19 Error: Target org.macports.build returned: shell command failed Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets> }}} Log attached. -- Ticket URL: <http://trac.macports.org/ticket/25611> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build ------------------------------+--------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: ruby19 openssl | Port: ruby19 ------------------------------+--------------------------------------------- Changes (by kimuraw@…): * status: new => assigned * owner: macports-tickets@… => kimuraw@… Comment: The error looks to failure at building extension module for openssl. Please tell me the version of your openssl with the following command. {{{ % port installed openssl The following ports are currently installed: openssl @0.9.8n_0+darwin+universal openssl @0.9.8o_0+universal (active) }}} -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build ------------------------------+--------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: ruby19 openssl | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by kimuraw@…): I reproduced this error with port:openssl @1.0.0a_0. I'll try to make a patch for this problem. thanks! -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build ------------------------------+--------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: ruby19 openssl | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by wsiegrist@…): This [http://redmine.ruby-lang.org/attachments/download/837 patch] from ruby-lang.org fixed the problem for me. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build ------------------------------+--------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: ruby19 openssl | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by kimuraw@…): thanks wsiegrist, the ticket of the patch (openssl-build-fix-v2.patch) is * http://redmine.ruby-lang.org/issues/show/2022 I tested this patch with openssl @0.9.8o_0 and @1.0.0a_0. It looks good! -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Changes (by kimuraw@…): * status: assigned => closed * resolution: => fixed Comment: this problem was fixed at r69657 (ruby19 1.9.1-p429_1). thanks all! -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Changes (by mohdfenris@…): * status: closed => reopened * resolution: fixed => Comment: fenris@MacBookPro:~$ sudo port install ruby19 ---> Computing dependencies for ruby19 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.1-p430.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.1-p430.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.1-p430.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build with openssl 1.0.0 -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Comment(by kimuraw@…): mohdfenris, I guess your problem is same as #26116. Please try the following commands. {{{ $ sudo rm /opt/local/var/macports/distfiles/ruby19/ruby-1.9.1-p430.tar.bz2 $ sudo port fetch ruby19 master_sites=http://ftp.ruby- lang.org/pub/ruby/1.9/ $ sudo port upgrade ruby19 }}} I think your problem is different from the problem on this ticket. If your problem won't be solved, please make a new ticket. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build with openssl 1.0.0 -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Changes (by jmr@…): * status: reopened => closed * resolution: => fixed Comment: Indeed, a checksum mismatch has nothing to do with this ticket. Don't reopen a ticket unless you have good reason to believe that the specific problem it describes has not been fixed. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build with openssl 1.0.0 -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Comment(by mohdfenris@…): kimuraw, ive try the following command .. but it cant be solved. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25611: ruby19 failed to build with openssl 1.0.0 -------------------------------+-------------------------------------------- Reporter: jeffcz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: ruby19 openssl Port: ruby19 | -------------------------------+-------------------------------------------- Comment(by kimuraw@…): mohdfenris, I filed a new ticket #26211 about checksum mismatch. -- Ticket URL: <http://trac.macports.org/ticket/25611#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts