Bug#613678: Testsuite fails when build in a long file path

2019-01-27 Thread Antoine Beaupre
On Wed, Feb 16, 2011 at 12:02:15PM -0500, Daniel Kahn Gillmor wrote: > On 02/16/2011 11:32 AM, Moritz Mühlenhoff wrote: > > I would propose to either skip the "basic" test suite if the length of pwd > > is > > below a threshold or to run the testsuite in > > (mktemp -d /tmp/mstest.X) rig

Bug#613678: Testsuite fails when build in a long file path

2011-02-16 Thread Daniel Kahn Gillmor
On 02/16/2011 11:32 AM, Moritz Mühlenhoff wrote: > I would propose to either skip the "basic" test suite if the length of pwd is > below a threshold or to run the testsuite in > (mktemp -d /tmp/mstest.X) rightaway. one downside of running the testsuite under /tmp (assuming that it's even

Bug#613678: Testsuite fails when build in a long file path

2011-02-16 Thread Moritz Mühlenhoff
Hi Daniel, Am Mittwoch 16 Februar 2011 16:59:07 schrieb Daniel Kahn Gillmor: > Hi Moritz-- > > On 02/16/2011 10:42 AM, Moritz Muehlenhoff wrote: > > Our buildsystem uses largish file names, which exposed a bug in the test > > suite: > > > > tests/basic tries to create a socket: > > > > socat EXEC:

Bug#613678: Testsuite fails when build in a long file path

2011-02-16 Thread Daniel Kahn Gillmor
Hi Moritz-- On 02/16/2011 10:42 AM, Moritz Muehlenhoff wrote: > Our buildsystem uses largish file names, which exposed a bug in the test > suite: > > tests/basic tries to create a socket: > > socat EXEC:"/usr/sbin/sshd -f ${SSHD_CONFIG} -i -D -e" > "UNIX-LISTEN:${SOCKET}" 2> "$TEMPDIR"/sshd.l

Bug#613678: Testsuite fails when build in a long file path

2011-02-16 Thread Moritz Muehlenhoff
Package: monkeysphere Severity: normal Hi Jameson/Daniel, I've tried to rebuild monkeysphere for Univention Corporate Server, a Debian derived distribution based on Debian stable (currently Lenny, our next release will be based on Squeeze). Our buildsystem uses largish file names, which expose