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 1HEv00-0003pE-Bk for garchives@archives.gentoo.org; Wed, 07 Feb 2007 22:10:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l17M9QdX014046; Wed, 7 Feb 2007 22:09:26 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l17M5HtY009573 for ; Wed, 7 Feb 2007 22:05:18 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E19956494A for ; Wed, 7 Feb 2007 22:05:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.414 X-Spam-Level: X-Spam-Status: No, score=0.414 required=5.5 tests=[AWL=3.013, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G42WBA7RKImI for ; Wed, 7 Feb 2007 22:05:01 +0000 (UTC) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.235]) by smtp.gentoo.org (Postfix) with ESMTP id E4DA0647C2 for ; Wed, 7 Feb 2007 22:05:00 +0000 (UTC) Received: by hu-out-0506.google.com with SMTP id 19so269hue for ; Wed, 07 Feb 2007 14:04:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:mime-version:content-disposition:message-id:content-type:content-transfer-encoding; b=K+4mNx1WPmcNPOYFFHm3AyWliC463k0gcQcVJWWYqdSk7BOwqBOS6RiCNtxRv2yP3JdvMuwYcINSNHOfov1fWHstRptkmBbPDSkAPbGUaV2z9XUJbCiKPVqdLWhgZZST8dq/uN3oo0zpFUPghxa2kuN74j2RxReMFUYhSwBXQvc= Received: by 10.67.93.6 with SMTP id v6mr10358622ugl.1170885893082; Wed, 07 Feb 2007 14:04:53 -0800 (PST) Received: from ?192.168.18.33? ( [82.179.208.162]) by mx.google.com with ESMTP id x37sm1696993ugc.2007.02.07.14.04.52; Wed, 07 Feb 2007 14:04:52 -0800 (PST) From: "Konstantin S. Budylov" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Error while compiling splashutils-1.1.9.10-r1 Date: Thu, 8 Feb 2007 00:56:33 +0300 User-Agent: KMail/1.9.1 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 Content-Disposition: inline Message-Id: <200702080056.33915.k.budylov@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6ef113e0-4111-43c1-affd-927829270f75 X-Archives-Hash: 786cd207e4ce16b09123beceafe59312 Hi, When I try to compile latest splashutils, I have folowing error: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [ebuild N ]media-gfx/splashutils-1.1.9.10-r1 USE=3D"png=20 truetype -hardened -kdgraphics" =2E...... =2E...... >>> Source unpacked. >>> Compiling source in .... =2E...... =2E....... In file included from /usr/lib/klibc/include/stddef.h:12, from /usr/lib/klibc/include/stdio.h:10, from render.c:21: /usr/lib/klibc/include/bits32/bitsize/stddef.h:12: error: redefinition of=20 typedef =E2=80=98size_t=E2=80=99 /usr/lib/klibc/include/linux/types.h:67: error: previous declaration=20 of =E2=80=98size_t=E2=80=99 was here /usr/lib/klibc/include/bits32/bitsize/stddef.h:16: error: redefinition of=20 typedef =E2=80=98ptrdiff_t=E2=80=99 /usr/lib/klibc/include/linux/types.h:77: error: previous declaration=20 of =E2=80=98ptrdiff_t=E2=80=99 was here In file included from /usr/lib/klibc/include/stdint.h:8, from /usr/lib/klibc/include/sys/types.h:10, from /usr/lib/klibc/include/unistd.h:11, from /usr/lib/klibc/include/stdio.h:11, from render.c:21: /usr/lib/klibc/include/bits32/bitsize/stdint.h:8: error: redefinition of=20 typedef =E2=80=98int8_t=E2=80=99 =2E..... =2E... etc ............ =2E...... !!! ERROR: media-gfx/splashutils-1.1.9.10-r1 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile splashutils-1.1.9.10-r1.ebuild, line 142: Called die =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Does anybody have idea, how to fix it? -- gentoo-user@gentoo.org mailing list