On Mon, Aug 7, 2017 at 10:11 AM, symack <sym...@gmail.com> wrote: > > Currently I am rebuilding the whole system using `emerge -e world` and > everything is failing as early as the unpack phase. > Do I have to download stage from the beginning for the 3rd time! >
The problem is it looks like you built and installed bzip2 with the incompatible CFLAGS. Because this is used by portage to unpack tar.bz2 files during the unpack phase, emerge can't really proceed. Unless you have a binary package for bzip2 built with good CFLAGS lying around in you system, you should start again.