Cannot recompile grub - checking whether the C compiler works... no

Brendan Jones brendan.jones.it at gmail.com
Mon Jul 4 22:43:38 UTC 2011


On 05/07/11 08:03, Joshua C. wrote:
> 2011/7/4 Brendan Jones<brendan.jones.it at gmail.com>:
>> On 07/05/2011 07:41 AM, Joshua C. wrote:
>>> 2011/6/12 Joshua C.<joshuacov at 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?
>>>
>>> Here are once again some logs
>>>
>> Try rebuilding using mock or a koji scratch build.
>>
>> mock -r fedora-15-x86_64 --rebuild /path/to/foo.srpm
>>
>> or
>>
>> koji build --scratch dist-f15 /path/to/foo.srpm
>> --
>> users mailing list
>> users at 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 use the rpm from koji. What are the differences between both?
mock builds the package in a chroot on your system where as koji is done 
in a chroot on the koji build servers.

Both will pull in all dependencies into their chroot as specified in the 
srpm .SPEC file, giving you a clean build unaffected by whatever 
packages you may/may not have on your system.

http://fedoraproject.org/wiki/Extras/MockTricks
http://fedoraproject.org/wiki/Using_the_Koji_build_system#Scratch_Builds


More information about the users mailing list