#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)
Change History (7)
Changed 11 years ago by M.Bharatheesha@…
comment:1 follow-up: 2 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 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 MacPorts → ompl: configure error |
Type: | request → defect |
: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 follow-up: 5 Changed 11 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
log file created by the port install command.