Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798477 - sys-apps/portage-3.0.20-r6 install phase fails in stage3
Summary: sys-apps/portage-3.0.20-r6 install phase fails in stage3
Status: UNCONFIRMED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-25 01:31 UTC by Joey Dumont
Modified: 2021-06-25 01:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
=sys-apps/portage-3.0.20-r6 build log (build.log,504.72 KB, text/x-log)
2021-06-25 01:31 UTC, Joey Dumont
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joey Dumont 2021-06-25 01:31:26 UTC
Created attachment 718941 [details]
=sys-apps/portage-3.0.20-r6 build log

As of Wednesday, June 23th, bootstrapping fails on Arch Linux during the merge of =sys-apps/portage-3.0.20-r6, specifically the install phase. Here are the last few lines of the build log (I've attached the full log as well)

Copying lib/portage.egg-info to /tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/image/_python3.9/tmp/gentoo/usr/lib/python3.9/site-packages/portage-3.0.20-py3.9.egg-info
 * Using python3.9 in global scope
 * python3_9: running distutils-r1_run_phase python_install_all
 * Moving admin scripts to the correct directory
 * Moving /usr/bin/archive-conf to /usr/sbin/archive-conf
mv: cannot stat '/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/image/tmp/gentoo/usr/bin/archive-conf': No such file or directory
 * ERROR: sys-apps/portage-3.0.20-r6::gentoo failed (install phase):
 *   sbin scripts move failed!
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_install
 *   environment, line 3761:  Called distutils-r1_src_install
 *   environment, line 1500:  Called _distutils-r1_run_common_phase 'python_install_all'
 *   environment, line  537:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_install_all'
 *   environment, line 2769:  Called _multibuild_run 'distutils-r1_run_phase' 'python_install_all'
 *   environment, line 2767:  Called distutils-r1_run_phase 'python_install_all'
 *   environment, line 1465:  Called python_install_all
 *   environment, line 3446:  Called die
 * The specific snippet of code:
 *           mv "${ED}/usr/bin/${target}" "${ED}/usr/sbin/${target}" || die "sbin scripts move failed!";
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/portage-3.0.20-r6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/portage-3.0.20-r6::gentoo'`.
 * The complete build log is located at '/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/temp/build.log'.
 * The ebuild environment file is located at '/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/temp/environment'.
 * Working directory: '/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/work/portage-3.0.20'
 * S: '/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/work/portage-3.0.20'
/tmp/gentoo/var/tmp/portage/sys-apps/portage-3.0.20-r6/temp/environment: line 125: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8): No such file or directory

The error looks similar to bug 569260.