Код: Выделить всё
* sys-devel/gcc
Latest version available: 4.3.2-r3
Latest version installed: 4.3.2-r3
Size of files: 58,989 kB
Homepage: http://gcc.gnu.org/
Description: The GNU Compiler Collection. Includes C/C++, java compilersВот хочу, например, пересобрать gcc (для любого другого то же самое):
Код: Выделить всё
>>> Failed to emerge sys-devel/gcc-4.3.2-r3, Log file:
>>> '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log'
* Messages for package sys-devel/gcc-4.3.2-r3:
*
* ERROR: sys-devel/gcc-4.3.2-r3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4818: Called toolchain_src_compile
* environment, line 5344: Called gcc_src_compile
* environment, line 3068: Called gcc_do_configure
* environment, line 2781: Called die
* The specific snippet of code:
* "${S}"/configure "$@" || die "failed to run configure";
* The die message:
* failed to run configure
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/environment'.
*И не ясно, то ли сам компилятор как-то подпортился, то ли я до этого использовал GCC-4.1.
Так можно ли компиляцию "поручить" GCC 4.3? Или же, если рабочего GCC у меня нет, откуда стянуть бинарник?
Извиняюсь за неопытность