Bug 171776 - missing buildrequirement for 32bit glibc
Summary: missing buildrequirement for 32bit glibc
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: grub
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-26 10:13 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.97-7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-04 16:03:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2005-10-26 10:13:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1

Description of problem:
grub fails to build on a x86_64 machine:
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

in config.log:
configure:2425: gcc -m32 -Os -g -fno-strict-aliasing -Wall -Werror -Wno-shadow -Wno-pointer-sign -static   conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status



Version-Release number of selected component (if applicable):
grub-0.95-15

How reproducible:
Always

Steps to Reproduce:
1.try to build grub on a 64bit machine
2.
3.
  

Actual Results:  -m32 implies /usr/lib/crt1.o, having /usr/lib64/crt1.o from the 64bit glibc isn't sufficient

Additional info:

Comment 1 Mark McLoughlin 2007-07-04 16:03:49 UTC
It's had:

  BuildRequires: /usr/lib/crt1.o

since 0.97-7, so this is likely well fixed now. Please do re-open if not.


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