[gentoo-user] Firefox and Thunderbird compile issue

2018-11-17 Thread Daniel Frey
It looks like sometime in the last few days Firefox and Thunderbird versions were bumped. I've unfortunately got a problem (oddly enough, the same or very similar problems) with both: 1:09.75 In file included from

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor
On 11/17/2018 10:33 PM, Andrew Udvare wrote: I switched fully to ACCEPT_KEYWORDS="~amd64" (make.conf) after running mixed for a while. These kinds of issues come up too often and I don't have a lot of time to solve them, plus for my dev machine I just don't notice stable vs unstable most of

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
On 18/11/2018 00:23, Grant Taylor wrote: > > I'm not completely sure what that means.  I'm guessing you're asking > about accept_keywords.  I'm mostly (?) running stock amd64.  I have > added ~amd64 to some packages for various reasons over the 2+ years that > this install has been around. I

Re: [gentoo-user] systemd/dracut: Correctly boot using flash drive with LUKS key?

2018-11-17 Thread Andrew Udvare
On 16/11/2018 14:43, Rich Freeman wrote: > On Fri, Nov 16, 2018 at 12:15 PM Andrew Udvare wrote: >> >> I am not sure if there is a way to move the systemd-cryptsetup@home.service >> up the dependency tree once it's working, which would then remove the >> mnt-chuan.mount dependency. >> > > Ok,

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor
On 11/17/2018 10:13 PM, Andrew Udvare wrote: It looks like you need to unmask virtual/cargo because you need to have virtual/cargo 1.30.1. These version numbers have to match. That seems to have done it. I added virtual/cargo to /etc/portage/package.accept_keywords/cargo which did have

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
On 17/11/2018 23:53, Grant Taylor wrote: > On 11/17/2018 07:58 PM, Adam Carter wrote: > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild  N ] dev-util/cargo-0.30.0  USE="-debug -doc -libressl" > ABI_X86="(64) -32 (-x32)" > [ebuild  N

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor
On 11/17/2018 07:58 PM, Adam Carter wrote: Do you have  virtual/cargo installed? Not presently. I removed the following packages as part of troubleshooting. dev-util/cargo virtual/cargo dev-lang/rust virtual/rust I then (re)installed dev-lang/rust per Andrew U.'s recommendation. Sorry

[gentoo-user] Re: AMD lappy

2018-11-17 Thread Grant Edwards
On 2018-11-18, james wrote: > On 11/17/18 6:51 PM, Grant Edwards wrote: >> On 2018-11-17, Mick wrote: >>> On Saturday, 17 November 2018 23:00:22 GMT Grant Edwards wrote: On 2018-11-17, james wrote: > Actually and AMD Arm (64bit) Ryzen or newer. No, Ryzen is not an Arm

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
On Sun, Nov 18, 2018 at 1:55 PM Adam Carter wrote: > On Sun, Nov 18, 2018 at 1:52 PM Grant Taylor < > gtay...@gentoo.tnetconsulting.net> wrote: > >> On 11/17/2018 06:11 PM, Andrew Udvare wrote: >> > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust >> > comes with Cargo. >> >>

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
On Sun, Nov 18, 2018 at 1:52 PM Grant Taylor < gtay...@gentoo.tnetconsulting.net> wrote: > On 11/17/2018 06:11 PM, Andrew Udvare wrote: > > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust > > comes with Cargo. > > Hum. That didn't solve the problem. > Do you have

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
> > > I also had to > > > > ln -s /usr/bin/cargo-1.30.1 /usr/bin/cargo > > > > To get things working, YMMV. > > The correct way is to run `eselect rust set 1`. There are other symlinks > besides cargo. > > That was already set for me, but i re-ran it, and atime on the symlink was reset. Thanks.

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor
On 11/17/2018 06:11 PM, Andrew Udvare wrote: Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes with Cargo. Hum. That didn't solve the problem. #[5828:root@alpha:~]# eselect rust list Available Rust versions: [1] rust-1.30.1 * #[5829:root@alpha:~]# emerge -aDuN

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
> On 2018-11-17, at 20:16, Adam Carter wrote: > > > On 2018-11-17, at 19:24, Grant Taylor > > wrote: > > > > So, will someone help me fix this cargo / rust blockage so that I can > > finish my @world emerge? > > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes >

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
> > > On 2018-11-17, at 19:24, Grant Taylor > wrote: > > > > So, will someone help me fix this cargo / rust blockage so that I can > finish my @world emerge? > > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes > with Cargo. > > I also had to ln -s /usr/bin/cargo-1.30.1

Re: [gentoo-user] Re: AMD lappy

2018-11-17 Thread james
On 11/17/18 6:51 PM, Grant Edwards wrote: > On 2018-11-17, Mick wrote: >> On Saturday, 17 November 2018 23:00:22 GMT Grant Edwards wrote: >>> On 2018-11-17, james wrote: >>> Actually and AMD Arm (64bit) Ryzen or newer. >>> >>> No, Ryzen is not an Arm processor. > >> Well, ... the PSP

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
> On 2018-11-17, at 19:24, Grant Taylor > wrote: > > So, will someone help me fix this cargo / rust blockage so that I can finish > my @world emerge? Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes with Cargo. -- Andrew Udvare

[gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor
Hi, Would someone please point me in the proper direction to start reading what I need to do to resolve this problem? [blocks B ] dev-util/cargo ("dev-util/cargo" is blocking dev-lang/rust-1.30.1-r1) * Error: The above package list contains packages which cannot be * installed at

[gentoo-user] Re: AMD lappy

2018-11-17 Thread Grant Edwards
On 2018-11-17, Mick wrote: > On Saturday, 17 November 2018 23:00:22 GMT Grant Edwards wrote: >> On 2018-11-17, james wrote: >> >> > Actually and AMD Arm (64bit) Ryzen or newer. >> >> No, Ryzen is not an Arm processor. > Well, ... the PSP spy-in-the-die is an ARM core running within the > main

Re: [gentoo-user] virt-manager qemu problem

2018-11-17 Thread Mick
On Saturday, 17 November 2018 10:55:21 GMT jdm wrote: > Hi, > > I am trying to run virt-manager and or qemu with 3d acceleration using > virtio-gpu options. > > When I start the virtual machine in virt-manager all I get is a screen > of static (complete screen corruption of lines and blocks) >

Re: [gentoo-user] Re: AMD lappy

2018-11-17 Thread Mick
On Saturday, 17 November 2018 23:00:22 GMT Grant Edwards wrote: > On 2018-11-17, james wrote: > > On 11/17/18 4:03 PM, Grant Edwards wrote: > >> On 2018-11-17, james wrote: > >>> On 11/17/18 12:17 PM, Grant Edwards wrote: > On 2018-11-17, james wrote: > > It's time for the old man to

[gentoo-user] Re: AMD lappy

2018-11-17 Thread Grant Edwards
On 2018-11-17, james wrote: > On 11/17/18 4:03 PM, Grant Edwards wrote: >> On 2018-11-17, james wrote: >>> On 11/17/18 12:17 PM, Grant Edwards wrote: On 2018-11-17, james wrote: > It's time for the old man to get a new portable. > Arm processor, That's going to

Re: [gentoo-user] Re: AMD lappy

2018-11-17 Thread james
On 11/17/18 4:03 PM, Grant Edwards wrote: > On 2018-11-17, james wrote: >> On 11/17/18 12:17 PM, Grant Edwards wrote: >>> On 2018-11-17, james wrote: >>> It's time for the old man to get a new portable. >>> Arm processor, >>> >>> That's going to be tough. The only ones I've ever heard

[gentoo-user] Re: AMD lappy

2018-11-17 Thread Grant Edwards
On 2018-11-17, james wrote: > On 11/17/18 12:17 PM, Grant Edwards wrote: >> On 2018-11-17, james wrote: >> >>> It's time for the old man to get a new portable. >> >>> Arm processor, >> >> That's going to be tough. The only ones I've ever heard of are >> Chromebooks. > > Dell is on the move,

Re: [gentoo-user] Re: AMD lappy

2018-11-17 Thread james
On 11/17/18 12:17 PM, Grant Edwards wrote: > On 2018-11-17, james wrote: > >> It's time for the old man to get a new portable. > >> Arm processor, > > That's going to be tough. The only ones I've ever heard of are > Chromebooks. > Dell is on the move, but what I found (looking for old link

[gentoo-user] Re: AMD lappy

2018-11-17 Thread Grant Edwards
On 2018-11-17, james wrote: > It's time for the old man to get a new portable. > Arm processor, That's going to be tough. The only ones I've ever heard of are Chromebooks. -- Grant

[gentoo-user] AMD lappy

2018-11-17 Thread james
Hello One and All, It's time for the old man to get a new portable. Ideally, It be great if it were similar to other laptops, used by gentoo folks, so getting the drivers all happy would be consistent. (sure a bit idealized but not a bad idea?) So here is what I like (ALL AMD/Radeon) Arm

[gentoo-user] virt-manager qemu problem

2018-11-17 Thread jdm
Hi, I am trying to run virt-manager and or qemu with 3d acceleration using virtio-gpu options. When I start the virtual machine in virt-manager all I get is a screen of static (complete screen corruption of lines and blocks) I also get the same problem when trying to start from CLI with the