[gentoo-user] Perl-cleaner failing

2014-04-07 Thread Viktar Patotski
Hi, I'm trying to run perl-cleaner --reallyall And it fails with following reason: Total: 137 packages (5 upgrades, 1 downgrade, 2 new, 129 reinstalls), Size of downloads: 222 kB !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph,

Re: [gentoo-user] Perl-cleaner failing

2014-04-07 Thread Viktar Patotski
2014 19:12:23 +0300 Viktar Patotski xp.vit@gmail.com wrote: I'm trying to run perl-cleaner --reallyall And it fails with following reason: Total: 137 packages (5 upgrades, 1 downgrade, 2 new, 129 reinstalls), Size of downloads: 222 kB !!! Multiple package instances within

Re: [gentoo-user] Re: Perl-cleaner failing

2014-04-07 Thread Viktar Patotski
Thanks again for reply, but same error: dev-lang/perl:0 (dev-lang/perl-5.18.2:0/5.18::gentoo, installed) pulled in by dev-lang/perl:0/5.18=[-build(-)] required by (dev-perl/Proc-ProcessTable-0.480.0:0/0::gentoo, installed) =dev-lang/perl-5.18* required by

Re: [gentoo-user] can't launch skype...

2014-08-01 Thread Viktar Patotski
Hi, I had the same problem. Managed to solve it following way: 1. make sure that skype process not running 2. Backup your ~home/.skype and than delete it. 3. Start skype normally. This way you loose all history which was stored on your PC, but skype runs normally. You can restore chats history

[gentoo-user] Running Gentoo infrastructure on MacOS

2017-04-11 Thread Viktar Patotski
Hi List, I know that it's possible to install Gentoo as a dual boot on a Mac Book. However I do like MacOs interface and it's power saving features. So, I have a question: Is there any way to have MacOs booted, but use Gentoo infrastructure (portage, packages etc.)? I'm aware of VirtualBox and

Re: [gentoo-user] Borg 1.1 is out, when can we expect it in the repos?

2017-10-08 Thread Viktar Patotski
Hi, The proper to get it done is to submit an upgrade request to https://bugs.gentoo.org/ . And then even probably provide ebuild for maintainers to pick it up. Best regards, Viktar On Sun, Oct 8, 2017 at 7:36 PM, azarus wrote: > Hi, > > there's a new release of Borg

Re: [gentoo-user] Gentoo Tinderboxes?

2020-04-26 Thread Viktar Patotski
Being honest, I also have some rather powerful hardware that is completely free over the night and weekends. I was also thinking if it's possible to build some additional QA using this box and "dev-python/ebuildtester". This is very good initiative and idea. In order to get it implemented it's

Re: [gentoo-user] Kernel config for Docker

2020-05-16 Thread Viktar Patotski
hey, to solve this part: - /dev/zfs: missing - zfs command: missing - zpool command: missing Do `emerge sys-fs/zfs` and reboot. Viktar On Sat, May 16, 2020 at 8:05 PM Victor Ivanov wrote: > Some of these are obsolete and have been removed in newer kernels. > > NF_NAT ones have been

Re: [gentoo-user] Re: WARNING: Do not update your system on ~amd64

2020-06-20 Thread Viktar Patotski
--ask --update --newuse --deep @world 4. reboot 5. Happy Login! :-) Viktar Patotski On Fri, Jun 19, 2020 at 5:44 PM Nikos Chantziaras wrote: > On 19/06/2020 15:31, Arve Barsnes wrote: > > On Fri, 19 Jun 2020 at 12:49, Neil Bothwick wrote: > >> > >> On Fri, 19 Jun

Re: [gentoo-user] gradle as source? How safe are overlays?

2023-10-16 Thread Viktar Patotski
Usually all gradle projects contain gradle wrappers (gradlew.bat and gradlew.sh). If you have them, you just need Java and run: ./gradlew build Viktar On Mon, Oct 16, 2023 at 9:29 PM n952162 wrote: > In order to build an android app, I need gradle. Apparently, there's > only a binary version