Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

kindofblue

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by kindofblue

  1. 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:

    Quote

    vgscan 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:

    Quote

    etc/lvm
    etc/lvm/lvm.conf
    bin
    bin/lvm

    etc/modules/lvm

    And only this for version 4.19.67_p2-r1

    Quote

    etc/modules/lvm

    Could that explain the issue?

    Thanks in advance.

  2. 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.

     

     

  3. 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 kit
    
    funtoo /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?

     

  4. 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.

     

  5. 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(~)$ 

     

  6. 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
    

     

  7. 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/parent

    euclide 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.

  8. 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.

  9. 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:

    Quote

    epro 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.

  10. 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.

  11. 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
     

     

  12. 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 ~ #
     

     

×
×
  • Create New...