Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100585 - gnome-extra/gdesklets-core-0.34.3 is stable on amd64
Summary: gnome-extra/gdesklets-core-0.34.3 is stable on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: STABLE
Depends on:
Blocks:
 
Reported: 2005-07-28 05:55 UTC by Luis Medinas (RETIRED)
Modified: 2005-08-21 12:05 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 Luis Medinas (RETIRED) gentoo-dev 2005-07-28 05:55:03 UTC
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors1.netvisao.pt/gentoo/
http://darkstar.ist.utl.pt/gentoo http://distfiles.gentoo.org"
LINGUAS="pt en"
MAKEOPTS="-j2"
PKGDIR="/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 16bit X aalib alsa apache1 arts artworkextra atm avi berkdb
bitmap-fonts bonobo browserplugin bzip2 cdparanoia cdr cdrom chroot cpudetection
crypt cups curl dbus dvd dvdr dvdread eds emul-linux-x86 encode esd expat fam
fbsplash foomaticdb fortran freetype gdbm gif gimpprint gmail gmailtimestamps
gnome gnome-print gnuplot gpm gstreamer gtk gtk2 hal iconv imagemagick imlib
imlib2 ipv6 irc java jpeg junit kde lame logitech-mouse lzw lzw-tiff mad maildir
mbox mikmod mozilla moznoirc moznomail mozsha1 mozsvg mozxmlterm mp3 mpeg
mplayer msn ncurses net nls nptl nvidia octave offensive ogg opengl openssh
openssl pam pdflib perl physfs png pnp ppds print python qt quicktime rar
readline real rhythmbox sdl spell ssl startup-notification subtitles tcpd tiff
toolbar truetype truetype-fonts type1-fonts usb userlocales videos vim vorbis
xfs xine xml2 xmms xpm xrandr xscreensaver xv xvid zlib linguas_pt linguas_en
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-07-28 10:40:47 UTC
i guess i can mark those stable too?

DEPEND.bad                     1
   gnome-extra/gdesklets-core/gdesklets-core-0.34.3.ebuild:
amd64(default-linux/amd64/2005.0) ['>=dev -python/gnome-python-2.6.1',
'>=dev-python/gnome-python-extras-2.10.2']
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-08-01 03:14:33 UTC
ok

the dependencies can be marked stable also.
gnome-python-2.10.0
gnome-python-extras-2.10.2
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2005-08-01 03:25:59 UTC
stable, thanks
Comment 4 Bartosz Kot 2005-08-21 12:05:01 UTC
with dev-python/pygtk-2.6.1 I have got:

Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/gdesklets/utils/__init__.py", line 23, in _pretty_excepthook
    deep_trace = True)
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 77, in format
    if (path and vfs.exists(path)):
  File "/usr/lib/gdesklets/utils/vfs.py", line 102, in exists
    return gnomevfs.exists(gnomevfs.URI(uri))
NameError: global name 'gnomevfs' is not defined

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main.DisplayList import DisplayList
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
    module = _old_imp(name, globs, locls, fromlist)
  File "/usr/lib/gdesklets/main/DisplayList.py", line 4, in ?
    from utils import vfs
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
    module = _old_imp(name, globs, locls, fromlist)
  File "/usr/lib/gdesklets/utils/vfs.py", line 120, in ?
    exists = exists_urllib2
NameError: name 'exists_urllib2' is not defined

but after upgrading to pygtk-2.6.2 it works fine :)