From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 12:29:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34A85106564A for ; Fri, 5 Sep 2008 12:29:26 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id E321A8FC13 for ; Fri, 5 Sep 2008 12:29:25 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so237237yxb.13 for ; Fri, 05 Sep 2008 05:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=iGTjaUSPRB1p/TdO/KJ2zDAPj6pyo2iy69pNueOFxPs=; b=mieG9lHWNx6MZ8N+NcR/HHa+jMEx7XL2I07bdtocjeiDkChb5N02lvAp436EqCE3D1 OAkZ0AWt5PO5Z0ORvbA8P2sAgTc9U3ZdPBe32dQpusTdIrgp2YvJxQri/sk5pMOUQII1 V6thwigPCmyZ+QlSx9xrFHookSyl7+nDW354o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=K3n0YoFmPLnEaVDN8PUeO2vZo6z0Y2HWvWOva44cLG8dEwuB7NS9OCrRubKFh+0SYp 342lcqZmqDwqZ6NOsTABZ0gLrYGtB/6cqXEwa6XxWQHACXPpvfCErFsPbAIu1dcb9z+0 5YQz+aoD5xKufTTgIWq6XwYdRTC2Yapf+kZIk= Received: by 10.151.9.1 with SMTP id m1mr16344551ybi.192.1220617764278; Fri, 05 Sep 2008 05:29:24 -0700 (PDT) Received: by 10.151.142.19 with HTTP; Fri, 5 Sep 2008 05:29:24 -0700 (PDT) Message-ID: Date: Fri, 5 Sep 2008 08:29:24 -0400 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 44be1e1bd57e84d1 Subject: broken autoconf upgrade 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: Fri, 05 Sep 2008 12:29:26 -0000 While running portupgrade -ai, I noticed this else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./autoconf-2.62.info" | sed 's|[^/]*$||'` ; \ fi; \ rm -rf $backupdir; exit $rc autoconf-2.62.texi:1723: Unknown command `'. autoconf-2.62.texi:3353: Unknown command `'. autoconf-2.62.texi:3920: Unknown command `'. autoconf-2.62.texi:3935: Unknown command `'. autoconf-2.62.texi:3947: Unknown command `'. autoconf-2.62.texi:3965: Unknown command `'. autoconf-2.62.texi:3986: Unknown command `'. autoconf-2.62.texi:4001: Unknown command `'. autoconf-2.62.texi:4019: Unknown command `'. autoconf-2.62.texi:4027: Unknown command `'. So, this won't upgrade. Anyone else see that? Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein