xen src.rpm is missing some build requires: gcc (make[3]: gcc: Command not found) I installed Minimum CentOS 5.1. Also, libaio-devel is required for build, but the rpm install does not require libaio..... jerry -- "Be a good boy, and always let your conscience be your guide." - The Blue Fairy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
[Resend from subscribed address] On 22/07/2008 07:01, Jerry Amundson wrote:> xen src.rpm is missing some build requires: > gcc (make[3]: gcc: Command not found)I don''t know if Xen/Centos packaging is a tightly specified as Fedora''s, which has explicit "not-wanted" BuildRequires, including gcc and make. http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2> I installed Minimum CentOS 5.1.Try doing a yum groupinstall "Development Tools" that caught most of them for me on CentOS5.2 (I think I still needed a manual ncurses-devel for make menuconfig and gnugpg for module signing) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Andy Burns writes ("Re: [Xen-devel] xen src.rpm missing b-r"):> [Resend from subscribed address] > On 22/07/2008 07:01, Jerry Amundson wrote: > > xen src.rpm is missing some build requires: > > gcc (make[3]: gcc: Command not found) > > I don''t know if Xen/Centos packaging is a tightly specified as Fedora''s, > which has explicit "not-wanted" BuildRequires, including gcc and make.If Jerry is using the `upstream'' xen 3.2 src rpm for Centos available from xen.org, I made it based on the Centos source rpm for xen 3.1, so I don''t think _that_ bug at least is likely to be mine if it is a bug :-).> Try doing a > yum groupinstall "Development Tools" > > that caught most of them for me on CentOS5.2 (I think I still needed a > manual ncurses-devel for make menuconfig and gnugpg for module signing)But yes, bugs of this kind do seem likely. Build dependencies are generally more important for autobuilding tools and I didn''t pay a great deal of attention to getting them exactly right for the packages I made. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel