Re: [gentoo-user] gtk+ emerge error

2006-07-19 Thread Richard Fish

On 7/18/06, Trevor Rhodes [EMAIL PROTECTED] wrote:

 checking gtk+-2.8.19.tar.bz2
!!! Digest verification failed:
!!! /usr/portage/distfiles/gtk+-2.8.19.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 12303676
!!! Expected: 313941


Try a sync again.  The correct size is 12303676.  If this doesn't
help, provide the output of emerge --info and ls -l
/usr/portage/distfiles/gtk+-2.8.19.tar.bz2

-Richard
--
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk+ emerge error

2006-07-18 Thread Grant

I'm getting a failed emerge when trying to upgrade to the latest
stable gtk+-2.8.19:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\Gdk\ -DGDK_COMPILATION -I../.. -I../../gdk
-I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
-O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall -MT
gdkwindow-x11.lo -MD -MP -MF .deps/gdkwindow-x11.Tpo -c
gdkwindow-x11.c  -fPIC -DPIC -o .libs/gdkwindow-x11.o
gdkwindow-x11.c:54:34: X11/extensions/shape.h: No such file or directory
gdkwindow-x11.c: In function `gdk_window_have_shape_ext':
gdkwindow-x11.c:3645: warning: implicit declaration of function
`XShapeQueryExtension'
gdkwindow-x11.c: In function `IA__gdk_window_shape_combine_mask':
gdkwindow-x11.c:3723: warning: implicit declaration of function
`XShapeCombineMask'
gdkwindow-x11.c:3725: error: `ShapeBounding' undeclared (first use in
this function)
gdkwindow-x11.c:3725: error: (Each undeclared identifier is reported only once
gdkwindow-x11.c:3725: error: for each function it appears in.)
gdkwindow-x11.c:3728: error: `ShapeSet' undeclared (first use in this function)
gdkwindow-x11.c: In function `IA__gdk_window_shape_combine_region':
gdkwindow-x11.c:3798: warning: implicit declaration of function
`XShapeCombineRectangles'
gdkwindow-x11.c:3800: error: `ShapeBounding' undeclared (first use in
this function)
gdkwindow-x11.c:3803: error: `ShapeSet' undeclared (first use in this function)
gdkwindow-x11.c: In function `gdk_add_rectangles':
gdkwindow-x11.c:5049: warning: implicit declaration of function
`XShapeGetRectangles'
gdkwindow-x11.c:5049: error: `ShapeBounding' undeclared (first use in
this function)
gdkwindow-x11.c:5049: warning: assignment makes pointer from integer
without a cast
gdkwindow-x11.c: In function `gdk_propagate_shapes':
gdkwindow-x11.c:5186: error: `ShapeBounding' undeclared (first use in
this function)
gdkwindow-x11.c:5187: error: `ShapeSet' undeclared (first use in this function)
make[4]: *** [gdkwindow-x11.lo] Error 1
make[4]: Leaving directory
`/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk/x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.8.19 failed.
Call stack:
 ebuild.sh, line 1539:   Called dyn_compile
 ebuild.sh, line 939:   Called src_compile
 gtk+-2.8.19.ebuild, line 116:   Called die

I checked bugs.gentoo.org and I tried the latest ~x86 gtk+ as well.
Bug #139083 might be related but I tried emerging pango twice as it
suggested to no avail.  Any suggestions?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ emerge error

2006-07-18 Thread Richard Fish

On 7/18/06, Grant [EMAIL PROTECTED] wrote:

I'm getting a failed emerge when trying to upgrade to the latest
stable gtk+-2.8.19:


snip


gdkwindow-x11.c:54:34: X11/extensions/shape.h: No such file or directory


Do you have x11-libs/xextproto installed?  It is a dependancy of
x11-libs/gtk+-2.8.19, so you should.  If so, try an 'equery check
x11-libs/xextproto'.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ emerge error

2006-07-18 Thread Grant

 I'm getting a failed emerge when trying to upgrade to the latest
 stable gtk+-2.8.19:

snip

 gdkwindow-x11.c:54:34: X11/extensions/shape.h: No such file or directory

Do you have x11-libs/xextproto installed?  It is a dependancy of
x11-libs/gtk+-2.8.19, so you should.  If so, try an 'equery check
x11-libs/xextproto'.


I do have it installed:

[ebuild   R   ] x11-proto/xextproto-7.0.2  USE=-debug 0 kB

but the following command returns nothing:

equery check x11-libs/xextproto

I'm not sure what that's supposed to do.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ emerge error

2006-07-18 Thread Paul Varner
On Tue, 2006-07-18 at 10:52 -0700, Grant wrote:
 but the following command returns nothing:
 
 equery check x11-libs/xextproto
 
 I'm not sure what that's supposed to do.

Unfortunately, you just hit a bug in equery.  Run:

equery check xextproto

That commands verifies that all of the files installed by the ebuild
still exist and that the MD5 hashes still match.

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ emerge error

2006-07-18 Thread Grant

 but the following command returns nothing:

 equery check x11-libs/xextproto

 I'm not sure what that's supposed to do.

Unfortunately, you just hit a bug in equery.  Run:

equery check xextproto

That commands verifies that all of the files installed by the ebuild
still exist and that the MD5 hashes still match.

Regards,
Paul


Yep, equery reported a bunch of missing files.  I remerged xextproto
and gtk compiled just fine.  Thanks for your help.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk+ emerge error

2006-07-18 Thread Trevor Rhodes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

emerge gtk+
Calculating dependencies... done!
 Emerging (1 of 1) x11-libs/gtk+-2.8.19 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking gtk+-2.8.19.tar.bz2
!!! Digest verification failed:
!!! /usr/portage/distfiles/gtk+-2.8.19.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 12303676
!!! Expected: 313941

Can someone help with the fix?  Thanks.

- --

 Regards
  Trevor Rhodes
===
Powered by Gentoo Linux
Registered Linux user # 290542 at http://counter.li.org
Registered Machine #186951
Source :  my 100 % Microsoft-free personal computer
gpg public key: http://www.rhodes-online.net/trevor.asc
===

WARNING: It is a violation of federal, state and local law to use me in
a way inconsistent with my labeling. I am dangerous to humans and
domestic animals. Please avoid contact with your eyes and clothing. I
should be stored out of the reach of children.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEvbuLvkusRwjhfowRAoMjAJ4/cwm+h+mLhO6pmbPZWllzPL4MngCeP3pc
a5FELLt4e0gm4n40lO6SRmo=
=24kR
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list