RuoMu Hu wrote : > Hi Jon, > > 2010/4/27 Jon Masters <[email protected]>: > > On Fri, 2010-04-23 at 18:40 +0800, RuoMu Hu wrote: > > > >> I needed to build an out of tree xfs kernel module for RHEL5.4 kernel, > >> I did it in the RHEL style ( like in http://driverupdateprogram.com/ > >> ). The problems are: > > > >> 1) The built binary kmod rpm is not stripped (size xfs.ko is 13M) > >> 2) The built debuginfo package contains nothing > > > > Driver Updates (kmods) generally aren't stripped, but 13MB is impressive > > indeed. Is that a standard build of just the XFS source? > > > > Jon. > > Yes, it is a standard build, with all features enabled. I just don't > understand why output debuginfo package is empty.
This might be because the *.ko file isn't executable. Try just making it +x in the %install section, that should fix it. Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora release 12 (Constantine) - Linux kernel 2.6.32.11-99.fc12.x86_64 Load : 0.03 0.13 0.17 _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
