From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 01:38:35 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 1DEEA16A41F for ; Thu, 22 Dec 2005 01:38:35 +0000 (GMT) (envelope-from jester@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9886343D46 for ; Thu, 22 Dec 2005 01:38:34 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id 5C9AE9DCA1 for ; Wed, 21 Dec 2005 20:38:33 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id jBM1cXF28283 for freebsd-questions@freebsd.org; Wed, 21 Dec 2005 20:38:33 -0500 (EST) Date: Wed, 21 Dec 2005 20:38:33 -0500 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20051222013833.GA23549@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: automake19: texinfo error during build 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: Thu, 22 Dec 2005 01:38:35 -0000 I'm trying to upgrade my automake from 1.8.5_2 to 1.9.6 (in order to install Subversion, which seems to require this). During the build, I get a screenful of errors like ./automake19.texi:8788: Unknown command `tie'. ./automake19.texi:8788: Misplaced {. ./automake19.texi:8788: Misplaced }. ./automake19.texi:9090: Unknown command `tie'. [...] before dying with --- makeinfo: Removing output file `./automake19.info' due to errors; use --force to preserve. *** Error code 2 Stop in /usr/ports/devel/automake19/work/automake-1.9.6/doc. *** Error code 1 Stop in /usr/ports/devel/automake19/work/automake-1.9.6. *** Error code 1 Stop in /usr/ports/devel/automake19. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade39976.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/automake19 (automake-1.8.5_2) (texinfo error) --- I think my dependencies are up to date. Oh, this is on 4.X. I didn't see anything relevant from Googling. What do I need to fix to get this in order? Thanks. Jesse Sheidlower