public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gtk+ emerge error
@ 2006-07-18 17:06 Grant
  2006-07-18 17:22 ` Richard Fish
  0 siblings, 1 reply; 7+ messages in thread
From: Grant @ 2006-07-18 17:06 UTC (permalink / raw
  To: Gentoo mailing list

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] gtk+ emerge error
  2006-07-18 17:06 [gentoo-user] gtk+ emerge error Grant
@ 2006-07-18 17:22 ` Richard Fish
  2006-07-18 17:52   ` Grant
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Fish @ 2006-07-18 17:22 UTC (permalink / raw
  To: gentoo-user

On 7/18/06, Grant <emailgrant@gmail.com> 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] gtk+ emerge error
  2006-07-18 17:22 ` Richard Fish
@ 2006-07-18 17:52   ` Grant
  2006-07-18 18:35     ` Paul Varner
  0 siblings, 1 reply; 7+ messages in thread
From: Grant @ 2006-07-18 17:52 UTC (permalink / raw
  To: gentoo-user

> > 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] gtk+ emerge error
  2006-07-18 17:52   ` Grant
@ 2006-07-18 18:35     ` Paul Varner
  2006-07-18 20:27       ` Grant
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Varner @ 2006-07-18 18:35 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] gtk+ emerge error
  2006-07-18 18:35     ` Paul Varner
@ 2006-07-18 20:27       ` Grant
  0 siblings, 0 replies; 7+ messages in thread
From: Grant @ 2006-07-18 20:27 UTC (permalink / raw
  To: gentoo-user

> > 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] gtk+ emerge error
@ 2006-07-19  4:56 Trevor Rhodes
  2006-07-19  6:49 ` Richard Fish
  0 siblings, 1 reply; 7+ messages in thread
From: Trevor Rhodes @ 2006-07-19  4:56 UTC (permalink / raw
  To: gentoo-user

-----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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] gtk+ emerge error
  2006-07-19  4:56 Trevor Rhodes
@ 2006-07-19  6:49 ` Richard Fish
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Fish @ 2006-07-19  6:49 UTC (permalink / raw
  To: gentoo-user

On 7/18/06, Trevor Rhodes <trevor@rhodes-online.net> 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-19  6:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-18 17:06 [gentoo-user] gtk+ emerge error Grant
2006-07-18 17:22 ` Richard Fish
2006-07-18 17:52   ` Grant
2006-07-18 18:35     ` Paul Varner
2006-07-18 20:27       ` Grant
  -- strict thread matches above, loose matches on Subject: below --
2006-07-19  4:56 Trevor Rhodes
2006-07-19  6:49 ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox