Gentoo Archives: gentoo-user

From: Ezequiel Garcia <elezegarcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't emerge gnash
Date: Sun, 15 Jul 2012 17:45:46
Message-Id: CALF0-+Xpo7U_AzxNdBwdP+poEcOMzpd_i=b1gDeftr-9+xhfaw@mail.gmail.com
In Reply to: Re: [gentoo-user] Can't emerge gnash by Michael Mol
1 On Thu, Jul 12, 2012 at 4:48 PM, Michael Mol <mikemol@×××××.com> wrote:
2 > On Thu, Jul 12, 2012 at 3:36 PM, Ezequiel Garcia <elezegarcia@×××××.com> wrote:
3 >> On Thu, Jul 12, 2012 at 3:39 PM, Florian Philipp <lists@×××××××××××.net> wrote:
4 >>> Am 12.07.2012 17:40, schrieb Ezequiel Garcia:
5 >>>> Hi,
6 >>>>
7 >>>> I was trying to emerge gnash but failed. Here's the output....
8 >>>>
9 >>>> The problem seems to be boost_thread not present. I'll try to emerge
10 >>>> that, but in any case this
11 >>>> looks like a gentoo bug in gnash ebuild.
12 >>>>
13 >>>> If anyone helps me filling a new bug, I'll appreciate it.
14 >>>>
15 >>> [...]
16 >>>
17 >>> Could be related to
18 >>> https://bugs.gentoo.org/show_bug.cgi?id=366407
19 >>>
20 >>
21 >> Thanks!
22 >>
23 >> It seems this is a different bug.
24 >>
25 >> Before filing a new bug, I should do emerge --sync,
26 >> (to have latest ebuilds), right?
27 >
28 > For me, I'd go:
29 >
30 > # In case there's something already broken I don't know about.
31 > revdep-rebuild
32 >
33 > # Remove 'theoretically' unused versions of things.
34 > emerge --depclean
35 >
36 > # Because we ran --depclean, something may now be broken.
37 > revdep-rebuild
38 >
39 > # does an emerge --sync
40 > eix-sync
41 >
42 > # Perhaps specify the particular package, instead of @world
43 > emerge --update --deep --newuse @world
44 >
45
46 Failed at this point due to boost error (see other boost thread)...
47
48 :-(