Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Oleg Vinichenko

  1. this should work on both. however this looked as git corruption.
  2. We are pleased to announce that gnome-3.20 update available. http://www.funtoo.org/News:Gnome-3.20_Update
  3. 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.
  4. are you using mate profile? epro mix-ins +mate
  5. there is basic information about containers: http://www.funtoo.org/Funtoo_Containers
  6. Hiya! baselayout update with various changes available: http://www.funtoo.org/News:Baselayout_minor_Update
  7. Hi everyone! http://www.funtoo.org/News:Locale_and_gdk-pixbuf_update
  8. 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.
  9. 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.
  10. probably you still have python-3.3 installed on your system. Remove it.
  11. this looks like you got wrong setting in /etc/env.d/02locale. paste this file.
  12. 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.
  13. -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.
  14. it is avx512 not av512 (i have problem with "x" button on keyboard)
  15. 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.
  16. 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
  17. 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).
  18. change this in /etc/portage/make.conf not in profiles.
  19. 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.
  20. show complete content of netbeans qlist netbeans | sort did by chance set something with java environment? (also about eclipse-sdk)
×
×
  • Create New...