Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43343 - net-www/straw-0.22 fails to emerge - PyGTK-1.99.13 or later required.
Summary: net-www/straw-0.22 fails to emerge - PyGTK-1.99.13 or later required.
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 20:30 UTC by Gareth Owen
Modified: 2004-03-02 17:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gareth Owen 2004-02-29 20:30:03 UTC
When I attempt to emerge the latest ebuild of straw (0.22) I get the following error:

>>> Install straw-0.22 into /var/tmp/portage/straw-0.22/image/ category net-www
setup.py:12: DeprecationWarning: Non-ASCII character '\xf8' in file /var/tmp/portage/straw-0.22/work/straw-0.22/tools/straw_distutils.py on line 5, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  from tools.straw_distutils import setup
running install
running build
running build_py
running build_scripts
running build_mo
running install_modules_check
Error: PyGTK-1.99.13 or newer is required.
 
!!! ERROR: net-www/straw-0.22 failed.
!!! Function distutils_src_install, Line 43, Exitcode 1
!!! (no error message)

Which is strange, since I have pygtk-2.0.0 installed:


*  dev-python/pygtk
      Latest version available: 2.0.0
      Latest version installed: 2.0.0
      Size of downloaded files: 514 kB
      Homepage:    http://www.daa.com.au/~james/pygtk/
      Description: GTK+2 bindings for Python
      License:     LGPL-2.1

Also, I noticed that there actually is a new version of straw out 0.22.1

Reproducible: Always
Steps to Reproduce:





emerge info:

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -funroll-loops -pipe -mfpmath=sse
-msse -msse2 -mmmx"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -funroll-loops -pipe -mfpmath=sse
-msse -msse2 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm avi berkdb bonobo cdr crypt cscope cups encode esd evo
foomaticdb gb gd gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile imlib java
jpeg libg++ libgda libwww mad mbox mikmod mmx motif mozilla moznocompose
moznoirc moznomail mpeg mysql ncurses nls oav oggvorbis opengl pam pda pdflib
perl plotutils png python quicktime radeon readline sdl slang spell sse ssl svga
tcltk tetex tiff truetype usb vim-with-x wmf x86 xml2 xv zlib"
Comment 1 foser (RETIRED) gentoo-dev 2004-03-01 14:37:00 UTC
what python version are you using ? if it's 2.3, have you rebuilt all your packages ? This is necessary.
Comment 2 Gareth Owen 2004-03-02 17:12:30 UTC
Yep, that did the trick.


Thanks
Comment 3 Gareth Owen 2004-03-02 17:13:16 UTC
Closing