On Saturday 09 September 2006 13:56 Julien TOUCHE wrote:
> for build and these warnings may be better to solve them now ?
> warning: long long unsigned int format, different type arg
> warning: sprintf() is often misused, please use snprintf()
If I find a nice way to do that ...
But the size of some variables changes on diffent systems - so I'd have to 
make each printf() dependent on some magic.
I'll have a look, maybe casting is the easiest way to go.


> An error occurred at 13:48:21.254: Invalid argument (22)
>   in hlp___get_conv_handle: Conversion from 646 to UTF-8 is not supported
>   in hlp__local2utf8
>   in ci__work: Conversion of the commit message to utf8 failed
>   in main: action commit failed
...
> $ pkg_info |egrep '(libiconv|gettext)'
> gettext-0.14.5p1    GNU gettext
> libiconv-1.9.2p3    character set conversion library
What locale are you running at? Where does that 646 come from? Is that a valid 
locale code? (I don't know it)
        $ set | egrep "^LC_"
        $ echo $LANG
        $ locale
What happens if you lie to fsvs and try a utf8-locale?
        $ locale -a | grep utf8
should show you some, and then
        $ LC_ALL=<the locale you try> make run-tests

> if you want to check configure options from this ports, see
> http://www.openbsd.org/cgi-bin/cvsweb/ports/
> in converters and devel
I don't know what to look there for, sorry.


Regards,

Phil


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to