From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:10:38 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 EC6F816A420 for ; Wed, 7 Sep 2005 14:10:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02AF843D67 for ; Wed, 7 Sep 2005 14:10:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15415 invoked from network); 7 Sep 2005 14:10:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Sep 2005 14:10:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7E44047; Wed, 7 Sep 2005 10:10:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: ffranzosi@gmail.com References: <9287d19b050905185833fbdaa8@mail.gmail.com> From: Lowell Gilbert Date: 07 Sep 2005 10:10:36 -0400 In-Reply-To: <9287d19b050905185833fbdaa8@mail.gmail.com> Message-ID: <44br35nf37.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Trouble with RPM port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:10:39 -0000 Frederico Franzosi writes: > 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: > ---------------- > ===> Configuring for rpm-3.0.6_10 > ./configure: 123: Syntax error: word unexpected (expecting ")") > ===> 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 output of > the failure of your make command. Also, it might be a good idea to provide > 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?? It's hard to say, because no one else is seeing this problem. Are you perhaps picking up a different configure executable? What is at line 123 of the configure script? Have you perhaps replaced /bin/sh? What version of FreeBSD are you running?