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)
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 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 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] Re: memset_s

2017-11-15 Thread Michael Orlitzky
On 11/15/2017 10:50 AM, Jorge Almeida wrote: > > Are you really sure? I was under the impression that ebuilds did it, > and I find that natural. I didn't view that as a bug at all. On principle, most things in the tree should respect whatever CFLAGS, LDFLAGS, etc. you ask for. The problems

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 > >

[gentoo-user] Re: memset_s

2017-11-15 Thread Grant Edwards
On 2017-11-15, R0b0t1 wrote: > Apologies for the double post, > > On Wed, Nov 15, 2017 at 9:41 AM, R0b0t1 wrote: >> On Wed, Nov 15, 2017 at 1:22 AM, Jorge Almeida wrote: >>> On Tue, Nov 14, 2017 at 8:42 PM, R0b0t1

[gentoo-user] Re: memset_s

2017-11-15 Thread Nikos Chantziaras
On 14/11/17 19:36, Jorge Almeida wrote: On Fri, Nov 10, 2017 at 12:09 PM, Jorge Almeida wrote: http://www.daemonology.net/blog/2014-09-04-how-to-zero-a-buffer.html Of course, what would really solve the optimize-into-oblivion problem is a pragma that when invoked on a

Re: [gentoo-user] Re: memset_s

2017-11-15 Thread Jorge Almeida
On Wed, Nov 15, 2017 at 12:54 AM, Nikos Chantziaras wrote: > On 14/11/17 19:36, Jorge Almeida wrote: >> >> On Fri, Nov 10, 2017 at 12:09 PM, Jorge Almeida >> wrote: >> > > Unless you look at the assembly output, you can't be sure. Some optimization > is

Re: [gentoo-user] Instrumenting the GPU

2017-11-15 Thread Peter Humphrey
On Tuesday, 14 November 2017 18:24:52 GMT Marc Joliet wrote: > Am Montag, 13. November 2017, 11:59:06 CET schrieb Peter Humphrey: > > Hello list, > > > > I'm hunting a problem with cooling in this box, and I've got as far as > > suspecting my new AMD WX 5100 GPU. > > > > One of my BOINC projects

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

2017-11-15 Thread Ian Zimmerman
On 2017-11-15 18:40, Neil Bothwick wrote: > Why is it trying to install the version? Is that unmasked? > > Are you running stable or testing? > > What does "grep -r glibc /etc/portage" say? > > I don't think you posted the command that started all of this? For some reason, these horrible

Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)

2017-11-15 Thread Richard Bradfield
On Thu, Nov 16, 2017 at 08:15:18AM +0100, Jeremi Piotrowski wrote: It doesn't fail at the last stage - that's just when the error is repeated after other parallel tasks in the pipeline are completed. The actual error you got starts around line 5520 and is: --- stderr thread '' panicked at

Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)

2017-11-15 Thread Adam Carter
> > thread '' panicked at 'Unable to find libclang: "the > `libclang` shared library could not be opened: > /usr/lib64/llvm/5/lib64/libclang.so.5.0"', src/libcore/result.rs:860 > stack backtrace: > > Short of the file missing, no idea what could be the root cause. > > Given this, you may as well

Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)

2017-11-15 Thread Jeremi Piotrowski
On Thu, Nov 16, 2017 at 4:05 AM, wrote: > Hi, > > building firefox 57.0 failed on my system - it looks like > the last stage (linking) fails. > It doesn't fail at the last stage - that's just when the error is repeated after other parallel tasks in the pipeline are completed.

Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)

2017-11-15 Thread Andrew Lowe
On 16/11/17 11:05, tu...@posteo.de wrote: > Hi, > > building firefox 57.0 failed on my system - it looks like > the last stage (linking) fails. > > I attached the build.log to this mail. > > Is there a way around this? > > Cheers > Meino > First thing I do when I have a problem with

Re: [gentoo-user] Re: memset_s

2017-11-15 Thread R0b0t1
On Wed, Nov 15, 2017 at 3:42 PM, Grant Edwards wrote: > On 2017-11-15, R0b0t1 wrote: >> Apologies for the double post, >> >> On Wed, Nov 15, 2017 at 9:41 AM, R0b0t1 wrote: >>> On Wed, Nov 15, 2017 at 1:22 AM, Jorge Almeida

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

2017-11-15 Thread tuxic
On 11/15 05:49, Ian Zimmerman wrote: > On 2017-11-15 18:40, Neil Bothwick wrote: > > > Why is it trying to install the version? Is that unmasked? > > > > Are you running stable or testing? > > > > What does "grep -r glibc /etc/portage" say? > > > > I don't think you posted the command

[gentoo-user] Re: memset_s

2017-11-15 Thread Nikos Chantziaras
On 15/11/17 11:05, Jorge Almeida wrote: On Wed, Nov 15, 2017 at 12:54 AM, Nikos Chantziaras wrote: On 14/11/17 19:36, Jorge Almeida wrote: On Fri, Nov 10, 2017 at 12:09 PM, Jorge Almeida wrote: Unless you look at the assembly output, you can't be

Re: [gentoo-user] Re: memset_s

2017-11-15 Thread Jorge Almeida
On Wed, Nov 15, 2017 at 7:41 AM, R0b0t1 wrote: > On Wed, Nov 15, 2017 at 1:22 AM, Jorge Almeida wrote: >> On Tue, Nov 14, 2017 at 8:42 PM, R0b0t1 wrote: >> You can set your optimization preferences in make.conf, and still an >> ebuild

Re: [gentoo-user] Re: memset_s

2017-11-15 Thread R0b0t1
Apologies for the double post, On Wed, Nov 15, 2017 at 9:41 AM, R0b0t1 wrote: > On Wed, Nov 15, 2017 at 1:22 AM, Jorge Almeida wrote: >> On Tue, Nov 14, 2017 at 8:42 PM, R0b0t1 wrote: >>> What I am wondering about is if C code which uses

[gentoo-user] Re: memset_s

2017-11-15 Thread Grant Edwards
On 2017-11-15, R0b0t1 wrote: > What I am wondering about is if C code which uses > __attribute__((optimize(...))) is against Gentoo package standards and > would have to be removed from the Portage tree. Huh? Gentoo enforces standards for the source code of packages? "They"

Re: [gentoo-user] Re: memset_s

2017-11-15 Thread R0b0t1
On Wed, Nov 15, 2017 at 1:22 AM, Jorge Almeida wrote: > On Tue, Nov 14, 2017 at 8:42 PM, R0b0t1 wrote: >> What I am wondering about is if C code which uses >> __attribute__((optimize(...))) is against Gentoo package standards and >> would have to be removed

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""": > > > > *

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

2017-11-15 Thread tuxic
Hi, >From emerge I got this """info""": * 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 >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required

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)
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