From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RtKzs-0006eS-4P for garchives@archives.gentoo.org; Fri, 03 Feb 2012 15:24:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B21E074F; Fri, 3 Feb 2012 15:24:06 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 69571E072E for ; Fri, 3 Feb 2012 15:22:23 +0000 (UTC) Received: by bke11 with SMTP id 11so3512931bke.40 for ; Fri, 03 Feb 2012 07:22:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=WhkcJTBrKIjvAiumQIee3JyxG8svqsSZkH8Quwgto7E=; b=nvfs56E6lDof7JErpR5ufEsUd4d6Xp76Nh/ayXX5Nj+t4t2enQZmYFPTXMZdjdiwgV xd0W3LB+0FyHsh6DxRds3I2wnvtLu97MqqUBpnky14THrLELeJDr1sz2dVLWa8Oo50tA 7BXbgYzLjqCAPHMHIeGR7C2RvPqpuD79Jy8t8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.205.131.13 with SMTP id ho13mr3795809bkc.58.1328282541612; Fri, 03 Feb 2012 07:22:21 -0800 (PST) Received: by 10.205.124.129 with HTTP; Fri, 3 Feb 2012 07:22:21 -0800 (PST) In-Reply-To: References: Date: Fri, 3 Feb 2012 10:22:21 -0500 Message-ID: Subject: Re: [gentoo-user] Build librsvg-2.34.2 Error From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2cd6127a-c0bb-4146-b39d-1003d69a345f X-Archives-Hash: 4ede9cd0dc14a10d1169413eb75839e5 On Fri, Feb 3, 2012 at 10:19 AM, Michael Mol wrote: > On Fri, Feb 3, 2012 at 9:51 AM, =E9=AB=98=E9=87=91=E5=9F=B9 wrote: >> =C2=A0 CC =C2=A0 =C2=A0 librsvg_2_la-librsvg-enum-types.lo >> /bin/sh ./libtool --silent --tag=3DCC =C2=A0 --mode=3Dcompile i686-pc-li= nux-gnu-gcc >> -DHAVE_CONFIG_H -I. =C2=A0-I. -I. -DG_LOG_DOMAIN=3D\"librsvg\" >> -DLIBRSVG_DATADIR=3D"\"/usr/share\"" =C2=A0 -pthread -I/usr/include/gdk-= pixbuf-2.0 >> -I/usr/include/libpng15 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/incl= ude >> -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 >> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm >> -I/usr/include/libcroco-0.6 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 =C2=A0 -DHAVE_LIBCROC= O=3D1 =C2=A0 -O2 >> -march=3Dpentium-m -pipe -c -o librsvg_2_la-librsvg-enum-types.lo `test = -f >> 'librsvg-enum-types.c' || echo './'`librsvg-enum-types.c >> =C2=A0 CCLD =C2=A0 librsvg-2.la >> =C2=A0 CCLD =C2=A0 rsvg-convert >> =C2=A0 GISCAN Rsvg-2.0.gir >> =C2=A0 CCLD =C2=A0 rsvg-view > > >> In file included from :19:0: >> /var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34.2/rsvg-cair= o-render.h:32:19: >> fatal error: cairo.h: No such file or directory >> compilation terminated. > > I suspect you don't have cairo emerged. > >> =C2=A0* If you need support, post the output of 'emerge --info >> =3Dgnome-base/librsvg-2.34.2', >> =C2=A0* the complete build log and the output of 'emerge -pqv >> =3Dgnome-base/librsvg-2.34.2'. >> =C2=A0* The complete build log is located at >> '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log'. >> =C2=A0* The ebuild environment file is located at >> '/var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment'. >> =C2=A0* S: '/var/tmp/portage/gnome-base/librsvg-2.34.2/work/librsvg-2.34= .2' > > Before you go any farther, save the output of the commands it's asking ab= out. > > sudo emerge --info gnome-base/librsvg-2.34.2 > > ~/emerge.info.gnome-base.librsvg-2.34.2.txt > sudo emerge -pqv gnome-base/librsvg-2.34.2 > > ~/emerge.pqv.gnome-base.librsvg-2.34.2.txt > sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/build.log > ~/build.log.gnome-base.librsvg-2.34.2.txt > sudo cp /var/tmp/portage/gnome-base/librsvg-2.34.2/temp/environment > ~/environment.gnome-base.librsvg-2.34.2.txt > > If you need to file a bug report, you'll need to attach those to it. > > To install cairo, try > > emerge x11-libs/cairo > > Assuming that works, try > > emerge --resume > > If the build works, you should be good. If you get the same error, > then you should file a bug report at bugs.gentoo.org. Actually, you should file a bug report either way, but the nature of the bug is different. If emerging cairo fixes the build error, then there's a dependency missing in the ebuild. If emerging cairo doesn't fix the build error, something else is broken that I don't have a clue about. --=20 :wq