Skip to content

Instantly share code, notes, and snippets.

@moul
Created September 2, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moul/7ec675e3cac39723c88e to your computer and use it in GitHub Desktop.
Save moul/7ec675e3cac39723c88e to your computer and use it in GitHub Desktop.
gentoo failed build.txt
root@docker-builder-6:~/docker-gentoo-stage3# ./update.sh
+ wget -N http://distfiles.gentoo.org/releases/arm/autobuilds/20150730/stage3-armv7a_hardfp-20150730.tar.bz2
--2015-09-02 13:09:17-- http://distfiles.gentoo.org/releases/arm/autobuilds/20150730/stage3-armv7a_hardfp-20150730.tar.bz2
Resolving distfiles.gentoo.org (distfiles.gentoo.org)... 137.226.34.42, 140.211.166.134, 216.165.129.135, ...
Connecting to distfiles.gentoo.org (distfiles.gentoo.org)|137.226.34.42|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 201848883 (192M) [application/octet-stream]
Server file no newer than local file ‘stage3-armv7a_hardfp-20150730.tar.bz2’ -- not retrieving.
+ cat stage3-armv7a_hardfp-20150730.tar.bz2
+ docker import - gentoo-temp:stage3-armv7a_hardfp-20150730
42ed6c5a0a61d975e4b16e5c2fefb05b68c1b271d0b2361117f7dd00313dca9b
+ docker run -t -v /usr/portage:/usr/portage:ro --name gentoo-temp-stage3-armv7a_hardfp-20150730 gentoo-temp:stage3-armv7a_hardfp-20150730 bash -exc '
export MAKEOPTS="-j$(nproc)"
pythonTarget="$(emerge --info | sed -n '\''s/.*PYTHON_TARGETS="\([^"]*\)".*/\1/p'\'')"
pythonTarget="${pythonTarget##* }"
echo '\''PYTHON_TARGETS="'\''$pythonTarget'\''"'\'' >> /etc/portage/make.conf
echo '\''PYTHON_SINGLE_TARGET="'\''$pythonTarget'\''"'\'' >> /etc/portage/make.conf
emerge --newuse --deep --with-bdeps=y @system @world
emerge -C editor ssh man man-pages openrc e2fsprogs texinfo service-manager
emerge --depclean
'
++ nproc
+ export MAKEOPTS=-j4
+ MAKEOPTS=-j4
++ emerge --info
++ sed -n 's/.*PYTHON_TARGETS="\([^"]*\)".*/\1/p'
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
WARNING: One or more repositories have missing repo_name entries:
/usr/portage/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
+ pythonTarget=
+ pythonTarget=
+ echo 'PYTHON_TARGETS=""'
+ echo 'PYTHON_SINGLE_TARGET=""'
+ emerge --newuse --deep --with-bdeps=y @system @world
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment