From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 21 19:18:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06F016A4CE for ; Tue, 21 Dec 2004 19:18:09 +0000 (GMT) Received: from i.7505.com (i.7505.com [209.210.78.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD9443D45 for ; Tue, 21 Dec 2004 19:18:09 +0000 (GMT) (envelope-from greg@7505.com) Received: from i.7505.com (localhost [127.0.0.1]) by i.7505.com (8.12.10/8.12.10) with ESMTP id iBLJI9Ut000530 for ; Tue, 21 Dec 2004 11:18:09 -0800 Received: (from httpd@localhost) by i.7505.com (8.12.10/8.12.10/Submit) id iBLJI9hi000529; Tue, 21 Dec 2004 11:18:09 -0800 X-Authentication-Warning: i.7505.com: httpd set sender to greg@7505.com using -f Received: from 209.210.78.10 (SquirrelMail authenticated user gregory) by i.7505.com with HTTP; Tue, 21 Dec 2004 11:18:09 -0800 (PST) Message-ID: <50959.209.210.78.10.1103656689.squirrel@i.7505.com> Date: Tue, 21 Dec 2004 11:18:09 -0800 (PST) From: greg@7505.com To: freebsd-ports-bugs@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: gtk20 eval: 1: Syntax error: "|" unexpected X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 19:18:10 -0000 command: cd /usr/ports/x11-toolkits/gtk20 && make clean install FreeBSD 5.3 release, libtool-1.5.10 and attempting to build gtk20 (gtk+-2.4.14) with a fresh cvsup as of Tue Dec 21 11:15 results in the syntax error shown below. I have deinstalled & reinstalled libtool as suggested by a previous poster who was experiencing the same problem, but this did not help. Any help is appreciated. -------------------------------------------------------------------------- generating symbol list for `libgdk_pixbuf-2.0.la' /usr/bin/nm -B .libs/gdk-pixbuf.o .libs/gdk-pixbuf-animation.o .libs/gdk-pixbuf-data.o .libs/gdk-pixbuf-io.o .libs/gdk-pixbuf-loader.o .libs/gdk-pixbuf-scale.o .libs/gdk-pixbuf-util.o .libs/gdk-pixdata.o .libs/gdk-pixbuf-enum-types.o pixops/.libs/libpixops.a | | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgdk_pixbuf-2.0.exp eval: 1: Syntax error: "|" unexpected gmake[4]: *** [libgdk_pixbuf-2.0.la] Error 2 gmake[4]: Leaving directory `/pub/ports/x11-toolkits/gtk20/work/gtk+-2.4.14/gdk-pixbuf' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/pub/ports/x11-toolkits/gtk20/work/gtk+-2.4.14/gdk-pixbuf' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/pub/ports/x11-toolkits/gtk20/work/gtk+-2.4.14/gdk-pixbuf' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/pub/ports/x11-toolkits/gtk20/work/gtk+-2.4.14' gmake: *** [all] Error 2 *** Error code 2 Stop in /pub/ports/x11-toolkits/gtk20.