Gentoo Archives: gentoo-user

From: Jens Hornung <lists@××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge libexif fails
Date: Mon, 08 Jan 2007 11:26:22
Message-Id: 45A22911.9000007@wombaz.net
1 Hello,
2
3 this is my first gentoo installation so perhaps my question is a little
4 bit stupid.
5 The installation of libexif (0.6.13-r1) fails. At the bottom of this
6 mail are the last few lines of the emerge messages. If I take
7 libexif-0.6.13.tar.bz2 from /usr/portage/distfiles and compile it the
8 manual way with './configure --prefix=/usr --disable-doc --enable-nls'
9 and 'make', it's no problem. So how can I solve this?
10
11 Jens
12
13
14
15 # USE"-doc" emerge libexif
16 [...]
17 ./configure --prefix=/usr --host=i686-pc-linux-gnu
18 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
19 --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --disable-doc
20 --build=i686-pc-linux-gnu
21 [...]
22 i686-pc-linux-gnu-ar cru .libs/libexif.a exif-byte-order.o
23 exif-content.o exif-data.o exif-entry.o exif-format.o exif-ifd.o exif-load
24 i686-pc-linux-gnu-ranlib .libs/libexif.a
25 rm -fr .libs/libexif.lax
26 creating libexif.la
27 (cd .libs && rm -f libexif.la && ln -s ../libexif.la libexif.la)
28 make[3]: Leaving directory
29 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/libexif'
30 make[2]: Leaving directory
31 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/libexif'
32 Making all in test
33 make[2]: Entering directory
34 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test'
35 Making all in nls
36 make[3]: Entering directory
37 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test/nls'
38 make[3]: Nothing to be done for `all'.
39 make[3]: Leaving directory
40 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test/nls'
41 make[3]: Entering directory
42 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test'
43 make[3]: Nothing to be done for `all-am'.
44 make[3]: Leaving directory
45 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test'
46 make[2]: Leaving directory
47 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test'
48 Making all in doc
49 make[2]: Entering directory
50 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc'
51 cd .. && /bin/sh
52 /var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/missing --run
53 automake-1.8 --gnu doc/Makefile
54 cd .. && /bin/sh ./config.status doc/Makefile
55 config.status: creating doc/Makefile
56 make[2]: Leaving directory
57 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc'
58 make[2]: Entering directory
59 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc'
60 make[2]: *** No rule to make target `libexif-api.html.stamp', needed by
61 `all-local'. Stop.
62 make[2]: Leaving directory
63 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc'
64 make[1]: *** [all-recursive] Error 1
65 make[1]: Leaving directory
66 `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13'
67 make: *** [all] Error 2
68
69 !!! ERROR: media-libs/libexif-0.6.13-r1 failed.
70 Call stack:
71 ebuild.sh, line 1546: Called dyn_compile
72 ebuild.sh, line 937: Called src_compile
73 libexif-0.6.13-r1.ebuild, line 40: Called die
74
75 !!! (no error message)
76 !!! If you need support, post the topmost build error, and the call
77 stack if relevant.
78
79 ... done!
80 --
81 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge libexif fails "Bo Ørsted Andresen" <bo.andresen@××××.dk>