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. where this configuration error comes from.
  2. eudev is a name of package but it consist of udev scripts and udev* binaries (names). Nothing wrong here, maybe confusing little bit.
  3. it had wrong value and fixed, maybe few seconds after this thread posted. Is why cardinal seeing correct now :)
  4. 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
  5. 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.
  6. was it build.log? looks like it was config.log
  7. it is not enough information given about failure. need complete build.log
  8. spidermonkey ebuilds are slotted already. polkit uses 185, gnomr using 24, what is the 'writing same' file problem? Exact output of portage, or failure.
  9. angry_vincent = Oleg. again, i'm seeing no problem with polkit/spidermonkey and gnome/spidermonkey. spidermonkey ebuilds are slotted and can co-exist.
  10. i'm not getting any problems like this: had gnome3 merged just fine, i.e there was no 2 version of spidermonkey collisions A real problem caused by perl-5.22 update, which makes milestone.pl script template file generate empty versions and numberless pkg-config files.
  11. _pre versions are not recommended, these are release snapshots (weekly). 3.4.3 is a version.
  12. AMD cpu microcode update shipped in linux-firmware package. There is no standalone package for them. emerge linux-firmware
  13. 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.
  14. please, generate and paste here md5 sum of tengine tarball in /usr/portage/distfiles
  15. 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?
  16. MAKEOPTS="-j24" is the only thing i have :)
  17. you have to use swap. In this case MAKEOPS="-j1" emerge -1 webkit-gtk could help with a cost of much longer compilation time.
  18. 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.
  19. 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.
  20. is this custom configured kernel? It shows problem with /sys on your machine. Please, attach, /usr/src/linux/.config
×
×
  • Create New...