[MacPorts] #22621: ncbi_tools does not build in Snow Leopard

MacPorts noreply at macports.org
Fri Nov 20 14:13:23 PST 2009


#22621: ncbi_tools does not build in Snow Leopard
--------------------------------+-------------------------------------------
 Reporter:  jashugan@…          |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  1.8.1                                
 Keywords:                      |        Port:  ncbi_tools                           
--------------------------------+-------------------------------------------
 In Snow Leopard MacPorts is passing in the -j2 argument which breaks the
 build script, makedis.csh. Adding the following line to the Portfile for
 ncbi_tools fixes this problem:

 {{{
 use_parallel_build no
 }}}

 However there are some other upstream issues that still prevent the port
 from building.

  1. -Wno-long-double is now deprecated. Removing this argument from
 ncbi/platform/darwin.ncbi.mk and ncbi/platform/darwin-univ.ncbi.mk fixes
 this problem
  2. After that's fixed, there is another problem related to compiling
 vibutils.c. Basically it doesn't compile. Perhaps the header files have
 changed in /Developer/Headers/FlatCarbon?

 I will report these last two points upstream; to the folks at NCBI.

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


More information about the macports-tickets mailing list