Installs dead in the water with MacPorts
Ryan Schmidt
ryandesign at macports.org
Tue Mar 20 17:14:38 PDT 2007
On Mar 20, 2007, at 18:26, Ken Pettit wrote:
> Cleaning:
> kardia-3:~ Kardia$ sudo port clean --work freetype
> Password:
> ---> Cleaning freetype
>
> Install:
> kardia-3:~ Kardia$ sudo port install freetype
> ---> Fetching freetype
> ---> Verifying checksum(s) for freetype
> ---> Extracting freetype
> ---> Applying patches to freetype
> ---> Configuring freetype
> ---> Building freetype with target all
> Error: Target com.apple.build returned: shell command "cd "/opt/
> local/var/db/dports/build/
> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_
> dports_print_freetype/work/freetype-2.1.10" && make all" returned
> error 2
> Command output: config.mk:25: /unix-def.mk: No such file or directory
> config.mk:26: /unix-cc.mk: No such file or directory
> make: *** No rule to make target `/unix-cc.mk'. Stop.
>
> Error: Status 1 encountered during processing.
> kardia-3:~ Kardia$
Ok, so cleaning didn't help...
> Try to install something different... gconf
>
> kardia-3:~ Kardia$ sudo port install gconf
> Password:
> ---> Fetching freetype
> ---> Verifying checksum(s) for freetype
> ---> Extracting freetype
> ---> Applying patches to freetype
> ---> Configuring freetype
> ---> Building freetype with target all
> Error: Target com.apple.build returned: shell command "cd "/opt/
> local/var/db/dports/build/
> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_
> dports_print_freetype/work/freetype-2.1.10" && make all" returned
> error 2
> Command output: config.mk:25: /unix-def.mk: No such file or directory
> config.mk:26: /unix-cc.mk: No such file or directory
> make: *** No rule to make target `/unix-cc.mk'. Stop.
>
> Error: The following dependencies failed to build: gtk2 pango Xft2
> fontconfig freetype xrender render cairo tiff jpeg libbonobo
> intltool p5-xml-parser perl5.8 orbit2 libidl popt
> Error: Status 1 encountered during processing.
> kardia-3:~ Kardia$
>
> Same error... Arrrgh
Yes, but only because gconf depends on freetype:
$ port deps gconf
gconf has library dependencies on:
gtk2 <-----
libbonobo
orbit2
$ port deps gtk2
gtk2 has library dependencies on:
glib2
tiff
libpng
atk
pango <-----
gettext
XFree86
$ port deps pango
pango has library dependencies on:
glib2
XFree86
Xft2
cairo <-----
$ port deps cairo
cairo has library dependencies on:
xrender
fontconfig
freetype <-----
libpng
render
zlib
expat
$
I assume you are able to install other ports that do not depend on
freetype?
You didn't address this:
> On Mar 20, 2007, at 4:08 PM, Ryan Schmidt wrote:
>
>> Do you have Fink installed, or anything in /usr/local that might
>> be interfering with the MacPorts build?
Is there anything in /sw or /usr/local? It may be interfering with
MacPorts, not sure. If you send me the config.log I might be able to
see something unusual in it. I recommend you send it to me privately
since it's probably big. The config.log should be in the directory /
opt/local/var/db/dports/build/
_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp
orts_print_freetype/work/freetype-2.1.10
More information about the macports-users
mailing list