Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Andreas K. Huettel
Am Mittwoch, 15. November 2017, 17:50:37 CET schrieb tu...@posteo.de: > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > > (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by > >

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Neil Bothwick
On Wed, 15 Nov 2017 18:43:15 +0100, tu...@posteo.de wrote: > /root>emerge -1 '>=sys-libs/glibc-2.26' > Calculating dependencies... done! > [ebuild U *] sys-libs/glibc- [2.25-r9] USE="-compile-locales%" > Why is it trying to install the version? Is that unmasked? Are you running

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
Well, that's yet another problem, this time it's `autofs` package which depends on glibc having `rpc` USE flag. glibc 2.26 lost this USE-flag, however. Hopefully you can workaround this by enabling `libtirpc` USE-flag for `autofs` package. So the steps should be now: 1. put `net-fs/autofs

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Mike Gilbert
On Wed, Nov 15, 2017 at 12:20 PM, wrote: > On 11/15 06:04, Jan Chren (rindeal) wrote: >> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower >> than 2.26 and you have sys-libs/glibc-2.25 installed. So try >> installing glibc-2.26 manually first and then libnsl. >>

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread tuxic
On 11/15 06:24, Jan Chren (rindeal) wrote: > Oh, I missed that the current libnsl has a blocker as well. In that > case try to do this: > > ``` > emerge -C libnsl > emerge -1 ">=sys-libs/glibc-2.26" > emerge -1 libnsl > ``` > > On 15 November 2017 at 18:20, wrote: > > On 11/15

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
Oh, I missed that the current libnsl has a blocker as well. In that case try to do this: ``` emerge -C libnsl emerge -1 ">=sys-libs/glibc-2.26" emerge -1 libnsl ``` On 15 November 2017 at 18:20, wrote: > On 11/15 06:04, Jan Chren (rindeal) wrote: >> net-libs/libnsl-1.1.0-r1 is

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread tuxic
On 11/15 06:04, Jan Chren (rindeal) wrote: > net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower > than 2.26 and you have sys-libs/glibc-2.25 installed. So try > installing glibc-2.26 manually first and then libnsl. > > On 15 November 2017 at 17:50, wrote: > >

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower than 2.26 and you have sys-libs/glibc-2.25 installed. So try installing glibc-2.26 manually first and then libnsl. On 15 November 2017 at 17:50, wrote: > Hi, > > From emerge I got this """info""": > > > > *