Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

cafaia

Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by cafaia

  1. cafaia

    eix and kits

    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, fusion-cat! I found this: http://gpo.zugaina.org/app-misc/system76-driver To install this you should read this: http://www.funtoo.org/Package:Layman I hope I have helped!
  3. Hello, Sandro! Did you try this: kde-apps/kdegames-meta -python in /etc/portage/package.use ? It is very good to know you're back! With best regards!
  4. Hello, Sandro! Sorry for my error! Thank you very much!
  5. 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?
  6. Hello, Oleg! Thank you very much for the information! I created a script with this: #!/bin/sh cd /var/git/meta-repo/ git pull git submodule update cd /var/git/meta-repo/kits/xorg-kit/ git checkout master git pull cd /root/ chown -R portage:portage /var/git/meta-repo And now everything is going well! Thanks so much for the help!
  7. Hello, Oleg! With those commands I change from 1.17-prime to master, but after I do "ego sync" and "xorg-kit" returns to 1.17-prime. What should I do to change permanently?
  8. 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!
  9. 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.
  10. 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...
  11. Hello, Oleg! You could create a document to change branch in Meta-repo? Thank you very much!
  12. Hello, Oleg! Thank you for the information! One more question: how do I change the xorg-kit of 1.17-prime to master?
  13. Hello everyone! I want to migrate from ports-2012 to meta-repo, how to do this? Is only install app-admin/ego-1.1.2 from https://raw.githubusercontent.com/funtoo/core-kit/368cb8a6530f5c6bf897fd4343bc6628900cd970/app-admin/ego/ego-1.1.2.ebuildin Local Portage and run 'ego sync'? Thanks for the help!
  14. Hello, Oleg! Thank you for the information! With best regards, Eduardo
  15. Hello, Daniel! There is a forecast for this to be implemented by default? I'm very interested to use the "meta-repo" (https://github.com/funtoo/meta-repo), can we change without making a new installation? With best regards, Eduardo
  16. Hello, mauricev! There is nothing wrong, that's right. The manager of profiles in Funtoo is the command 'epro' or 'ego'. Look this: http://www.funtoo.org/Funtoo_Profiles I hope I have helped! With best regards, Eduardo
  17. 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
  18. Hello, cardinal! Thank you very much for your attention.
  19. 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?
  20. Hello, rsa4046! It was a pleasure to help! Now everything is back to normal, look here the folder md5-cache again present: https://github.com/funtoo/ports-2012/tree/funtoo.org/metadata
  21. Hello, rsa4046! I believe it is temporary. You can follow this case here: https://bugs.funtoo.org/browse/FL-3708
  22. Hello, Sandro! That good that I helped! Thank you very much for the words of thanks!
  23. 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!
  24. 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
  25. Correcting: #rm -R /usr/portage-kits/xorg-kit #cd /usr/portage-kits/ #git clone -b master git://github.com/funtoo/xorg-kit.git
×
×
  • Create New...