Bug#513424: marked as done (libqt4-ruby1.8: Conflicts with package libqt0-ruby1.8 because of using the same file path)

2009-04-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Apr 2009 16:02:28 + with message-id and subject line Bug#513424: fixed in kdebindings 4:4.2.2-2 has caused the Debian Bug report #513424, regarding libqt4-ruby1.8: Conflicts with package libqt0-ruby1.8 because of using the same file path to be marked as done

libqt0-ruby1.8

2006-06-17 Thread Nadine Chmill
Dear Sir or Madam, could you please say me, which qt version the package libqt0-ruby1.8 support? Yours faithfully, Nadine Chmill -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#335876: marked as done (libqt0-ruby1.8: calls to Qt::Dialog's initialize do not return as expected)

2005-12-07 Thread Debian Bug Tracking System
in; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Moritz Bunkus <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libqt0-ruby1.8: calls to Qt::Dialog's initialize do not return as expected X-Mailer: reportbug

Bug#335876: libqt0-ruby1.8: calls to Qt::Dialog's initialize do not return as expected

2005-12-07 Thread Adeodato Simó
Hi, * Moritz Bunkus [Wed, 26 Oct 2005 14:53:08 +0200]: > Package: libqt0-ruby1.8 > Version: 4:3.4.2-2 > Severity: important > With the current libqt0-ruby1.8 the second puts is not executed, > and the rest of ConfigDatabase's initialize method is not executed > eit

Bug#336680: marked as done (libqt0-ruby1.8: undefined method 'getClassList' for Qt::Internal:Module)

2005-11-01 Thread Debian Bug Tracking System
Your message dated Tue, 1 Nov 2005 07:06:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#336680: libqt0-ruby1.8: undefined method 'getClassList' for Qt::Internal:Module has caused the attached Bug report to be marked as done. This means that you claim that the

Bug#336680: libqt0-ruby1.8: undefined method 'getClassList' for Qt::Internal:Module

2005-10-31 Thread Adeodato Simó
* Hans Fugal [Mon, 31 Oct 2005 14:19:06 -0700]: > Package: libqt0-ruby1.8 > Version: 4:3.4.2-2 > Severity: grave > Justification: renders package unusable > irb(main):001:0> require 'Qt' > NoMethodError: undefined method `getClassList' for Qt::Internal:Module

Bug#335876: libqt0-ruby1.8: Blank Box (super not returning)

2005-10-31 Thread Hans Fugal
Package: libqt0-ruby1.8 Version: 4:3.4.2-2 Followup-For: Bug #335876 I am having the same problem, and you can see copious amounts of information about it, which might be helpful, at http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/21f606491585fb18/f6d76a895e8bb87c

Bug#336680: libqt0-ruby1.8: undefined method 'getClassList' for Qt::Internal:Module

2005-10-31 Thread Hans Fugal
Package: libqt0-ruby1.8 Version: 4:3.4.2-2 Severity: grave Justification: renders package unusable irb(main):001:0> require 'Qt' NoMethodError: undefined method `getClassList' for Qt::Internal:Module from /usr/lib/ruby/1.8/Qt/qtruby.rb:740:in `init_all_classes'

Bug#335876: libqt0-ruby1.8: calls to Qt::Dialog's initialize do not return as expected

2005-10-26 Thread Moritz Bunkus
Package: libqt0-ruby1.8 Version: 4:3.4.2-2 Severity: important Consider this simple example program: #!/usr/bin/ruby require 'Qt' class ConfigDatabase < Qt::Dialog def initialize(*k) puts("init in CD") super(*k) puts("after Qt::Dialog&#

Bug#303608: marked as done (libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace)

2005-10-20 Thread Debian Bug Tracking System
PROTECTED]; Thu, 07 Apr 2005 10:28:22 -0700 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stephen Birch <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libqt0-ruby1.8: incorrect include in

Bug#303608: marked as done (libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace)

2005-06-14 Thread Martin Pitt
reopen 303608 thanks Hi! Debian Bug Tracking System [2005-06-14 11:48 -0700]: > Changes: > postgresql-7.4 (1:7.4.8-9) unstable; urgency=low > . >* debian/rules: Fix POT file generation. >* Added debian/patches/16_libpq_defaultsocketdir.patch: > - Set default socket directory for l

Processed: Re: Bug#303608: marked as done (libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace)

2005-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reopen 303608 Bug#303608: libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace Bug reopened, originator not changed. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tr

Bug#303608: marked as done (libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace)

2005-06-14 Thread Debian Bug Tracking System
EMAIL PROTECTED]; Thu, 07 Apr 2005 10:28:22 -0700 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stephen Birch <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libqt0-ruby1.8: incorrect include in

Bug#303608: libqt0-ruby1.8: incorrect include in qtruby library badly polutes Module namespace

2005-04-07 Thread Stephen Birch
Package: libqt0-ruby1.8 Version: 4:3.3.2-1 Severity: important A mistake in the use of include means that Qt methods were being added to "Module" badly poluting its namespace. This bug also breaks the rubyscript2exe program. The good news is that this problem has been fixed upstream