-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Blogs
Everything posted by Oleg Vinichenko
-
meta-repo Migration to meta-repo, many blocked packages?
Oleg Vinichenko replied to biocyberman's question in Portage Help
the proto blocks should be resolved. -
With latest addition of nvidia-drivers, many of hardware might not be recognized due to upstream support deprecation With attempt of merging the driver on hardware that is not supported you will get the warning of following type: * ***** WARNING ***** * * You are currently installing a version of nvidia-drivers that is * known not to work with a video card you have installed on your * system. If this is intentional, please ignore this. If it is not * please perform the following steps: * * Add the following mask entry to /etc/portage/package.mask by * echo ">=x11-drivers/nvidia-drivers-391.0.0" >> /etc/portage/package.mask * * Failure to perform the steps above could result in a non-working * X setup. * * For more information please read: * http://www.nvidia.com/object/IO_32667.html Please, pay attention to the message and your hardware listed in in: http://www.nvidia.com/object/IO_32667.html
-
enabled in cinnamon for now.
-
this USE need set in the mix-in.
-
this is reported already https://bugs.funtoo.org/browse/FL-4940
-
New kit, lllvm-kit now added. It consist of small numbers of ebuilds that are directly related to the sys-devel/llvm. The rationale behind this is that ebuilds for llvm had no update for very long time and are problematic to maintain due to those ebuilds were spread all over different kits. Now they are from one kit. This kit is enabled by default and involves following update steps: ego sync emerge -C llvm:0 clang:0 emerge -1 llvm mesa emerge -auDN @world emerge @preserved-rebuild
-
[SOLVED] Blocked Packages because of me
Oleg Vinichenko replied to mrlogick's question in Portage Help
yes. this is already reported acpilight appears better alternative to xbacklight https://bugs.funtoo.org/browse/FL-4514- 2 replies
-
- xbacklight
- acpilight
-
(and 1 more)
Tagged with:
-
it doesn't break anything python-3.6 need selected eselect python list should be set to python-3.6 emerge -auND @world need ran after setting python-3.6 kit some additional steps might be required to complete update.
-
they are not unstable. Why are they? I suggest moving to python-3.6
-
kde 5.12 update added for testing
Oleg Vinichenko replied to Oleg Vinichenko's topic in News and Announcements
5.12 branch released now -
"External commands disallowed while sourcing ebuild: ..."."
Oleg Vinichenko replied to rsa4046's topic in General Discussion
provide full emerge output, please. -
kde-kit 5.12 branch now available for quick testing. This will bring regression fixes found recently and will sort bunch of other KDE bugs reported. It is currently in BETA state but will be default quickly. To help testing, please follow this steps: Edit /etc/ego.conf and add at bottom of the file kde-kit = 5.12-prime Save file and run ego sync. This will sync the meta-repo with new ebuilds for testing. Kind regards, Oleg.
-
[SOLVED] modules_install fails in chroot
Oleg Vinichenko replied to uez's question in Installation Help
you, perhaps, used a specifically optimized stage3 for the chroot? if cpu's are different, using generic_64 stage would be best choice. -
How does one unmask a package or add/delete keywords from a package?
Oleg Vinichenko replied to xsilentmurmurx's question in Portage Help
that's correct. This is as user controlled files for any weird stuff :) portage has the ability to add entries into those files too but i never used this feature. -
How does one unmask a package or add/delete keywords from a package?
Oleg Vinichenko replied to xsilentmurmurx's question in Portage Help
/etc/portage/package.unmask, /etc/portage/package.mask /etc/portage/package.keywords those are. -
How does one unmask a package or add/delete keywords from a package?
Oleg Vinichenko replied to xsilentmurmurx's question in Portage Help
this particular problem should be fixed with update. most of management such as masks, unmasks, keywords should be just about the same as in Gentoo. -
[SOLVED] Errors syncing xorg-kit and python-kit while running ego sync
Oleg Vinichenko replied to xsilentmurmurx's question in Portage Help
this is known problem, which is caused by a coincidental issues caused by datacenter downtimes, where Funtoo infrastructure runs. It will be sorted asap. -
no, this doesn`t require rebuild at all. The very major version updastes, such 5 to 6 or 6 to 7 do require such rebuilds.
-
[Solved] Why does debian kernel need 20G free disk space?
Oleg Vinichenko replied to bluephoenix's question in Installation Help
it is an approximate space used during compilation of kernel ins a temporary build environment, typically /var/tmp/portage. not the kernels (package size) installed. it is slightly lesser than 20gb in reality, so that number is set to be 100% sure the build environment has the space. -
stage3 is a basic Funtoo linux image that is built from sources of software packages list, which is necessary minimal set of software which will allow your to run Funtoo linux on top of linux kernel. This list is carefully crafted and forms a special set, called @system to rebuild all of relevant packages from sources on your machine, use emerge -e @system
-
[SOLVED] Having trouble with boot-update and LVM
Oleg Vinichenko replied to xsilentmurmurx's question in Installation Help
LABEL is actually not that boot-update directly using, it is kernel command line argument that is passed to kernel. If you using prebuilt kernel from older installation, it's initramfs is not using --disklabel. It was fixed, but to get the fix, you need to do emerge debian-sources. -
gtk+ refuses to install on fresh install of Funtoo
Oleg Vinichenko replied to legegg's question in Desktop Help
the correct way would be USE=X emerge x11-libs/gtk+ -
config-extract is not shipped with gentoo-sources. it is a specific tool that included and works with debian-sources only
-
it is mentioned in install guide
