Fail to install git-core +svn: Maybe sqlite3 related?

Bryan Blackburn blb at macports.org
Thu Oct 16 17:19:39 PDT 2008


On Fri, Oct 17, 2008 at 09:12:52AM +0900, Takaaki Kato said:
> Hi,
> 
> I run `sudo port install git-core +svn` and I got the following error.
> ###############################
> 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"
[...]
> f ./addopcodes.awk parse.h.temp >parse.h
> /bin/sh: f: command not found
> gnumake: [parse.c] Error 127 (ignored)
> cat parse.h ./src/vdbe.c |  -f ./mkopcodeh.awk >opcodes.h
> /bin/sh: -f: command not found

That's the Tcl env bug:

<http://trac.macports.org/wiki/LeopardProblems#environmentvariablesbecomeblankbetweenconfigureandbuildphases>

Clean the failing port (in this case sqlite3) with 'sudo port clean sqlite3'
and run your original install again.

Bryan


> cat: stdout: Broken pipe
> gnumake: *** [opcodes.h] Error 127
> 
> Error: The following dependencies failed to build: p5-svn-simple
> subversion-perlbindings apr-util sqlite3 cyrus-sasl2 neon serf
> subversion p5-term-readkey rsync popt
> Error: Status 1 encountered during processing.
> ################################
> 
> I would be grateful if you could help me on this.
> I run `port selfupddate` and `port sync`, but still get the same error.
> Mac OS X 10.5.5. port version is 1.600
> 
> Regards,
> 
> Takaaki


More information about the macports-users mailing list