-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Blogs
Posts posted by Oleg Vinichenko
-
-
yep, rsync is not used but before tree sync happens, cache is generated for entire tree. each time. and users getting the cache. Its not a problem. A problem could be that cache is wrong. Need to check this. To verify my idea, what you could is (and report results)
rm -rf /usr/portage
emerge --sync
du -sh /usr/portage/metadata/md5-cache
mv /usr/portage/metadata/md5-cache /tmp
egencache --update --repo=gentoo --jobs=X (where X is your CPU naumber)
du -sh /usr/portage/metadata/md5-cache
also you can do a diff between qt-creater, freshly generated and the one from /tmp/md5-cache (moved from vanilla tree), See if this differs
-
why would you use funtoo-ke-overlay?
it is not tracked by Funtoo. kde and plasma 5 is laready in portage tree.
-
epro mix-in +kde
echo "kde-plasma/polkit-kde-agent" >> /etc/portage/package.mask
-
staying with kde4 is quite simple, you need to enable kde mix-in. and mask kde-plasma/polkit-kde-agent, not konsole.
-
do you have python entries in /etc/portage/package.unmask?
-
hiya!
Following updates happened:
portage-2.4.1 which brings EAPI=6 updates:
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.
-
what is ARCH_x86 transition mentioned above?
-
libreoffice-5 looks unstable. It crashing for me, i believe it's better to wait some time before most problems settle down.
-
this should be fixed with tree update. Please let portage downgrade kdelibs
-
please, remove libfm-extra. libfm-1.2.3-r2 update should bring additional headers
-
i guess it's not needed. there was custom change that eliminates the libfm-extra dependency, but this need investigation. Thx
-
and what happens with MAKEOPTS="-j1", attach output with it (for both lxpanel and pcmanfm)
-
yes, there is W.I.P on gnome-3.16. no ETA, though
-
smartctl -S will run short test
-
smartctl is not helpful. Please, run test check and collect a test data.
-
ok, it's maybe needed to run S.M.A.R.T tests for your drives
-
see no suspicious things in dmesg. Please, add /var/log/mesages. Enable logging of openrc services start-up. It is in /etc/rc.conf, uncomment logging directive. Reboot, and provide logs. Was it a permanent trouble or started at some point?
-
report, please
bug.funtoo.org
-
some pastes are removed.
-
enable it. recompile kernel, reboot. glibc will merge fine. this kernel config needed on multilib systems
-
please, show
zgrep IA32 /proc/config.gz
-
using MOTD_FILE in login.defs is no longer works and handled by pam_motd, in /etc/pam.d/login
man pam_motd have an example.
-
was uncomment a manual change?
-
where this configuration error comes from.

eix behaives strage
in Portage Help
Posted
egencache can take some time