On Tue, Oct 28, 2008 at 09:14:45PM +0800, Михаил А said: > I'm trying to install Apache2: > > $ sudo port install apache2 [...] > ---> Building sqlite3 with target all > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/_opt_local_var_macports_sources_rsync > .macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.4" && > gnumake all " returned error 2 [...] > f ./addopcodes.awk parse.h.temp >parse.h > /bin/sh: f: command not found
That would be everyone's favorite bug, the Tcl environment bug: <http://trac.macports.org/wiki/LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildphases> sqlite3 seems to be a favorite of that issue; do a clean of the failing port (sudo port clean --work sqlite3) then run your install of apache2 again. Bryan [...] > _____ > Can somebody help me because I really don't know what to do, and I'm > stuck.... > _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
