Gentoo Archives: gentoo-user

From: Willie Matthews <matthews.willie80@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't Emerge jbig2dec-0.11-r1
Date: Sun, 06 Apr 2014 16:56:11
Message-Id: 1396803377.1833.2@smtp.gmail.com
In Reply to: Re: [gentoo-user] Can't Emerge jbig2dec-0.11-r1 by Mick
1 On Sun, Apr 6, 2014 at 9:51 AM, Mick <michaelkintzios@×××××.com> wrote:
2 > On Sunday 06 Apr 2014 17:35:06 Willie Matthews wrote:
3 >> On Sun, Apr 6, 2014 at 12:51 AM, Mick <michaelkintzios@×××××.com>
4 >> wrote:
5 >> > On Sunday 06 Apr 2014 00:14:52 Willie Matthews wrote:
6 >> >> I have been trying to emerge jibeg2dec-0.11-r1 for months now.
7 >> >>
8 >> >> Anytime
9 >> >>
10 >> >> I need to do an system update I have to upgrade everything else
11 >> by
12 >> >> running "emerge -av1" with all the package names that are in the
13 >> >>
14 >> >> list
15 >> >>
16 >> >> that needs to be upgraded.
17 >> >>
18 >> >> This is the output when I run "emerge -av1 jbig2dec"
19 >> >> http://pastebin.com/dxBXLZtS
20 >> >>
21 >> >> This is the output of
22 >> >> "/var/tmp/portage/media-libs/jbig2dec-0.11-r1/temp/aclocal.out"
23 >> >> http://pastebin.com/gNecjMzd
24 >> >>
25 >> >> Any help is greatly appreciated.
26 >> >> Willie Matthews
27 >> >
28 >> > It complains about aclocal:
29 >> > ==========================
30 >> >
31 >> > * Running aclocal ...
32 >> >
33 >> > [ !! ]
34 >> >
35 >> > * Failed Running aclocal !
36 >> >
37 >> > ==========================
38 >> >
39 >> > So you may want to remerge sys-devel/automake-wrapper as a first
40 >> step?
41 >> >
42 >> > emerge -1aDv sys-devel/automake-wrapper
43 >> >
44 >> > Then try to emerge --update world.
45 >>
46 >> Oh my god. Thank you for your help. I have been struggling with this
47 >> for a long time. I tried to reinstall so many other things that I
48 >> thought had to do with the problem. Never did I once think to
49 >> reinstall
50 >> the wrapper itself.
51 >>
52 >> Thanks again for your help
53 >> Willie Matthews
54 >
55 > You're welcome. Instead of re-installing packages blind, here's an
56 > idea to
57 > point you to the package that the offending file belongs to and start
58 > from re-
59 > installing that. You can use equery or qfile to guide you:
60 >
61 > $ which aclocal
62 > /usr/bin/aclocal
63 >
64 > $ qfile belongs /usr/bin/aclocal
65 > sys-devel/automake-wrapper (/usr/bin/aclocal)
66 >
67 > which points at sys-devel/automake-wrapper
68 >
69 > --
70 > Regards,
71 > Mick
72
73 I will make sure I try that next time I run into a problem like this.
74
75 Thanks for the tip,
76 Willie Matthews

Replies

Subject Author
Re: [gentoo-user] Can't Emerge jbig2dec-0.11-r1 Willie Matthews <matthews.willie80@×××××.com>