From owner-freebsd-questions Tue Aug 6 14: 3:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F40F37B400 for ; Tue, 6 Aug 2002 14:03:35 -0700 (PDT) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3008343E6E for ; Tue, 6 Aug 2002 14:03:34 -0700 (PDT) (envelope-from ben@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id VAA58752 for ; Tue, 6 Aug 2002 21:03:27 GMT Date: Tue, 6 Aug 2002 16:46:50 -0400 From: Ben Williams X-Mailer: The Bat! (v1.60q) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <15056580728.20020806164650@instantemail.net> To: FreeBSD Questions Subject: gnome port MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [ I'm not on the list so please CC me directly, thanks ] When trying to build gnome from the x11/gnome meta-port on a 4.6-STABLE FreeBSD system built from current RELENG_4 CVS sources on Tue Jul 30 02:38:14 EDT 2002 with an AMD K6/2 350mhz processor, 384mb of ram, 3 ide harddrives it goes along fine until it gets a little way through the gconf port where it says: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/usr/local/include/glib12 -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/usr/ports/devel/gconf/work/GConf-1.0.9"\" -DGCONF_CONFDIR=\""/usr/X11R6/etc/gconf/1"\" -DGCONF_ETCDIR=\""/usr/X11R6/etc/gconf"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BINDIR=\""/usr/X11R6/bin"\" -DGCONF_BACKEND_DIR=\""/usr/X11R6/lib/GConf/1"\" -DVERSION=\""1.0.9"\" -DIID=\""OAFIID:gconfd:19991118"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-1"\" -I/usr/local/include -O3 -pipe -Wall -DG_DISABLE_CHECKS=1 -DG_DISABLE_ASSERT=1 -c gconftool.c gconftool.c:25: libxml/tree.h: No such file or directory gconftool.c:26: libxml/parser.h: No such file or directory gconftool.c:27: libxml/xmlmemory.h: No such file or directory As a work-around I `ln -s /usr/local/include/gnome-xml /usr/local/include/gnome-xml/libxml` and the compile continued but I don't know if I used the right libraries or not and I'm not really comfortable having symlinks like that scattered about. Did I use the right libs? Should find out who the port maintainer for gnome is and I report this to them? The x11/gnome meta-port also died later in the build at the libcapplet-1.4.0.5 port with: building shared library libcapplet.so.5 /usr/libexec/elf/ld: cannot find -lgnugetopt *** Error code 1 What am I doing wrong? -- Ben Williams ben@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message