[Bug 554748] Re: Bots don't load due to bad file names

2010-11-06 Thread Michał Gołębiowski
A corrected debdiff attached.

** Description changed:

  Binary package hint: openarena
  
- This appears to be the same bug as:
- https://bugzilla.redhat.com/show_bug.cgi?id=526338
+ Due to incorrect use strcpy for the overlapping regions no bots are
+ loaded (a specific errors at the bottom). This makes the whole single-
+ player mode useless.
  
- Running 10.04 amd64 openarena 0.8.1-6 there are no bots and I found this
- in console:
+ Bug has been solved in the development branch in version 0.8.1-7 by
+ replacing incorrect strcpy uses with memmove function. The bug is
+ contained within openarena package only (openarena-data is correct).
  
- 41 arenas parsed
- AAS initialized.
- 
- ---
- Bug has been fixed in several places:
- http://bugzilla.icculus.org/show_bug.cgi?id=4331
- https://bugzilla.redhat.com/show_bug.cgi?id=526338
  ---
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/default_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't load any skill from bots/default_c.c
  ^1Error: file bots/sarge_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/sarge_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found

** Patch added: openarena_0.8.1-6ubuntu0.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openarena/+bug/554748/+attachment/1725215/+files/openarena_0.8.1-6ubuntu0.1.debdiff

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-11-06 Thread Michał Gołębiowski
I don't know how to nominate it for Lucid, I don't see any link here.

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-08-19 Thread Michał Gołębiowski
Excuse me, could it be pulled into the Lucid repositories? It's still
broken there and the fix already has more than two months...

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 554748] Re: Bots don't load due to bad file names

2010-08-19 Thread Ansgar Burchardt
Hi,

Michał Gołębiowski writes:
 Excuse me, could it be pulled into the Lucid repositories? It's still
 broken there and the fix already has more than two months...

Please follow the stable release update procedure [1].  I think your
debdiff [2] needs at least two changes:

 · Add (LP: #554748) to the changelog entry so the bug is referenced,
 · the distribution in d/changelog should be lucid-proposed and the
 · version number should be 0.8.1-6ubuntu0.1 as explained on [3],
 · the patch in debian/patches could have a nicer name and include more
   meta-information in the header (see the one in Debian [4]).

Regards,
Ansgar

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Procedure
[2] http://launchpadlibrarian.net/49794196/openarena_0.8.1-6ubuntu1.debdiff
[3] 
https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update%20the%20packaging
[4] 
http://git.debian.org/?p=pkg-games/openarena.git;a=blob;f=debian/patches/memmove.patch;h=13b0d7bb40f01d1c90deabba0a7bc45c92a480dc;hb=db9676b9ebdf055990a402316df9362d9f71c3fe

 assignee nobody

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 554748] Re: Bots don't load due to bad file names

2010-08-19 Thread Ansgar Burchardt
** Changed in: openarena (Ubuntu)
 Assignee: Ansgar Burchardt (aburch) = (unassigned)

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package openarena - 0.8.1-7

---
openarena (0.8.1-7) unstable; urgency=low

  * Use memmove instead of strcpy for overlapping memory regions.
(LP: #554748)
+ new patch: memmove.patch
  * Fix spelling error.
+ new patch: spelling.patch
  * debian/control: Add ${misc:Depends} to binary package dependencies.
  * Bump Standards-Version to 3.8.4 (no changes).
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Mon,  14 Jun 2010 09:49:40 
+0100

** Changed in: openarena (Ubuntu)
   Status: In Progress = Fix Released

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-13 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/openarena

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-12 Thread radek.kaba
I confirm this patch from Michał works very well.

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 554748] Re: Bots don't load due to bad file names

2010-06-12 Thread Alexander Bazo
can confirm that the patch attached by michal did solve the problem for
me on lucid

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-12 Thread Brian Murray
** Tags added: patch

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-09 Thread amano
Is there any chance to get this patch backported to Lucid? Without it,
Open Arena is completely useless.

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-09 Thread Michał Gołębiowski
@amano
I agree it should be backported. Anyway, in the meantime You can check my build 
from the comment #8, for me it solved the issue.

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-06 Thread Michał Gołębiowski
I attach a debdiff solving the issue. This fix is credited to Andreas
Bierfert (andreas.bierfert/at/lowlatency.de).

** Patch added: openarena_0.8.1-6ubuntu1.debdiff
   http://launchpadlibrarian.net/49794196/openarena_0.8.1-6ubuntu1.debdiff

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-06 Thread Michał Gołębiowski
For potential testers I attach also updated deb file for openarena
package. I confirmed that it solves the issue for me.

Deb is only for amd64 players but i386 ones are unaffected anyways.

** Attachment added: openarena_0.8.1-6ubuntu1_amd64.deb
   http://launchpadlibrarian.net/49794276/openarena_0.8.1-6ubuntu1_amd64.deb

