[MacPorts] #13500: install of sqlite3 fails on Leopard

MacPorts trac at macosforge.org
Thu Feb 28 05:56:26 PST 2008


#13500: install of sqlite3 fails on Leopard
---------------------------------------------+------------------------------
  Reporter:  anders.blomdell at control.lth.se  |       Owner:  mww at macports.org
      Type:  defect                          |      Status:  closed          
  Priority:  Normal                          |   Milestone:  Port Bugs       
 Component:  ports                           |     Version:  1.5.2           
Resolution:  worksforme                      |    Keywords:                  
---------------------------------------------+------------------------------
Changes (by mww at macports.org):

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

Comment:

 gawk does the job perfectly
 {{{
 cd work/sqlite-3.5.6
 grep NAWK Makefile
 Makefile:NAWK = /opt/local/bin/gawk
 ..
 }}}

 and building sqlite3 yields
 {{{
 cat parse.h ./src/vdbe.c | /opt/local/bin/gawk -f ./mkopcodeh.awk
 >opcodes.h
 }}}

 I suppose that either your macports installation (1.6.0 is most recent) or
 your ports tree are out of date;

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13500#comment:6>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list