After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 304757 - gnome-blog-poster doesnt run successfully on FreeBSD 4.10
gnome-blog-poster doesnt run successfully on FreeBSD 4.10
Status: RESOLVED DUPLICATE of bug 163795
Product: gnome-blog
Classification: Other
Component: Blog Applet
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: GNOME blog maintainers
GNOME blog maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-19 12:30 UTC by S Jagadish
Modified: 2005-05-19 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description S Jagadish 2005-05-19 12:30:45 UTC
$ uname -spr
FreeBSD 4.10-20040605 i386
$ /usr/X11R6/bin/gnome-blog-poster
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: 
Module gnome.vfs is deprecated; please import gnomevfs instead
  DeprecationWarning)
/home/jagadish/.gtkrc-2.0:2: Unable to find include file: ".gtkrc-2.0-scrollbar_cog"
/usr/X11R6/bin/gnome-blog-poster:31: GtkDeprecationWarning: gtk.FALSE is deprecated, 
use False instead
  if (value == None or value == gtk.FALSE):
Traceback (most recent call last):
  • File "/usr/X11R6/bin/gnome-blog-poster", line 51 in ?
    app = BloggerApp()
  • File "/usr/X11R6/bin/gnome-blog-poster", line 32 in __init__
    poster._showPrefDialog()
UnboundLocalError: local variable 'poster' referenced before assignment
$ pkg_info -x gnomeblog | head -1
Information for gnomeblog-0.8_1:
$ pkg_info -x python | head -1
Information for python-2.4.1_1:

For what its worth, I've built these apps from FreeBSD ports.
Comment 1 Olav Vitters 2005-05-19 18:53:45 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

Should be fixed in CVS or 0.9

*** This bug has been marked as a duplicate of 163795 ***