From owner-freebsd-stable Sun Sep 16 13:59:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sanctuary.magill.unisa.edu.au (sanctuary.magill.unisa.edu.au [130.220.227.239]) by hub.freebsd.org (Postfix) with ESMTP id 4987937B401 for ; Sun, 16 Sep 2001 13:59:27 -0700 (PDT) Received: from localhost (sayersjm@localhost) by sanctuary.magill.unisa.edu.au (8.11.6/8.11.4) with ESMTP id f8GKx9w19197 for ; Mon, 17 Sep 2001 06:29:10 +0930 (CST) (envelope-from Jarrod.Sayers@unisa.edu.au) Date: Mon, 17 Sep 2001 06:29:09 +0930 (CST) From: Jarrod Sayers X-X-Sender: To: Subject: Building x11/gnome from ports Message-ID: <20010917062243.V16003-100000@sanctuary.magill.unisa.edu.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While trying to install x11/gnome from the ports tree, one of its runtime dependancies is x11-toolkits/guile-gnome which fails to build. It dies with the following: ----- ===> Building for guile-gnome-0.20_3 make all-recursive Making all in guile-gnome Making all in zvt Making all in bonobo Making all in gtkhtml guile -l ../../guile-gtk/gtk/config.scm -s ./../../guile-gtk/build-guile-gtk -I ../../guile-gtk glue ./gtkhtml.defs > .tmpg && mv .tmpg gtkhtml-glue.c ERROR: In procedure open-file: ERROR: No such file or directory: "../../guile-gtk/gtk/config.scm" *** Error code 2 Stop in /usr/ports/x11-toolkits/guile-gnome/work/gnome-guile-0.20/guile-gnome/gtkhtml. *** Error code 1 ----- There is still an open PR ports/29463 but thats a compilation problem. This seems to be parsing a file called ../../guile-gtk/gtk/config.scm which doesn't exist, ../../guile-gtk/gtk/config.scm.in exists though and if you try to use it, errors, ERROR: Unbound variable: @USING_LTDL_SCM@ appear. Any ideas? The ports tree is cvsupped off RELEASE_4_4_0 yesterday. TIA, Jarrod Sayers Information Technologist School of Communication, Information and New Media University of South Australia, Magill Campus. Phone: +61 8 83024045 Fax: +61 8 83024745 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message