Bug 139042 - deskutils/blogtk: fails to start as the version in the ports no longer works with it's dependencies
Summary: deskutils/blogtk: fails to start as the version in the ports no longer works ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 01:00 UTC by Zane C. Bowers-Hadley
Modified: 2010-07-01 13:54 UTC (History)
0 users

See Also:


Attachments
blogtk.diff (6.48 KB, patch)
2010-05-15 00:42 UTC, Martin Tournoij
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2009-09-22 01:00:06 UTC



[kitsune@vixen42]/home/kitsune> blogtk 
/usr/local/bin/blogtk:83: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.mainGlade = gtk.glade.XML('/usr/local/share/blogtk/blogtk.glade')
Traceback (most recent call last):
  File "/usr/local/bin/blogtk", line 1243, in <module>
    blogtk = BloGTK()
  File "/usr/local/bin/blogtk", line 138, in __init__
    self.grabConfig()
  File "/usr/local/bin/blogtk", line 372, in grabConfig
    self.url = self.conf.get(self.sectionName, 'server')
  File "/usr/local/lib/python2.6/ConfigParser.py", line 531, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'Default'
Exit 1
[kitsune@vixen42]/home/kitsune>

How-To-Repeat: 

1: install it
2: run blogtk
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-22 01:00:22 UTC
Maintainer of deskutils/blogtk,

Please note that PR ports/139042 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139042

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-22 01:00:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-18 07:26:48 UTC
ping....
Comment 4 Martin Tournoij 2010-05-15 00:42:17 UTC
Here is a patch which updates the port to version 2.0 (Significant rewrite)
which fixed the issue.

Note to commiter: Not tested in tinderbox, don't have one handy.

Cheers,
Martin

-- 
Martin Tournoij
carpetsmoker@rwxrwxrwx.net
http://www.carpetsmoker.net | http://www.daemonforums.org

QOTD:
Don't kid yourself.  Little is relevant, and nothing lasts
forever.
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2010-07-01 10:46:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 6 Stefan Walter freebsd_committer freebsd_triage 2010-07-01 10:57:25 UTC
State Changed
From-To: feedback->patched

Update to 2.0 committed - Zane, can you confirm that this fixes your issue so 
this PR can be closed?
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-07-01 10:57:26 UTC
stefan      2010-07-01 09:57:11 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/blogtk     Makefile distinfo pkg-descr pkg-plist 
  Removed files:
    deskutils/blogtk/files patch-blogtk-no-category 
  Log:
  Update to 2.0.
  
  PR:             139042
  Submitted by:   "Zane C.B." <vvelox@vvelox.net>
  Patch by:       Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
  Approved by:    maintainer timeout (9 months)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.16      +16 -23    ports/deskutils/blogtk/Makefile
  1.4       +3 -3      ports/deskutils/blogtk/distinfo
  1.2       +0 -19     ports/deskutils/blogtk/files/patch-blogtk-no-category (dead)
  1.2       +12 -4     ports/deskutils/blogtk/pkg-descr
  1.2       +35 -19    ports/deskutils/blogtk/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Stefan Walter freebsd_committer freebsd_triage 2010-07-01 13:54:05 UTC
State Changed
From-To: patched->closed

Submitter reports the problem described does not occur with the new version.