Bug 453498

Summary: Creating an RPM fails for 2.6.25.6 when Xen is selected without optimize size
Product: [Fedora] Fedora Reporter: stanl
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-01 03:22:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description stanl 2008-07-01 01:34:33 UTC
Description of problem:
While compiling the latest redhat kernel from the src RPM, if Xen is selected in
make menuconfig and optimize for size is not, the build fails with Error 1 and
Error 2 because it can't resolve the symbol __udivdi3 in /xen/time.c

Version-Release number of selected component (if applicable):
2.6.25.6-55 src RPM

How reproducible:
Every time.


Steps to Reproduce:
1.install linux kernel 2.6.25.6-55 from fedora 9
2.make menuconfig, make sure xen enabled, optimize for size is disabled
3.make binrpm-pkg
4.Everything will work until it is time to create the package, then it will
complain that it can't resolve __udivdi3
  
Actual results:
Error 1
Error 2


Expected results:
Exit 0, with package created under RPMS in home rpmbuild directory.


Additional info:

Comment 1 Dave Jones 2008-07-01 03:22:39 UTC

*** This bug has been marked as a duplicate of 126342 ***

Comment 2 Chuck Ebbert 2008-07-03 03:29:04 UTC
BTW this is fixed in 2.6.26...

Comment 3 stanl 2008-07-03 05:03:20 UTC
Thanks for the heads up.