-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Blogs
Everything posted by Oleg Vinichenko
-
this should work on both. however this looked as git corruption.
-
We are pleased to announce that gnome-3.20 update available. http://www.funtoo.org/News:Gnome-3.20_Update
-
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.
-
are you using mate profile? epro mix-ins +mate
-
there is basic information about containers: http://www.funtoo.org/Funtoo_Containers
-
Hiya! baselayout update with various changes available: http://www.funtoo.org/News:Baselayout_minor_Update
-
Missing hash files on http://build.funtoo.org/
Oleg Vinichenko replied to friartek's question in Installation Help
fixed -
its fixed
-
Hi everyone! http://www.funtoo.org/News:Locale_and_gdk-pixbuf_update
-
ati-driver-14.12-r4 fails to build on new install
Oleg Vinichenko replied to genix's question in Installation Help
does 15.12 fail too? -
xdm init script doesn't start dbus
Oleg Vinichenko replied to theothermatt's question in Desktop Help
Funtoo had this fixed, when xorg-server forked. Now, with unfork initiative and reducing number of maintainence packages, this xdm fix lost. I've opened this topic for Gentoo but there is some level of misunderstanding of a problem. yes #390609 is the one. -
well, global mask by kde-plasma/* should work, however, you have kde-plasma installed, means you going to mask package installed on your box, which will lead to confusing things. probably it's better to track down what are real problems with plasma and your laptop. perhaps there were updates that had fixes.
-
epro error message - how to I correct?
Oleg Vinichenko replied to johnstein's question in Installation Help
probably you still have python-3.3 installed on your system. Remove it. -
[Funtoo stable 64] Troubles with "locale"
Oleg Vinichenko replied to Sandro's question in Installation Help
this looks like you got wrong setting in /etc/env.d/02locale. paste this file. -
Support fort Skylake architecture/how to bootstrap funtoo
Oleg Vinichenko replied to erikr's question in Installation Help
new gcc-5.3.0 brings new ABI, that means that certain (if not everything) need rebuilding. We have tracker for gcc-5.3.0 update: https://bugs.funtoo.org/browse/FL-3148 so update involving unmask of gcc, installing it, and rebuilding of @world by: emerge -e @world. -
Support fort Skylake architecture/how to bootstrap funtoo
Oleg Vinichenko replied to erikr's question in Installation Help
-march=skylake might be unknown for gcc-4.9.3 or even if it supports it, it's incomplete. gcc-5.3.0 would be needed. -
Support fort Skylake architecture/how to bootstrap funtoo
Oleg Vinichenko replied to erikr's question in Installation Help
it is avx512 not av512 (i have problem with "x" button on keyboard) -
missing /dev/rtc in genkernel of gentoo-sources-4.4.6
Oleg Vinichenko replied to hick518's question in Desktop Help
genkernel including RTC and CMOS config in it's default config. You probably missed this in your gentoo-sources configuration? They does not include any configs afaik. Not a bug, as long as you didn't use genkernel's config. -
i need to get full emerge output of world update after you did following: emerge -1 guile:12 guile:0/1.8.8 emerge -auDN --tree @world
-
1. gnucash does support guile2. however ebuild has never changed to enable it. It's possible to fix 2. as long as guile-1.8.8 installed and dev-scheme/guile-1.8.8-r99 installed, portage shouldn't try merging guile-2.0.11. Its needed to see full emerge output, was it world update? 3. masking this package not working, because it's unmasked in profiles (unmask overrides masks).
-
java.lang.UnsatisfiedLinkError: Could not load SWT library with Eclipse SDK
Oleg Vinichenko replied to quantum's question in Desktop Help
did this fix eclipse start too? -
Support fort Skylake architecture/how to bootstrap funtoo
Oleg Vinichenko replied to erikr's question in Installation Help
change this in /etc/portage/make.conf not in profiles. -
Support fort Skylake architecture/how to bootstrap funtoo
Oleg Vinichenko replied to erikr's question in Installation Help
native skylake builds scheduled. Matter of hardware (it's already bought but not assembled yet). For cflags, need small changes in (use as example): http://git.funtoo.org/funtoo-overlay/tree/profiles/funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-ivybridge/make.defaults CFLAGS="-march=skylake -O2 -pipe" CPU_FLAGS_X86="avx512 avx2 avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" i'm not sure whether av512 and avx2 USE present in ebuilds but, if not, the setting will not take effect. -
thx for this soultion
-
java.lang.UnsatisfiedLinkError: Could not load SWT library with Eclipse SDK
Oleg Vinichenko replied to quantum's question in Desktop Help
show complete content of netbeans qlist netbeans | sort did by chance set something with java environment? (also about eclipse-sdk)
