sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
926 stars 127 forks source link

Possible to disable binhost functionality? #172

Closed WAUthethird closed 4 years ago

WAUthethird commented 4 years ago

Hi,

I'd like to know how to disable the binhost, but retain genup functionality in terms of weekly upgrades.

Thanks.

perkinslr commented 4 years ago

Remove the line defining the binhost in /etc/portage/make.conf Note that it will make upgrades take a long time. If you have distcc running in a chroot on a powerful machine, that'll help, but it'll still take a day or more.

sakaki- commented 4 years ago

Thanks @perkinslr, exactly so. In fact both the below lines can be commented out, thus:

#FEATURES="${FEATURES} getbinpkg"
#PORTAGE_BINHOST="https://isshoni.org/pi64pie"

Closing.

WAUthethird commented 4 years ago

This seems to have worked! Thanks.

I know it's a bit strange of a question to ask, seeing how slow the Pi4 would be, but I've got a bit of a unique situation, heh.