Paolo Bonzini
2013-10-03 16:14:11 UTC
Package: sed
Version: 4.2.2-2
Severity: important
Tags: patch
Usertags: hurd
Hello,
hurd doesn't define PATH_MAX and upstream decided not to set it themself anymore
since 4.2.2. See http://sources.debian.net/src/sed/4.2.2-2/lib/pathmax.h
That's a gnulib change.Version: 4.2.2-2
Severity: important
Tags: patch
Usertags: hurd
Hello,
hurd doesn't define PATH_MAX and upstream decided not to set it themself anymore
since 4.2.2. See http://sources.debian.net/src/sed/4.2.2-2/lib/pathmax.h
Attached patch01 sets PATH_MAX in d/rules.
Alternatively patch02 defines it in pathmax.h above.
Thanks for considering.
PATH_MAX is not really needed, it can be replaced by any constantAlternatively patch02 defines it in pathmax.h above.
Thanks for considering.
because sed anyway does reallocation if the buffer needs to be larger
than PATH_MAX.
Jose, perhaps you can change it to 200 and drop the pathmax module from
bootstrap.conf?
Paolo