[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-09-30 Thread Bug Watch Updater
** Changed in: turkey (Debian)
   Status: New = Fix Released

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-07 Thread Luke Yelavich
** Changed in: turkey (Ubuntu)
 Assignee: (unassigned) = Luke Yelavich

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-07 Thread Cesare Tirabassi
turkey (1.34.0-3ubuntu1) gutsy; urgency=low

  * Close FTBFS (LP: #129742)
  * Close installation issues (LP: #129741)
  * debian/control:
- Remove jikes from Build-Depends
- Bump Standards-Version to 3.7.2
- Change Depends to sun-java6-bin
- Change Maintainer field
- Reword Description and add Homepage

  * debian/rules:
- Add export JAVA_HOME=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre/
- Add -Dbuild.compiler=modern option to ant commands
- Add rm -f turkey.xpm to clean target
- Add .desktop file installation

  * Add README.Debian
  * Update FSF address in debian/copyright
  * Add .desktop file
  * Add usr/share/applications in debian/dirs

 -- Cesare Tirabassi [EMAIL PROTECTED]   Fri,  3 Aug 2007
15:22:50 +0200

** Changed in: turkey (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-03 Thread Cesare Tirabassi
The above patch solves the ftbfs and installation problems. Note that to be 
able to run the program succesfully in GUI mode the Sun JVM is mandatory (a 
Dependancy has been added).
I also took the occasion to make a general clean-up.

NOTE FOR THE ARCHIVE ADMINS:

Since the package depends on sun-java6-bin it needs to be moved from the
universe to the multiverse archive.


Thanks.

PS. I will investigate the possibility of issuing an ITA in Debian for
this.

** Attachment added: turkey_1.34.0-3ubuntu1 patch
   http://launchpadlibrarian.net/8681236/turkey_1.34.0-3ubuntu1.patch

** Changed in: turkey (Ubuntu)
 Assignee: Cesare Tirabassi = (unassigned)
   Status: In Progress = Confirmed

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-02 Thread Bug Watch Updater
** Changed in: turkey (Debian)
   Status: Unknown = New

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-01 Thread Cesare Tirabassi

** Attachment added: FTBFS log
   http://launchpadlibrarian.net/8652492/ftbfs.log

** Changed in: turkey (Ubuntu)
 Assignee: (unassigned) = Cesare Tirabassi
   Status: New = In Progress

** Tags added: ftbfs

** Bug watch added: Debian Bug tracker #424445
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424445

** Also affects: turkey (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424445
   Importance: Unknown
   Status: Unknown

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 129742] Re: [ftbfs] turkey ftbfs on gutsy

2007-08-01 Thread Cesare Tirabassi
With a slightly modified version of the Debian patch and the substitution of 
libgcj7-1-awt for libgcj7-awt as run-time dependancy, the ftbfs is (apparently) 
solved.
The program exit with an exception if attempted to run in GUI mode (no problem 
in text mode):

[EMAIL PROTECTED]:~$ turkey
Exception during event dispatch:
java.lang.NullPointerException
   at gnu.java.awt.peer.gtk.GtkImage.init(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkFramePeer.setIconImage(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkFramePeer.create(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkComponentPeer.init(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkContainerPeer.init(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkWindowPeer.init(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkFramePeer.init(libgcj.so.80)
   at gnu.java.awt.peer.gtk.GtkToolkit.createFrame(libgcj.so.80)
   at java.awt.Frame.addNotify(libgcj.so.80)
   at java.awt.Window.show(libgcj.so.80)
   at java.awt.Component.show(libgcj.so.80)
   at java.awt.Component.setVisible(libgcj.so.80)
   at net.sf.turkey.GUI$5.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(libgcj.so.80)
   at java.awt.EventQueue.dispatchEvent(libgcj.so.80)
   at java.awt.EventDispatchThread.run(libgcj.so.80)

This is similar to the one in feisty:

[EMAIL PROTECTED]:~$ turkey
Exception during event dispatch:
java.lang.NullPointerException
   at gnu.java.awt.peer.gtk.GtkFramePeer.nativeSetIconImage(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkFramePeer.setIconImage(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkFramePeer.create(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkComponentPeer.init(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkContainerPeer.init(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkWindowPeer.init(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkFramePeer.init(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkToolkit.createFrame(libgcj.so.70)
   at java.awt.Frame.addNotify(libgcj.so.70)
   at java.awt.Window.show(libgcj.so.70)
   at java.awt.Component.show(libgcj.so.70)
   at java.awt.Component.setVisible(libgcj.so.70)
   at net.sf.turkey.GUI$4.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(libgcj.so.70)
   at java.awt.EventQueue.dispatchEvent(libgcj.so.70)
   at java.awt.EventDispatchThread.run(libgcj.so.70)

This info has been added to the Debian bug and upstream informed.

-- 
[ftbfs] turkey ftbfs on gutsy
https://bugs.launchpad.net/bugs/129742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs