Re: [gentoo-user] How to test package install?

2018-02-14 Thread Alan McKinnon
On Thu, Feb 15, 2018 at 4:37 AM, Ian Zimmerman wrote: > I'm trying to test my package by running "ebuild /path/to/pkg.ebuild > install". Naturally (for me) I do this as an unprivileged user, not as > root. It fails because at least some steps such as dobin need to give >

[gentoo-user] nvidia driver and genkernel above 4.9 issues

2018-02-14 Thread András Csányi
Hi All, I have a fresh gentoo install and it works fine with 4.9 kernel, nvidia video card does its job like a charm. However, I compiled a 4.15.3 kernel with the same setup, xorg-drivers recompiled, nvidia-drivers recompiled, eselect kernel set shows to the new kernel and I have strange

Re: [gentoo-user] How to test package install?

2018-02-14 Thread John Covici
On Wed, 14 Feb 2018 21:37:50 -0500, Ian Zimmerman wrote: > > I'm trying to test my package by running "ebuild /path/to/pkg.ebuild > install". Naturally (for me) I do this as an unprivileged user, not as > root. It fails because at least some steps such as dobin need to give > away ownership of

[gentoo-user] How to test package install?

2018-02-14 Thread Ian Zimmerman
I'm trying to test my package by running "ebuild /path/to/pkg.ebuild install". Naturally (for me) I do this as an unprivileged user, not as root. It fails because at least some steps such as dobin need to give away ownership of the files being installed. I tried to run the whole thing including

[gentoo-user] Re: Vulnerability info in /sys

2018-02-14 Thread Nikos Chantziaras
On 15/02/18 02:57, Daniel Frey wrote: On 02/14/18 09:29, Nikos Chantziaras wrote: On 14/02/18 04:38, Daniel Frey wrote: On 02/12/18 19:39, Ian Zimmerman wrote: On 2018-02-12 19:24, Daniel Frey wrote: I've read online that there should be vulnerability info (Meltdown, Spectre) in /sys under

Re: [gentoo-user] Re: Vulnerability info in /sys

2018-02-14 Thread Daniel Frey
On 02/14/18 09:29, Nikos Chantziaras wrote: > On 14/02/18 04:38, Daniel Frey wrote: >> On 02/12/18 19:39, Ian Zimmerman wrote: >>> On 2018-02-12 19:24, Daniel Frey wrote: >>> I've read online that there should be vulnerability info (Meltdown, Spectre) in /sys under

[gentoo-user] Is ABI a portage variable?

2018-02-14 Thread Ian Zimmerman
I am trying to package software whose build process (autotools based) depends on a variable "ABI" to determine (on x86 and amd64 arch at least) whether to build as 64 bit or 32 bit. If it is not set externally, the configure script sets it by inspecting the native pointer size of the C compiler,

Re: [gentoo-user] Re: Trouble using package.provided

2018-02-14 Thread allan gottlieb
On Wed, Feb 14 2018, Nikos Chantziaras wrote: > On 14/02/18 18:44, allan gottlieb wrote: >> I have never needed package.provided before so am probably doing it >> wrong. >> >> There are know bugs I am encountering with >> www-client/chromium-64.0.3282.140 and >> net-libs/webkit-gtk-2.4.11-r200 >>

Re: [gentoo-user] Trouble using package.provided

2018-02-14 Thread allan gottlieb
On Wed, Feb 14 2018, Neil Bothwick wrote: > On Wed, 14 Feb 2018 13:28:28 -0500, allan gottlieb wrote: > >> Rather than facing that msg every emerge and possibly learning too well >> to ignore warnings, I adopted the third remedy and removed the >> package.provided files. >> >> I will temporarily

[gentoo-user] Re: Trouble using package.provided

2018-02-14 Thread Nikos Chantziaras
On 14/02/18 18:44, allan gottlieb wrote: I have never needed package.provided before so am probably doing it wrong. There are know bugs I am encountering with www-client/chromium-64.0.3282.140 and net-libs/webkit-gtk-2.4.11-r200 Since each takes a while to build before failing, I would like to

Re: [gentoo-user] Trouble using package.provided

2018-02-14 Thread Neil Bothwick
On Wed, 14 Feb 2018 13:28:28 -0500, allan gottlieb wrote: > Rather than facing that msg every emerge and possibly learning too well > to ignore warnings, I adopted the third remedy and removed the > package.provided files. > > I will temporarily use a two step emerge --update ... @world > > 1.

Re: [gentoo-user] Trouble using package.provided

2018-02-14 Thread allan gottlieb
On Wed, Feb 14 2018, Arve Barsnes wrote: > On 14 February 2018 at 17:44, allan gottlieb wrote: >> I have never needed package.provided before so am probably doing it >> wrong. >> >> Any help would be appreciated. > > The way I understand it, /etc/portage/ doesn't support that,

[gentoo-user] BFQ scheduler ... undefined symbol while shutdown ?

2018-02-14 Thread tuxic
Hi, I am using a good ole' harddisc with some rotating metal plates... ;) To get more throughput I had set CONFIG_IOSCHED_BFQ / BFQ scheduler in the kernel sources of 4.15.1 /.2 /.3 and while the kernel was running anything seems to be fine. Then while the box was shutting down the kernel, the

[gentoo-user] Re: Vulnerability info in /sys

2018-02-14 Thread Nikos Chantziaras
On 14/02/18 04:38, Daniel Frey wrote: On 02/12/18 19:39, Ian Zimmerman wrote: On 2018-02-12 19:24, Daniel Frey wrote: I've read online that there should be vulnerability info (Meltdown, Spectre) in /sys under /sys/devices/system/cpu/vulnerabilities but this doesn't exist on my PC. [...] See

Fwd: Re: [gentoo-user] Grub2 boot problem

2018-02-14 Thread Tom H
Wonderful off-list message... -- Forwarded message -- From: Date: Tue, Feb 13, 2018 at 4:40 PM Subject: Fwd: Re: [gentoo-user] Grub2 boot problem To: Tom H Please FUCK OFF. if you must make noise, please do it off

Re: [gentoo-user] Trouble using package.provided

2018-02-14 Thread Arve Barsnes
On 14 February 2018 at 17:44, allan gottlieb wrote: > I have never needed package.provided before so am probably doing it > wrong. > > Any help would be appreciated. The way I understand it, /etc/portage/ doesn't support that, it should go in /etc/portage/profile/ Cheers, Arve

[gentoo-user] Trouble using package.provided

2018-02-14 Thread allan gottlieb
I have never needed package.provided before so am probably doing it wrong. There are know bugs I am encountering with www-client/chromium-64.0.3282.140 and net-libs/webkit-gtk-2.4.11-r200 Since each takes a while to build before failing, I would like to stop trying until there is progress on the