Philipp Marek wrote on 09/09/2006 21:07:
> 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

$ set | egrep "^LC_"
$ echo $LANG
$ locale
bash: locale: command not found

> 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

$ echo $LC_ALL

$ LC_ALL= gmake run-tests
Now running autoconf ...
autoconf
Provide an AUTOCONF_VERSION environment variable, please
gmake -C test BINARY=/share2/tmp/_testing/fsvs/src/fsvs
gmake[1]: Entering directory `/share2/tmp/_testing/fsvs/src/test'
Preparing default repository.


An error occurred at 21:35:02.933: 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
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:396
gmake[3]: *** [prepare_wc1] Error 1
gmake[2]: *** [prepare_clean] Error 2
gmake[1]: *** [/tmp/fsvs-test-1000/default-repository] Error 2
gmake[1]: Leaving directory `/share2/tmp/_testing/fsvs/src/test'
gmake: *** [run-tests] Error 2
$ LC_ALL=C gmake run-tests
Now running autoconf ...
autoconf
Provide an AUTOCONF_VERSION environment variable, please
gmake -C test BINARY=/share2/tmp/_testing/fsvs/src/fsvs
gmake[1]: Entering directory `/share2/tmp/_testing/fsvs/src/test'
Preparing default repository.


An error occurred at 21:35:31.906: 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
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:396
gmake[3]: *** [prepare_wc1] Error 1
gmake[2]: *** [prepare_clean] Error 2
gmake[1]: *** [/tmp/fsvs-test-1000/default-repository] Error 2
gmake[1]: Leaving directory `/share2/tmp/_testing/fsvs/src/test'
gmake: *** [run-tests] Error 2
$ LC_ALL=en gmake run-tests
Now running autoconf ...
autoconf
Provide an AUTOCONF_VERSION environment variable, please
gmake -C test BINARY=/share2/tmp/_testing/fsvs/src/fsvs
gmake[1]: Entering directory `/share2/tmp/_testing/fsvs/src/test'
Preparing default repository.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "en",
        LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


An error occurred at 21:36:58.695: 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
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:396
gmake[3]: *** [prepare_wc1] Error 1
gmake[2]: *** [prepare_clean] Error 2
gmake[1]: *** [/tmp/fsvs-test-1000/default-repository] Error 2
gmake[1]: Leaving directory `/share2/tmp/_testing/fsvs/src/test'
gmake: *** [run-tests] Error 2
$ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 gmake run-tests
Now running autoconf ...
autoconf
Provide an AUTOCONF_VERSION environment variable, please
gmake -C test BINARY=/share2/tmp/_testing/fsvs/src/fsvs
gmake[1]: Entering directory `/share2/tmp/_testing/fsvs/src/test'
Preparing default repository.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "en_US.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


An error occurred at 21:41:31.334: 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
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:396
gmake[3]: *** [prepare_wc1] Error 1
gmake[2]: *** [prepare_clean] Error 2
gmake[1]: *** [/tmp/fsvs-test-1000/default-repository] Error 2
gmake[1]: Leaving directory `/share2/tmp/_testing/fsvs/src/test'
gmake: *** [run-tests] Error 2

also fsvs -d st returned:
19:14:46.172 main[fsvs.c:443] LC_ALL gives C
19:14:46.174 main[fsvs.c:450] LC_CTYPE gives C
19:14:46.174 main[fsvs.c:461] codeset found to be 646


>> 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.

maybe if somes functions you use are dependent on configure/compile
options of libiconv ?


Regards

                Julien

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

Reply via email to