From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 10:40:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A7B0516A420 for ; Tue, 29 Nov 2005 10:40:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB6F43D58 for ; Tue, 29 Nov 2005 10:40:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2251D1A3C28 for ; Tue, 29 Nov 2005 02:40:39 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 83BBF5158D; Tue, 29 Nov 2005 05:40:38 -0500 (EST) Date: Tue, 29 Nov 2005 05:40:38 -0500 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20051129104038.GA43127@xor.obsecurity.org> References: <20051129082734.GH24416@whatluo> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20051129082734.GH24416@whatluo> User-Agent: Mutt/1.4.2.1i Subject: Re: Many same errors on build App from stable ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 10:40:55 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 29, 2005 at 04:27:34PM +0800, Huajian.Luo wrote: > Hi there, >=20 > I found myself stumbling over many failed cases when compile > ports fails while w/ the same kinda error message. >=20 > That's each time there was something missing when generating symbol > list, say in /usr/ports/multimedia/ogle-gui > ------- > generating symbol list for `libglade-2.0.la' > /usr/bin/nm -B .libs/glade-init.o .libs/glade-xml.o .libs/glade-parser.o= .libs/glade-gtk.o | | /usr/bin/sed 's/.* //' | sort | > uniq > .libs/libglade-2.0.exp > eval: 1: Syntax error: "|" unexpected Try reinstalling your libtool port(s). > gmake[2]: *** [libglade-2.0.la] Error 2 > gmake[2]: Leaving directory `/usr/ports/devel/libglade2/work/libglade-2.5= .1/glade' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/libglade2/work/libglade-2.5= .1' > gmake: *** [all] Error 2 > *** Error code 2 > ------- > And I grab the ports from ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-s= table/ports.tar.gz If you already had a ports tree in /usr/ports then you need to remove it first. In general this is a bad way to upgrade your ports tree; use cvsup or portsnap instead. Kris --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDjDAmWry0BWjoQKURAj3FAJ96A1XbzUncT+M+J7vW/xrL9L7hsgCgs+gz fYwFg7FBxcxHKi8vXcYZym0= =79lh -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z--