Bug 182032
| Summary: | rpmbuild --rebuild and command line build result in two different kernels | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Prarit Bhargava <prarit> |
| Component: | kernel | Assignee: | Dave Jones <davej> |
| Status: | CLOSED UPSTREAM | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | caillon, davej, dcantrell, nobody+pnasrat, pfrields, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-04-26 14:21:09 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 163350 | ||
|
Description
Prarit Bhargava
2006-02-19 15:34:17 UTC
rpmbuild is voodoo to me, maybe Paul knows. (Cc'd) Prarit - have you tried running the rpmbuild post scripts (eg for stripping and debuginfo) on the resultant image to see if they cause it. Paul, Added %define __strip /bin/true to the spec file. Still see "unaligned access" messages. Also ran strip and debuginfo on a "self-built" kernel image. Don't see "unaligned access" messages ... P. What exact steps did you take exactly?
rpm -E '%__debug_install_post'
/usr/lib/rpm/find-debuginfo.sh /home/pauln/Development/rpm/BUILD/
rpm -E '%__arch_install_post'
rpm -E '%__os_install_post'
/usr/lib/rpm/find-debuginfo.sh
/usr/lib/rpm/redhat/brp-compress
/usr/lib/rpm/redhat/brp-strip /usr/bin/strip
/usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
/usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
/usr/lib/rpm/brp-python-bytecompile
Jes' upstream patch that fixed the kernel name alignment fixed this issue. Since this will get sucked into Fedora there's no point in putting a patch together ... P. |