[MacPorts] #42713: qt4_mac doesn't exist.
#42713: qt4_mac doesn't exist. ---------------------------------+-------------------------------- Reporter: chengjiehuang@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 2.3.0 Component: ports | Version: 2.2.1 Keywords: qt4-mac vtk5 libpcl | Port: ---------------------------------+-------------------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/42713> MacPorts <http://www.macports.org/> Ports system for OS X
#42713: qt4_mac doesn't exist. ------------------------------+-------------------------------- Reporter: chengjiehuang@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: | ------------------------------+-------------------------------- Changes (by ciserlohn@…): * status: new => closed * keywords: qt4-mac vtk5 libpcl => * resolution: => invalid * milestone: MacPorts 2.3.0 => Old description:
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.
New description: 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. -- 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 [http://guide.macports.org/#project.tickets ticket guidelines]. -- Ticket URL: <https://trac.macports.org/ticket/42713#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts