Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Sandro

Members
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Sandro

  1. You got reason

    ci74771ht ~ # emerge -1 krita --fetchonly
    Calculating dependencies... done!
    
    >>> Fetching (1 of 1) media-gfx/krita-3.1.2-r2::media-kit
    >>> Downloading 'http://distfiles.gentoo.org/distfiles/krita-3.1.2.1.tar.gz'
    --2017-10-11 21:14:15--  http://distfiles.gentoo.org/distfiles/krita-3.1.2.1.tar.gz
    Resolving distfiles.gentoo.org (distfiles.gentoo.org)... 216.165.129.135, 64.50.236.52, 156.56.247.195, ...
    Connecting to distfiles.gentoo.org (distfiles.gentoo.org)|216.165.129.135|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-10-11 21:14:15 ERROR 404: Not Found.
    
    >>> Downloading 'http://mirror.csclub.uwaterloo.ca/kde/stable/krita/3.1.2/krita-3.1.2.1.tar.gz'
    --2017-10-11 21:14:15--  http://mirror.csclub.uwaterloo.ca/kde/stable/krita/3.1.2/krita-3.1.2.1.tar.gz
    Resolving mirror.csclub.uwaterloo.ca (mirror.csclub.uwaterloo.ca)... 129.97.134.71, 2620:101:f000:4901:c5c:0:f:1055
    Connecting to mirror.csclub.uwaterloo.ca (mirror.csclub.uwaterloo.ca)|129.97.134.71|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-10-11 21:14:16 ERROR 404: Not Found.
    
    >>> Downloading 'ftp://mirrors.dotsrc.org/kde/stable/krita/3.1.2/krita-3.1.2.1.tar.gz'
    pathconf: Permission denied
    --2017-10-11 21:14:16--  ftp://mirrors.dotsrc.org/kde/stable/krita/3.1.2/krita-3.1.2.1.tar.gz
               => ?/var/cache/portage/distfiles/krita-3.1.2.1.tar.gz?
    Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116
    Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /kde/stable/krita/3.1.2 ...
    No such directory ?kde/stable/krita/3.1.2?.
    
    >>> Downloading 'ftp://kde.mirror.anlx.net/stable/krita/3.1.2/krita-3.1.2.1.tar.gz'
    pathconf: Permission denied
    --2017-10-11 21:14:16--  ftp://kde.mirror.anlx.net/stable/krita/3.1.2/krita-3.1.2.1.tar.gz
               => ?/var/cache/portage/distfiles/krita-3.1.2.1.tar.gz?
    Resolving kde.mirror.anlx.net (kde.mirror.anlx.net)... 81.91.100.171
    Connecting to kde.mirror.anlx.net (kde.mirror.anlx.net)|81.91.100.171|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /stable/krita/3.1.2 ...
    No such directory ?stable/krita/3.1.2?.
    
    >>> Downloading 'https://download.kde.org/stable/krita/3.1.2/krita-3.1.2.1.tar.gz'
    --2017-10-11 21:14:17--  https://download.kde.org/stable/krita/3.1.2/krita-3.1.2.1.tar.gz
    Resolving download.kde.org (download.kde.org)... 144.76.243.172, 2a01:4f8:200:93fb::3
    Connecting to download.kde.org (download.kde.org)|144.76.243.172|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-10-11 21:14:17 ERROR 404: Not Found.
    
    !!! Couldn't download 'krita-3.1.2.1.tar.gz'. Aborting.
     * Fetch failed for 'media-gfx/krita-3.1.2-r2'
    
    >>> Failed to emerge media-gfx/krita-3.1.2-r2
    
     * Messages for package media-gfx/krita-3.1.2-r2:
    
     * Fetch failed for 'media-gfx/krita-3.1.2-r2'

    I don't know how to fix;  eventually report on "bugs.funtoo.org"

     

    Ciao :)

  2. ci74771ht ~ # cat /etc/ego.conf
    # This is the ego.conf file
    
    [kits]
    
    # You can set your default kits here. Unset kits will use the Funtoo default prime/master
    # branch by default.
    
    # python-kit = 3.6-prime
    
    # core-hw-kit = master
    # core-kit = master
    # desktop-kit = master
    # dev-kit = master
    # editors-kit = master
    # games-kit = master
    # gnome-kit = master
    # java-kit = master
    # kde-kit = master
    # media-kit = master
    # net-kit = master
    # nokit = master
    # perl-kit =master
    # php-kit = master
    # python-kit = master
    # science-kit = master
    # security-kit = master
    # text-kit = master
    # xorg-kit = master

    I've added all kits in /etc/ego.conf but commented.

    If you want to switch to master ... you can uncomment one or more raw in this files to use "master branch".

     

    But is only a idea of mine ; in the future there will be commands to control kits with new instructions.

    At this moment i work with this "method" (that is very simply).

     

    Bye :)

  3. It is all right;

    The first in the list will be the "default" then the others. for example:

    ci74771ht ~ # eselect python list
    Available Python interpreters, in order of preference:
      [1]   python3.4
      [2]   python3.5
      [3]   python2.7

    Then 3.4 will be the default.

     

    Now i make:

    
    ci74771ht ~ # eselect python list
    Available Python interpreters, in order of preference:
      [1]   python3.5
      [2]   python3.4
      [3]   python2.7

    Now the first in list is the python3.5 (that i've unmasked for my necessity).

     

    If I want  python-3.4 at first

    # eselect python  set 2
    # eselect python list
    Available Python interpreters, in order of preference:
      [1]   python3.4
      [2]   python3.5
      [3]   python2.7

    if you want to see with your eyes, you can install

    # emerge python-updater

    Then

    # python-updater
    

    In Funtoo python-updater is deprecated cause the work will be made by Portage itself .... _'_

  4. Are you asking how would you know if there's a new prime branch of a kit?  I think at the moment that's going to have to be user driven, you *want* to use a certain version and so you'll check if there's a prime kit for it.  Otherwise, if you stick to default you'll just roll with funtoo whenever it changes.

     

    It might also be a good idea for ego to check /etc/ego.conf for obsolete pinned kits, so the user can take action to update.  Not sure if that's a feature (or planned) yet, but I don't think there's many new prime branches yet anyways.  The only one I've looked at so far is python-3.6.

     

    About "mqaster i've made a little experiment;

    I can set in /ettc/ego.conf for example xorg-kit = master withouth having to specify the version :)

     

    So this trouble i think is solved :)

     

    The topic is here :)

  5. is a "total desaster" _'_

    [ebuild     U  ] dev-libs/libsodium-1.0.14 [1.0.13]
    [ebuild     U  ] net-misc/youtube-dl-2017.09.15 [2017.09.11]
    [ebuild     U  ] sys-cluster/openmpi-2.1.2 [2.1.1]
    [ebuild     U  ] sys-apps/portage-2.3.8-r5 [2.3.8-r4]
    [ebuild     U  ] kde-apps/akonadi-17.08.1-r1 [17.08.1]
    [blocks B      ] >=dev-db/mariadb-10.2 (">=dev-db/mariadb-10.2" is blocking kde-)
    
     * Error: The above package list contains packages which cannot be
     * installed at the same time on the same system.
    
      (kde-apps/akonadi-17.08.1-r1:5/5::kde-kit, ebuild scheduled for merge) pulled
        >=kde-apps/akonadi-17.08.1:5 required by (kde-apps/kgpg-17.08.1:5/5::kde-kit
        >=kde-apps/akonadi-17.08.1:5 required by (kde-apps/akonadi-contacts-17.08.1:)
        >=kde-apps/akonadi-17.08.1:5 required by (kde-apps/akonadi-mime-17.08.1:5/5:
    
      (dev-db/mariadb-10.2.8:0/18::dev-kit, installed) pulled in by
        =dev-db/mariadb-10.2*[embedded?,server?,static?] (=dev-db/mariadb-10.2*[embeby (virtual/mysql-5.6-r9:0/18::nokit, installed)
        dev-db/mariadb:0/18[client-libs(+),static-libs?,abi_x86_32(-)?,abi_x86_64(-)ips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_(-)?] (dev-db/mariadb:0/18[client-libs(+),abi_x86_32(-),abi_x86_64(-)]) requiredient-18:0/18::nokit, installed)
    
    
    For more information about Blocked Packages, please refer to the following
    section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
    
    https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages
    
    ci74771ht ~ # emerge -C maridb
     * This action can remove important packages! In order to be safer, use
     * `emerge -pv --depclean <atom>` to check for reverse dependencies before
     * removing packages.
    
    --- Couldn't find 'maridb' to unmerge.
    
    >>> No packages selected for removal by unmerge
    ci74771ht ~ #
  6. with the introduction of kits, Funtoo has become unusable; too much time is spent on the installation & optimizations".

     

    I honestly think that this new "strategy / policy" is something very complex to handle for a medium user.

     

    forgive me ..... I do not want to offend anyone. : |

     

    Also .... how will it be possible to know if there is a upgrade to a particular kit?


     

    Excuseme please :(

  7. Ok .... i've made an experiment:

    My default is for example about xorg-kit:

    ci74771ht kits # eix xorg-server        
    [I] x11-base/xorg-server [1] 
        Available versions:  1.17.4(0/1.17.4) 1.17.4-r1(0/1.17.4) {dmx doc glamor ipv6 kdrive libressl min
    imal nptl selinux static-libs +suid systemd tslib +udev unwind wayland xephyr xnest xorg xvfb}          
        Installed versions:  1.17.4-r1(0/1.17.4)(22:43:03 06/09/2017)(ipv6 nptl suid udev xorg -dmx -doc -
    glamor -kdrive -libressl -minimal -selinux -static-libs -systemd -tslib -unwind -wayland -xephyr -xnest
    -xvfb)                                                                                                 
        Homepage:            http://xorg.freedesktop.org/ 
        Description:         X.Org X servers 
    
    [1] "xorg-kit" /var/git/meta-repo/kits/xorg-kit

    but if i modify the /etc/ego.conf adding

    xorg-kit = master
    

    then

    # ego sync && eix-update

    i'llhave:

    ci74771ht kits # eix xorg-server 
    [U] x11-base/xorg-server [1] 
        Available versions:  1.12.4-r7(0/1.12.4) 1.15.2-r4(0/1.15.2) 1.18.4(0/1.18.4) 1.19.2(0/1.19.2) 1.1
    9.3(0/1.19.3) **9999(0/9999) {debug dmx doc glamor ipv6 kdrive libressl minimal nptl selinux static-lib
    s +suid systemd tslib +udev unwind wayland xcsecurity xephyr xnest xorg xvfb}                           
        Installed versions:  1.17.4-r1(0/1.17.4)(22:43:03 06/09/2017)(ipv6 nptl suid udev xorg -dmx -doc -
    glamor -kdrive -libressl -minimal -selinux -static-libs -systemd -tslib -unwind -wayland -xephyr -xnest
    -xvfb)                                                                                                 
        Homepage:            https://www.x.org/wiki/ 
        Description:         X.Org X servers 
    
    [1] "xorg-kit" /var/git/meta-repo/kits/xorg-kit

    Ok .... now i've that little knowledge :)

  8. Hi Masters ......

     

    I've read that: http://www.funtoo.org/News:Latest_Innovations

     

    But ... why

    [kits]
    
    python-kit = 3.6-prime
    xorg-kit = 1.19-prime
    

    and not for example

    python-kit = master
    xorg-kit = master
    

    Thanx for any suggestion .... _'_

     

    I certainly did not understand the new conception properly; Also: how to query the system to get an account of what is in prime or in (ex-master)?
    Excuse my trivial question.
  9. eselect list kernel

    !!! Error: Can't load module list

     

    is wrong

    # eselect kernel list
    then
    # eselect kernel set N
    

    eselect  kernel set N (Iwith N = the mumber associated at the kernel that you want to compile.

     

    :)

     

    For example you can change the "noauto" ....

    this is my /etc/fstab ... just for a comparison

     

    sandro@ci74771ht ~ $ cat /etc/fstab

    # /etc/fstab: static file system information.
    #
    # The root filesystem should have a pass number of either 0 or 1.
    # All other filesystems should have a pass number of 0 or greater than 1.
    #
    # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
    #
    # See the manpage fstab(5) for more information.
    #                                                                                                                                                                                                                                                                                                                           
    # <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>                                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                                                                                                
    /dev/sdb1       /boot                   ext4            noatime                                         1 2                                                                                                                                                                                                                 
    /dev/sdb2       none                    swap            sw                                              0 0                                                                                                                                                                                                                 
    /dev/sdb3       /                       ext4            noatime                                         0 1                                                                                                                                                                                                                 
    /dev/sdb5       /home                   ext4            noatime                                         1 2                                                                                                                                                                                                                 
    /dev/sdb6       /mnt/Volume             ntfs-3g         defaults                                        0 0                                                                                                                                                                                                                 
    #/dev/cdrom     /mnt/cdrom              auto            noauto,ro                                       0 0                                                                                                                                                                                                                 
    shm             /dev/shm                tmpfs           defaults                                        0 0                                                                                                                                                                                                                 
    tmpfs           /var/tmp/portage        tmpfs           gid=portage,uid=portage,mode=775,noatime        0 0
    

    The last raw in /etc/fstab is for compile in RAM; but i've 16 GiB .... i don't know your Amount of memory :)

    Ciao :)

  10. I don't know if is it is normal or not :|

     

     

     rename metadata/md5-cache/sys-cluster/{kube-scheduler-1.7.3 => kube-scheduler-1.7.5} (83%) 
    create mode 100644 metadata/md5-cache/sys-kernel/gentoo-sources-4.13.1
    create mode 100644 metadata/md5-cache/sys-kernel/gentoo-sources-4.9.49
    rename sys-cluster/kube-proxy/{kube-proxy-1.7.3-r1.ebuild => kube-proxy-1.7.5.ebuild} (100%)
    rename sys-cluster/kube-scheduler/{kube-scheduler-1.7.3.ebuild => kube-scheduler-1.7.5.ebuild} (100%)
    create mode 100644 sys-kernel/gentoo-sources/gentoo-sources-4.13.1.ebuild
    create mode 100644 sys-kernel/gentoo-sources/gentoo-sources-4.9.49.ebuild
    (cd /var/git/meta-repo/kits/nokit && git rev-parse HEAD)
    Sync successful and kits in alignment! :) 
    Updating profiles... 
    Traceback (most recent call last):
     File "/usr/bin/ego", line 86, in <module>
       run_ego_module(install_path, action, ego_config, args)
     File "/usr/share/ego/python/ego_helpers.py", line 30, in run_ego_module
       mod.main(install_path, config, args)
     File "/usr/share/ego/modules/sync.ego", line 213, in main
       s.sync_meta_repo()
     File "/usr/share/ego/modules/sync.ego", line 150, in sync_meta_repo
       ego_profile = get_ego_module(self.install_path, "profile")
     File "/usr/share/ego/python/ego_helpers.py", line 23, in get_ego_module
       return loader.load_module()
     File "<frozen importlib._bootstrap_external>", line 396, in _check_name_wrapper
     File "<frozen importlib._bootstrap_external>", line 817, in load_module
     File "<frozen importlib._bootstrap_external>", line 676, in load_module
     File "<frozen importlib._bootstrap>", line 268, in _load_module_shim
     File "<frozen importlib._bootstrap>", line 693, in _load
     File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 673, in exec_module
     File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
     File "/usr/share/ego/modules/profile.ego", line 8, in <module>
       import portage
    ImportError: No module named 'portage'
    

     

     

    I use only "ego sync && emerge -DNu world --with-bdeps=y"

     

    Thanx for answers :)

  11. rc-update add cpupower default
    

    Then i ask about frequency using in a terminal

    watch cpupower frequency-info

    cause

    ci74771ht ~ # /etc/init.d/cpupower start
    cpupower           | * Caching service dependencies ...                                          [ ok ]
    cpupower           | * Running cpupower -c all frequency-set --governor ondemand ...             [ !! ]
    cpupower           | * ERROR: cpupower failed to start

    my kernel is

    Linux ci74771ht 4.12.5-gentoo #1 SMP PREEMPT Tue Sep 5 00:07:21 -00 2017 x86_64 Intel(R) Core(TM) i7-4771 CPU @ 3.50GHz GenuineIntel GNU/Linux

    with older versions of kernel, i don't had enabled the Intel P-state.

    now with this kernel is enabled by default an is not possible to change it.. (excuse my bad US lang :|

    thanx for the aid :)

  12. Dearest, I know the service "cpupower" with the kernel


    ci4771ht ~ # uname -a
    Linux ci4771ht 4.12.5-gentoo # 1 SMP PREEMPT Fri Sep 1 23:40:33 CEST 2017 x86_64 Intel (R) Core i7-4771 CPU @ 3.50GHz GenuineIntel GNU / Linux

    mistake me, that is:


    cpupower | * Running cpupower -c all frequency-set --governor ondemand ... [!! ]
    cpupower | * ERROR: cpupower failed to start

     

    I would like to have some explanation, if perhaps cpupower is "deprecated" or how to configure kernel (with previous version everything worked perfectly).

     

    Thanx for any suggestion.

  13. Ok .... i've finished now this little script:

     

     

    ci74771ht ~ # cat Aggiorna  
    cd /var/git/meta-repo
    git pull
    git submodule update
    chown -R portage:portage /var/git/meta-repo
    eix-update
    emerge -DNu world --with-bdeps=y

     

     

    haha ... at the same time :) Thanxxxxxxxx great :)

  14. Hi,

     

    When i use "ego sync", all kits are automatically switched in "prime[-v]"

     

    Ego sync which commands performs?
     
    Can eix-sync be used to update the "portage + kits" or not?
     
    I'm a bit confused

     

     

    I'd like to know how to update the entire tree maintaining my impostation (master or prime for the various kits)

     

    Last question: i see that:

    auto-sync = no
    

    Is the good choice or it is better to switch to "Yes" ?

     

    Thanx. and excuse my ignorance.

  15. Sincerely i've make an aexperiment ... to try to enable the ucode update ...

    Installing  "microcode-ctl" , i've no the relative sevice.

    andro@ci74771ht ~ $ rc-config list |grep microcode 
    sandro@ci74771ht ~ $ 
    
    

    then ... i think that microcode is not charged.

     

    Thx for suggestions :)

×
×
  • Create New...