public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] rust 1.23.0 fails to install
@ 2018-01-29 21:58 John Covici
  2018-01-30  8:29 ` Mick
  2018-01-30  9:27 ` Floyd Anderson
  0 siblings, 2 replies; 7+ messages in thread
From: John Covici @ 2018-01-29 21:58 UTC (permalink / raw
  To: gentoo-user

Hi.  In my world update Rust 1.23.0 failed to install with the
following error:
install: installing component 'rustc'

    Rust is ready to roll.

< Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
"x86_64-unknown-linux-gnu" }
Build completed successfully in 0:21:12
mv: cannot stat
'/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
No such file or directory

I did not see a bug on bgo -- anyone knows how to fix?

Thanks in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-01-29 21:58 [gentoo-user] rust 1.23.0 fails to install John Covici
@ 2018-01-30  8:29 ` Mick
  2018-01-30 12:16   ` John Covici
  2018-01-30  9:27 ` Floyd Anderson
  1 sibling, 1 reply; 7+ messages in thread
From: Mick @ 2018-01-30  8:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

On Monday, 29 January 2018 21:58:56 GMT John Covici wrote:
> Hi.  In my world update Rust 1.23.0 failed to install with the
> following error:
> install: installing component 'rustc'
> 
>     Rust is ready to roll.
> 
> < Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
> "x86_64-unknown-linux-gnu" }
          ^^^^^^^
Is your /usr/src/linux symlink pointing to a valid kernel tree?


> Build completed successfully in 0:21:12
> mv: cannot stat
> '/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
> No such file or directory
> 
> I did not see a bug on bgo -- anyone knows how to fix?
> 
> Thanks in advance for any suggestions.


PS.  Here on stable systems portage decided to uninstall all rust packages it 
had installed recently as firefox dependencies and then downgraded firefox to 
52.6.0.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-01-29 21:58 [gentoo-user] rust 1.23.0 fails to install John Covici
  2018-01-30  8:29 ` Mick
@ 2018-01-30  9:27 ` Floyd Anderson
  2018-01-30 12:17   ` John Covici
  2018-02-01  9:04   ` John Covici
  1 sibling, 2 replies; 7+ messages in thread
From: Floyd Anderson @ 2018-01-30  9:27 UTC (permalink / raw
  To: gentoo-user

Hi John,

On Mon, 29 Jan 2018 16:58:56 -0500
John Covici <covici@ccs.covici.com> wrote:
>Hi.  In my world update Rust 1.23.0 failed to install with the
>following error:
>install: installing component 'rustc'
>
>    Rust is ready to roll.
>
>< Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
>"x86_64-unknown-linux-gnu" }
>Build completed successfully in 0:21:12
>mv: cannot stat
>'/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
>No such file or directory
>
>I did not see a bug on bgo -- anyone knows how to fix?
>
>Thanks in advance for any suggestions.
>

Maybe a resync for dev-lang/rust-1.23.0-r1::gentoo helps. But before you 
emerge, be aware of bug #646092 [1] (where I also ran into). For me [2] 
solves the described issue.


References:
  - [1] <https://bugs.gentoo.org/show_bug.cgi?id=646092>
  - [2] <https://github.com/gentoo/gentoo/pull/7000>


-- 
Regards,
floyd



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-01-30  8:29 ` Mick
@ 2018-01-30 12:16   ` John Covici
  0 siblings, 0 replies; 7+ messages in thread
From: John Covici @ 2018-01-30 12:16 UTC (permalink / raw
  To: gentoo-user

On Tue, 30 Jan 2018 03:29:55 -0500,
Mick wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> On Monday, 29 January 2018 21:58:56 GMT John Covici wrote:
> > Hi.  In my world update Rust 1.23.0 failed to install with the
> > following error:
> > install: installing component 'rustc'
> > 
> >     Rust is ready to roll.
> > 
> > < Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
> > "x86_64-unknown-linux-gnu" }
>           ^^^^^^^
> Is your /usr/src/linux symlink pointing to a valid kernel tree?
Absolutely.  I am using an unstable system.
> 
> 
> > Build completed successfully in 0:21:12
> > mv: cannot stat
> > '/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
> > No such file or directory
> > 
> > I did not see a bug on bgo -- anyone knows how to fix?
> > 
> > Thanks in advance for any suggestions.
> 
> 
> PS.  Here on stable systems portage decided to uninstall all rust packages it 
> had installed recently as firefox dependencies and then downgraded firefox to 
> 52.6.0.
>

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-01-30  9:27 ` Floyd Anderson
@ 2018-01-30 12:17   ` John Covici
  2018-02-01  9:04   ` John Covici
  1 sibling, 0 replies; 7+ messages in thread
