-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Reputation Activity
-
Oleg Vinichenko got a reaction from AdiosKid in Switch gnome3 to kde-plasma
epro mix-in -gnome +kde-plasma-5
emerge -auDN @world
emerge plasma-meta
-
Oleg Vinichenko got a reaction from Sandro in [Funtoo 64 stable] Error syncing portage.
cd /usr/portage
git --reset hard
emerge --sync
-
Oleg Vinichenko got a reaction from Sandro in SElinux support now added
Hi!
SElinux mix-in now enabled in Funtoo Linux profile.
http://www.funtoo.org/News:Selinux_Support
Thx to Ryan Decker for his mix-in and SElinux testing.
-
Oleg Vinichenko got a reaction from Sandro in About /var/mail/root
you don't need to run update of use-local-desc. it's in included in portage tree. But real problem in your case was missing --repo=gentoo
-
Oleg Vinichenko got a reaction from Sandro in eix-sync error, not a git packfile
this should work on both. however this looked as git corruption.
-
Oleg Vinichenko got a reaction from Sandro in eix-sync error, not a git packfile
maybe a git tree got corrupted. yes, it's perfectly safe to remove the tree and then do initial emerge --sync (or eix sync), it will clone fresh copy of portage tree.
-
Oleg Vinichenko got a reaction from kitapenas in Locale_and_gdk-pixbuf_update
Hi everyone!
http://www.funtoo.org/News:Locale_and_gdk-pixbuf_update
-
-
-
Oleg Vinichenko got a reaction from Sandro in [Funtoo stable 64] Troubles with "locale"
this looks like you got wrong setting in /etc/env.d/02locale.
paste this file.
-
Oleg Vinichenko got a reaction from gros-val in custom kernel 4.5.2 and catalyst amd driver
this problem is reported already in https://bugs.funtoo.org/browse/FL-3199
-
Oleg Vinichenko got a reaction from AdiosKid in GCC 5
gcc-5.3.0 now available in portage. but masked. Please, test.
-
Oleg Vinichenko got a reaction from ennui in Package updates
hiya!
Following updates happened:
portage-2.4.1 which brings EAPI=6 updates:
http://www.funtoo.org/EAPI_6
genkernel-3.4.40.8 minor update which has cache directory location change from /var/cache/genkernel to /usr/share/genekernel/ to keep helper tarballs preserved in /usr/share/genkernel/src. It is *required* to check /etc/genkernel.conf, if any hand-made changes done to this file and ensure portage updated it correctly to have new cache directory entries.
perl-5.22.1 minor update, which require running perl-cleaner --all after update.
-
Oleg Vinichenko got a reaction from paddymac in My 2 cents on systemd
with all respect to participants, i did not read all thread, sorry.
just a random find:
https://github.com/systemd/systemd/issues/437#issue-92222422
Nice, eh?
-
Oleg Vinichenko got a reaction from Tassie_Tux in My 2 cents on systemd
with all respect to participants, i did not read all thread, sorry.
just a random find:
https://github.com/systemd/systemd/issues/437#issue-92222422
Nice, eh?
-
Oleg Vinichenko got a reaction from yungstorm in Installing libressl fail
it looks python failing, not libressl. Topic a bit confusing. For this, I'd suggest to open report on bugs.funtoo.org. Maybe python in Funtoo tree need libressl fixes, present in libressl overlay, however I do not see anything specific in there.
-
-
Oleg Vinichenko got a reaction from duncan.britton in My 2 cents on systemd
with all respect to participants, i did not read all thread, sorry.
just a random find:
https://github.com/systemd/systemd/issues/437#issue-92222422
Nice, eh?
-
Oleg Vinichenko got a reaction from linuxbigot in avoid systemd...
this does not relate to 'avoiding systemd'. It tells to enable policykit USE flag for consolekit package. Are you trying to use KDE? You'll need to enable kde profile to avoid USE flag problems.
epro mix-in +kde
-
Oleg Vinichenko got a reaction from linuxbigot in emerge -a www-client/firefox-bin...
for this it's better to set a desktop profile, it will resolve most of USE flags problems. I suspect only core profile used here.
epro flavor desktop
-
Oleg Vinichenko got a reaction from jorgicio in ?Ego? ?Epro? (New conf tools)
they are part of base system now. ego is a personality of Funtoo systems. Yes, this is complete replacement for eselect tool. Currently it have only epro module. This one is a replacement of profile management: show, list, setting, removing. It is much faster and nicer than original tool. More docs and news expected.
-
Oleg Vinichenko got a reaction from Tassie_Tux in ?Ego? ?Epro? (New conf tools)
they are part of base system now. ego is a personality of Funtoo systems. Yes, this is complete replacement for eselect tool. Currently it have only epro module. This one is a replacement of profile management: show, list, setting, removing. It is much faster and nicer than original tool. More docs and news expected.
-
Oleg Vinichenko got a reaction from 666threesixes666 in ?Ego? ?Epro? (New conf tools)
they are part of base system now. ego is a personality of Funtoo systems. Yes, this is complete replacement for eselect tool. Currently it have only epro module. This one is a replacement of profile management: show, list, setting, removing. It is much faster and nicer than original tool. More docs and news expected.
-
Oleg Vinichenko got a reaction from m31271n in files: .keep_sys-apps_baselayout-0
It's fine, do not remove them. baselayout ebuild installing system directories (like /var/ /var/lock, etc, for a complete list look inside ebuild) by using a keepdir. i.e /run created with keepdir /run. It tells portage to leave directories behind even if they are empty (or emptied). Other than that it's same as dodir ebuild function
-
Oleg Vinichenko got a reaction from swamprabbit in Installation of xfce4-meta-4.12 not possbile
xfce4-meta-4.10 has >= atom in dependencies, i.e versions 4.12 are satisfied. For current releases (known as unstable ~keyworded in Gentoo) it will pull 4.12, for stable users, it will be <4.12.
