Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#39927 closed defect (fixed)

ompl: configure error

Reported by: M.Bharatheesha@… Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: ompl

Description (last modified by larryv (Lawrence Velázquez))

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

Attachments (2)

main.log (86.3 KB) - added by M.Bharatheesha@… 11 years ago.
log file created by the port install command.
pyplusplus_base.log (3.9 KB) - added by M.Bharatheesha@… 11 years ago.

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by M.Bharatheesha@…

Attachment: main.log added

log file created by the port install command.

comment:1 Changed 11 years ago by mamoll (Mark Moll)

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?

Changed 11 years ago by M.Bharatheesha@…

Attachment: pyplusplus_base.log added

comment:2 in reply to:  1 Changed 11 years ago by M.Bharatheesha@…

Replying to 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.

comment:3 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: mmoll@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to mmoll@…
Port: ompl added
Summary: Installing OMPL on MacOSX using MacPortsompl: configure error
Type: requestdefect
: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 clean and try again before attaching logs to tickets. Your main.log is incomplete.

% sudo port clean ompl
% sudo port install ompl

comment:4 Changed 11 years ago by mamoll (Mark Moll)

Resolution: fixed
Status: newclosed

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

comment:5 in reply to:  4 Changed 11 years ago by M.Bharatheesha@…

Replying to 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!

Note: See TracTickets for help on using tickets.