From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 16:19:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5B1C16A409 for ; Wed, 24 Jan 2007 16:19:56 +0000 (UTC) (envelope-from dharris@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 5545713C441 for ; Wed, 24 Jan 2007 16:19:55 +0000 (UTC) (envelope-from dharris@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so208452wxc for ; Wed, 24 Jan 2007 08:19:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=SkdjJXzzNb3GUtISUt+ZXS8V85iyYarlbCBdTNfNq9oAs9xxqajh5IoLn+IniYebwhXUMTCRYlGirBMfgcQzqK/Y+jIkqeOGMCyvEXODJggfDlzkYFT88jIU7Eh2BM+k2OhvVsIhn2kk85Kt2RUXU/WQQxvxeM/s0jJQz+IO1TM= Received: by 10.70.90.12 with SMTP id n12mr1663700wxb.1169654069060; Wed, 24 Jan 2007 07:54:29 -0800 (PST) Received: by 10.70.12.13 with HTTP; Wed, 24 Jan 2007 07:54:28 -0800 (PST) Message-ID: Date: Wed, 24 Jan 2007 10:54:28 -0500 From: "Doug Harris" Sender: dharris@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 67fe66dc1d3b88a9 Subject: Re: 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: Wed, 24 Jan 2007 16:19:56 -0000 I'm new to the list, but I'm having the same problem as somebody else reported earlier this month. I'm trying to install subversion (by doing "cd /usr/ports/devel/subversion/ && make install clean") and I'm getting stuck on the build of automake19 with the same error as reported earlier: ===> Building for automake-1.9.6 Making all in . Making all in doc restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && if (makeinfo --no-split --version) >/dev/null 2>&1; then for f in ./automake19.info ./automake19.info-[0-9] ./automake19.info-[0-9][0-9] ./automake19.i[0-9] ./automake19.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if makeinfo --no-split -I . -o ./automake19.info ./automake19.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././automake19.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc ./automake19.texi:8788: Unknown command `tie'. ./automake19.texi:8788: Misplaced {. ./automake19.texi:8788: Misplaced }. ./automake19.texi:9090: Unknown command `tie'. ./automake19.texi:9090: Misplaced {. ./automake19.texi:9090: Misplaced }. ./automake19.texi:9310: Unknown command `tie'. ./automake19.texi:9310: Misplaced {. ./automake19.texi:9310: Misplaced }. ./automake19.texi:9318: Unknown command `tie'. ./automake19.texi:9318: Misplaced {. ./automake19.texi:9318: Misplaced }. makeinfo: Removing output file `./automake19.info' due to errors; use --force to preserve. Per requests from earlier responses, here's my env (with some hostnames and IPs changed): BLOCKSIZE=K EDITOR=vi FTP_PASSIVE_MODE=YES GROUP=wheel HOME=/root HOST=FOO.BAR.net HOSTTYPE=FreeBSD LOGNAME=root MACHTYPE=i386 MAIL=/var/mail/root OLDPWD=/usr/ports/devel/automake19 OSTYPE=FreeBSD PAGER=more PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/www/bin:/root/bin PWD=/usr/ports/devel/subversion REMOTEHOST=999.999.999.999 SHELL=/bin/csh SHLVL=2 TERM=xterm USER=root VENDOR=intel _=/usr/bin/env