[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem compiling cfengine on solaris
From: |
Peter Sevborn |
Subject: |
Re: problem compiling cfengine on solaris |
Date: |
28 Jan 2004 05:29:39 -0800 |
"Oprea, Cosmin" <Cosmin.Oprea@rbccm.com> wrote in message
news:<mailman.799.1074289876.928.help-cfengine@gnu.org>...
> The problem arrises when it tries to compile "doc".
> Here is the output:
>
> make[1]: Entering directory `/usr/local/src/cfengine-2.1.1/doc'
> false -I . \
> -o cfengine-Reference.info `test -f 'cfengine-Reference.texinfo' || echo
> './'`cfengine-Reference.texinfo
> make[1]: Leaving directory `/usr/local/src/cfengine-2.1.1/doc'
> make[1]: *** [cfengine-Reference.info] Error 1
> make: *** [all-recursive] Error 1
>
> The environment is:
>
> cfengine 2.1.1
> solaris 8 108528-20
> Ultra 5
> gcc 3.2.2
> berkeley 3.3
>
>
> Thank you
> Cosmin
>
>
> <font face="Times New Roman" size="3">
> <p>------------------------------------------------------------------------
> ------</p>
> <p> This e-mail may be privileged and/or confidential, and the sender does
> not waive any related rights and obligations. Any distribution, use or copy
> ing of this e-mail or the information it contains by other than an intended
> recipient is unauthorized. If you received this e-mail in error, please ad
> vise me (by return e-mail or otherwise) immediately.</p>
> <p> Ce courriel est confidentiel et prot g . L'exp diteur ne renonce
> pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisat
> ion ou copie de ce message ou des renseignements qu'il contient par une per
> sonne autre que le (les) destinataire(s) d sign (s) est interdite. Si v
> ous recevez ce courriel par erreur, veuillez m'en aviser imm diatement, p
> ar retour de courriel ou par un autre moyen.</p>
> <p>========================
> =========================
> ===</p>
> </font>
>
>
> --
Make sure you have texinfo ( http://www.gnu.org/software/texinfo
)compiled for your build system. I had the same problem on an Irix box
and just added texinfo and it worked fine.
/Peter