Gentoo Archives: gentoo-user

From: "Rafael Fernández López" <info@××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libusb build error
Date: Sun, 11 Dec 2005 13:31:09
Message-Id: 3169.83.33.55.106.1134307586.squirrel@llca860-a.servidoresdns.net
In Reply to: [gentoo-user] libusb build error by Christoph Eckert
1 Oh !! Another thing... I suggest you to use an "automatic" update, like
2 "emerge -vuDp world", see what will happen, and if everything is okay, try
3 "emerge -vuD world".
4
5 If you do one by one, then you'll may have packages broken, because you
6 don't know dependency tree by heart, so you should portage work for you.
7
8 I'd do:
9 [*] emerge -vu portage
10 [*] emerge -vuDp world
11 [*] if everything went OK: emerge -vuD world
12 [*] revdep-rebuild --pretend
13 [*] revdep-rebuild
14
15 Bye,
16 Rafael Fernández López.
17
18 >
19 > Hi,
20 >
21 >
22 > me again :) . I'm trying to update my machine. I have never done so
23 > since I installed Gentoo last year, so I'm a bit unexperienced and
24 > ignorant about portage and emerge usage.
25 >
26 > I have updated most of the packages manually to avoid a broken system,
27 > and most are done ("only" 98 left :) .
28 >
29 > Some packages don't install properly, this time it is libusb. I have
30 > installed libusb-0.1.8 and try to install libusb-0.1.10a, but I get the
31 > error message attached.
32 >
33 > Anyone a clue where I can start searching for a solution? Wrong automake
34 > version? A missing variable?
35 >
36 >
37 > Thx & best regards
38 >
39 >
40 > ce
41 >
42 >
43 >
44 > emerge libusb
45 > Calculating dependencies ...done!
46 >>>> emerge (1 of 1) dev-libs/libusb-0.1.10a to /
47 >>>> md5 files ;-) libusb-0.1.7-r1.ebuild
48 >>>> md5 files ;-) libusb-0.1.8.ebuild
49 >>>> md5 files ;-) libusb-0.1.10a.ebuild
50 >>>> md5 files ;-) files/digest-libusb-0.1.7-r1
51 >>>> md5 files ;-) files/0.1.10a-fbsd.patch
52 >>>> md5 files ;-) files/digest-libusb-0.1.8
53 >>>> md5 files ;-) files/libusb-0.1.8-amd64-fPIC.patch
54 >>>> md5 files ;-) files/digest-libusb-0.1.10a
55 >>>> md5 src_uri ;-) libusb-0.1.10a.tar.gz
56 >>>> Unpacking source...
57 >>>> Unpacking libusb-0.1.10a.tar.gz
58 > to /var/tmp/portage/libusb-0.1.10a/work
59 > * Applying 0.1.10a-fbsd.patch ...
60 > [ ok ]
61 > * Running eautoreconf in
62 > '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
63 > * Running aclocal...
64 > [ ok ]
65 > * Running libtoolize --copy --force --automake...
66 > [ ok ]
67 > * Running aclocal...
68 > [ ok ]
69 > * Running autoconf...
70 > [ ok ]
71 > * Running autoheader...
72 > [ ok ]
73 > * Running automake --add-missing --copy --foreign...
74 > [ !! ]
75 >
76 >
77 > * Failed Running automake !
78 > *
79 > * Include in your bugreport the contents of:
80 > *
81 > * /var/tmp/portage/libusb-0.1.10a/temp/automake-5879.out
82 >
83 >
84 > !!! ERROR: dev-libs/libusb-0.1.10a failed.
85 > !!! Function autotools_run_tool, Line 179, Exitcode 0
86 > !!! Failed Running automake !
87 > !!! If you need support, post the topmost build error, NOT this status
88 > message.
89 > --
90 > gentoo-user@g.o mailing list
91 >
92 >
93
94
95 --
96 "A la vista de suficientes ojos todos los errores resultan evidentes" -
97 Linus Torvalds
98 --
99 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] libusb build error Christoph Eckert <ce@×××××××××.de>
Re: [gentoo-user] libusb build error Christoph Eckert <ce@×××××××××.de>
Re: [gentoo-user] libusb build error Neil Bothwick <neil@××××××××××.uk>