Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2007 15:18:47 +0200
From:      Mahmoud Labadi <mlabadi@hadara.ps>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: automake19: texinfo error during build
Message-ID:  <45AA2DB7.9030504@hadara.ps>
In-Reply-To: <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> <20070113171047.GA1825@kobe.laptop>

next in thread | previous in thread | raw e-mail | index | archive | help
what I can do??

/Regards/
~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Eng. Mahmoud AL-Labadi*
/Network Department
Palnet Communications Ltd.
Hadara Technologies
http://www.palnet.com
mahmoudl@palnet.com <mailto:mahmoudl@palnet.com>
//Tel.02/2403434. Fax.02/2403430/
~~~~~~~~~~~~~~~~~~~~~~~~~~~



Giorgos Keramidas wrote:
> On 2007-01-13 10:31, Mahmoud Labadi <mlabadi@hadara.ps> 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" <jjuanino@gmail.com> 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
>
>
>
>
>   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45AA2DB7.9030504>