[MacPorts] #39927: Installing OMPL on MacOSX using MacPorts
#39927: Installing OMPL on MacOSX using MacPorts ------------------------------+-------------------------------- Reporter: M.Bharatheesha@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: ------------------------------+-------------------------------- Hello, I am trying to install OMPL on MacOSX. After installing MacPorts as per the installation instructions, I executed the command, "sudo port sync;sudo port install ompl +app". The installation ends prematurely with the following: Error: org.macports.configure for port ompl returned: command execution failed Please see the log file for port ompl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ompl/ompl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ompl failed I am a beginner level user of OMPL and would like to use OMPL for my research. I have attached the main.log file with the ticket. I also tried doing a sudo port clean before running the command specified above. I look forward to know how to solve this problem. Thank you, Mukunda -- Ticket URL: <https://trac.macports.org/ticket/39927> MacPorts <http://www.macports.org/> Ports system for OS X
#39927: Installing OMPL on MacOSX using MacPorts -------------------------------+-------------------------------- Reporter: M.Bharatheesha@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: | -------------------------------+-------------------------------- Comment (by mmoll@…): Can you also attach /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ompl/ompl/work/omplapp-0.12.2-Source/pyplusplus_base.log? -- Ticket URL: <https://trac.macports.org/ticket/39927#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39927: Installing OMPL on MacOSX using MacPorts -------------------------------+-------------------------------- Reporter: M.Bharatheesha@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: | -------------------------------+-------------------------------- Comment (by M.Bharatheesha@…): Replying to [comment:1 mmoll@…]:
Can you also attach /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ompl/ompl/work/omplapp-0.12.2-Source/pyplusplus_base.log? Just done attaching the requested file.
-- Ticket URL: <https://trac.macports.org/ticket/39927#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39927: ompl: configure error -------------------------------+--------------------- Reporter: M.Bharatheesha@… | Owner: mmoll@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: ompl | -------------------------------+--------------------- Changes (by larryv@…): * cc: mmoll@… (removed) * owner: macports-tickets@… => mmoll@… * type: request => defect * port: => ompl Old description:
Hello,
I am trying to install OMPL on MacOSX. After installing MacPorts as per the installation instructions, I executed the command, "sudo port sync;sudo port install ompl +app". The installation ends prematurely with the following: Error: org.macports.configure for port ompl returned: command execution failed Please see the log file for port ompl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ompl/ompl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ompl failed
I am a beginner level user of OMPL and would like to use OMPL for my research. I have attached the main.log file with the ticket. I also tried doing a sudo port clean before running the command specified above.
I look forward to know how to solve this problem.
Thank you, Mukunda
New description: Hello, I am trying to install OMPL on MacOSX. After installing MacPorts as per the installation instructions, I executed the command, "sudo port sync;sudo port install ompl +app". The installation ends prematurely with the following: {{{ Error: org.macports.configure for port ompl returned: command execution failed Please see the log file for port ompl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ompl/ompl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port ompl failed }}} I am a beginner level user of OMPL and would like to use OMPL for my research. I have attached the main.log file with the ticket. I also tried doing a sudo port clean before running the command specified above. I look forward to know how to solve this problem. Thank you, Mukunda -- Comment: {{{ :debug:main Skipping completed org.macports.archivefetch (ompl) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.fetch (ompl) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.checksum (ompl) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.extract (ompl) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.patch (ompl) :debug:main Privilege de-escalation not attempted as not running as root. :debug:configure configure phase started at Wed Jul 31 15:11:16 CEST 2013 }}} Please [http://guide.macports.org/#project.tickets.prerequisites clean and try again] before attaching logs to tickets. Your main.log is incomplete. {{{ % sudo port clean ompl % sudo port install ompl }}} -- Ticket URL: <https://trac.macports.org/ticket/39927#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#39927: ompl: configure error -------------------------------+--------------------- Reporter: M.Bharatheesha@… | Owner: mmoll@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: ompl | -------------------------------+--------------------- Changes (by mmoll@…): * status: new => closed * resolution: => fixed Comment: There was a bad interaction between boost 1.54 and pygccxml. I fixed it in r108716. Type the following commands to try again: {{{ sudo port sync sudo port install ompl +app }}} -- Ticket URL: <https://trac.macports.org/ticket/39927#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#39927: ompl: configure error -------------------------------+--------------------- Reporter: M.Bharatheesha@… | Owner: mmoll@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: ompl | -------------------------------+--------------------- Comment (by M.Bharatheesha@…): Replying to [comment:4 mmoll@…]:
There was a bad interaction between boost 1.54 and pygccxml. I fixed it in r108716. Type the following commands to try again: {{{ sudo port sync sudo port install ompl +app }}} Thank you for fixing it...Works fine now!
-- Ticket URL: <https://trac.macports.org/ticket/39927#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts