Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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