Changes between Initial Version and Version 1 of Ticket #42713


Ignore:
Timestamp:
Mar 4, 2014, 9:52:41 AM (10 years ago)
Author:
ci42
Comment:

As qt4_mac doesn't exist, please replace it with qt4-mac.

vtk5 must be installed with +qt4_mac.

This means you should install vtk5 with the qt4_mac variant (which does exists) not the qt4_mac port (which doesn't exist). Please try:

$ sudo port clean libpcl
$ sudo port selfupdate
$ sudo port install vtk5 +qt4_mac
$ sudo port install libpcl

In the future please use WikiFormatting and don't set arbitrary keyword or milestones. Have a look at the ticket guidelines.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42713

    • Property Keywords qt4-mac vtk5 libpcl removed
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from MacPorts 2.3.0 to
  • Ticket #42713 – Description

    initial v1  
    11I tried to install libpcl, and get the error as below.
    2 
     2{{{
    33--->  Computing dependencies for libpcl
    44--->  Fetching archive for libpcl
     
    99    http://guide.macports.org/#project.tickets
    1010Error: Processing of port libpcl failed
    11 
    12 
     11}}}
    1312
    1413As qt4_mac doesn't exist, please replace it with qt4-mac.