5

I'm working on an open source space shooter called orxonox. (www.orxonox.net) Since the Ubuntu 12.04 release we faced a problem that we couldn't fix which is related to the upstream library tinyXML or Cegui ( http://forum.orxonox.net/viewtopic.php?f=6&t=660 ).

That bug is blocking our upcoming release. I'd be grateful if I can find someone who could be a mentor for both targeting the bug and the release process.

Bruno Pereira
  • 73,643
  • Should that not be filed as a bug on the package maintainers lauchpad.net tracker? Or you mean really contact the developers of the libs? – Bruno Pereira Oct 03 '12 at 19:49
  • Guys, I think he wants help on getting the fix into Ubuntu, and shipped to 12.04 as an SRU. – dobey Oct 03 '12 at 19:57
  • I would like to get in contact with someone who could help me fix the bug. Where could I find developers? Or does anyone know someone personally who could help me? – user94338 Oct 03 '12 at 20:06

1 Answers1

1

I see cegui is a Ubuntu Universe package.

First I think you should report the bug here. We generally refer people to How do I report a bug? for help in filing bugs.

Second, you should check upstream (Debian and cegui.org.uk) to see if there is already a bug report for the bug you are seeing.

If there isn't already a fix it would be most effective if you could develop a patch for the package to fix the problem, or at least diagnose it as thoroughly as possible. If you can come up with a patch you can attach it to each of the bug reports. Getting upstream to accept the patch or develop one may convince the Ubuntu MOTU team that the patch is good.

See this page for the procedure to get the patch sponsored into Ubuntu Universe for the current development release. It's still not too late to get some patches into Ubuntu Universe for 12.10 but soon will be as its release is imminent. Getting a patch or new release into the development release is usually the first step in getting it into older releases (for reasons of quality assurance).

The MOTU team hangs out at irc://irc.freenode.net/#ubuntu-motu.

John S Gruber
  • 13,336