From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 Description of problem: No mozilla/security/coreconf/Linux2.6.mk. There is a Linux2.5.mk file. Should probably just copy Linux2.5.mk to Linux2.6.mk. Version-Release number of selected component (if applicable): mozilla-1.4.1-18 kernel-smp-2.6.0-0.test11.1.99 How reproducible: Always Steps to Reproduce: 1. Install mozilla SRPM and 2.6 kernel from arjan'v people page 2. Reboot machine with 2.6 kernel 3. "rpmbuild -ba mozilla.spec" Actual Results: Error message of of the following. ../coreconf/config.mk:67: ../coreconf/Linux2.6.mk: No such file or directory ../coreconf/config.mk:167: no file name for `-include' /usr/bin/gmake -j1: *** No rule to make target ../coreconf/Linux2.6.mk. Stop. gmake[2]: *** [../coreconf/Linux2.6.mk] Error 1 gmake[2]: Leaving directory `/home/wcohen/rh-rpms/BUILD/mozilla/security/coreconf' gmake[1]: *** [.nss.cleaned] Error 2 gmake[1]: Leaving directory `/home/wcohen/rh-rpms/BUILD/mozilla/security/manager' make: *** [export] Error 2 e Expected Results: Build mozilla RPMs Additional info:
Gonna have to fix this one.
Linux2.6.mk was added to Mozilla on 2003-07-19 and is in all releases since 1.5b and could easily be ported to the 1.4 branch. That said, I wish we didn't have to deal with the NSS build system.
Rawhide includes 1.6 at this point so this is fixed.