[MacPorts] #25459: qt4-mac - 4.6.3 Install error

MacPorts noreply at macports.org
Tue Jun 29 19:46:01 PDT 2010


#25459: qt4-mac - 4.6.3 Install error
--------------------------------+-------------------------------------------
 Reporter:  jiangdzh@…          |       Owner:  michaelld@…           
     Type:  defect              |      Status:  new                   
 Priority:  High                |   Milestone:                        
Component:  ports               |     Version:  1.9.1                 
 Keywords:                      |        Port:  qt4-mac               
--------------------------------+-------------------------------------------

Comment(by michaelld@…):

 For those developers listening, I think the issue (as pointed to by snc
 above) is at dports/_resources/port1.0/group/select-1.0.tcl:55
 {{{
     if {${select.file} != "" || ${select.group} != ""} {
 }}}
 because I've set ${select.group} but not ${select.file} [because I'm not
 sure which file to install until I know the user's chosen variant (with or
 without debug)].  This line fails because of the "||", which I think
 should be "&&" instead since I think one never wants to install a select
 file in the manner provided by select::install unless both the file and
 select group are specified.  The comment on line 58 even says as much, so
 I'd be inclined to make that change.

-- 
Ticket URL: <http://trac.macports.org/ticket/25459#comment:17>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list