From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:40:37 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 761E216A41F for ; Wed, 7 Sep 2005 18:40:37 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0202843D46 for ; Wed, 7 Sep 2005 18:40:36 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so851904wra for ; Wed, 07 Sep 2005 11:40:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p0LZe7xxjXMWuShohjwTmyr2G6VeOhtyK8hao8foyYz7GaUv6ApR74q48A0RitXKZgq0CydPzJhaGTgW6RLrfD5oU6FUGqAuAyqQcYngFkRTJM/Mp/yWC/KVK6/+xJEGHe1rZr2S22GBV+u9Frj5g+VL2FsrriGHsjWpoepVzIE= Received: by 10.54.116.20 with SMTP id o20mr5344300wrc; Wed, 07 Sep 2005 11:40:35 -0700 (PDT) Received: by 10.54.13.2 with HTTP; Wed, 7 Sep 2005 11:40:35 -0700 (PDT) Message-ID: <9287d19b0509071140200da711@mail.gmail.com> Date: Wed, 7 Sep 2005 15:40:35 -0300 From: Frederico Franzosi To: freebsd-questions@freebsd.org In-Reply-To: <44br35nf37.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9287d19b050905185833fbdaa8@mail.gmail.com> <44br35nf37.fsf@be-well.ilk.org> Subject: Re: Trouble with RPM port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ffranzosi@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:40:37 -0000 On 07 Sep 2005 10:10:36 -0400, Lowell Gilbert wrote: > Frederico Franzosi writes: >=20 > > I'm having some strange troubles with RPM port, I already tried to > > cvsup, but the error is still there could anybody get the solution > > from that output: > > ---------------- > > =3D=3D=3D> Configuring for rpm-3.0.6_10 > > ./configure: 123: Syntax error: word unexpected (expecting ")") > > =3D=3D=3D> Script "configure" failed unexpectedly. > > Please report the problem to ports@FreeBSD.org [maintainer] and attach = the > > "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the outp= ut of > > the failure of your make command. Also, it might be a good idea to prov= ide > > an overview of all packages installed on your system (e.g. an `ls > > /var/db/pkg`) > > --------------- > > I already submited the problem to the address but it seems they didn't > > have enough time to correct it, or maybe I've done something wrong. > > Anyway, any solutions?? >=20 >=20 > It's hard to say, because no one else is seeing this problem. > Are you perhaps picking up a different configure executable? Well, my port came from rpm official ftp site. I wonder how could I get from another source that works. > What is at line 123 of the configure script? 123 ac_feature=3D`echo $ac_option|sed -e 's/-*disable-//'` I already tried to edit the configure script, but it was really useless since I don't know how configure parser works. > Have you perhaps replaced /bin/sh? I was actually using /bin/csh wich is the FreeBSD default > What version of FreeBSD are you running? 5.4 >