Hey all,
I'm not sure where else to post this so I'm trying here first. I'm basically just trying to get the text-based install version of anaconda to work on my F16 x86_64 box so I can play around with the source code. However, I'm getting a compile error with make: $ git clone git://git.fedorahosted.org/git/anaconda.git $ cd anaconda $ yum install libtool $(grep ^BuildRequires: anaconda.spec.in | awk '{print $2}') $ ./autogen.sh $ ./configure $ make ... .gmo tr.gmo uk.gmo ur.gmo vi.gmo zh_CN.gmo zh_TW.gmo zu.gmo make[3]: Entering directory `/home/jchiappetta/Desktop/anaconda/po' make[4]: Entering directory `/home/jchiappetta/Desktop/anaconda/po' File af.po does not exist. If you are a translator, you can create it through 'msginit'. make[4]: *** [af.po-create] Error 1 make[4]: Leaving directory `/home/jchiappetta/Desktop/anaconda/po' make[3]: *** [af.po] Error 2 make[3]: Leaving directory `/home/jchiappetta/Desktop/anaconda/po' make[2]: *** [stamp-po] Error 2 make[2]: Leaving directory `/home/jchiappetta/Desktop/anaconda/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jchiappetta/Desktop/anaconda' make: *** [all] Error 2 I tried following this page as a guide http://fedoraproject.org/wiki/Anaconda/Building and I have tried googling for this error related to anaconda but I could not find any answers. I know I'm obviously doing something wrong here but any input would be greatly appreciated. Thanks for your time and sorry for my ignorance! Jon Chiappetta |
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list