2011/7/6 Peter Jones <pjo...@redhat.com>:
> On 07/05/2011 10:08 AM, Joshua C. wrote:
>>
>> 2011/7/5 Jakub Jelinek<ja...@redhat.com>:
>>>
>>> On Mon, Jul 04, 2011 at 11:41:41PM +0200, Joshua C. wrote:
>>>>
>>>> 2011/6/12 Joshua C.<joshua...@googlemail.com>:
>>>>>
>>>>> As the subject says I cannot recompile grub. Everytime I get "checking
>>>>> whether the C compiler works... no". I explicitely installed all
>>>>> packages from
>>>>> http://kojipkgs.fedoraproject.org/packages/grub/0.97/74.fc15/data/logs/x86_64/root.log
>>>>> and have attached those in the packages.log file. The only thing
>>>>> that's missing is the glibc32 package but it conflicts with
>>>>> glibc-2.14-2.i686. As you can see from the attached build.log the
>>>>> error arises in the middle of the compilation. What am I missing?
>>>>>
>>>>
>>>> Anyone any ideas?
>>>
>>> To compile grub on x86_64, which compiles as 32-bit, you need
>>> at least glibc.i686, glibc-devel.i686 and maybe also glibc-static.i686
>>> in addition to x86_64 packages.  grub seems to BuildRequires at least
>>> /usr/lib/crt1.o, so that should take care of requiring glibc-devel.i686.
>>>
>>>        Jakub
>>> --
>>> users mailing list
>>> users@lists.fedoraproject.org
>>> To unsubscribe or change subscription options:
>>> https://admin.fedoraproject.org/mailman/listinfo/users
>>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>>
>>
>> I saw that I already had glibc.i686 and glibc-devel.i686 installed on
>> my system. The missing part was the glibc-static.i686. But as you can
>> see from the build log here
>> http://koji.fedoraproject.org/koji/getfile?taskID=3170489&name=root.log
>> only the glibc-static.x86_64 was fetched and installed and there is no
>> mention of the i686 version. And the dependencies doesn't complain
>> about the missing glibc-static.i686 either. Maybe this should be
>> hard-coded as a dependency.
>>
>> Now the package can be recomppiled.
>
> Which file was it choking on?  At one point I had these deps right, but
> one of the files moved from one glibc-subpackage to the other. I can fix
> the build dep, but right now I'm at a conference and won't have time to
> chase it down for a couple of days at least.
>
> --
>        Peter
>

I think the problem is with glibc-static.i686. Koji fetches
glibc32.x86_64 but this conflicts with glibc.i686 on my system.

More important I think grub doesn't like the gcc >= 4.6.0. As you can
see from https://bugzilla.redhat.com/show_bug.cgi?id=718722 there are
some mismatches between stage1/stage2 when they are recompiled with
gcc >= 4.6.0. Everything is fine with gcc=4.5.1 in fc14 though. You
can find some of the discussion on this here:
http://lists.fedoraproject.org/pipermail/devel/2011-July/153799.html .
I think this should have a higher priority than the deps because it
renders the bootloader and hence the whole system useless. I'm sure
those can wait till you're back.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to