Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

cafaia

Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by cafaia

  1. Hello, skunk!

     

    I have this files:

     

    /usr/local/sbin/meta-repo-update:

    #!/bin/sh
    
    cd /var/git/meta-repo/
    git pull
    git submodule update
    cd /root/
    chown -R portage:portage /var/git/meta-repo
    

    /etc/eix-sync.conf:

    *
    @emerge --regen || true
    @emerge --metadata || true
    

    And I do this:

     

    #meta-repo-update

    #eix-remote update

    #eix-sync

     

    And the program "eix" is working for me.

    I hope I have helped!

  2. Hello, Sandro!

     

    I have installed app-admin/ego-1.1.2 and it's working for me, what version are you using?

    I have this in '/etc/portage/make.profile/parent':

     

    core-kit:funtoo/1.0/linux-gnu/arch/x86-64bit
    core-kit:funtoo/1.0/linux-gnu/build/current
    core-kit:funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-haswell
    core-kit:funtoo/1.0/linux-gnu/flavor/desktop
    core-kit:funtoo/1.0/linux-gnu/mix-ins/no-systemd
    core-kit:funtoo/1.0/linux-gnu/mix-ins/kde-plasma-5
    core-kit:funtoo/1.0/linux-gnu/mix-ins/media-pro
    core-kit:funtoo/1.0/linux-gnu/mix-ins/mediaformat-audio-extra
    core-kit:funtoo/1.0/linux-gnu/mix-ins/mediaformat-video-extra
     
    and what you have?
    I have installed dev-scheme/guile-2.0.14-r1 and sys-devel/autogen-5.18.12, dependencies of app-admin/ego, and you?
  3. Hello everyone!

     

    I would like to change the branch of "xorg-kit" from 1.17-prime to master permanently, because I did it but it did not work:

     

    # cd /var/git/meta-repo/kits/xorg-kit
    # git branch
    * (HEAD detached at 52fa72a)
      1.17-prime
    # git checkout 1.17-prime
    Switched to branch '1.17-prime'
    Your branch is up-to-date with 'origin/1.17-prime'.
    # git branch 
    * 1.17-prime
    # git checkout master
    Branch master set up to track remote branch master from origin.
    Switched to a new branch 'master'
    # git branch
      1.17-prime
    * master
     
    I wait for help.
    Thanks to all!
  4. Hello, Sandro!

     

    After configuring meta-repo as descripted in Funtoo tutorial page, I execute "eix-sync", because I have that in "/etc/eix-sync.conf":

     

    *
    @ego sync || true
    @emerge --regen || true
    @emerge --metadata || true
     
    Works fine for me, but I would like to change the branch of xorg-kit from 1.17-prime to master permanently.
  5. Hello, cardinal!

     

    This did not work for me either (to change the xorg-kit from 1.17-prime to master), because I can not make it permanent, when I do every day "ego sync" everything returns to be as before.

    I'm using sys-kernel/gentoo-sources-4.4.78 because I can not access repository xorg-kit in master.

    Can someone help me? Please...

  6. Hello, yczo!

     

    Your system is embedded? I found this in the documentation of the kernel:

     

     CONFIG_CMDLINE_BOOL:                                                                                                                                                                                      ?  
      ?                                                                                                                                                                                                           ?  
      ? Allow for specifying boot arguments to the kernel at                                                                                                                                                      ?  
      ? build time.  On some systems (e.g. embedded ones), it is                                                                                                                                                  ?  
      ? necessary or convenient to provide some or all of the                                                                                                                                                     ?  
      ? kernel boot arguments with the kernel itself (that is,                                                                                                                                                    ?  
      ? to not rely on the boot loader to provide them.)                                                                                                                                                          ?  
      ?                                                                                                                                                                                                           ?  
      ? To compile command line arguments into the kernel,                                                                                                                                                        ?  
      ? set this option to 'Y', then fill in the                                                                                                                                                                  ?  
      ? boot arguments in CONFIG_CMDLINE.                                                                                                                                                                         ?  
      ?                                                                                                                                                                                                           ?  
      ? Systems with fully functional boot loaders (i.e. non-embedded)                                                                                                                                            ?  
      ? should leave this option set to 'N'.                                                                                                                                                                      ?  
      ?                                                                                                                                                                                                           ?  
      ? Symbol: CMDLINE_BOOL [=n]                                                                                                                                                                                 ?  
      ? Type  : boolean                                                                                                                                                                                           ?  
      ? Prompt: Built-in kernel command line                                                                                                                                                                      ?  
      ?   Location:                                                                                                                                                                                               ?  
      ?     -> Processor type and features                                                                                                                                                                        ?  
      ?   Defined at arch/x86/Kconfig:2195
     
    You tried without this parameter? Did you try this on /etc/fstab:
     
    /dev/sda1          /boot           vfat            auto,noatime               1 2
    /dev/sda7          /home         xfs              noatime,nodiratime      0 1
     
    You could post the output of these commands, please:
     
    #grep GRUB_DISABLE_LINUX_UUID /etc/default/grub
    #ego profile list flavor
    #lsblk -o +fstype,label,uuid,partuuid
  7. How to create localpatches in '/etc/portage/localpatches'? I used the command 'diff -Naur', but I do not know how should be the structure the file '.patch'.

    I want to apply an patch on a ebuild from portage, I have this with the command 'diff -Naur':

     

    --- ftgl-2.1.3_rc5.ebuild.orig  2017-05-24 08:51:52.670657213 -0300
    +++ ftgl-2.1.3_rc5.ebuild       2017-05-24 08:52:21.856042287 -0300
    @@ -37,6 +37,7 @@
     
     src_configure() {
            strip-flags # ftgl is sensitive - bug #112820
    +       append-cxxflags -std=c++14
            econf $(use_enable static-libs static)
     }
     
    but it's not working in '/etc/portage/localpatches/media-libs/ftgl-2.1.3_rc5/std-14.patch'. What should I do?
  8. Hello, Sandro!

     

    That good that I helped!

    It may not be possible to have master and prime in same folder. You tried to put each one in one folder? So:

     

    #mkdir /usr/portage-kits

    #cd /usr/portage-kits/

    #git clone -b master git://github.com/funtoo/xorg-kit.git

    #mv xorg-kit xorg-kit-master

    #mkdir /usr/portage-kits/xorg-kit-prime

     

    And to have this in folder /etc/portage/repos.conf:

     

    - file gentoo:
     
    [DEFAULT]
    main-repo = gentoo
     
    [gentoo]
    location = /usr/portage
    sync-type = git
    sync-uri = git://github.com/funtoo/ports-2017.git
    auto-sync = yes
     
    - file xorg-kit-master:
     
    [xorg-kit-master]
    location = /usr/portage-kits/xorg-kit-master
    sync-type = git
    sync-uri = git://github.com/funtoo/master/xorg-kit.git
    auto-sync = yes
     
    - file xorg-kit-prime:
     
    [xorg-kit-prime]
    location = /usr/portage-kits/xorg-kit-prime
    sync-type = git
    sync-uri = git://github.com/funtoo/master/xorg-kit.git
    auto-sync = yes

     

    Then you do: eix-sync

     

    Maybe this is the solution final!

  9. If I do 'eix xorg-server' I have:

     

    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.19.3(0/1.19.3) **9999(0/9999) {debug dmx doc glamor ipv6 kdrive libressl minimal nptl selinux static-libs +suid systemd tslib +udev unwind wayland xephyr xnest xorg xvfb}
         Installed versions:  1.19.3(0/1.19.3)(14:31:00 03-04-2017)(dmx ipv6 kdrive suid udev xorg -debug -doc -glamor -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" /usr/portage-kits/xorg-kit
×
×
  • Create New...