Open sarnold opened 5 years ago
31 Oct 2020: sadly, due to legal obligations arising from a recent change in my 'real world' job, I must announce I am standing down as maintainer of this project with immediate effect. For the meantime, I will leave the repo up (for historical interest, and since the ebuilds etc. may be of use to others); however, I plan no further updates, nor will I be accepting / actioning further pull requests or bug reports from this point. Email requests for support will also have to be politely declined, so, please treat this as an effective EOL notice.
For further details, please see my post here.
If you have used my EFI Guide (and this repo) to install your PC-based Gentoo system, it should still continue to work for some time, but you should now take steps to migrate to a baseline Gentoo Handbook install (since the underlying tools, such as buildkernel
, will also now no longer be supported and may eventually fail as more modern kernels etc. are released).
With sincere apologies, sakaki ><
This has come up before for certain arches/configs, and still happens with 5.3.x and x86_64 if the default linker is set to gold, ie, something like:
as well as failures building the VDSO.
In the past I've patched a makefile or two to force ld.bfd in the fail location, but based on the kernel thread discussion I think it's probably better to just force ld.bfd for the kernel build, so I added it to the "make" line in buildkernel:
The failure still depends on arch/config options (so is somewhat intermittent) and the above seems like the safest fix for now.