Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

aramisqc

Members
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by aramisqc

  1.  

    Good Night (1.55 in my town) Mr aramisqc;

    You're using "stable" or current ? and what tipe of kernel you use ?

     

    For example I'm on stable 64 and  if aI make ermerge -c (that is equal to emerge --depclean), I obtain:

    sandro@ci74771ht ~ $ emerge -cp
     
     * Always study the list of packages to be cleaned for any obvious
     * mistakes. Packages that are part of the world set will always
     * be kept.  They can be manually added to this set with
     * `emerge --noreplace <atom>`.  Packages that are listed in
     * package.provided (see portage(5)) will be removed by
     * depclean, even if they are part of the world set.
     * 
     * As a safety measure, depclean will not remove any packages
     * unless *all* required dependencies have been resolved.  As a
     * consequence, it is often necessary to run `emerge --update
     * --newuse --deep @world` prior to depclean.
     
    Calculating dependencies... done!
    >>> No packages selected for removal by depclean
    >>> To see reverse dependencies, use --verbose
    Packages installed:   1610
    Packages in world:    101
    Packages in system:   74
    Required packages:    1610
    Number to remove:     0
    sandro@ci74771ht ~ $ 
    
    

    And :

    sandro@ci74771ht ~ $ du -hs /usr/src/linux-3.17.7-gentoo/
    1,4G  
     

    sandro@ci74771ht ~ $ du -hs /lib/modules/3.17.7-gentoo/ 75M

     
    And May You send Your 
     
    # eselect profile list ?
     
    Thanx :)

     

    This is the normal behavior of --depclean. That is why I want to exclude some packages from this process. All that is in @world won't be affected by --depclean.

  2. Because current kernel is member of kernel set, emerge --depclean wants to remove package. That means kernel will be purged along with all its files (/boot, /usr/src/linux, etc...).

     

    Is there a way to exclude package from emerge --depclean process ? I think that by deleting kernel set and by adding package to world set, will fix it but still searching for an alternative.

  3. Bonjour Sylvain,

     

    http://www.funtoo.org/Install/fr/Guide_Installation_Funtoo_Linux (presque complet)

     

    Il n'y a malheureusement pas de lien direct cliquable pour l'instant. Le mieux est d'ouvrir le guide d'installation en Anglais. Ensuite tu cliques sur Install dans Categories. ? ce moment-l? tu vois le nom du wiki dans l'index. Sinon dans la liste d?roulante, bouton Go, clique sur HOWTOs.

     

    Je fais le maximum pour avoir des versions fran?aises incluant ?First Steps?. Tant que c'est dans la cat?gorie Install, je peux traduire.

  4. there is C++ rewrite, called paludis and it's not any faster. A new portage version we testing locally is a bit faster. But last years, indeed, it slowed at some point. From what I understand portage now re-calculates it's dependency tree from scratch each time and depending on pkg list  it can be really discouraging. Maybe, we can make this behavior improved or changed completely. I.e problem is not because portage written in python, but rather in what it trying to do. (too smart?) 

     

    That's what I meant in my previous post. That's the way Portage calculates dependencies.

  5. Is it a good idea to initialize VIDEO_CARDS in /etc/portage/make.conf when installing Funtoo Linux ?

     

    According to information below  :

    # lshw -c display
      *-display              
           description: VGA compatible controller
           produit: Core Processor Integrated Graphics Controller
           fabriquant: Intel Corporation
           identifiant mat?riel: 2
           information bus: pci@0000:00:02.0
           version: 02
           bits: 64 bits
           horloge: 33MHz
           fonctionnalit?s: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           ressources: irq:44 m?moire:f0000000-f03fffff m?moire:d0000000-dfffffff portE/S:1800(taille=8)
    

    VIDEO_CARDS in /etc/portage/make.conf would be :

    VIDEO_CARDS="i915,intel"
    
×
×
  • Create New...