Since November 2015, my set of ebuid scripts compiles bionic for x86_64 and i386 on my Gentoo x86_64 desktop. Tools needed: GCC glibc targeting version 4.9.3 or 5.3.0; binutils 2.4.25 or later, glabc-targeting clang 3.5.0, make.
If you can install these tools on your desktop, you can compile bionic.
Note, however, that my ebuilds apply zillion patches.
To find out what they are doing, you can:
- Download the Live Gentoo DVD to your x86_64 desktop or laptop.
- Install my scripts.
Run their output output, for example
USE = verbose ebuild bionic / bionic-5.1.1-r29.ebuild clean install qmerge 2> & 1 | tee / tmp / bionic.cout
As soon as such a command completes, you get a corrected source tree, the result of intermediate and final compilation, and a complete build log with the gcc / clang / ld / ar commands.
source share