From: John Covici @ 2018-01-30 12:17 UTC (permalink / raw
  To: gentoo-user

On Tue, 30 Jan 2018 04:27:18 -0500,
Floyd Anderson wrote:
> 
> Hi John,
> 
> On Mon, 29 Jan 2018 16:58:56 -0500
> John Covici <covici@ccs.covici.com> wrote:
> > Hi.  In my world update Rust 1.23.0 failed to install with the
> > following error:
> > install: installing component 'rustc'
> > 
> >    Rust is ready to roll.
> > 
> > < Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
> > "x86_64-unknown-linux-gnu" }
> > Build completed successfully in 0:21:12
> > mv: cannot stat
> > '/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
> > No such file or directory
> > 
> > I did not see a bug on bgo -- anyone knows how to fix?
> > 
> > Thanks in advance for any suggestions.
> > 
> 
> Maybe a resync for dev-lang/rust-1.23.0-r1::gentoo helps. But
> before you emerge, be aware of bug #646092 [1] (where I also ran
> into). For me [2] solves the described issue.
> 
> 
> References:
>  - [1] <https://bugs.gentoo.org/show_bug.cgi?id=646092>
>  - [2] <https://github.com/gentoo/gentoo/pull/7000>
> 
> 
> -- 
> Regards,
> floyd
> 
> 

OK, I will check that out -- thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-01-30  9:27 ` Floyd Anderson
  2018-01-30 12:17   ` John Covici
@ 2018-02-01  9:04   ` John Covici
  2018-02-01  9:15     ` Adam Carter
  1 sibling, 1 reply; 7+ messages in thread
From: John Covici @ 2018-02-01  9:04 UTC (permalink / raw
  To: gentoo-user

On Tue, 30 Jan 2018 04:27:18 -0500,
Floyd Anderson wrote:
> 
> Hi John,
> 
> On Mon, 29 Jan 2018 16:58:56 -0500
> John Covici <covici@ccs.covici.com> wrote:
> > Hi.  In my world update Rust 1.23.0 failed to install with the
> > following error:
> > install: installing component 'rustc'
> > 
> >    Rust is ready to roll.
> > 
> > < Rustc { stage: 2, target: "x86_64-unknown-linux-gnu", host:
> > "x86_64-unknown-linux-gnu" }
> > Build completed successfully in 0:21:12
> > mv: cannot stat
> > '/var/tmp/portage/dev-lang/rust-1.23.0/image//usr/share/doc/rust/*':
> > No such file or directory
> > 
> > I did not see a bug on bgo -- anyone knows how to fix?
> > 
> > Thanks in advance for any suggestions.
> > 
> 
> Maybe a resync for dev-lang/rust-1.23.0-r1::gentoo helps. But
> before you emerge, be aware of bug #646092 [1] (where I also ran
> into). For me [2] solves the described issue.
> 
> 
> References:
>  - [1] <https://bugs.gentoo.org/show_bug.cgi?id=646092>
>  - [2] <https://github.com/gentoo/gentoo/pull/7000>

Well, it worked, with the 23.0-r1  release -- thanks much!

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] rust 1.23.0 fails to install
  2018-02-01  9:04   ` John Covici
@ 2018-02-01  9:15     ` Adam Carter
  0 siblings, 0 replies; 7+ messages in thread
From: Adam Carter @ 2018-02-01  9:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

>
> > Maybe a resync for dev-lang/rust-1.23.0-r1::gentoo helps. But
> > before you emerge, be aware of bug #646092 [1] (where I also ran
> > into). For me [2] solves the described issue.
> >
> >
> > References:
> >  - [1] <https://bugs.gentoo.org/show_bug.cgi?id=646092>
> >  - [2] <https://github.com/gentoo/gentoo/pull/7000>
>
> Well, it worked, with the 23.0-r1  release -- thanks much!
>

Since you've built rust you might be attempting to build firefox 58. If so,
it doesnt like distcc...

[-- Attachment #2: Type: text/html, Size: 1000 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-01  9:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 21:58 [gentoo-user] rust 1.23.0 fails to install John Covici
2018-01-30  8:29 ` Mick
2018-01-30 12:16   ` John Covici
2018-01-30  9:27 ` Floyd Anderson
2018-01-30 12:17   ` John Covici
2018-02-01  9:04   ` John Covici
2018-02-01  9:15     ` Adam Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox