MacPorts
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
MacPorts | Victor Domingos | 24 Jul 19:34 |
MacPorts | Axel Wernicke | 25 Jul 07:32 |
MacPorts | Sven Neumann | 25 Jul 09:02 |
MacPorts
Hi! I've been trying to install GIMP 2.3.18 (gimp-dev) in Mac OS X Tiger, from MacPorts (it used to work fine, some weeks ago) but now I get the following error (see bottom of this message). Did anyone around here get the same error? Is there any know solution?
Ok, ok. I should email the maintainer of this port. I will try to do so...
Thanks anyway for any help
Victor Domingos
http://lojamac.com/blog
-------
---> Configuring fontconfig
Error: Target org.macports.configure returned: configure failure:
shell command " cd "/opt/local/var/macports/build/
_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphic
s_fontconfig/work/fontconfig-2.4.2" && ./configure --prefix=/opt/
local --mandir=/opt/local/share/man --with-add-fonts=/Library/Fonts,/
Network/Library/Fonts,/System/Library/Fonts,/usr/X11R6/lib/X11/fonts,/
opt/local/share/fonts " returned error 1
Command output: checking for random... yes
checking for lrand48... yes
checking for a usable iconv... no
checking for freetype-config... /opt/local/bin/freetype-config
checking for FT_Get_Next_Char... no
checking for FT_Get_BDF_Property... no
checking for FT_Get_PS_Font_Info... no
checking for FT_Has_PS_Glyph_Names... no
checking for FT_Get_X11_Font_Format... no
checking for FT_Bitmap_Size.y_ppem... no
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
checking xmlparse.h usability... no
checking xmlparse.h presence... no
checking for xmlparse.h... no
configure: WARNING: Cannot find usable expat library. Trying to use
libxml2 as fallback.
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML2... configure: error: Package requirements
(libxml-2.0 >= 2.6) were not met:
No package 'libxml-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBXML2_CFLAGS and LIBXML2_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Error: The following dependencies failed to build: libgnomeui gnome-
keyring gtk2 pango Xft2 fontconfig xrender render cairo tiff jpeg p5-
xml-parser perl5.8 libbonoboui dbus docbook-xml-4.1.2 xmlcatmgr
libxml2 xmlto docbook-xml-4.2 docbook-xsl getopt libxslt dbus-glib
libbonobo intltool orbit2 libidl popt libgnome esound audiofile
autoconf help2man p5-locale-gettext libtool m4 gnome-vfs gconf gnome-
mime-data heimdal howl neon openssl libgnomecanvas libart_lgpl
libglade2 libgtkhtml gail libmng automake lcms librsvg libcroco
libgsf libwmf poppler poppler-data py-gtk2 py-cairo py-numeric
python24 py-gobject
Error: Status 1 encountered during processing.
MacPorts
Hi Victor,
2007/7/24, Victor Domingos :
Hi! I've been trying to install GIMP 2.3.18 (gimp-dev) in Mac OS X Tiger, from MacPorts (it used to work fine, some weeks ago) but now I get the following error (see bottom of this message). Did anyone around here get the same error? Is there any know solution?
does not help you right now, but it works for me (MBP; 10.4.10)
Ok, ok. I should email the maintainer of this port. I will try to do
so...
[x] this is the right thing to do
---> Configuring fontconfig
Error: Target org.macports.configure returned: configure failure:
this means that not GIMP fails to build, but fontconfig
configure: WARNING: Cannot find usable expat library. Trying to use
libxml2 as fallback.
checking for LIBXML2... configure: error: Package requirements
(libxml-2.0 >= 2.6) were not met:
No package 'libxml-2.0' found
This rather seems to be a problem with the fontconfig dependencies?
try a sudo port install libxml2 before trying to install GIMP
Greetings, lexA
> Gimp-user mailing list > Gimp-user@lists.XCF.Berkeley.EDU > https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user >
MacPorts
Hi,
On Wed, 2007-07-25 at 07:32 +0200, Axel Wernicke wrote:
This rather seems to be a problem with the fontconfig dependencies?
try a sudo port install libxml2 before trying to install GIMP
Actually fontconfig is looking for expat, so you should rather install that. libxml2 is only the fallback in case that expat is not available.
Sven