** Changed in: openarena (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-06 Thread Michał Gołębiowski
Sorry for the third post, but... could sb review attached patch and
upload it to the repo?

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-06 Thread Ansgar Burchardt
** Changed in: openarena (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-06-06 Thread Ansgar Burchardt
eglibc in Debian has been updated and the same problem is present. I
will look into preparing an update in Debian which can then be synced to
Ubuntu.

** Changed in: openarena (Ubuntu)
   Importance: Undecided = Medium

** Changed in: openarena (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: openarena (Ubuntu)
 Assignee: (unassigned) = Ansgar Burchardt (ansgar-43-1)

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-22 Thread amano
Please don't set the Ubuntu status to Fix Commited, when it obviously
isn't (you are free to link to the commit though)!

** Changed in: openarena (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-22 Thread madbiologist
Fix Committed indicates that a fix is available upstream, and lets the
Ubuntu package maintainer/s know that they need to evaluate it for
possible inclusion in Ubuntu as an SRU.  Once it moves out of Ubuntu-
proposed to Ubuntu-updates we set the bug status to Fix Released.

But whatever.  I'm not affected by this bug so I don't care what you do.
Set the status to whatever you want.

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-18 Thread madbiologist
** Changed in: openarena (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-17 Thread Pioruns
When fix will be in ubuntu 10.04 repository?

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-15 Thread Michał Gołębiowski
I removed watches as they seem not to work - in both cases bug is
resolved and here we still see unknown

** Changed in: quake3
   Importance: Unknown = Undecided

** Changed in: quake3
   Status: Unknown = New

** Changed in: quake3
 Remote watch: bugzilla.icculus.org/ #4331 = None

** Changed in: quake3
   Status: New = Fix Released

** Changed in: quake3 (Fedora)
   Importance: Unknown = Undecided

** Changed in: quake3 (Fedora)
   Status: Unknown = New

** Changed in: quake3 (Fedora)
 Remote watch: Red Hat Bugzilla #526338 = None

** Changed in: quake3 (Fedora)
   Status: New = Fix Released

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-15 Thread Michał Gołębiowski
Since it has been fixed in both icculus:
http://bugzilla.icculus.org/show_bug.cgi?id=4331
and RedHat:
https://bugzilla.redhat.com/show_bug.cgi?id=526338
maybe sb would port the fix here? :)

P.S. Why bug statuses hasn't been being updated automatically?

** Description changed:

  Binary package hint: openarena
  
  This appears to be the same bug as:
  https://bugzilla.redhat.com/show_bug.cgi?id=526338
  
  Running 10.04 amd64 openarena 0.8.1-6 there are no bots and I found this
  in console:
  
  41 arenas parsed
  AAS initialized.
+ 
+ Bug has been fixed in several places:
+ http://bugzilla.icculus.org/show_bug.cgi?id=4331
+ https://bugzilla.redhat.com/show_bug.cgi?id=526338
  ---
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/default_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't load any skill from bots/default_c.c
  ^1Error: file bots/sarge_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/sarge_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found

** Description changed:

  Binary package hint: openarena
  
  This appears to be the same bug as:
  https://bugzilla.redhat.com/show_bug.cgi?id=526338
  
  Running 10.04 amd64 openarena 0.8.1-6 there are no bots and I found this
  in console:
  
  41 arenas parsed
  AAS initialized.
  
+ ---
  Bug has been fixed in several places:
  http://bugzilla.icculus.org/show_bug.cgi?id=4331
  https://bugzilla.redhat.com/show_bug.cgi?id=526338
  ---
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/default_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^1Error: file bots/default_c.c, line 24: file charsh not found
  ^3Warning: couldn't load any skill from bots/default_c.c
  ^1Error: file bots/sarge_c.c, line 24: file charsh not found
  ^3Warning: couldn't find skill 1 in bots/sarge_c.c
  ^1Error: file bots/default_c.c, line 24: file charsh not found

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-04 Thread madbiologist
Fix committed in redhat bug.

** Changed in: openarena (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-05-04 Thread Ansgar Burchardt
** Bug watch added: Red Hat Bugzilla #526338
   https://bugzilla.redhat.com/show_bug.cgi?id=526338

** Also affects: quake3 (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=526338
   Importance: Unknown
   Status: Unknown

** Changed in: openarena (Ubuntu)
   Status: Fix Committed = Confirmed

** Bug watch added: bugzilla.icculus.org/ #4331
   http://bugzilla.icculus.org/show_bug.cgi?id=4331

** Also affects: quake3 via
   http://bugzilla.icculus.org/show_bug.cgi?id=4331
   Importance: Unknown
   Status: Unknown

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-04-13 Thread franck.regn...@cegetel.net
** Changed in: openarena (Ubuntu)
   Status: New = Fix Released

** Changed in: openarena (Ubuntu)
   Status: Fix Released = New

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554748] Re: Bots don't load due to bad file names

2010-04-13 Thread franck.regn...@cegetel.net
** Changed in: openarena (Ubuntu)
   Status: New = Confirmed

-- 
Bots don't load due to bad file names 
https://bugs.launchpad.net/bugs/554748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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