-
Posts
619 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Blogs
Everything posted by Oleg Vinichenko
-
where this configuration error comes from.
-
eudev is a name of package but it consist of udev scripts and udev* binaries (names). Nothing wrong here, maybe confusing little bit.
-
it had wrong value and fixed, maybe few seconds after this thread posted. Is why cardinal seeing correct now :)
-
emerging boot-update (efibootmgr) fails
Oleg Vinichenko replied to mupcakes's question in Installation Help
this is fixed -
I'm constantly dissconnecting and reconnecting to home wifi
Oleg Vinichenko replied to keitho2000's question in Installation Help
wlp5s0 is? it sounds like a new-fashioned names of network interfaces, udev does. eudev does not do this. Anyway, I'd recommend unmasking of networkmanager-1.0.4 and see if it resolved the problem. echo "net-misc/networkmanager" >> /etc/portage/package.unmask emerge -1u networkmanger /etc/init.d/NetworkManger restart -
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.
-
please help very newbie with funtoo xorg install
Oleg Vinichenko replied to adcdam's question in Installation Help
As root run epro flavor desktop -
was it build.log? looks like it was config.log
-
it is not enough information given about failure. need complete build.log
-
engrampa-1.8.1 Cannot find $EPATCH_SOURCE! Will not emerge!
Oleg Vinichenko replied to alargemanforyou42's question in Portage Help
you'll need to do emerge --sync. Then, try again. -
_pre versions are not recommended, these are release snapshots (weekly). 3.4.3 is a version.
-
AMD cpu microcode update shipped in linux-firmware package. There is no standalone package for them. emerge linux-firmware
-
a tutorial (a big messy page) never was a consistent page and wasn't actively checked (if at all) by stuff. -march=native is GCC optimization that used for a target cpu, i.e what gcc finds best. Many believe that gives more optimizied code and it is stable, it is widely used. My personal opinion: if it does any improvements, they are ngligible on recent hardware. other than that, how gcc calculates it? Likely there is internal test suite for a cpu instruction and cache parameters, which tell what to enable. However, it might be not perfect. It is up to user to decide.
-
please, generate and paste here md5 sum of tengine tarball in /usr/portage/distfiles
-
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?
-
yes
-
MAKEOPTS="-j24" is the only thing i have :)
-
Failed to emerge net-libs/webkit-gtk-2.4.8-r200...
Oleg Vinichenko replied to iamthepieman's question in Portage Help
you have to use swap. In this case MAKEOPS="-j1" emerge -1 webkit-gtk could help with a cost of much longer compilation time. -
Unfortunately, no. pure64 is special kind that is purely 64 bit, not possible to install 32-bit applications. The only possible way is to utilize kernel 32-bit emulation (CONFIG_IA32_EMULATION) and using 32-bit chroot.
-
emerge world forcing a bunch of stuff to 32-bit
Oleg Vinichenko replied to spuriousdata's question in Portage Help
you'll need back abi_x86_32 USE flag. remove all of emul-linux-* packages on your box, then rebuild everything by emerge -auDN @world. -
is this custom configured kernel? It shows problem with /sys on your machine. Please, attach, /usr/src/linux/.config
