From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 16:49:54 2003 Return-Path: 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 4112316A4B3 for ; Thu, 25 Sep 2003 16:49:54 -0700 (PDT) Received: from mgm.harlanonline.org (adsl-68-76-181-162.dsl.akrnoh.ameritech.net [68.76.181.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E67874400D for ; Thu, 25 Sep 2003 16:49:52 -0700 (PDT) (envelope-from r3mdh@mgm.harlanonline.org) Received: from mgm.harlanonline.org (localhost.harlanonline.org [127.0.0.1]) by mgm.harlanonline.org (8.12.6/8.11.6) with ESMTP id h8PNnquh077858 for ; Thu, 25 Sep 2003 19:49:52 -0400 (EDT) (envelope-from r3mdh@mgm.harlanonline.org) Received: (from r3mdh@localhost) by mgm.harlanonline.org (8.12.6/8.12.2/Submit) id h8PNnpGD077857 for freebsd-questions@freebsd.org; Thu, 25 Sep 2003 19:49:51 -0400 (EDT) (envelope-from r3mdh) Date: Thu, 25 Sep 2003 19:49:51 -0400 From: "Michael D. Harlan" To: freebsd-questions@freebsd.org Message-ID: <20030925234951.GA77806@harlanonline.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Subject: Makefile for XFree86-fontScalable-4.3.0 port is broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 23:49:54 -0000 Hi all, I've researched this problem for the past week and have come up empty. Google and searching the archives of this mailing list returned only one similar (unresolved) problem (see http://www.freebsd.org/cgi/getmsg.cgi?fetch=2046277+2050234+/usr/local/www/db/text/2003/freebsd-questions/20030914.freebsd-questions). I have started with a fresh installation of FreeBSD 5.1. I then installed net/cvsup from ports and pulled down the latest ports tree. Then I went to build gnome2-2.4.0 and only got so far: ---===[ cut here ]===--- luxor# make all install distclean | tee /usr/tmp/gnome2_build.txt ===> Installing for gnome2-2.4.0 ===> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - not f ound ===> Verifying install for /usr/X11R6/libexec/cdplayer_applet2 in /usr/ports/ x11/gnomeapplets2 ===> gnomeapplets2-2.4.0 depends on executable: gmake - found ===> gnomeapplets2-2.4.0 depends on file: /usr/local/libexec/libtool13/libtool - found ===> gnomeapplets2-2.4.0 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-m ime-data-2.0.pc - found ===> gnomeapplets2-2.4.0 depends on executable: pkg-config - found ===> gnomeapplets2-2.4.0 depends on shared library: gtop-2.0 - found ===> gnomeapplets2-2.4.0 depends on shared library: X11.6 - found ===> gnomeapplets2-2.4.0 depends on shared library: esd.2 - found ===> gnomeapplets2-2.4.0 depends on shared library: glib-2.0.200 - found ===> gnomeapplets2-2.4.0 depends on shared library: atk-1.0.400 - found ===> gnomeapplets2-2.4.0 depends on shared library: pango-1.0.200 - not found ===> Verifying install for pango-1.0.200 in /usr/ports/x11-toolkits/pango ===> Installing for pango-1.2.5 ===> pango-1.2.5 depends on file: /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf - no t found ===> Verifying install for /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf in /usr/po rts/x11-fonts/XFree86-4-fontScalable ===> XFree86-fontScalable-4.3.0 depends on executable: ucs2any - found ===> XFree86-fontScalable-4.3.0 depends on file: /usr/X11R6/lib/X11/config/dat e.def - found ===> XFree86-fontScalable-4.3.0 depends on shared library: X11.6 - found ===> Configuring for XFree86-fontScalable-4.3.0 (cd /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings && imak e -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config -DTOPDIR= ../../.. -DCURDIR=.; make Makefiles ; make includes ; make depend) "Makefile", line 664: Missing dependency operator "Makefile", line 666: Missing dependency operator "Makefile", line 667: Missing dependency operator "Makefile", line 668: Missing dependency operator "Makefile", line 669: Missing dependency operator "Makefile", line 671: Missing dependency operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/ports/x11-fonts/XFree86-4-fontScalable. *** Error code 1 Stop in /usr/ports/x11-toolkits/pango. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnome2. ---===[ cut here ]===--- It appears that there is a problem with /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings/Makefile, but more likely, I'm doing something wrong. Just in case the problem does exist in that Makefile, here are lines 664 through 671: ---===[ cut here ]===--- MakeEncodings($(SUBDIRS) $(DONES),$(ENCODINGSDIR),. large) CompEncodingTarget(adobe-dingbats) CompEncodingTarget(adobe-standard) CompEncodingTarget(adobe-symbol) CompEncodingTarget(viscii1.1-1) InstallEncodings($(ENCODINGSDIR)) ---===[ cut here ]===--- I can include more of the Makefile if it helps, but I didn't want to flood this mailing list. I appreciate any help you can offer. Please let me know what I can do to help (send more of Makefile, send list of installed packages, etc.). Thanks so much, Mike _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ----- End forwarded message ----- -- Mike Harlan mike@harlanonline.org http://www.harlanonline.org/