Opened 10 years ago

Closed 10 years ago

Last modified 6 years ago

#42713 closed defect (invalid)

qt4_mac doesn't exist.

Reported by: chengjiehuang@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port:

Description (last modified by ci42)

I tried to install libpcl, and get the error as below.

--->  Computing dependencies for libpcl
--->  Fetching archive for libpcl
Error: org.macports.archivefetch for port libpcl returned: vtk5 must be installed with +qt4_mac.
Please see the log file for port libpcl for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_libpcl/libpcl/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port libpcl failed

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

Change History (2)

comment:1 Changed 10 years ago by ci42

Description: modified (diff)
Keywords: qt4-mac vtk5 libpcl removed
Milestone: MacPorts 2.3.0
Resolution: invalid
Status: newclosed

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.

comment:2 Changed 6 years ago by tiktaktok (Mathieu Clement)

We really need this feature:

https://trac.macports.org/ticket/126

Note: See TracTickets for help on using tickets.