#14523: sqlite3 fails to build on new macos/macports installation (NAWK variable empty) --------------------------------------+------------------------------------- Reporter: nuclear@siggraph.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: sqlite3 sqlite NAWK "-f" | --------------------------------------+------------------------------------- I just installed macports for the first time on a new mac system, and when I tried to port install sqlite3 (indirectly, as a dependency of subversion), it failed to build with errors that looked like incomplete commands (starting with -f ..). After further investigation I found an empty NAWK variable in the sqlite makefile (NAWK=) which caused rules of the form: $(NAWK) -f whatever, to be issued as: -f whatever. When I filled in this variable and tried to install the port again, everything worked fine. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14523> MacPorts </projects/macports> Ports system for Mac OS