[MacPorts] #20113: shogun compile failure on Tiger

MacPorts noreply at macports.org
Tue Mar 23 08:34:52 PDT 2010


#20113: shogun compile failure on Tiger
--------------------------------------+-------------------------------------
  Reporter:  ryandesign@…             |       Owner:  jameskyle@…           
      Type:  defect                   |      Status:  reopened              
  Priority:  Normal                   |   Milestone:                        
 Component:  ports                    |     Version:  1.7.1                 
Resolution:                           |    Keywords:                        
      Port:  shogun                   |  
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 The change you made in r59623 doesn't do anything. (Hint: you're checking
 whether the ''string'' "os.version" contains a number between 2 and 8,
 when you probably meant to check the ''variable'' ${os.version}.) A better
 solution for displaying an error message would have been to look at
 ${os.platform} and ${os.major}, or use a "platform darwin 8" block. But
 the best solution of all is to fix the build on Tiger.

 The only problem I see (so far) with shogun 0.9.1 on Tiger is:
 {{{
 Makefile:49: *** unterminated call to function `shell': missing `)'.
 Stop.
 }}}
 The zillion other errors before that are gone. It seems like this should
 be fixable, but my knowledge of Makefiles may not be sufficient. This
 problem should probably be reported to the developers of shogun for them
 to deal with.

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


More information about the macports-tickets mailing list