new tests ...

$ svn update
[...]
Updated to revision 511.

$ AUTOCONF_VERSION=2.60 autoconf
$ (CFLAGS="-I/usr/local/include -I/usr/local/include/apr-1
-I/usr/local/include/subversion-1" LDFLAGS="-L/usr/local/lib
-L/usr/local/lib/apr-1" ./configure && CFLAGS="-I/usr/local/include
-I/usr/local/include/apr-1 -I/usr/local/include/subversion-1"
LDFLAGS="-L/usr/local/lib -L/usr/local/lib/apr-1" gmake) 2>&1 |tee
build.log10

$ ./fsvs help
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:479

Known commands:

  status, commit, update, export, unversion, add, sync-repos, initialize,
  ignore, _build-new-list, help, info, remote-status

Parameters:

-v     increase verbosity
-q     decrease verbosity (quiet)

-C     checksum possibly changed files;
       if given twice checksum *all* files.

-V     show version

Environment variables:

$WAA   defines the location of the Working copy Administrative Area
       Default is /var/spool/fsvs, but can be any writeable directory.


$ ./fsvs status|head -10
N...       153  ./.ac_list.d
N...        92  ./.actions.d
N...       108  ./.add_unvers.d
N...        59  ./.build.d
N...        84  ./.checksum.d
N...       130  ./.commit.d
N...        74  ./.direnum.d
N...       111  ./.est_ops.d
N...        91  ./.export.d
N...       109  ./.fsvs.d

$ ./fsvs st -d |head -10
15:28:49.320 main[fsvs.c:375] no argument at optind=3 of 3
15:28:49.325 main[fsvs.c:480] LC_ALL gives C
15:28:49.325 main[fsvs.c:487] LC_CTYPE gives C
15:28:49.326 main[fsvs.c:498] codeset found to be 646
15:28:49.327 main[fsvs.c:527] optind=2 per_sts=100 action=status
15:28:49.328 main[fsvs.c:530] argument 1: st
15:28:49.329 ign__new_pattern[ignore.c:725] getting 1 new entries - max
is 0, used are 0
15:28:49.330 ign__new_pattern[ignore.c:784] new pattern INODE:0:0:221
15:28:49.331 ign___init_pattern_into[ignore.c:256] pattern:  case, ignore
15:28:49.332 waa__get_waa_directory[waa.c:230] path is
/share2/tmp/_testing/fsvs/src

$ gmake run-tests 2>&1 | tee test.log01

$ LC_ALL=C gmake run-tests 2>&1 | tee test.log02
$ LC_ALL=8859_1 gmake run-tests 2>&1 | tee test.log03
$ LC_ALL=ASCII gmake run-tests 2>&1 | tee test.log04
$ LANG=C LC_ALL=C gmake run-tests 2>&1 | tee test.log02b

still a locale problem.



Regards

                Julien
