Bug#446236: lha doesn't work with recent glibc upgrade in testing

2007-12-01 Thread Philipp Kern
On Thu, Oct 11, 2007 at 02:38:15PM +0400, Sergey Lapin wrote: > That's due to mkstemp call and O_EXCL in subsequent open of the same file. > I workaround this by removing O_EXCL, but I think it is either some > problem in glibc or code in lha needs to be reworked. I fixed it by not using O_EXCL wh

Bug#446236: lha doesn't work with recent glibc upgrade in testing

2007-10-11 Thread Sergey Lapin
Package: lha Version: 1.14i-10.2 Severity: grave Justification: renders package unusable [EMAIL PROTECTED]:~$ lha c t z LHa: Fatal error: /tmp/lhMEjFue: File exists strace output: [EMAIL PROTECTED]:~$ strace lha c t z execve("/usr/bin/lha", ["lha", "c", "t", "z"], [/* 18 vars */]) = 0 brk(0)