Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-09 Thread Yaroslav Kuzmin
Hi , We support encoding EBCDIC. Building and testing Perl . Answer specific questions. Yaroslav Kuzmin Developer C/C++, HLASM, z/OS, Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel

НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-09 Thread Yaroslav Kuzmin
Perl-5.16 correctly configured, compiled. All Testes - 75 % - successful. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email

НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-10 Thread Yaroslav Kuzmin
but I do not use scripts perl )). ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

work with dataset

2014-04-10 Thread Yaroslav Kuzmin
Hi, There is a module for working with MVS dataset ? If not . need a module ? Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-10 Thread Yaroslav Kuzmin
not work on z/OS , I edit the file charclass_invlist.h manually. -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@ro

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-10 Thread Yaroslav Kuzmin
regen/mk_invlists.pl does not work correctly on z/OS . Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web

RE: work with dataset

2014-04-11 Thread Yaroslav Kuzmin
Hi Karl, Perl does not know how to work with MVS dataset . it can only work files. Of course you can work with MVS dataset, using system commands TSO/E in perl . Or create a module Perl. Yaroslav Kuzmin Developer C/C

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-11 Thread Yaroslav Kuzmin
n file utfebcdic.h But the converting is strongly scattered by the source code in one place and had a double converting EBCDIC > EBCDIC . second: Changed array verification of input data in file charclass_invlists.h. ---- Yarosl

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-14 Thread Yaroslav Kuzmin
so file must be created to work correctly in ASCII and EBCDIC system. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-14 Thread Yaroslav Kuzmin
Hi Karl, Thanks for the examples ;). But, What is the question ? What do you want to know ? Thanks. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-15 Thread Yaroslav Kuzmin
rectly conversion UTF-8<>EBCDIC and check UTF-8 . ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoft

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-15 Thread Yaroslav Kuzmin
I study the system test-smoke and try to run it on z/OS. But on the corporate mainframe can not access the Internet . Only local network. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-15 Thread Yaroslav Kuzmin
Git is good, but it is not ported to z/OS. On z/OS I work with cvs . I have to synchronize the files on the local machine . cvs <> git . Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ·

RE: НА: Fwd: Re: USSP-37: Info Request for Perl Fwd: EBCDIC support is onthe chopping block

2014-04-15 Thread Yaroslav Kuzmin
bad situation. Should at once *.h files create based on system EBCDIC. using #ifdef EBCDIC ... #else. Of course you need to change the scripts perl in catalog regen, to crerate correctly *.h file. ---- Yaroslav Kuzmin Develo

z/OS hints

2014-04-25 Thread Yaroslav Kuzmin
Hi all, IBM recommends using compiler XLC. So correction file hints/os390.sh Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email

z/OS regcomp.c

2014-04-25 Thread Yaroslav Kuzmin
27;A' && value <= 'Z'))) 14005 { 14006 _invlist_intersection(this_range, PL_ASCII, 14007 &this_range); Old define PL_ASCII . -------- Yaroslav Kuzmin Deve

RE: z/OS hints

2014-04-28 Thread Yaroslav Kuzmin
Sorry, the correct format patch. I think ,that changes in the file hitn/os390.sh that will do. file Configure does not need to change. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass

RE: z/OS hints

2014-04-29 Thread Yaroslav Kuzmin
I have a in vim function to remove spaces, tab end of the line. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz

utf8

2014-04-30 Thread Yaroslav Kuzmin
207 SYMBOL is_UTF8_CHAR_utf8_safe UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY. " ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Che

НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-10 Thread Yaroslav Kuzmin
I understood the idea. I speak to our administrators. P.S. Why such an attachment to the system smoke ? test logs and so I can provide. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass

modul mro

2014-06-10 Thread Yaroslav Kuzmin
s the problem. ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: modul mro

2014-06-11 Thread Yaroslav Kuzmin
. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Nicholas Clark от имени Nicholas Clark Отправлено: 10

НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-20 Thread Yaroslav Kuzmin
I work with branch "heads khw/ebcdic". I can switch on the "blead" branch, but with modified files hints/os390.sh of branch "khw/ebcdic" P.S. Yes, I'm in a timezone GMT+6 . -------- Ya

НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-20 Thread Yaroslav Kuzmin
Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Karl Williamson Отправлено: 20 июня 2014

НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-20 Thread Yaroslav Kuzmin
rg/, the Perl Home Page. -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web:

НА: НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-24 Thread Yaroslav Kuzmin
nds run 80-120 minutes make distclean Configure make make test Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftwa

НА: НА: НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-25 Thread Yaroslav Kuzmin
conv.htm%23iconv?lang=en http://www.longpelaexpertise.com.au/ezine/LostinTranslation1.php Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.co

НА: A

2014-06-25 Thread Yaroslav Kuzmin
The result here is a log. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: НА: НА: НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-30 Thread Yaroslav Kuzmin
n/ln -s ../miniperl perl) \ && ./perl -Ilib TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t uni/*.t =201ecdc8 at TEST line 405. make: [minitest] Error 255 (ignored) -------- Yarosla

НА: НА: НА: НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-06-30 Thread Yaroslav Kuzmin
amp;& (rm -f perl; /bin/ln -s ../miniperl perl) \ && ./perl -Ilib TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t uni/*.t =201eddc8 at TEST line 405. make: [minitest] Error 255 (ignored)

os390 option -DEBUGGING

2014-07-01 Thread Yaroslav Kuzmin
ered. ERROR CCN3277 ./inline.h:20Syntax error: possible missing ';' or ','? Error in #define _CANNOT "CANNOT" . This patch removes the error. -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Z

НА: НА: НА: НА: НА: НА: НА: НА: [perl....@rjbs.manxome.org: platform support]

2014-07-01 Thread Yaroslav Kuzmin
PLUS (52) 51: NPOSIXD[\s] (0) 52: TRIE-EXACT[.t] (60) <.t> 60: CLOSE1 (62) 62: POSIXD[\s] (63) 63: END (0) anchored(BOL) minlen 8 Compiling REx "^cpan" rarest char p at 1 Final program: 1: BOL (2) 2: EXACT (4) 4: END (0) anchored &q

Bug Report z/OS

2014-08-15 Thread Yaroslav Kuzmin
git commit 09861a101b2aabfee2ad22840d97fd16e04c03f0 Author: Karl Williamson Date: Tue Jul 29 20:47:15 2014 -0600 Make test Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass

z/OS translate UTF-8 - UTF-EBCDIC

2014-08-15 Thread Yaroslav Kuzmin
support of UTF-EBCDIC. I made a tool that compiles on z/OS, and translate the source code project from UTF-8 in UTF-EBCDIC . P.S. files tue.c and makefile in encoding IBM-1047. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux

НА: z/OS translate UTF-8 - UTF-EBCDIC

2014-08-19 Thread Yaroslav Kuzmin
ert the source code by the parts . ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.

НА: Bug Report z/OS

2014-09-26 Thread Yaroslav Kuzmin
hor: Yaroslav Kuzmin Date: Thu Aug 14 15:48:24 2014 +0600 Merge branch 'khw/ebcdic' of git://perl5.git.perl.org/perl into ebcdic Conflicts: t/lib/charnames/alias t/re/pat_advanced.t commit 09861a101b2aabfee2ad22840d97fd16e04c03f0 Author: Karl Williamson Date:

НА: НА: Bug Report z/OS

2014-10-09 Thread Yaroslav Kuzmin
/0B5PTttxwo7qAb0RpT2t2bHFuZnc/view?usp=sharing Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web

НА: НА: НА: Bug Report z/OS

2014-10-09 Thread Yaroslav Kuzmin
Sorry , file make_test.log.gz only GZIP format. not tar.gz. make_test.log this is a text file in the format EBCDIC encoding. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region

НА: НА: НА: НА: Bug Report z/OS

2014-10-09 Thread Yaroslav Kuzmin
. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: Bug Report z/OS

2014-10-14 Thread Yaroslav Kuzmin
in the mailing list. -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: Bringing mro.xs into core?

2014-10-17 Thread Yaroslav Kuzmin
.c in file mro.c solves the problem. The problem is not in the file name. ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email:

НА: Status of EBCDIC porting

2014-10-17 Thread Yaroslav Kuzmin
- attachment file pat_rt_report.log.gz ./perl -I lib t/re/reg_eval_scope.t &>reg_eval_scope.log - attachment file reg_eval_scope.log.gz -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street

НА: Status of EBCDIC porting

2014-10-21 Thread Yaroslav Kuzmin
/*.t =20440020 at TEST line 404. make: [minitest] Error 255 (ignored) -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email:

НА: НА: Status of EBCDIC porting

2014-10-24 Thread Yaroslav Kuzmin
.xs ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Karl Williamson Отправлено: 23 октя

НА: Porting Perl to z/OS

2014-10-24 Thread Yaroslav Kuzmin
Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: karl.nordst...@psu.edu Отправлено: 24 октября 2014

Thoughts on smoking perl on z/OS

2014-10-26 Thread Yaroslav Kuzmin
нфигурирование и сборку проекта. 5 Положить отчет в отдельный каталог. Спасибо. -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel:

НА: z/os perl questions

2014-10-27 Thread Yaroslav Kuzmin
1.6 /u/pdkuzm/perl/lib/site_perl . 2) ~/ussport/perl/perl-5.21.6 :> grep '^c.*symbols=' config.sh ccsymbols='' cppccsymbols='' cppsymbols='OEMVS=1 _ALL_SOURCE=1 _ILP32=1 _LONG_LONG=1 _POSIX_SOURCE=1 _XOPEN_SOURCE_EXTENDED=1 __ILP32__=1 __MVS__=1 __RT=1 __ST

НА: НА: НА: Status of EBCDIC porting

2014-10-28 Thread Yaroslav Kuzmin
I build perl-5.21.6 (git commit 054a7006 ) make_test.log - https://drive.google.com/file/d/0B5PTttxwo7qAXzdkTzItZTlBY3M locale.log - https://drive.google.com/file/d/0B5PTttxwo7qAQjdQYUQ0LXU3ZFE Yaroslav Kuzmin

НА: updated EBCDIC porting status

2014-11-06 Thread Yaroslav Kuzmin
I build project perl-5.21.6 (git commit 70291a84) :> perl -v This is perl 5, version 21, subversion 6 (v5.21.6) built for os390 https://drive.google.com/file/d/0B5PTttxwo7qANjkxdl8zREZfNTQ ---- Yaroslav Kuzmin Developer

НА: НА: updated EBCDIC porting status

2014-11-12 Thread Yaroslav Kuzmin
(git commit 00aee0e2) This is perl 5, version 21, subversion 6 (v5.21.6) built for os390 Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel

НА: НА: НА: updated EBCDIC porting status

2014-11-13 Thread Yaroslav Kuzmin
I did the rebase but there were conflicts. I build project , attach the log. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email

НА: НА: НА: НА: updated EBCDIC porting status

2014-11-14 Thread Yaroslav Kuzmin
Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Karl Williamson

НА: НА: НА: НА: НА: updated EBCDIC porting status

2014-11-18 Thread Yaroslav Kuzmin
4 - 'new() worked' isa 'Net::Ping' ok 25 - send SYN to second port ok 26 - No sockets should have service on # Looks like you failed 2 tests of 26. ~/ussport/perl/perl-build :> ./perl -I lib lib/Config.t &>test_lib_Config.log log attached . I have not access the

error S_regclass

2014-11-19 Thread Yaroslav Kuzmin
patch attached ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com R

Smoke [blead] v5.21.6-ef0b9e92 z/OS

2014-11-20 Thread Yaroslav Kuzmin
... FAILED at test 25 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.6 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy

НА: Smoke [blead] v5.21.6-ef0b9e92 z/OS

2014-11-21 Thread Yaroslav Kuzmin
. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Karl

Smoke [khw/ebcdic] v5.21.6-9b14e57b z/OS

2014-11-24 Thread Yaroslav Kuzmin
) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham

Smoke [khw/ebcdic] v5.21.7-9b14e57b z/OS

2014-11-25 Thread Yaroslav Kuzmin
/t/encode.t ... FAILED at test 25 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.6 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer

Smoke [khw/ebcdic] v5.21.7-26bc3dee z/OS

2014-11-27 Thread Yaroslav Kuzmin
Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket

НА: Smoke [khw/ebcdic] v5.21.7-26bc3dee z/OS

2014-11-27 Thread Yaroslav Kuzmin
When I do an automatic merge. I there are conflicts. With separate cloning everything is correct. In system z/OS has a debugger (dbx). Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass

Smoke [ebcdic] v5.21.6-263-gd5f7620 os/390 - 23.00

2014-11-28 Thread Yaroslav Kuzmin
/make_dot_patch.pl and make_patchnum.pl :) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web

Smoke [ebcdic] v5.21.6-357-g717b5e2 os/390 - 23.00

2014-12-01 Thread Yaroslav Kuzmin
... .. FAILED at test 81 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.6 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C

Smoke [ebcdic] v5.21.6-379-gbc8458b FAIL(Xc) os/390 - 23.00

2014-12-02 Thread Yaroslav Kuzmin
/ Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

Smoke [ebcdic] v5.21.6-391-g0537f71 FAIL(Xc) os/390 23.00 (2817/)

2014-12-03 Thread Yaroslav Kuzmin
Smoke logs available at https://drive.google.com/file/d/0B5PTttxwo7qAYlltemJQcGV1dTA Automated smoke report for branch ebcdic 5.21.7 patch 0537f71016a9dcca3726a7d02fcd1941fe32f400 v5.21.6-391-g0537f71 RS12: 2817 (2817/) onos/390 - 23.00 using c99 version smoketime 1 hour

Smoke [ebcdic] v5.21.6-407-g88e0126 FAIL(Xc) os/390 23.00 (2817/)

2014-12-04 Thread Yaroslav Kuzmin
Smoke logs available at https://drive.google.com/file/d/0B5PTttxwo7qAVE92OUI3UThYNkk Automated smoke report for branch ebcdic 5.21.7 patch 88e01265d6dec235c9774801b4c58c5c6f90e11d v5.21.6-407-g88e0126 RS12: 2817 (2817/) onos/390 - 23.00 using c99 version smoketime 1 hour

Smoke [ebcdic] v5.21.6-407-g88e0126 FAIL(Xc) os/390 23.00 (2817/)

2014-12-04 Thread Yaroslav Kuzmin
Automated smoke report for branch ebcdic 5.21.7 patch 88e01265d6dec235c9774801b4c58c5c6f90e11d v5.21.6-407-g88e0126 RS12: 2817 (2817/) onos/390 - 23.00 using c99 version smoketime 1 hour 12 minutes (average 36 minutes 10 seconds) Summary: FAIL(Xc) O = OK F = Failure(s),

НА: Yet Another new EBCDIC branch to try

2014-12-05 Thread Yaroslav Kuzmin
ke test &>make_test.log ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.c

НА: Any ideas on these Configure problems on os390?

2014-12-08 Thread Yaroslav Kuzmin
:) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Karl Williamson Отправлено: 8 декабря 2014 г

НА: НА: Any ideas on these Configure problems on os390?

2014-12-08 Thread Yaroslav Kuzmin
~/ussport/perl/perl-build :> ./Configure -Dsh=/u/pdkuzm/local/bin/bash -DDEBUGGING -de -Dusedevel &>Configure_bash.log P.S. attach file in encoding EBCDIC. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3

НА: Log for os390 failing test

2014-12-09 Thread Yaroslav Kuzmin
This statement is correct only for certain datasets. For file system HFS, use EOL, normally. Perl only works with the file system HFS. To work with the dataset is a module OS390-Stdio. Yaroslav Kuzmin Developer C/C++ ,z

НА: Yet Another new EBCDIC branch to try

2014-12-09 Thread Yaroslav Kuzmin
.log All logs available https://drive.google.com/file/d/0B5PTttxwo7qAckUwdFJIWW1rNDg ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email:

НА: Any ideas on these Configure problems on os390?

2014-12-09 Thread Yaroslav Kuzmin
> $ /u/pdkuzm/local/bin/bash Configure -Dsh=/u/pdkuzm/local/bin/bash … attach file encoding UTF-8 ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia

Smoke [ebcdic] v5.21.6-568-ga9f7116 FAIL(Xc) os/390 23.00 (2817/)

2014-12-10 Thread Yaroslav Kuzmin
): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38

НА: Smoke [ebcdic] v5.21.6-568-ga9f7116 FAIL(Xc) os/390 23.00 (2817/)

2014-12-11 Thread Yaroslav Kuzmin
. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com От: Craig A. Berry Отправлено: 10 декабря 2014 г. 23:37 Кому

test send with mainframe

2014-12-11 Thread Yaroslav Kuzmin
Test boody . Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street * Miass, Chelyabinsk region 456318 * Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: Smoke [ebcdic] v5.21.6-568-ga9f7116 FAIL(Xc) os/390 23.00 (2817/)

2014-12-12 Thread Yaroslav Kuzmin
ect places ccflags='-DDEBUGGING' 6 rm Police.sh 7 ~/ussport/perl/perl-build :> ./Configure -des -Dusedevel -DDEBUGGING All OK !! Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Mias

Smoke [ebcdic] v5.21.6-667-gc8e8622 FAIL(X) os/390 23.00 (2817/)

2014-12-16 Thread Yaroslav Kuzmin
(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) P.S. I added to the beginning of the file 'Configure'string" rm -f Policy.sh " . -------- Yaroslav Kuzmi

НА: Yet Another new EBCDIC branch to try

2014-12-16 Thread Yaroslav Kuzmin
uzm/perl/lib/site_perl/5.21.6 /u/pdkuzm/perl/lib/site_perl . (02:52) RS12 : PDKUZM | ~/ussport/perl/test :> perl get-lsb.pl (02:53) RS12 : PDKUZM | ~/ussport/perl/test :> Output : no Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy

Smoke [ebcdic] v5.21.6-741-g0a0511f FAIL(X) os/390 23.00 (2817/)

2014-12-17 Thread Yaroslav Kuzmin
v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com

НА: Yet Another new EBCDIC branch to try

2014-12-18 Thread Yaroslav Kuzmin
to try out Ray's suggestions for compile/load option changes. I have limited CPU resources , in turn . :)) ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 ·

Smoke [ebcdic] v5.21.6-755-g8f7949d FAIL(X) os/390 23.00 (2817/)

2014-12-25 Thread Yaroslav Kuzmin
Smoke logs available at - https://drive.google.com/file/d/0B5PTttxwo7qAakdfbkRDRklfWDA Automated smoke report for branch ebcdic 5.21.7 patch 8f7949da3760661252f10651cd69851f92dc739f v5.21.6-755-g8f7949d RS12: 2817 (2817/) onos/390 - 23.00 using c99 version smoketime 2 day

Smoke [ebcdic] v5.21.7-261-gdd02b68 FAIL(X) os/390 23.00 (2817/)

2014-12-26 Thread Yaroslav Kuzmin
): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) P.S. Next week will hold individual tests and the compilation of other parameters. Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3

Smoke [ebcdic] v5.21.7-261-ge436f98 FAIL(X) os/390 23.00 (2817/)

2014-12-29 Thread Yaroslav Kuzmin
Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket

НА: Year-end EBCDIC porting status report

2014-12-31 Thread Yaroslav Kuzmin
> library to see what happens. Yaroslav Have you tried that? RS12 : PDKUZM | ~/ussport/perl/perl-build/t :> ../perl -I../lib ../ext/POSIX/t/sigaction.t &>log/sigaction_xplink.t.log Segmentation fault make -qnoxplink RS12 : PDKUZM | ~/ussport/perl/perl-build/t :> ../perl -I..

Smoke [ebcdic] v5.21.7-469-gf9270a9 FAIL(X) os/390 23.00 (2817/)

2015-01-13 Thread Yaroslav Kuzmin
../t/dist/ExtUtils-CBuilder/t/04-base.t. .. FAILED at test 44 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin

НА: Another EBCDIC version to try

2015-01-15 Thread Yaroslav Kuzmin
settings LC_ALL What can be made a small test to check the settings LC_ALL ? ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Em

Smoke [ebcdic] v5.21.7-523-gd0c3d42 FAIL(X) os/390 23.00 (2817/)

2015-01-15 Thread Yaroslav Kuzmin
) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue

Smoke [ebcdic] v5.21.7-565-gd9b0316 FAIL(X) os/390 23.00 (2817/)

2015-01-20 Thread Yaroslav Kuzmin
(Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web

НА: НА: Another EBCDIC version to try

2015-01-21 Thread Yaroslav Kuzmin
Logs available at https://drive.google.com/file/d/0B5PTttxwo7qAUWVMSGNjSW1yUTg Changed value SH_PATH in config.h on /u/pdkuzm/local/bin/bash Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass

НА: НА: НА: Another EBCDIC version to try

2015-01-22 Thread Yaroslav Kuzmin
ile Configure I changed the line 1230 sh='/u/pdkuzm/local/bin/bash' 1231 targetsh='/u/pdkuzm/local/bin/bash' ---- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabi

НА: Another EBCDIC version to try

2015-01-22 Thread Yaroslav Kuzmin
in Policy.sh? I do not understand the question. Policy.sh file is generated from the file Policy_sh.SH in file Configure. Policy.sh file is used in the creation of config.h ? Better to change the file hint/os390.sh Yaroslav Ku

>>: Smoke [ebcdic] v5.21.8-207-g0dbae7b FAIL(m) os/390 23.00 (2817/)

2015-01-22 Thread Yaroslav Kuzmin
: # One test name on a line Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass

НА: Another EBCDIC version to try

2015-01-23 Thread Yaroslav Kuzmin
27;/u/pdkuzm/local/bin/bash' I can try to change the file smoke/Test/Smoke/Policy.pm add line in sub default_Policy sh='/u/pdkuzm/local/bin/bash' targetsh='/u/pdkuzm/local/bin/bash'

>>: Smoke [ebcdic] v5.21.8-225-g93e5510 FAIL(X) os/390 23.00 (2817/)

2015-01-27 Thread Yaroslav Kuzmin
-Simple/t/search12.t... FAILED--expected 11 tests, saw 2 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav

НА: >>: Smoke [ebcdic] v5.21.8-225-g93e5510 FAIL(X) os/390 23.00 (2817/)

2015-01-28 Thread Yaroslav Kuzmin
erl/smoke/logs', 26 'lfile' => '/u/pdkuzm/ussport/perl/smoke/smokecurrent.log', 27 'makeopt' => '', 28 'testmake' => 'make test', 29 'harnessonly' => '0', 30 'hasharness3' => 1, 31 'un_fi

НА: НА: >>: Smoke [ebcdic] v5.21.8-225-g93e5510 FAIL(X) os/390 23.00 (2817/)

2015-01-28 Thread Yaroslav Kuzmin
S1 8192 Jun2001 RS12/ -------- Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket Software, Inc. and

Smoke [ebcdic] v5.21.8-232-gdf452cd FAIL(X) os/390 23.00 (2817/)

2015-01-29 Thread Yaroslav Kuzmin
... .. FAILED at test 24 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav

Smoke [ebcdic] v5.21.8-294-g29db8fe FAIL(X) os/390 23.00 (2817/)

2015-01-30 Thread Yaroslav Kuzmin
... .. FAILED at test 24 Compiler messages(os390): -- Report by Test::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk

Smoke [ebcdic] v5.21.8-358-g1d68a93 FAIL(X) os/390 23.00 (2817/)

2015-02-02 Thread Yaroslav Kuzmin
::Smoke v1.6 running on perl 5.21.7 (Reporter v0.052 / Smoker v0.045) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz

Smoke [ebcdic] v5.21.8-383-gb34396d FAIL(M) os/390 23.00 (2817/)

2015-02-02 Thread Yaroslav Kuzmin
) Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street · Miass, Chelyabinsk region 456318 · Russia Tel: +7.922.2.38.33.38 Email: ykuz...@rocketsoftware.com Web: www.rocketsoftware.com Rocket Software, Inc. and

  1   2   3   4   >