Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889626 - sys-boot/grub-2.06-r4: Compile error when configuring sources with arm64 arch
Summary: sys-boot/grub-2.06-r4: Compile error when configuring sources with arm64 arch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 23:44 UTC by Anthony A
Modified: 2023-01-04 00:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,30.58 KB, text/x-log)
2023-01-03 23:50 UTC, Anthony A
Details
emerge --info (emerge--info.txt,5.77 KB, text/plain)
2023-01-03 23:51 UTC, Anthony A
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony A 2023-01-03 23:44:06 UTC
When configuring sources to install GRUB (sys-boot/grub-2.06-r4), there is an error
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-03 23:45:22 UTC
Please include the full build.log and emerge --info.
Comment 2 Anthony A 2023-01-03 23:50:33 UTC
Created attachment 847016 [details]
build.log
Comment 3 Anthony A 2023-01-03 23:51:06 UTC
Created attachment 847018 [details]
emerge --info
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-03 23:52:05 UTC
checking for aarch64-unknown-linux-gnu-pkg-config... /usr/bin/aarch64-unknown-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: platform "pc" is not supported for target CPU "arm64"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-boot/grub-2.06-r4/work/grub-2.06-pc/config.log
 * ERROR: sys-boot/grub-2.06-r4::gentoo failed (configure phase):
 *   econf failed
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-03 23:52:18 UTC
You have GRUB_PLATFORMS="pc efi-64". Try GRUB_PLATFORMS="efi-64".
Comment 6 Anthony A 2023-01-03 23:55:31 UTC
(In reply to Sam James from comment #5)
> You have GRUB_PLATFORMS="pc efi-64". Try GRUB_PLATFORMS="efi-64".

okay, I just changed the variable to the one you advised me
Comment 7 Anthony A 2023-01-04 00:09:28 UTC
The compilation just finished without error.
Thank you for your help ^^