Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

AdiosKid

Members
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by AdiosKid

  1. 18 minutes ago, drobbins said:

    Yes, I am working with robbat2 on a genkernel rewrite and a modular system to integrate initramfs like dracut, etc. We are just getting started and the holidays are keeping me from diving in right now. The project is/will be hosted here: https://github.com/funtoo/xkernel . You can see that robbat2 has contributed a host of issues/todos that I will be whittling away on soon.

    Beautiful words!

  2. 3 hours ago, walterw said:

    Is this a plymouth theme or lightdm?  I use the console to login and not GDM / lightdm / KDM / etc.  The video above was pretty cool, do you have anything more gentoo/funtoo specific?

    all these themes is to plymouth the boot splash, I don't did themes to session manager yet.

  3. hi folks, 

     

    I'm in new installation and I'm follow that guide about upgrade gcc : https://wiki.gentoo.org/wiki/Upgrading_GCC 

     

    the commands  : 

     

     

    Install new version of compiler

    emerge -u sys-devel/gcc
    

    show the versions

    gcc-config -l
    

    choose the new version

    gcc-config 2
    

    reinstall libtool 

    emerge --ask --oneshot sys-devel/libtool
    

    remove the old version

    emerge --ask --depclean =sys-devel/gcc-4.9.3
    

    until here all fine and perfect, but my doubt is about recompile the toolchain, I need just recompile the depedencies with 

    revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
    

    or I need recompile the whole system three ? 

×
×
  • Create New...