From owner-freebsd-questions@FreeBSD.ORG Sat Jan 13 17:11:38 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 7E4DE16A47C for ; Sat, 13 Jan 2007 17:11:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id EB4D313C46B for ; Sat, 13 Jan 2007 17:11:37 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup108.ach.sch.gr [81.186.70.108]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l0DHAxwH010570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 13 Jan 2007 19:11:13 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l0DHAmMf001887; Sat, 13 Jan 2007 19:10:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l0DHAmDk001886; Sat, 13 Jan 2007 19:10:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 13 Jan 2007 19:10:48 +0200 From: Giorgos Keramidas To: Mahmoud Labadi , freebsd-questions@freebsd.org Message-ID: <20070113171047.GA1825@kobe.laptop> References: <01b101c73687$f9a937d0$0301a8c0@palestine2> <20070113034450.GB40355@kobe.laptop> <45A898F1.7040902@hadara.ps> <20070113094341.GA886@gauss.sanabria.es> <01b101c73687$f9a937d0$0301a8c0@palestine2> <20070113034450.GB40355@kobe.laptop> <45A898F1.7040902@hadara.ps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070113094341.GA886@gauss.sanabria.es> <45A898F1.7040902@hadara.ps> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.099, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL -0.17, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, INFO_TLD 1.27) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: 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: Sat, 13 Jan 2007 17:11:38 -0000 On 2007-01-13 10:31, Mahmoud Labadi wrote: > thank for your quick response.. > I did that because I got this error during making install for mutt > package so I tried to check automake > please advise > > ===> mutt-1.4.2.2 depends on executable in : sgmlfmt - found > ===> mutt-1.4.2.2 depends on file: /usr/local/bin/automake19 - not found > ===> Verifying install for /usr/local/bin/automake19 in > /usr/ports/devel/automake19 > ===> 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 }. > [...] That's odd. I have automake19 installed here, and it doesn't fail with this error message, when I rebuild it: keramida@kobe:/home/keramida$ pkg_info | grep automake automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) keramida@kobe:/home/keramida$ On 2007-01-13 10:43, "Jos? G. Juanino" wrote: > Maybe I am wrong also, but I suspect you are using makeinfo binary > from print/texinfo port instead from base system, and you have > /usr/local/bin in your PATH before /usr/bin (bad idea in that case). That's possible. Mahmoud, can you show us your PATH and other environment settings? This should be easy to do with: root# env | sort