From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H3sdx-0008Un-Q4 for garchives@archives.gentoo.org; Mon, 08 Jan 2007 11:26:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l08BPAw4016489; Mon, 8 Jan 2007 11:25:10 GMT Received: from arwen.wombaz.net ([212.60.156.218]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l08BKqRU019880 for ; Mon, 8 Jan 2007 11:20:52 GMT Received: from jadzia.wombaz.net (jadzia.wombaz.net [192.168.0.5]) (Authenticated sender: jens@jadzia.wombaz.net) by arwen.wombaz.net (Postfix) with ESMTP id E8DADA7C37D for ; Mon, 8 Jan 2007 12:20:50 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by jadzia.wombaz.net (Postfix) with ESMTP id 039801267E60 for ; Mon, 8 Jan 2007 12:20:49 +0100 (CET) Message-ID: <45A22911.9000007@wombaz.net> Date: Mon, 08 Jan 2007 12:20:49 +0100 From: Jens Hornung User-Agent: Thunderbird 1.5.0.9 (X11/20061206) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge libexif fails Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: d084dd83-fcfa-4171-9155-289aceb2e279 X-Archives-Hash: 17d5dd207fe19b7df97c8811f23e41f1 Hello, this is my first gentoo installation so perhaps my question is a little bit stupid. The installation of libexif (0.6.13-r1) fails. At the bottom of this mail are the last few lines of the emerge messages. If I take libexif-0.6.13.tar.bz2 from /usr/portage/distfiles and compile it the manual way with './configure --prefix=/usr --disable-doc --enable-nls' and 'make', it's no problem. So how can I solve this? Jens # USE"-doc" emerge libexif [...] ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --disable-doc --build=i686-pc-linux-gnu [...] i686-pc-linux-gnu-ar cru .libs/libexif.a exif-byte-order.o exif-content.o exif-data.o exif-entry.o exif-format.o exif-ifd.o exif-load i686-pc-linux-gnu-ranlib .libs/libexif.a rm -fr .libs/libexif.lax creating libexif.la (cd .libs && rm -f libexif.la && ln -s ../libexif.la libexif.la) make[3]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/libexif' make[2]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/libexif' Making all in test make[2]: Entering directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test' Making all in nls make[3]: Entering directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test/nls' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test/nls' make[3]: Entering directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test' make[2]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/test' Making all in doc make[2]: Entering directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc' cd .. && /bin/sh /var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/missing --run automake-1.8 --gnu doc/Makefile cd .. && /bin/sh ./config.status doc/Makefile config.status: creating doc/Makefile make[2]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc' make[2]: Entering directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc' make[2]: *** No rule to make target `libexif-api.html.stamp', needed by `all-local'. Stop. make[2]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libexif-0.6.13-r1/work/libexif-0.6.13' make: *** [all] Error 2 !!! ERROR: media-libs/libexif-0.6.13-r1 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile libexif-0.6.13-r1.ebuild, line 40: Called die !!! (no error message) !!! If you need support, post the topmost build error, and the call stack if relevant. ... done! -- gentoo-user@gentoo.org mailing list