Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM. The spec file has EL4 target (which is nice), and I got almost all dependencies in place (mostly from 4.2beta and some from rawhide). However, I'm missing the ant package. Ant from rawhide doesn't compile since it is already gcc 4 based (fails on dependencies, getting it to use gcc4 instead of gcc seems like nice piece of work, but I might be wrong, I might need to do it after all). Similar story with FC4 ant SRPM. CentOS doesn't have ant RPM at all. FC3 (which is the closest match to EL4/CentOS4) doesn't have it either. Has anybody managed to rebuild ant SRPM on CentOS 4.x? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
On Thu, 2005-10-06 at 12:05 -0500, Aleksandar Milivojevic wrote:> Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM. > The spec file has EL4 target (which is nice), and I got almost all dependencies > in place (mostly from 4.2beta and some from rawhide). However, I'm missing the > ant package. Ant from rawhide doesn't compile since it is already gcc 4 based > (fails on dependencies, getting it to use gcc4 instead of gcc seems like nice > piece of work, but I might be wrong, I might need to do it after all). Similar > story with FC4 ant SRPM. CentOS doesn't have ant RPM at all. FC3 (which is the > closest match to EL4/CentOS4) doesn't have it either. > > Has anybody managed to rebuild ant SRPM on CentOS 4.x?Did you try JPackage? -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://centos.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20051006/0f7a3c59/attachment-0002.sig>
Quoting Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>:> On Thu, 2005-10-06 at 12:05 -0500, Aleksandar Milivojevic wrote: >> Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM. >> The spec file has EL4 target (which is nice), and I got almost all >> dependencies >> in place (mostly from 4.2beta and some from rawhide). However, I'm >> missing the >> ant package. Ant from rawhide doesn't compile since it is already >> gcc 4 based >> (fails on dependencies, getting it to use gcc4 instead of gcc seems >> like nice >> piece of work, but I might be wrong, I might need to do it after >> all). Similar >> story with FC4 ant SRPM. CentOS doesn't have ant RPM at all. FC3 >> (which is the >> closest match to EL4/CentOS4) doesn't have it either. >> >> Has anybody managed to rebuild ant SRPM on CentOS 4.x? > > Did you try JPackage?Not yet, but I'll give it a try. There's no el4 specific RPM, so I'll try with generic one. The only thing I'm affraid is that it will use java from gcc package (gcc v3), while openoffice itself depends on java from gcc4 package. Anyhow, I'll try and see how it works out. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.