configure: ***  Now configuring FSVS   ***
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for pcre_compile in -lpcre... yes
checking for apr_md5_init in -lapr... no
checking for svn_ra_initialize in -lsvn_ra... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking apr_md5.h usability... no
checking apr_md5.h presence... no
checking for apr_md5.h... no
checking svn_md5.h usability... no
checking svn_md5.h presence... no
checking for svn_md5.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct stat.st_mtim... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
configure: WARNING: Sorry, can't find valgrind headers.
checking linux/kdev_t.h usability... no
checking linux/kdev_t.h presence... no
checking for linux/kdev_t.h... no
configure: WARNING:
*** MAJOR(), MINOR() and MAKEDEV() definitions not found.
*** I'll fake a definition, but that could make problems for ignore patterns
*** and commits/updates of device nodes.
*** Please contact [email protected] for help, or, if you know your
*** systems' way, to report the correct header name.
checking for getdents64... no
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking linux/unistd.h usability... no
checking linux/unistd.h presence... no
checking for linux/unistd.h... no
checking for comparison_fn_t... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint32_t... yes
checking for uint64_t... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for fchdir... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for rmdir... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strtoul... yes
checking for strtoull... yes
checking for alphasort... yes
checking for dirfd... no
configure: WARNING: Cache variable ac_cv_env_CFLAGS_value contains a newline.
configure: WARNING: Cache variable ac_cv_env_LDFLAGS_value contains a newline.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure: WARNING: Cache variable ac_cv_env_CFLAGS_value contains a newline.
configure: WARNING: Cache variable ac_cv_env_LDFLAGS_value contains a newline.
Makefile:111: .ac_list.d: No such file or directory
Makefile:111: .actions.d: No such file or directory
Makefile:111: .add_unvers.d: No such file or directory
Makefile:111: .build.d: No such file or directory
Makefile:111: .checksum.d: No such file or directory
Makefile:111: .commit.d: No such file or directory
Makefile:111: .direnum.d: No such file or directory
Makefile:111: .est_ops.d: No such file or directory
Makefile:111: .export.d: No such file or directory
Makefile:111: .fsvs.d: No such file or directory
Makefile:111: .helper.d: No such file or directory
Makefile:111: .ignore.d: No such file or directory
Makefile:111: .info.d: No such file or directory
Makefile:111: .init.d: No such file or directory
Makefile:111: .pwcache.d: No such file or directory
Makefile:111: .racallback.d: No such file or directory
Makefile:111: .remote.d: No such file or directory
Makefile:111: .status.d: No such file or directory
Makefile:111: .sync.d: No such file or directory
Makefile:111: .update.d: No such file or directory
Makefile:111: .waa.d: No such file or directory
Makefile:111: .warnings.d: No such file or directory
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .warnings.d 
warnings.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .waa.d waa.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .update.d update.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .sync.d sync.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .status.d status.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .remote.d remote.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .racallback.d 
racallback.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .pwcache.d 
pwcache.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .init.d init.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .info.d info.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .ignore.d ignore.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .helper.d helper.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .fsvs.d fsvs.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .export.d export.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .est_ops.d 
est_ops.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .direnum.d 
direnum.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .commit.d commit.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .checksum.d 
checksum.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .build.d build.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .add_unvers.d 
add_unvers.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .actions.d 
actions.c
cc  -idirafter /usr/local/include  -idirafter /usr/include  -idirafter 
/openpkg/include  -idirafter /usr/local/include/apr-1 -MM -MF .ac_list.d 
ac_list.c
ctags ac_list.c actions.c add_unvers.c build.c checksum.c commit.c direnum.c 
est_ops.c export.c fsvs.c helper.c ignore.c info.c init.c pwcache.c 
racallback.c remote.c status.c sync.c update.c waa.c warnings.c actions.h 
add_unvers.h build.h checksum.h commit.h config.h direnum.h est_ops.h export.h 
global.h helper.h ignore.h info.h init.h interface.h pwcache.h racallback.h 
remote.h status.h sync.h update.h waa.h warnings.h
Duplicate entry in file direnum.c, line 118: dir__start_enum
Second entry ignored
Duplicate entry in file direnum.c, line 131: dir__enum
Second entry ignored
Duplicate entry in file direnum.c, line 148: dir__close
Second entry ignored
Duplicate entry in file direnum.c, line 160: dir__get_dir_size
Second entry ignored
Duplicate entry in file global.h, line 286: DEBUGP
Second entry ignored
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
fsvs.o fsvs.c
fsvs.c: In function `_DEBUGP':
fsvs.c:101: warning: passing arg 1 of `localtime' from incompatible pointer type
fsvs.c: In function `_STOP':
fsvs.c:152: warning: passing arg 1 of `localtime' from incompatible pointer type
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
ac_list.o ac_list.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
actions.o actions.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
add_unvers.o add_unvers.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
build.o build.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
checksum.o checksum.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
commit.o commit.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
direnum.o direnum.c
direnum.c: In function `dir__get_dir_size':
direnum.c:170: warning: label `ex' defined but not used
direnum.c: In function `dir__enumerator':
direnum.c:380: warning: assignment makes pointer from integer without a cast
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
est_ops.o est_ops.c
est_ops.c: In function `ops__load_1entry':
est_ops.c:289: warning: long unsigned int format, time_t arg (arg 4)
est_ops.c:289: warning: long unsigned int format, time_t arg (arg 5)
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
export.o export.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
helper.o helper.c
helper.c: In function `hlp___do_convert':
helper.c:105: warning: passing arg 2 of `libiconv' from incompatible pointer 
type
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
ignore.o ignore.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
info.o info.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
init.o init.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
pwcache.o pwcache.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
racallback.o racallback.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
remote.o remote.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
status.o status.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
sync.o sync.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
update.o update.c
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
waa.o waa.c
waa.c: In function `waa__find_common_base':
waa.c:1569: warning: array size (512) is smaller than minimum required (1024)
cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64  -idirafter 
/usr/local/include  -idirafter /usr/include  -idirafter /openpkg/include  
-idirafter /usr/local/include/apr-1 -Os -DFSVS_VERSION='"trunk:479"'  -c -o 
warnings.o warnings.c
cc -L/usr/local/lib -L/usr/local/lib/apr-1 -L/usr/local/lib -L/openpkg/lib 
-lsvn_subr-1 -lsvn_ra-1 -lsvn_client-1 -lpcre  fsvs.o ac_list.o actions.o 
add_unvers.o build.o checksum.o commit.o direnum.o est_ops.o export.o helper.o 
ignore.o info.o init.o pwcache.o racallback.o remote.o status.o sync.o update.o 
waa.o warnings.o   -o fsvs
commit.o(.text+0xd5f): In function `ci__getmsg':
: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libsvn_subr-1.so.0.0: warning: sprintf() is often misused, 
please use snprintf()
commit.o(.text+0xd6a): In function `ci__getmsg':
: warning: strcat() is almost always misused, please use strlcat()
-rwx------  1 touche  wheel  153222 Nov 15 15:27 fsvs
gmake -C test BINARY=/share2/tmp/_testing/fsvs/src/fsvs 
gmake[1]: Entering directory `/share2/tmp/_testing/fsvs/src/test'
test -d /tmp/fsvs-test-1000 || mkdir -p /tmp/fsvs-test-1000
Preparing default repository.


An error occurred at 15:29:33.775: 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:479
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
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 15:29:58.209: 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:479
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
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 15:30:43.449: 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:479
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
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 = "8859_1",
        LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


An error occurred at 15:30:14.623: 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:479
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
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 = "ASCII",
        LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


An error occurred at 15:30:26.777: 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:479
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

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

Reply via email to