[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-05 Thread Hans Joachim Desserud
** Description changed:

+ When libavg 1.8 was released, a file named gameapp.py was removed from
+ it. Several packages which depend upon libavg ceased to work because
+ they attempted to import and use this file.
+ 
+ Thanks to OXullo Intersecans, they have now been fixed upstream to work
+ with post-1.8 libavg. These packages should be updated to the latest
+ upstream version in order to start working properly again.
+ 
+ In the meantime, they print an error message when attempting to run one
+ of them, see for instance sponc below:
+ 
+ --- Original description
+ 
  apt-get install sponc
- sponc 
+ sponc
  -> ERROR: Cannot find sponc package: reinstall the game.
  
  apt-get source sponc
  cd sponc-1.0+svn6822/sponc
  python Game.py
  -> Traceback (most recent call last):
  ->  File "Game.py", line 29, in 
  ->from libavg import avg, gameapp,Point2D, AVGApp
  -> ImportError: cannot import name gameapp
  
  dpkg -L python-libavg | grep game
  -> Empty

** Tags removed: needs-packaging

** Summary changed:

- sponc can't be started: dependency libavg dropped gameapp
+ Several programs can't be started: dependency libavg dropped gameapp, newer 
versions needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  Several programs can't be started: dependency libavg dropped gameapp,
  newer versions needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empcommand/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-05 Thread Hans Joachim Desserud
Great job. Thanks OXullo. :)

I guess all that remains now is that the various packages mentioned
should package the latest version to get things working again. (I
checked the other ones you mentioned too, and the had similar error
messages on startup.)

** Tags added: needs-packaging upgrade-software-version

** Also affects: mttroff (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: empcommand (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: magictouch (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: multitet (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: planarity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empcommand/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-04 Thread OXullo Intersecans
Fixed upstream for all games

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-02 Thread OXullo Intersecans
6 packages in total are affected (empcommand, magictouch, mttroff, multitet, 
planarity, sponc).
I can take care of fixing the apps upstream, then it'll be just matter of 
updating the packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-02 Thread Hans Joachim Desserud
Since gameapp.py was intentionally removed from libavg upstream (see
https://github.com/libavg/libavg/commit/7e1b4d89cdfe15d1ac37383375ce75adf7fdf04c
for details), I reckon this issue won't be fixed in the libavg package.
Instead the apps will need to be updated/ported.

Looked like the same commit ported a demo program to use app instead,
which presumably can be used as an example for what will need to be
changed.

** Changed in: libavg (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-02 Thread Thomas Ward
** Changed in: sponc (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: sponc (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/1409879/+subscriptions

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


[Bug 1409879] Re: sponc can't be started: dependency libavg dropped gameapp

2015-04-02 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I get the same error message when attempting to run sponc
1.0+svn6822-0ubuntu2on Ubuntu Vivid.

Looks like the underlying reason is that gameapp.py was removed from
python-libavg as mentioned in the title. (Compare
http://packages.ubuntu.com/precise/i386/python-libavg/filelist with
http://packages.ubuntu.com/trusty/i386/python-libavg/filelist) I don't
know whether it was removed completely or whether there is now a drop-in
replacement which should be imported instead.

(Also related to bug 1409877 which seems to have the same underlying
cause.)

** Changed in: sponc (Ubuntu)
   Status: New => Confirmed

** Also affects: libavg (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: amd64 i386 trusty utopic vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409879

Title:
  sponc can't be started: dependency libavg dropped gameapp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/1409879/+subscriptions

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