-
Posts
35 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Posts posted by kindofblue
-
-
That's where I went. Thanks anyway.
-
I started installing Funtoo on an old PC with an AMD K10 processor but the link to the stage 3 file is broken (HTTP 404 error). Can someone fix this?
Thanks in advance.
-
The lvm flag didn't work for me. I still see the same messages at boot time as those I posted in my original message. At least I have a working kernel with the manual build of the kernel I described.
Thanks again.
-
Sorry I just saw your answer. I rebuilt the kernel with Device Mapper Support built in (instead of a module) and it's now working. I was not aware of the lvm use flag. I added it and I'm now emerging debian-sources-lts again. I'll let you know how it goes. Thanks a lot.
-
Correction: the kernel parameter real_root in /etc/boot.conf is /dev/mapper/funtoo-ROOT.
-
Hello everybody,
I just installed Funtoo release 1.4 on an AMD K10 cpu; the kernel is debian-sources-lts version 4.19.67_p2-r1. I used LVM for all the file systems, including the root file system (I used the instructions in the following guide).
I used the following kernel parameters in /etc/boot.conf (again from the guide mentioned above): dolvm real_root=/dev/funtoo/ROOT rootfstype=ext4 resume=swap:/dev/mapper/funtoo-SWAP. When booting I see the following messages:
Quotevgscan and vgchange not found: skipping LVM volume group activation
Block device /dev/funtoo/ROOT is not a valid root device
I have another box running Funtoo release 1.3 with version 4.19.37_p6 of the Debian kernel. I have the same setup on this one as the new one (using LVM for the root file system) and it works fine. There's differences in relation to LVM in the initramfs files of the two kernels. Here's what I see for version 4.19.37_p6:
Quoteetc/lvm
etc/lvm/lvm.conf
bin
bin/lvmetc/modules/lvm
And only this for version 4.19.67_p2-r1
Quoteetc/modules/lvm
Could that explain the issue?
Thanks in advance.
-
Thanks to all for the replies. I'll upgrade to Funtoo 1.4 as soon as I can.
-
I tried to build kde-plasma/plasma-meta on two different PCs but they both fail on the same package, sys-apps/accountsservice. The error message is that systemd is required. I added the nosystemd mix-in to my profile but that didn't help. I tried to blacklist the package in package.mask but emerge returns an error saying that it must be unmasked.
Would someone know if there's a way to build this package without systemd?
Thanks in advance.
-
8 hours ago, engineer said:
How about
eselect kernel show
Thanks, but that shows the version of the kernel, which I think is not related to the Funtoo release version.
-
On 5/20/2019 at 12:24 PM, cardinal said:
Each kit is a git repo that is set to the active branch that has it's release name.
# ego kitfuntoo /home/rj # ego kit /var/git/meta-repo (updated 17 hours 23 minutes ago): kit active branch default stability core-kit 1.3-release (same) prime core-hw-kit 1.3-release (same) prime core-ui-kit 1.3-release (same) prime core-server-kit 1.3-release (same) prime core-gl-kit 1.3-release (same) prime security-kit 1.3-release (same) prime xorg-kit 1.20-release (same) prime gnome-kit 3.30-prime (same) prime rust-kit 1.32-prime (same) prime xfce-kit 4.13-release (same) prime kde-kit 1.3-release (same) prime desktop-kit 1.3-release (same) prime media-kit 1.3-release (same) prime editors-kit 1.3-release (same) prime net-kit 1.3-release (same) prime text-kit 1.3-release (same) prime science-kit 1.3-release (same) prime games-kit 1.3-release (same) prime perl-kit 5.28-release (same) prime java-kit 1.3-release (same) prime ruby-kit 1.3-release (same) prime haskell-kit 1.3-release (same) prime ml-lang-kit 1.3-release (same) prime lisp-scheme-kit 1.3-release (same) prime python-kit 3.7-release (same) prime lang-kit 1.3-release (same) prime llvm-kit 1.3-release (same) prime dev-kit 1.3-release (same) prime python-modules-kit 1.3-release (same) prime nokit 1.3-release (same) prime NOTE: This information comes from /etc/ego.conf and meta-repo metadata. After making changes to ego.conf, be sure to run ego sync in so that the individual kit repositories on disk are synchronized with the kit branches shown above.Additional Information comes from /var/git/meta-repo/metadata/kit-info.json
Specific revision number for each kits git repo: /var/git/meta-repo/metadata/kit-sha1.json
Ok thanks. I see mostly 1.2-release when I run this command so I guess it means I'm running version 1.2. Would that explain why I don't get new updates?
-
19 minutes ago, jhan said:
What is the content of /etc/ego.conf?
Here it is:
denis@euclide(~)$ cat /etc/ego.conf
# This is the ego.conf file[kits]
# You can set your default kits here. Unset kits will use the Funtoo default prime/master
# branch by default.# python-kit = 3.6-prime
-
I haven't updated my Funtoo systems in a while and now when I run ego sync there's no new packages. I see that there are new releases of Funtoo (1.2, 1.3). Can someone please tell me how to see which release I'm running.
Thanks.
-
I am really sorry, I wasted your time all along. I sudoed to root on the MacBook and looked at the command history. I was root when I changed the profile. I wonder how I can work in that business and be sometimes so confused.
-
If you read the documentation on profiles, for example here, it doesn't say root privilege is required. I'm only trying to change my own profile, not system wide. I use sudo to emerge. For the rest I set up the two PCs exactly the same way, except for the stage download.
Thanks again.
-
1 hour ago, palica said:
paste /etc/sudoers from both
Thanks a lot for your help. Again, they're exactly the same
denis@euclide(~)$ sudo cat /etc/sudoers ## sudoers file. ## ## This file MUST be edited with the 'visudo' command as root. ## Failure to use 'visudo' may result in syntax or file permission errors ## that prevent sudo from running. ## ## See the sudoers man page for the details on how to write a sudoers file. ## ## ## Host alias specification ## ## Groups of machines. These may include host names (optionally with wildcards), ## IP addresses, network numbers or netgroups. # Host_Alias WEBSERVERS = www1, www2, www3 ## ## User alias specification ## ## Groups of users. These may consist of user names, uids, Unix groups, ## or netgroups. # User_Alias ADMINS = millert, dowdy, mikef ## ## Cmnd alias specification ## ## Groups of commands. Often used to group related commands together. # Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \ # /usr/bin/pkill, /usr/bin/top # Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff ## ## Defaults specification ## ## You may wish to keep some of the following environment variables ## when running commands via sudo. ## ## Locale settings # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET" ## ## Run X applications through sudo; HOME is used to find the ## .Xauthority file. Note that other programs use HOME to find ## configuration files and this may lead to privilege escalation! # Defaults env_keep += "HOME" ## ## X11 resource path settings # Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH" ## ## Desktop path settings # Defaults env_keep += "QTDIR KDEDIR" ## ## Allow sudo-run commands to inherit the callers' ConsoleKit session # Defaults env_keep += "XDG_SESSION_COOKIE" ## ## Uncomment to enable special input methods. Care should be taken as ## this may allow users to subvert the command being run via sudo. # Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER" ## ## Uncomment to use a hard-coded PATH instead of the user's to find commands # Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ## ## Uncomment to send mail if the user does not enter the correct password. # Defaults mail_badpass ## ## Uncomment to enable logging of a command's output, except for ## sudoreplay and reboot. Use sudoreplay to play back logged sessions. # Defaults log_output # Defaults!/usr/bin/sudoreplay !log_output # Defaults!/usr/local/bin/sudoreplay !log_output # Defaults!REBOOT !log_output ## ## Runas alias specification ## ## ## User privilege specification ## root ALL=(ALL) ALL ## Uncomment to allow members of group wheel to execute any command # %wheel ALL=(ALL) ALL ## Same thing without a password %wheel ALL=(ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL ## Uncomment to allow any user to run sudo if they know the password ## of the user they are running the command as (root by default). # Defaults targetpw # Ask for the password of the target user # ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw' ## Read drop-in files from /etc/sudoers.d ## (the '#' here does not indicate a comment) #includedir /etc/sudoers.d denis@euclide(~)$denis@maxwell(~)$ sudo cat /etc/sudoers ## sudoers file. ## ## This file MUST be edited with the 'visudo' command as root. ## Failure to use 'visudo' may result in syntax or file permission errors ## that prevent sudo from running. ## ## See the sudoers man page for the details on how to write a sudoers file. ## ## ## Host alias specification ## ## Groups of machines. These may include host names (optionally with wildcards), ## IP addresses, network numbers or netgroups. # Host_Alias WEBSERVERS = www1, www2, www3 ## ## User alias specification ## ## Groups of users. These may consist of user names, uids, Unix groups, ## or netgroups. # User_Alias ADMINS = millert, dowdy, mikef ## ## Cmnd alias specification ## ## Groups of commands. Often used to group related commands together. # Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \ # /usr/bin/pkill, /usr/bin/top # Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff ## ## Defaults specification ## ## You may wish to keep some of the following environment variables ## when running commands via sudo. ## ## Locale settings # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET" ## ## Run X applications through sudo; HOME is used to find the ## .Xauthority file. Note that other programs use HOME to find ## configuration files and this may lead to privilege escalation! # Defaults env_keep += "HOME" ## ## X11 resource path settings # Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH" ## ## Desktop path settings # Defaults env_keep += "QTDIR KDEDIR" ## ## Allow sudo-run commands to inherit the callers' ConsoleKit session # Defaults env_keep += "XDG_SESSION_COOKIE" ## ## Uncomment to enable special input methods. Care should be taken as ## this may allow users to subvert the command being run via sudo. # Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER" ## ## Uncomment to use a hard-coded PATH instead of the user's to find commands # Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ## ## Uncomment to send mail if the user does not enter the correct password. # Defaults mail_badpass ## ## Uncomment to enable logging of a command's output, except for ## sudoreplay and reboot. Use sudoreplay to play back logged sessions. # Defaults log_output # Defaults!/usr/bin/sudoreplay !log_output # Defaults!/usr/local/bin/sudoreplay !log_output # Defaults!REBOOT !log_output ## ## Runas alias specification ## ## ## User privilege specification ## root ALL=(ALL) ALL ## Uncomment to allow members of group wheel to execute any command # %wheel ALL=(ALL) ALL ## Same thing without a password %wheel ALL=(ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL ## Uncomment to allow any user to run sudo if they know the password ## of the user they are running the command as (root by default). # Defaults targetpw # Ask for the password of the target user # ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw' ## Read drop-in files from /etc/sudoers.d ## (the '#' here does not indicate a comment) #includedir /etc/sudoers.d denis@maxwell(~)$ -
On 11/7/2018 at 12:25 PM, palica said:
paste
"groups denis" from both pc
They're exactly the same:
denis@euclide(~)$ groups denis wheel audio cdrom video users denis denis@maxwell(~)$ groups denis wheel audio cdrom video users denis -
9 hours ago, palica said:
then you have to adjust permissions on /etc/portage/make.profile/parent
But the permissions on the system where command
epro flavor desktop
works are exactly the same as the other system where it doesn't work:
denis@euclide(opengl)$ ls -l /etc/portage/make.profile/parent -rw-r--r-- 1 root root 1411 Nov 4 06:56 /etc/portage/make.profile/parent denis@maxwell(~)$ ls -ld /etc/portage/make.profile/parent -rw-r--r-- 1 root root 1365 Nov 4 07:42 /etc/portage/make.profile/parenteuclide is the PC where the command works, maxwell the one where it doesn't. Besides, I remember installing Funtoo a year ago or so and epro was also working with my own account.
Thanks for the reply.
-
23 hours ago, lazlo.vii said:
I have to ask, are you running the command as root or at least using sudo as a non-root user? If not you can't change files in /etc
I don't think I have to be root or use sudo. I didn't have to one my other PC (the MacBook).
Thanks anyway for your reply.
-
I just reinstalled Fundoo on two of my PCs, one being an old MacBook. The MacBook installation worked great, but I hit a problem on the other PC, an AMD 64 based system. I cannot set my profile with epro. Here's what I get:
Quoteepro flavor desktop
=== Enabled Profiles: ===arch: x86-64bit
build: current
subarch: amd64-k10
flavor: desktop
mix-ins: (not set)>>> Set flavor to desktop.
Updating profiles at /etc/portage/make.profile/parent...
ERROR: You do not have permission to update profiles. Any changes could not be saved.Would someone have a suggestion? Thanks in advance.
-
Hello everybody,
I followed this Funtoo document, http://www.funtoo.org/KDE_Plasma_5, that describes how to install KDE Plasma. I managed to get the login screen, but after logging in the screen stays black. I only see a big arrow cursor for the mouse.
I couldn't install kde-apps-meta because there was a slot conflict. I only installed two of the meta packages:
- kdebase-runtime-meta
- kdecore-meta
Is there other meta packages I should install to get a working desktop?
Thanks in advance.
-
I finally reinstalled from scratch. Hopefully I'll be good for a couple of years without running in the same kind of problems. Thanks again for your help.
-
I'm sorry I don't really understand your answer. Is there a way to reinitialize Portage to a sane state?
-
I use KDE but i may have pulled in packages from other desktops inadvertantly. Here's the output of the commands you asked:
denis@maxwell(~)$ cat /var/lib/portage/world
app-admin/chrpath
app-admin/perl-cleaner
app-admin/sudo
app-admin/syslog-ng
app-arch/libarchive
app-arch/lzop
app-arch/rpm
app-arch/unzip
app-benchmarks/stress
app-doc/doxygen
app-editors/vim
app-editors/vim-core
app-editors/xemacs
app-emulation/containerd
app-emulation/docker
app-emulation/qemu
app-emulation/runc
app-emulation/virtualbox
app-emulation/virtualbox-additions
app-eselect/eselect-python
app-i18n/man-pages-de
app-misc/screen
app-portage/elogv
app-portage/gentoolkit
app-portage/layman
app-text/a2ps
app-text/asciidoc
app-text/build-docbook-catalog
app-text/docbook-sgml
app-text/docbook-sgml-dtd
app-text/docbook-sgml-utils
app-text/docbook-xsl-ns-stylesheets
app-text/docbook2X
app-text/hunspell
app-text/iso-codes
app-text/poppler
app-text/texlive
app-text/texlive-core
app-text/tree
app-text/wgetpaste
app-vim/gentoo-syntax
app-xemacs/xemacs-packages-all
dev-db/sqlite
dev-embedded/u-boot-tools
dev-java/fop
dev-java/maven-bin
dev-lang/python
dev-lang/python:2.7
dev-lang/python:3.3
dev-lang/swig
dev-lang/tcl
dev-lang/tk
dev-libs/boost
dev-libs/expat
dev-libs/gmp
dev-libs/libIDL
dev-libs/libevdev
dev-libs/libgcrypt
dev-libs/libgpg-error
dev-libs/libnl
dev-libs/libxml2
dev-libs/libxslt
dev-libs/nss
dev-libs/openssl
dev-python/PyQt4
dev-python/cffi
dev-python/cryptography
dev-python/cython
dev-python/lxml
dev-python/pygtk
dev-python/suds
dev-qt/designer
dev-qt/linguist-tools
dev-qt/qtconcurrent
dev-qt/qtcore
dev-qt/qtdbus
dev-qt/qtdeclarative
dev-qt/qtgui
dev-qt/qtnetwork
dev-qt/qtprintsupport
dev-qt/qtscript
dev-qt/qtsvg
dev-qt/qttest
dev-qt/qtwidgets
dev-qt/qtx11extras
dev-qt/qtxml
dev-qt/qtxmlpatterns
dev-ruby/minitest
dev-ruby/rubygems
dev-ruby/test-unit
dev-tcltk/tcllib
dev-tcltk/tclreadline
dev-tcltk/thread
dev-texlive/texlive-basic
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra
dev-texlive/texlive-fontsrecommended
dev-texlive/texlive-fontutils
dev-texlive/texlive-formatsextra
dev-texlive/texlive-genericextra
dev-texlive/texlive-genericrecommended
dev-texlive/texlive-langenglish
dev-texlive/texlive-langfrench
dev-texlive/texlive-langlatin
dev-texlive/texlive-langother
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-mathextra
dev-texlive/texlive-pictures
dev-texlive/texlive-plainextra
dev-texlive/texlive-pstricks
dev-texlive/texlive-science
dev-util/checkbashisms
dev-util/cmake
dev-util/crash
dev-util/cscope
dev-util/desktop-file-utils
dev-util/diffstat
dev-util/rpmdevtools
dev-vcs/git
dev-vcs/mercurial
kde-apps/kdebase-meta
kde-apps/nsplugins
kde-apps/okular
kde-apps/svgpart
kde-frameworks/extra-cmake-modules
mail-mta/postfix
media-gfx/gimp
media-gfx/graphviz
media-gfx/imagemagick
media-libs/fontconfig
media-libs/gd
media-libs/libbluray
media-libs/libjpeg-turbo
media-libs/libpng
media-libs/libsdl
media-libs/libv4l
media-libs/x264
net-analyzer/wireshark
net-dns/bind-tools
net-dns/dnsmasq
net-libs/gnutls
net-misc/bridge-utils
net-misc/curl
net-misc/dhcp
net-misc/dhcpcd
net-misc/icaclient
net-misc/ifenslave
net-misc/keychain
net-misc/ntp
net-misc/openssh
net-misc/vpnc
net-nds/rpcbind
net-p2p/transmission
net-print/cups
sys-apps/gptfdisk
sys-apps/help2man
sys-apps/hwids
sys-apps/kexec-tools
sys-apps/pciutils
sys-apps/portage
sys-block/gparted
sys-boot/boot-update
sys-devel/autoconf-archive
sys-devel/bc
sys-devel/gcc
sys-devel/gdb
sys-devel/gettext
sys-firmware/radeon-ucode
sys-fs/btrfs-progs
sys-fs/dosfstools
sys-fs/lsscsi
sys-fs/lvm2
sys-fs/multipath-tools
sys-fs/ntfs3g
sys-fs/reiserfsprogs
sys-fs/xfsprogs
sys-kernel/gentoo-sources
sys-libs/e2fsprogs-libs
sys-libs/gdbm
sys-libs/glibc
sys-libs/libunwind
sys-libs/ncurses
sys-libs/pam
sys-libs/timezone-data
sys-power/cpufrequtils
sys-power/powernowd
sys-power/upower-pm-utils
sys-process/at
sys-process/audit
sys-process/lsof
virtual/jdk
virtual/mysql
virtual/udev
www-client/firefox
www-client/w3m
www-plugins/adobe-flash
x11-base/xorg-server
x11-base/xorg-x11
x11-libs/libXfixes
x11-libs/libxcb
x11-libs/pango
x11-libs/xcb-util-cursor
x11-misc/xkeyboard-config
x11-proto/xcb-proto
x11-proto/xproto
x11-terms/xterm
denis@maxwell(~)$ cat /etc/portage/make.conf
# These settings were set by the metro build script that automatically built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
ACCEPT_KEYWORDS="amd64"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
PORTAGE_ELOG_SYSTEM="save"
LINGUAS="en fr de"
VIDEO_CARDS="radeon"
INPUT_DEVICES="evdev"
ACCEPT_LICENSE="dlj-1.1 AdobeFlash-11.x Oracle-BCLA-JavaSE"
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error info log qa"
FEATURES="noclean"denis@maxwell(~)$
denis@maxwell(~)$ eselect java-vm list
Available Java Virtual Machines:
[1] oracle-jdk-bin-1.8 system-vm
-
Thanks a lot for the help. I use Linux at work and I use Gentoo/Funtoo at home, but unfortunately I don't know the intricacies of Portage well enough.
The first emerge command fails with multiple conflicts:
maxwell ~ # emerge -p -DNu world --with-bdeps=y
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-qt/designer:4
(dev-qt/designer-4.8.7:4/4::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(dev-qt/designer-4.8.7:4/4::gentoo, installed) pulled in by
>=dev-qt/designer-4.8.5:4[-phonon] required by (kde-apps/dolphin-4.14.3:4/4.14::gentoo, installed)
^^^^^^^
>=dev-qt/designer-4.8.5:4[-phonon] required by (kde-apps/khelpcenter-4.14.3:4/4.14::gentoo, installed)
^^^^^^^
>=dev-qt/designer-4.8.5:4[-phonon] required by (kde-apps/kwrite-4.14.3:4/4.14::gentoo, installed)
^^^^^^^
>=dev-qt/designer-4.8.5:4[-phonon] required by (kde-apps/baloo-widgets-4.14.3:4/4.14::gentoo, installed)
^^^^^^^
dev-libs/libdbusmenu-qt:0
(dev-libs/libdbusmenu-qt-0.9.3_pre20140619-r1:0/0::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(dev-libs/libdbusmenu-qt-0.9.3_pre20140619-r1:0/0::gentoo, installed) pulled in by
dev-libs/libdbusmenu-qt[qt5] required by (kde-frameworks/knotifications-5.24.0:5/5.24::gentoo, ebuild scheduled for merge)
^^^
sys-auth/polkit-qt:0
(sys-auth/polkit-qt-0.112.0-r1:0/0::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(sys-auth/polkit-qt-0.112.0-r1:0/0::gentoo, installed) pulled in by
sys-auth/polkit-qt[qt5] required by (kde-frameworks/kauth-5.24.0:5/5.24::gentoo, ebuild scheduled for merge)
^^^
x11-base/xorg-server:0
(x11-base/xorg-server-1.17.4:0/1.17.4::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(x11-base/xorg-server-1.16.4-r5:0/1.16.1::gentoo, installed) pulled in by
x11-base/xorg-server:0/1.16.1= required by (x11-drivers/xf86-input-evdev-2.9.2:0/0::gentoo, installed)
^^^^^^^^^^
(and 1 more with the same problem)
NOTE: Use the '--verbose-conflicts' option to display parents omitted above
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
!!! The ebuild selected to satisfy ">=media-libs/gexiv2-0.6.1" has unmet requirements.
- media-libs/gexiv2-0.10.3::gentoo USE="python -introspection -static-libs" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5"
The following REQUIRED_USE flag constraints are unsatisfied:
python? ( introspection )
The above constraints are a subset of the following complete expression:
python? ( introspection any-of ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) )
(dependency required by "media-gfx/gimp-2.9.4::gentoo" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
maxwell ~ #

stage 3 file missing for AMD64 K10
in Installation Help
Posted
Thanks. I was thinking of doing that but I'm not in a hurry, I'll wait for the issue to be fixed. I raised a bug report, so hopefully someone will see it.