On Tue, 2011-01-11 at 21:34 +0000, davidMbrooke wrote: > On Tue, 2011-01-11 at 21:50 +0100, KP Kirchdoerfer wrote: > > Am Dienstag, 11. Januar 2011, 21:35:10 schrieb davidMbrooke: > > > Hi, > > > > > > I have just upgraded my build machine to Fedora 14 and I am getting a > > > lot of build failures. All of the failures relate to Makefile syntax > > > (sometimes buildtool.mk, sometimes package Makefiles) so I suspect the > > > culprit is the new version of "make" introduced with Fedora 14: v3.82 as > > > opposed to v3.81. > > > > > > Has anybody else had success with make 3.82 or are you still using 3.81 > > > (or earlier)? > > > > Hi David; > > > > I'm still using v3.81. > > > > It's a pain with host upgrades. > > > > kp > > Hi kp, > > Thanks for the confirmation. I guess others will be upgrading too, given > time, so I suppose I should work out the bugs now... sigh. > > The first error is building the kernel, somewhat important :-) > make: Entering directory > `/home/leaf/src/bering-uclibc4/buildtool/source/kernel' > buildtool.mk:14: *** missing separator. Stop. > > The offending line (#14) is: > alias gcc=$(TARGET_CC)$ > > I wonder if this really has any effect anyway. Can I just delete it? > > dMb
Despite the headline figure of 33 packages failing to build, it turns out there were only a few underlying issues: - The kernel/buildtool.mk issue with the "alias" line above - A problem with module-init-tools which is fixed in a new upstream version - A problem with dmidecode where a Makefile trick which used to work now fails, but that can just be removed - Turns out that we we did not have dmidecode in cvs4 yet, so I updated to the latest upstream version when uploading the new files - A problem with tcp_wrappers which can be fixed by pre-creating a directory using buildtool.mk So now these packages build OK on Fedora 14 (with make 3.82) and I don't *think* I've broken them for building on other systems :-) dMb ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel