Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

yungstorm

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Trolling
    yungstorm reacted to cardinal in error when updating   
    I run current lxde x86_64
    Emerge layman,add nightmare overlay.
    Add nightmare overlay to /etc/portage/package.mask to stop override of matching funtoo packages which would create version conflict.
    */*::nightmare Add the package I want from nightmare overlay to /etc/portage/package.unmask
    x11-terms/termite::nightmare funtoo rj # emerge -pv x11-terms/termite These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS #] x11-libs/vte-0.38.3:2.91::nightmare [0.28.2-r207:0::gentoo] USE="termite-patch -debug -glade -introspection -vala" 0 kB [ebuild N #] x11-terms/termite-9999::nightmare 0 kB Total: 2 packages (1 new, 1 in new slot), Size of downloads: 0 kB !!! The following update has been skipped due to unsatisfied dependencies: x11-libs/vte:2.91 emerge: there are no ebuilds to satisfy ">=x11-libs/gnome-pty-helper-0.40.2". (dependency required by "x11-libs/vte-0.40.2::nightmare" [ebuild]) The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by x11-terms/termite-9999::nightmare # required by x11-terms/termite (argument) # /etc/portage/package.mask: =x11-libs/vte-0.38.3 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by x11-terms/termite-9999::nightmare # required by x11-terms/termite (argument) =x11-libs/vte-0.38.3 termite-patch NOTE: The --autounmask-keep-masks option will prevent emerge from creating package.unmask or ** keyword changes. I ignore this
    x11-libs/vte:2.91 emerge: there are no ebuilds to satisfy ">=x11-libs/gnome-pty-helper-0.40.2". (dependency required by "x11-libs/vte-0.40.2::nightmare" [ebuild]) and follow package.unmask and package.use instructions.
     
    Add to /etc/portage/package.unmask
    =x11-libs/vte-0.38.3 Add to /etc/portage/package.use
    =x11-libs/vte-0.38.3 termite-patch funtoo rj # emerge -av x11-terms/termite These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS #] x11-libs/vte-0.38.3:2.91::nightmare [0.28.2-r207:0::gentoo] USE="termite-patch -debug -glade -introspection -vala" 0 kB [ebuild N #] x11-terms/termite-9999::nightmare 0 kB Total: 2 packages (1 new, 1 in new slot), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] Emerge completes without error.
    funtoo rj # eix -J [I] x11-libs/vte Available versions: (0) 0.28.2-r207 (2.90) 0.36.3 (2.91) 0.38.2 0.38.3 (~)0.38.3[1] [m](~)0.40.2[1] {+crypt debug glade +introspection python termite-patch vala PYTHON_ABIS="2.6 2.7"} Installed versions: 0.28.2-r207(05:15:26 PM 07/04/2015)(python -debug -introspection PYTHON_ABIS="2.7 -2.6") 0.38.3(2.91)[1](01:04:46 AM 08/22/2015)(termite-patch -debug -glade -introspection -vala) Homepage: https://wiki.gnome.org/action/show/Apps/Terminal/VTE Description: Library providing a virtual terminal emulator widget [I] x11-terms/termite [1] Available versions: (~)7 (~)8 (~)9 (~)10 (~)9999 Installed versions: 9999(01:05:06 AM 08/22/2015) Homepage: https://github.com/thestinger/termite Description: A keyboard-centric VTE-based terminal [1] "nightmare" /var/lib/layman/nightmare Found 2 matches.
  2. Trolling
    yungstorm reacted to Oleg Vinichenko in Installing libressl fail   
    it looks python failing, not libressl. Topic a bit confusing. For this, I'd suggest to open report on bugs.funtoo.org. Maybe python in Funtoo tree need libressl fixes, present in libressl overlay, however I do not see anything specific in there.
  3. Trolling
    yungstorm reacted to whiteghost in Can't boot into my new kernel   
    http://swift.siphos.be/linux_sea/kernelbuilding.html
     
    http://swift.siphos.be/linux_sea/kernelbuilding.html#idm3571767349040
  4. Trolling
    yungstorm reacted to Tassie_Tux in [Solved]qutebrowser   
    The instructions given under http://www.funtoo.org/News:Python_Updater_Deprecation allowed me to enable Python 3.4
     
    Unmask Python 3.4 in /etc/portage/package.unmask
    =dev-lang/python-3.4.3-r1000 or
    dev-lang/python:3.4 Emerge Python 3.4
    # emerge --ask dev-lang/python:3.4 Rebuild portage
    # emerge --oneshot sys-apps/portage Edit make.conf according to your needs. My make.conf currently contains
    PYTHON_ABIS="2.7 3.3 3.4" PYTHON_TARGETS="python2_7 python3_3 python3_4" PYTHON_SINGLE_TARGET="python3_4" Rebuild portage again (with --nodeps) # emerge --nodeps --oneshot sys-apps/portage Eselect python 3.4
    # eselect python set --python3 python3.4 Update world
    # emerge --update --deep --newuse @world
×
×
  • Create New...