Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 484329 - Grub fails to build in rawhide?
Summary: Grub fails to build in rawhide?
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: grub
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F11FTBFS
TreeView+ depends on / blocked
 
Reported: 2009-02-06 04:13 UTC by Eric Sandeen
Modified: 2009-03-12 16:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-12 16:58:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Eric Sandeen 2009-02-06 04:13:14 UTC
Tried building grub-0.97-37.fc11 as a scratch build in koji and no luck:

gcc -o reloc.o -c -isystem /usr/lib/gcc/i386-redhat-linux/4.3.2/include -fpic -fshort-wchar -fno-strict-aliasing -fno-merge-constants -I../stage1 -I../lib -I. -I.. -I../stage2 -fno-builtin  -DSUPPORT_SERIAL=1  -DSUPPORT_GRAPHICS=1 ia32/reloc.c
gcc -o efimain.o -c -isystem /usr/lib/gcc/i386-redhat-linux/4.3.2/include -fpic -fshort-wchar -fno-strict-aliasing -fno-merge-constants -I../stage1 -I../lib -I. -I.. -I../stage2 -fno-builtin  -DSUPPORT_SERIAL=1  -DSUPPORT_GRAPHICS=1 -nostdinc efimain.c
ld -o grub.so -T /usr/lib/gnuefi/elf_ia32_efi.lds -nostdlib -shared -Bsymbolic reloc.o efimain.o /usr/lib/gnuefi/crt0-efi-ia32.o ../stage2/libstage2.a libgrubefi.a /usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc.a
ld: section .data [0000000000000000 -> 00000000000127af] overlaps se
ction .hash [0000000000000000 -> 0000000000000917]
ld: section .text [0000000000001000 -> 000000000001a94c] overlaps section .data [0000000000000000 -> 00000000000127af]
ld: section .dynamic [0000000000013000 -> 0000000000013077] overlaps section .text [0000000000001000 -> 000000000001a94c]
ld: grub.so: section .data vma 0x0 overlaps previous sections
ld: grub.so: section .text vma 0x1000 overlaps previous sections
ld: grub.so: section .dynamic vma 0x13000 overlaps previous sections
ld: grub.so: section .rel vma 0x14000 overlaps previous sections
ld: grub.so: section .dynsym vma 0x15000 overlaps previous sections
ld: grub.so: section .dynstr vma 0x17000 overlaps previous sections
make[2]: 
*** [grub.so] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/grub-0.97/efi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/grub-0.97'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.DShsmf (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.DShsmf (%build)
Child returncode was: 1

Known problem?

Thanks,
-Eric

Comment 1 lexual 2009-03-01 09:35:50 UTC
http://jkeating.fedorapeople.org/needed-f11-rebuilds.html

Looks to be.

Comment 2 Eric Sandeen 2009-03-12 16:58:35 UTC
Fixed in grub-0.97-41.fc11


Note You need to log in before you can comment on or make changes to this bug.