Re: [gentoo-user] portage sandbox path-depth limit ?

2018-10-30 Thread Mick
On Tuesday, 30 October 2018 06:30:23 GMT Håkon Alstadheim wrote: > I'm having fun enabling "test" in FEATURES on my gentoo-desktop. One > interesting failure, that brings to mind build failures I have had in > the past: > > Building sys-apps/mlocate-0.26-r2, I get > > 43: updatedb: Very deep

[gentoo-user] Android studio emulator without PulseAudio

2018-10-30 Thread Pouru Lasse
Is it possible to run the emulator included with Android Studio without having PulseAudio installed? When I try to launch the emulator, it instantly crashes because it can't find libpulse.so.0. My QEMU package is compiled without PulseAudio, but Android SDK comes with its own version of QEMU. Se

Re: [gentoo-user] Android studio emulator without PulseAudio

2018-10-30 Thread Davyd McColl
Would apulse not do the trick? -d On 2018-10-30 11:15:14, Pouru Lasse wrote: Is it possible to run the emulator included with Android Studio without having PulseAudio installed? When I try to launch the emulator, it instantly crashes because it can't find libpulse.so.0. My QEMU package is compil

Re: [gentoo-user] Android studio emulator without PulseAudio

2018-10-30 Thread Pouru Lasse
"Davyd McColl" writes: > Would apulse not do the trick? > > -d > On 2018-10-30 11:15:14, Pouru Lasse wrote: > > Is it possible to run the emulator included with Android Studio without > having PulseAudio installed? When I try to launch the emulator, it > instantly crashes because it can't find l

[gentoo-user] TLSv1.3 with apache?

2018-10-30 Thread Stefan G. Weichinger
Is that possible with gentoo already? Simply adding "SSLProtocol TLSv1.3" to my vhost did not work out here, pls point me to some info, thanks ;-)

Re: [gentoo-user] TLSv1.3 with apache?

2018-10-30 Thread Stefan G. Weichinger
Am 30.10.18 um 13:01 schrieb Stefan G. Weichinger: Is that possible with gentoo already? Simply adding "SSLProtocol TLSv1.3" to my vhost did not work out here, pls point me to some info, thanks ;-) Ah, I see, only with >=openssl-1.1.1, correct? I will simply wait

Re: [gentoo-user] portage sandbox path-depth limit ?

2018-10-30 Thread Håkon Alstadheim
Den 30. okt. 2018 10:01, skrev Mick: > On Tuesday, 30 October 2018 06:30:23 GMT Håkon Alstadheim wrote: >> I'm having fun enabling "test" in FEATURES on my gentoo-desktop. One >> interesting failure, that brings to mind build failures I have had in >> the past: >> >> Building sys-apps/mlocate-0.2

[gentoo-user] subscribe

2018-10-30 Thread Zven Campe
subscribe

[gentoo-user] glibc-2.27 is broken

2018-10-30 Thread the
Hello, I have upgraded to sys-libs/glibc-2.27-r6 and it broke the system. I can't even compile a hello world test program in c. I always get the following linking error: $ gcc main.c -o main.elf /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-p

Re: [gentoo-user] glibc-2.27 is broken

2018-10-30 Thread Philip Webb
181030 the wrote: > I have upgraded to sys-libs/glibc-2.27-r6 and it broke the system. > I can't even compile a hello world test program in c. > I always get the following linking error: > $ gcc main.c -o main.elf > > /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/l

Re: [gentoo-user] glibc-2.27 is broken

2018-10-30 Thread the
On 10/30/2018 12:52 PM, Philip Webb wrote: > NB above : the error you cite is '4' : > this shows there are other errors '1' '2' '3' above, which are more important. > It would help if you find them & report them to the list. Thanks, but that's the whole gcc output I got. BTW the code for this is: