Bug#492377: marked as done (mksh: strcasestr implicitly converted to pointer)

2008-07-29 Thread Luk Claes
  mksh (35.2-2) unstable; urgency=low
  .
* Workaround for false positives on IA64, Closes: #492377
  (by circumventing the regex matcher for code not actually used)
* The mksh-static binary on non-dietlibc arches was not statically linked
* MKSH_STATIC implies MKSH_NO_PWNAM, remove duplicate definition
* Add build dependency on en_US.UTF-8 locale data for the regression tests
* Fix lintian -vIi warning debian-copyright-line-too-long by wrapping

Why did you restrict the build dependency on dietlibc to a whole list of
architectures?

Is the build dependency on locales-all really needed, if so in what way?

Cheers

Luk



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492377: marked as done (mksh: strcasestr implicitly converted to pointer)

2008-07-29 Thread Thorsten Glaser
Luk Claes dixit:

Why did you restrict the build dependency on dietlibc to a whole list of
architectures?

This is the list of architectures dietlibc exists on (taken from its
debian/control file, copied verbatim).

On architectures without dietlibc, mksh-static is statically linked
against glibc (in mksh-35.2-1 it was dynamically linked, since I forgot
to add -static which the “diet” helper does by itself).

Is the build dependency on locales-all really needed, if so in what way?

Yes, one of the regression tests sets the locale to “en_US.UTF-8” and
checks if mksh (non-static) switches to Unicode mode automatically then.

Thanks for your attention ☺ I’m trying to get it as bug- and warning-free
as possible, and more peoples’ eyes are helping with that.

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.   -- Rob Pike in Notes on Programming in C



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492377: marked as done (mksh: strcasestr implicitly converted to pointer)

2008-07-29 Thread Luk Claes
Thorsten Glaser wrote:
 Luk Claes dixit:
 
 Why did you restrict the build dependency on dietlibc to a whole list of
 architectures?
 
 This is the list of architectures dietlibc exists on (taken from its
 debian/control file, copied verbatim).

ok

 On architectures without dietlibc, mksh-static is statically linked
 against glibc (in mksh-35.2-1 it was dynamically linked, since I forgot
 to add -static which the “diet” helper does by itself).
 
 Is the build dependency on locales-all really needed, if so in what way?
 
 Yes, one of the regression tests sets the locale to “en_US.UTF-8” and
 checks if mksh (non-static) switches to Unicode mode automatically then.

ok

unblocked -2

 Thanks for your attention ☺ I’m trying to get it as bug- and warning-free
 as possible, and more peoples’ eyes are helping with that.

Cheers

Luk



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]