Date: Thu, 25 Nov 2004 00:07:33 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 366 ************************************************** Wednesday 24 November 2004 Number 366 ************************************************** Subjects for today 1 Re: ux2bs revisited : Dave Yeo" 2 Re: ux2bs revisited : Dave Yeo" 3 Re: ux2bs revisited : John Poltorak 4 Re: ux2bs revisited : Dave Saville" 5 Re: ux2bs revisited : Stefan.Neis at t-online.de **= Email 1 ==========================** Date: Tue, 23 Nov 2004 07:08:26 -0800 From: "Dave Yeo" Subject: Re: ux2bs revisited On Sun, 21 Nov 2004 19:59:41 +0000, John Poltorak wrote: >On Sun, Nov 21, 2004 at 11:15:49AM -0800, Dave Yeo wrote: >> Well, decided to reinstall ux2bs from scratch. > >That's good. Since you already know how the system works you may be able >to suggest ways of improving things - I'm sure there is plenty of scope... > >> First complaint I have is that it would be nice to be able to get a >> list of all needed files. I'm on a slow (26.4) connection with limited >> time. > >The main aim is to get everything installed and built as simply as >possible. I guess you could get a file listsimply by running RSYNC with >the correct parameters... This should do it:- > >rsync -av 213.152.37.92::build > > >> I just watched Xprog440.zip get downloaded taking about 20 >> minutes whereas I have already Xprog440.zip sitting in another >> directory and could of copied it to %REPOSITORY%/baseline in about 15 >> seconds. > >I guess the use of %REPOSITORY% needs to be emphasised as much as possible >since most users of UX2BS are already likely to have a number of the files >locally and this is an additional PITA for anyone on dialup. > >> Dave who will continue to report on how this install goes > >If you can think of any useful insctuctions, I could them include them in >ux2_bootstrap.cmd... > One thing you could do is make %REPOSITRY% (semi-)mandatory with the user editing ux2_bootstrap.cmd when editing osrt, bldrt. uxrt. Perhaps this would also be a good place to mention the rsync command to get a list of files as well. I'm sure I had a couple of other ideas yesterday but can't remember them now Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Tue, 23 Nov 2004 07:08:14 -0800 From: "Dave Yeo" Subject: Re: ux2bs revisited On Sun, 21 Nov 2004 11:15:49 -0800, Dave Yeo wrote: >Dave who will continue to report on how this install goes Well the first time thru I ran out of resources. Seems here if I do a lot of building I'll start to get out of memory and can't fork errors. Fix is to kill emxload about once a day. Second time thru it seems to of worked pretty well. Only errors I'm aware of are Less had problems building scrsize. First problem less-381.tar.gz already retrieved m:/unixos2/workdir tar: Could not create file less-381/scrsize.c: Permission denied m:/unixos2/workdir/less-381 Not sure what this about as I do see scrsize.c. Then gcc -Zomf -I. -O2 -Wall -D__ST_MT_ERRNO__ -s -Zmtd -lX11 scrsize.c scrsize.c:44: X11/Xlib.h: No such file or directory scrsize.c:45: X11/Xutil.h: No such file or directory make: *** [scrsize.exe] Error 1 The problem is not having X in the C_include_path or a -I/usr/X11R6/unclude in cflags. Perl had a bunch of errors at the very end, after the tests. Starting with op/write.t 87 32 36.78% 55-86 68 tests and 637 subtests skipped. Relative UNIX domain socket name 'sock-41123' unsupported at ../lib/Socket.pm li ne 383. In file included from ..\..\perl.h:37, from ExtTest.xs:2: ...\..\config.h:4309: unterminated comment ...\..\config.h:21: unterminated `#if' conditional In file included from ..\..\perl.h:1746, from ExtTest.xs:2: ...\..\malloc_ctl.h:18: parse error before `nbytes' ...\..\malloc_ctl.h:19: parse error before `elements' ...\..\malloc_ctl.h:20: parse error before `Size_t' In file included from ExtTest.xs:2: ...\..\perl.h:1751: parse error before `STRLEN' ...\..\perl.h:1751: warning: data definition has no type or storage class .... (This goes on for several pages ending with) # Looks like you failed 1 tests of 19. # Failed test (t/lib/os2_process.t at line 41) # Failed test (t/lib/os2_process.t at line 66) # got: '.command_shell_1' # expected: 'test OS2::Process 41207' # Failed test (t/lib/os2_process.t at line 77) # got: 'run_perl-test.cmd' # expected: '.command_shell_1' # Failed test (t/lib/os2_process.t at line 98) # got: '.command_shell_1' # expected: 'test OS2::Process again-41207' # Failed test (t/lib/os2_process.t at line 278) # got: '27' # expected: '6214' # Looks like you failed 5 tests of 232. Process terminated by SIGINT Process terminated by SIGINT # Failed at t/op/stat.t line 328 Can't open perl script "t/68": No such file or directory. Use -S to search $PATH for it. And yes it does look like config.h is truncated. I'll try rerunning later. Perl-test_results.log reports Failed 11/895 test scripts, 98.77% okay. 327/85671 subtests failed, 99.62% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- .../ext/IO/t/io_unix.t 29 7424 5 10 200.00% 1-5 .../lib/ExtUtils/t/Constant.t 255 65280 272 539 198.16% 3-272 .../lib/ExtUtils/t/Embed.t 9 9 100.00% 1-9 .../lib/Memoize/t/expmod_t.t 15 1 6.67% 15 .../lib/Shell.t 1 256 7 1 14.29% 3 lib/os2_base.t 1 256 19 1 5.26% 8 lib/os2_process.t 5 1280 232 5 2.16% 2 10 19 34 103 op/fork.t 19 1 5.26% 2 op/magic.t 54 1 1.85% 6 op/stat.t 78 1 1.28% 44 op/write.t 87 32 36.78% 55-86 68 tests and 637 subtests skipped. Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Tue, 23 Nov 2004 15:44:11 +0000 From: John Poltorak Subject: Re: ux2bs revisited On Tue, Nov 23, 2004 at 07:08:14AM -0800, Dave Yeo wrote: > On Sun, 21 Nov 2004 11:15:49 -0800, Dave Yeo wrote: > > Second time thru it seems to of worked pretty well. Only errors I'm aware of are > Less had problems building scrsize. First problem > less-381.tar.gz already retrieved > m:/unixos2/workdir > tar: Could not create file less-381/scrsize.c: Permission denied Strange... Could the file be in use? > m:/unixos2/workdir/less-381 > > Not sure what this about as I do see scrsize.c. Then > gcc -Zomf -I. -O2 -Wall -D__ST_MT_ERRNO__ -s -Zmtd -lX11 scrsize.c > scrsize.c:44: X11/Xlib.h: No such file or directory > scrsize.c:45: X11/Xutil.h: No such file or directory > make: *** [scrsize.exe] Error 1 > The problem is not having X in the C_include_path or a -I/usr/X11R6/unclude in cflags. Yes, I'm aware of that andit should be fairly easy to fix, but I'm undecided about whether to continue using the included Makefile.o2e or whether to use autoconf and configure procedure. > Perl-test_results.log reports > Failed 11/895 test scripts, 98.77% okay. 327/85671 subtests failed, 99.62% okay. > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > ../ext/IO/t/io_unix.t 29 7424 5 10 200.00% 1-5 > ../lib/ExtUtils/t/Constant.t 255 65280 272 539 198.16% 3-272 > ../lib/ExtUtils/t/Embed.t 9 9 100.00% 1-9 > ../lib/Memoize/t/expmod_t.t 15 1 6.67% 15 > ../lib/Shell.t 1 256 7 1 14.29% 3 > lib/os2_base.t 1 256 19 1 5.26% 8 > lib/os2_process.t 5 1280 232 5 2.16% 2 10 19 34 103 > op/fork.t 19 1 5.26% 2 > op/magic.t 54 1 1.85% 6 > op/stat.t 78 1 1.28% 44 > op/write.t 87 32 36.78% 55-86 > 68 tests and 637 subtests skipped. That's one more error than I got although I see some unfamiliar fails... It would be nice to try to eliminate them all at some point. Could do with IlyaZ looking into this to see if he could sort some of these out. He says it should be possible to buid Perl on OS/2 without any errors. > Dave -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Tue, 23 Nov 2004 16:48:03 +0000 (GMT) From: "Dave Saville" Subject: Re: ux2bs revisited On Tue, 23 Nov 2004 15:44:11 +0000, John Poltorak wrote: >That's one more error than I got although I see some unfamiliar fails... >It would be nice to try to eliminate them all at some point. Could do with >IlyaZ looking into this to see if he could sort some of these out. He says >it should be possible to buid Perl on OS/2 without any errors. I bet he won't say how though :-) -- Regards Dave Saville _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Tue, 23 Nov 2004 18:52:31 +0100 (CET) From: Stefan.Neis at t-online.de Subject: Re: ux2bs revisited Dave Saville schrieb: > On Tue, 23 Nov 2004 15:44:11 +0000, John Poltorak wrote: > > Could do with IlyaZ looking into this to see if he could > > sort some of these out. He says > > it should be possible to buid Perl on OS/2 without any > > errors. > > I bet he won't say how though :-) Probably by using exactly the right build (and test!) environment accumulated over years... :-( Regards, Stefan _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs