Bug#656869: perl: MAXPATHLEN set too small

2012-02-17 Thread Samuel Thibault
Dominic Hargreaves, le Mon 06 Feb 2012 22:27:01 +, a écrit : > I've now uploaded a fix to experimental. I'd be grateful if you could > confirm whether it fixes your evolution build. Confirmed. Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "u

Bug#656869: perl: MAXPATHLEN set too small

2012-02-06 Thread Dominic Hargreaves
On Sun, Jan 29, 2012 at 11:38:35PM +0100, Samuel Thibault wrote: ... > On GNU/Hurd, _POSIX_PATH_MAX is defined, as required by Posix, to the > minimal supported path size, 256. MAXPATHLEN ends up being already > defined to 256 even before bsd_glob.c hacks around it. > > This behavior, while safe,

Bug#656869: perl: MAXPATHLEN set too small

2012-01-29 Thread Samuel Thibault
Hello, Svante Signell, le Sun 22 Jan 2012 15:59:14 +0100, a écrit : > In perl-5.14.2/ext/File-Glob/bsd_glob.c the following definitions are > made: > #ifndef MAXPATHLEN > # ifdef PATH_MAX > #define MAXPATHLEN PATH_MAX > # else > #define MAXPATHLEN 1024 > # endif > #end

Bug#656869: perl: MAXPATHLEN set too small

2012-01-22 Thread Svante Signell
Package: perl Version: 25.14.2-6 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd In perl-5.14.2/ext/File-Glob/bsd_glob.c the following definitions are made: #ifndef MAXPATHLEN # ifdef PATH_MAX #define MAXPATHLEN PATH_MAX # else #define MAXPA