Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Community Answers

  1. Oleg Vinichenko's post in [Solved] ebuild for pysl package was marked as the answer   
    The dep can look like (probably):
    RDEPEND="$(python_gen_cond_dep 'dev-python/configparse[${PYTHON_USEDEP}]' 'python2*')"
  2. Oleg Vinichenko's post in Login failure again @ bugs.funtoo.org was marked as the answer   
    is your account update to use 2FA? Please, try with 
    https://auth.funtoo.org/login
  3. Oleg Vinichenko's post in XA state tracker failure with mesa 18.2.0-rc2 was marked as the answer   
    this is due to mesa update accident. Please, sync your meta-repo and you will get back to good version of media-libs/mesa
  4. Oleg Vinichenko's post in Unable to parse profile: '/etc/portage/make.profile' after `ego sync` was marked as the answer   
    run 
    epro build current
  5. Oleg Vinichenko's post in Cinnamon and Xinerama was marked as the answer   
    enabled in cinnamon for now.
  6. Oleg Vinichenko's post in GCC 5.4.0-r1 update was marked as the answer   
    no, this doesn`t require rebuild at all.
    The very major version updastes, such 5 to 6 or 6 to 7 do require such rebuilds.
  7. Oleg Vinichenko's post in Why should I use pre-compiled Stage 3? was marked as the answer   
    stage3 is a basic Funtoo linux image that is built from sources of software packages list, which is necessary minimal set of software which will allow your to run Funtoo linux on top of linux kernel. This list is carefully crafted and forms  a special set, called @system
    to rebuild all of relevant packages from sources on your machine, use
    emerge -e @system
  8. Oleg Vinichenko's post in Why 'Running pre-merge checks for sys-fs/eudev-3.2.2-r1' is so long? was marked as the answer   
    rm -rf /var/tmp/portage
  9. Oleg Vinichenko's post in Gnome keeps pulling in systemd was marked as the answer   
    the fix to this will be applied soon.
  10. Oleg Vinichenko's post in About eselect python was marked as the answer   
    yes, this is known bug. i reported it to usptream
    https://bugs.gentoo.org/635678
  11. Oleg Vinichenko's post in xfce-base/libxfce4util-4.13.1 fails to emerge was marked as the answer   
    su - or su -l is recommended as in this case you're getting clean environment not contaminated with any variables such as XDG_CACHE_HOME and which was the origin of a failure.
  12. Oleg Vinichenko's post in 20 GiB of free space? was marked as the answer   
    peak size used by temporary directory where debian-sources compiling is about 17GB. 20GB is set in ebuild with some exceeding margin to ensure it's enough space.
  13. Oleg Vinichenko's post in Conflicts have been encountered! imagemagick-6.9.9.18 and 7.0.7.6 but not IUSE perl was marked as the answer   
    the problem is reported in https://bugs.funtoo.org/browse/FL-4576
    the imagemagick-7 support patch is ready which will allow to remove the strict  dependency on older imagemagick and hence resolving the conflict.
  14. Oleg Vinichenko's post in Problem update system was marked as the answer   
    the compilation stopped due to resource exhaustion, due to lack of RAM or having no swap.
     
  15. Oleg Vinichenko's post in Where should I sned PRs with ruby-related ebuilds was marked as the answer   
    the flora repo looks the one. It is a community contribution repository for cases like this.
  16. Oleg Vinichenko's post in Switch to Python 3.6? was marked as the answer   
    i havent seen such behavior. But will look in a fresh test.
  17. Oleg Vinichenko's post in Dirty package.use was marked as the answer   
    this is not intuitive to users, the time you can remove the uses can be the time those uses are no longer present in ebuilds or you don't need them. the first case can be determined when portage will give you a following message during emerge -auDN 
    app-foo/bar (-use%), that means this use is no longer present (removed)
    personally i trying to avoid using package.use too much and rely on what is enabled by default in profiles.
  18. Oleg Vinichenko's post in LLVM_TARGETS for intel? was marked as the answer   
    There are no specific LLVM_TARGETS for the Intel, take a look into brief News i made some time back, when llvm_targets introduced into Funtoo.
    https://www.funtoo.org/News:LLVM_Targets
  19. Oleg Vinichenko's post in Getting asked to unmask '=x11-base/xorg-drivers-1.17' when trying to 'emerge xorg-x11'. was marked as the answer   
    ah, i really stuck with xorg-server mask in my head. the xorg-server mask is fixed but xorg-drivers mask is something added after that and it's not overridden yet.
  20. Oleg Vinichenko's post in meta-repo: Can /usr/portage be deleted now? was marked as the answer   
    yes
  21. Oleg Vinichenko's post in Do we still need gnome-3.16-fixups mis-in? was marked as the answer   
    no, this is no longer needed.
  22. Oleg Vinichenko's post in Libreoffice 5.4.2.2 fails to build close to the end was marked as the answer   
    the build failure is not the same, now you need to rebuild dev-cpp/libcmis
    did you by chance updated gcc? please, show output of gcc-config -l
  23. Oleg Vinichenko's post in Can't emerge 'www-client/chromium-62.0.3202.18::net-kit' was marked as the answer   
    the version for chromium specified in this thread can be compiled with the version of gcc in portage tree. that's 5.4.0
  24. Oleg Vinichenko's post in samba installation fails, due to manpage? was marked as the answer   
    this is fixed 2 days ago
  25. Oleg Vinichenko's post in Quick simple question re: portage sync and kits was marked as the answer   
    this will bring meta-repo up-to-date.
×
×
  • Create New...