[MacPorts] #35583: openssl @1.0.1c openssl configure fails on Mountain Lion
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion ---------------------------------------------+------------------------------ Reporter: ports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Keywords: Mountain Lion openssl configure | Port: openssl @1.0.1c ---------------------------------------------+------------------------------ Xcode V4.4[[BR]] OSX 10.8[[BR]] Openssl @1.0.1c[[BR]] Output messages from build attempt:[[BR]] port clean openssl {{ ---> Cleaning openssl }} [[BR]] # port install openssl {{ ---> Computing dependencies for openssl ---> Fetching archive for openssl ---> Attempting to fetch openssl-1.0.1c_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/openssl ---> Fetching distfiles for openssl ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl Error: org.macports.configure for port openssl returned: configure failure: command execution failed Please see the log file for port openssl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port openssl failed }} /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log is attached as a file. -- Ticket URL: <https://trac.macports.org/ticket/35583> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion -------------------------------------+-------------------------------------- Reporter: ports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Keywords: mountainlion | Port: openssl -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => mww@… * keywords: Mountain Lion openssl configure => mountainlion * port: openssl @1.0.1c => openssl Old description:
Xcode V4.4[[BR]]
OSX 10.8[[BR]]
Openssl @1.0.1c[[BR]]
Output messages from build attempt:[[BR]]
port clean openssl {{ ---> Cleaning openssl }} [[BR]]
# port install openssl {{ ---> Computing dependencies for openssl ---> Fetching archive for openssl ---> Attempting to fetch openssl-1.0.1c_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/openssl ---> Fetching distfiles for openssl ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl Error: org.macports.configure for port openssl returned: configure failure: command execution failed Please see the log file for port openssl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port openssl failed }}
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log is attached as a file.
New description: Xcode V4.4 OSX 10.8 Openssl @1.0.1c Output messages from build attempt: {{{ port clean openssl ---> Cleaning openssl # port install openssl ---> Computing dependencies for openssl ---> Fetching archive for openssl ---> Attempting to fetch openssl-1.0.1c_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/openssl ---> Fetching distfiles for openssl ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl Error: org.macports.configure for port openssl returned: configure failure: command execution failed Please see the log file for port openssl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port openssl failed }}} /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/openssl/main.log is attached as a file. -- Comment: FYI it installs fine for me on Mountain Lion. -- Ticket URL: <https://trac.macports.org/ticket/35583#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion ----------------------+-------------------------- Reporter: ports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Resolution: | Keywords: mountainlion Port: openssl | ----------------------+-------------------------- Comment (by jmr@…): Looks like your perl is broken somehow? Should probably enforce /usr/bin/perl in openssl's Configure in any case. -- Ticket URL: <https://trac.macports.org/ticket/35583#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion ----------------------+-------------------------- Reporter: ports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Resolution: | Keywords: mountainlion Port: openssl | ----------------------+-------------------------- Comment (by ports@…): Replying to [comment:2 jmr@…]:
Looks like your perl is broken somehow? Should probably enforce /usr/bin/perl in openssl's Configure in any case
JMR - thank you! your suggestion to use /usr/bin/perl resolved the issue. -- Ticket URL: <https://trac.macports.org/ticket/35583#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion ----------------------+-------------------------- Reporter: ports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Resolution: | Keywords: mountainlion Port: openssl | ----------------------+-------------------------- Comment (by mohamedali.gam@…): I am running mountain lion, how to enforce perl in openssl's Configure -- Ticket URL: <https://trac.macports.org/ticket/35583#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35583: openssl @1.0.1c openssl configure fails on Mountain Lion ----------------------+-------------------------- Reporter: ports@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Resolution: | Keywords: mountainlion Port: openssl | ----------------------+-------------------------- Comment (by mohamedali.gam@…): Replying to [comment:3 ports@…]:
Replying to [comment:2 jmr@…]:
Looks like your perl is broken somehow? Should probably enforce /usr/bin/perl in openssl's Configure in any case
JMR - thank you! your suggestion to use /usr/bin/perl resolved the issue. How did you use it? Can you walk me step by step?
-- Ticket URL: <https://trac.macports.org/ticket/35583#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts