Date: Sat, 23 Aug 2003 02:47:42 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 180 ************************************************** Friday 22 August 2003 Number 180 ************************************************** Subjects for today 1 Re: makefiles : T.Sikora" 2 Re: Perl problems : T.Sikora" 3 Re: fixups - still broken : T.Sikora" 4 Re: Perl problems : T.Sikora" 5 rsync and wget : T.Sikora" 6 Re: rsync and wget : T.Sikora" 7 Re: Perl problems : T.Sikora" 8 Re: Perl problems : T.Sikora" 9 Re: Perl problems : T.Sikora" 10 Re: fixups - still broken : Dave Saville" 11 wget : T.Sikora" 12 Re: makefiles : Andreas Buening 13 Re: rsync and wget : Jeff Robinson 14 ux2bs : T.Sikora" 15 Re: rsync and wget : Andreas Buening 16 Perl problems : Paul Smedley" 17 Re: rsync and wget : John Poltorak 18 Re: Perl problems : Paul Smedley" 19 Re: Perl problems : Paul Smedley" **= Email 1 ==========================** Date: Sat, 23 Aug 2003 06:58:12 -0400 From: "T.Sikora" Subject: Re: makefiles Andreas Buening wrote: > T.Sikora wrote: > > [snip] > > >>I take that back a lot of the ux2 packages are just repackaged for ux2. >>Well I guess they were adopted. Ideally every package should also be in >>ports easilly buildable into a package. I guess we need to start >>building a package option for build. Several ports have a 'make >>slackware' package option so I guess we can borrow from that makefile. > > > Which ports and what does 'make slackware' do? If we want to keep > a certain /usr/xyz structure we have to be careful about automatic > builtins. > SQLrelay has a 'make slackware' option in the makefile. It installs the build into a /tmp/ dir first ie; /tmp/usr/bin then calls Slack's makepkg to package it up. Pretty straightforward. http://sourceforge.net/projects/sqlrelay/ > Bye, > Andreas > _______________________________________________ > UX2BS mailing list > UX2BS at os2ports.com > http://os2ports.com/mailman/listinfo/ux2bs > -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Sat, 23 Aug 2003 07:04:13 -0400 From: "T.Sikora" Subject: Re: Perl problems Paul Smedley wrote: > Ted, > On Fri, 22 Aug 2003 20:26:50 -0400, T.Sikora wrote: > > >>Nobody's saying anything and there were quite a few downloads on rsync. >>Maybe I made too many drastic changes? Hell change is good... The last >>words of the damned? > > > All downloads OK - but Perl fails to build. > > I have the following entry in popuplog.os2: > ------------------------------------------------------------ > > 08-23-2003 15:20:22 SYS3175 PID 58d6 TID 0001 Slot 00a3 > E:\PORTS\PERL\WORKDIR\PERL-5.8.0\MINIPERL.EXE > c0000005 > 000fcde6 > P1=00000001 P2=00000006 P3=XXXXXXXX P4=XXXXXXXX > EAX=021cd4a8 EBX=00000000 ECX=021cd4a8 EDX=00000006 > ESI=021cd4ac EDI=00000000 > DS=0053 DSACC=f0f3 DSLIM=ffffffff > ES=0053 ESACC=f0f3 ESLIM=ffffffff > FS=150b FSACC=00f3 FSLIM=00000030 > GS=0000 GSACC=**** GSLIM=******** > CS:EIP=005b:000fcde6 CSACC=f0df CSLIM=ffffffff > SS:ESP=0053:0205f560 SSACC=f0f3 SSLIM=ffffffff > EBP=021f001e FLG=00012286 > > MINIPERL.EXE 0002:0003cde6 > > which may be part of the reason for the problem? perl.log is available from > http://smedley.info/perl.log incase it helps.. > > Note that running build_perl.cmd from \ports\perl fails as it doesn't change into > workdir\perl-5.8.0 first.... NO NO you run 'build perl'. You can't run the file directly. sbin/build.cmd(wrapper) for build.sh was built for that. So what you are doing is calling the build command build %1 %1=portname or dir name so 'build perl' runs build_perl.cmd after processing it. build_perl.cmd contains the command line you would use to actually build it in sh lile ./configure, make, make install. > > Cheers, > > Paul. > > _______________________________________________ > UX2BS mailing list > UX2BS at os2ports.com > http://os2ports.com/mailman/listinfo/ux2bs > -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Sat, 23 Aug 2003 07:13:14 -0400 From: "T.Sikora" Subject: Re: fixups - still broken Dave Saville wrote: > On Fri, 22 Aug 2003 22:41:51 -0400, T.Sikora wrote: > > >>>Hmmm I been changing it like crazy but it's done now and I added a >> > > One way around this that just occurred to me would be to capitalise > the first letter of the dir names - that way what the shell sees as a > backslahed command would just pass the character and OS/2 being kinda > case insensitive it would actually still work which it would not on > *nix - but then we would not have the problem in the first place :-) > > Also it *still* keeps asking to replace doinst.sh and quite a lot of > other bits and bobs - yes I started yet again from a clean disk apart > from /install. You cannot let it run unattended. > > Do you actually test this stuff? It all works %$&(()*(*( perfect. Just delete it all and do it over *OR* just replace ftp://os2ports.com/pub/unixos2/ux2bs/baseline/gnugdbm.tar.gz go in /ports/gdbm in the ux2shell and run 'build gdbm' Sorry but rsync is broken in OS/2 won't overwrite files and wget is even worse. If you change files but not filenames and use wget it won't get them. We need a sure-fire way to mirror a directory. In this case a way to refresh the baseline that REALLY works. Now I understand John's frustration. Half this sh** is broken. > > I thought the idea of this was to install a minimal baseline that > will build perl. What you seem to be doing is installing an entire > *nix distro - all that crap in /usr which was never in Johns version. > > Also with your version everything is dumped in the root of the drive. > What is part of the build system and what is the final output? What > dirs need to be moved to my prod drive? Assuming it ever works of > course. John had three drives, Boot, drive for build system, drive to > install to - you seem to have mashed the last two together and it is > not obvious how to split them up again. I would want to keep a > working set of the distro apart from the one the build system messes > with in case it buggers it. > > Finally I *really really* hate things that slap icons all over ones > desktop without asking. > -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Sat, 23 Aug 2003 07:19:27 -0400 From: "T.Sikora" Subject: Re: Perl problems From your logs: [unixos2 E:\ports\perl\workdir\perl-5.8.0\t>perl harness SYS1041: The name perl is not recognized as an internal or external command, operable program or batch file. open the ux2shell and cd to /ports/perl and run clean. Upload your /sbin/ux2_env.cmd file. Looks like an env problem. In the meantime run 'ports_refresh' then run 'build perl' and try again. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Sat, 23 Aug 2003 07:29:32 -0400 From: "T.Sikora" Subject: rsync and wget Rsync and wget are causing all the problems. They both will not mirror a directory with changed files. Rsync fails and wget won't redownlaod changed files. We need to fix them or come up with something else. Maybe I don't know how to use wget? Has anyone successfully mirrored with wget? In theory once you have the baseline and you run the bootstrap again it should just pick up changes. I added a if exist routine in there to bypass baseline if it exists because of this problem. Rsync fails miserably. So our only option at this point is maintaing it manually. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 6 ==========================** Date: Sat, 23 Aug 2003 07:40:59 -0400 From: "T.Sikora" Subject: Re: rsync and wget T.Sikora wrote: > Rsync and wget are causing all the problems. They both will not mirror a > directory with changed files. Rsync fails and wget won't redownlaod > changed files. We need to fix them or come up with something else. > Maybe I don't know how to use wget? Has anyone successfully mirrored > with wget? In theory once you have the baseline and you run the > bootstrap again it should just pick up changes. I added a if exist > routine in there to bypass baseline if it exists because of this > problem. Rsync fails miserably. So our only option at this point is > maintaing it manually. > There's a --timestamping option in wget. What is this for? Unless we get this working properly our only clear choice is delete everything first. Actually fron this point on. You won't have to do that again because of the ports_update and ux2bs_update. It still does not solve the baseline problem. Dave actually all you have to do is remove gnugdbm.tar.gz from baseline and run 'build gdbm' in the ux2shell and it should download it. At least that's how John designed it. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 7 ==========================** Date: Sat, 23 Aug 2003 07:45:52 -0400 From: "T.Sikora" Subject: Re: Perl problems Paul Smedley wrote: > On Sat, 23 Aug 2003 07:19:27 -0400, T.Sikora wrote: > > >>From your logs: >> >>[unixos2 E:\ports\perl\workdir\perl-5.8.0\t>perl harness >>SYS1041: The name perl is not recognized as an >>internal or external command, operable program or batch file. >> >>open the ux2shell and cd to /ports/perl and run clean. Upload your >>/sbin/ux2_env.cmd file. Looks like an env problem. > > Have attaches ux2_env & ux2_config. > > >>In the meantime run 'ports_refresh' then run 'build perl' >>and try again. > > will do.. > > Cheers, > Their perfect just like mine. If theres any problems in the ports tree 'ports_refresh' will fix it. It's pretty quick. Just cd to /ports/perl and run 'build perl'. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 8 ==========================** Date: Sat, 23 Aug 2003 07:58:47 -0400 From: "T.Sikora" Subject: Re: Perl problems T.Sikora wrote: > Paul Smedley wrote: > >> On Sat, 23 Aug 2003 07:19:27 -0400, T.Sikora wrote: >> >> >>> From your logs: >>> >>> [unixos2 E:\ports\perl\workdir\perl-5.8.0\t>perl harness >>> SYS1041: The name perl is not recognized as an >>> internal or external command, operable program or batch file. >>> >>> open the ux2shell and cd to /ports/perl and run clean. Upload your >>> /sbin/ux2_env.cmd file. Looks like an env problem. >> >> >> Have attaches ux2_env & ux2_config. >> >> >>> In the meantime run 'ports_refresh' then run 'build perl' >>> and try again. >> >> >> will do.. >> >> Cheers, >> > Their perfect just like mine. If theres any problems in the ports tree > 'ports_refresh' will fix it. It's pretty quick. Just cd to /ports/perl > and run 'build perl'. > Did gmp, gdbm, and ufc(I know that did from your logs) at the end? In retrospect perl harness failed because make install failed somehow. perl harness is the absolute last step... weird. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 9 ==========================** Date: Sat, 23 Aug 2003 08:56:54 -0400 From: "T.Sikora" Subject: Re: Perl problems Paul Smedley wrote: > On Sat, 23 Aug 2003 07:45:52 -0400, T.Sikora wrote: > > >>Their perfect just like mine. If theres any problems in the ports tree >>'ports_refresh' will fix it. It's pretty quick. Just cd to /ports/perl >>and run 'build perl'. > > > 'ports_refresh' gave the error I posted previously - there's no ports_refresh.cmd anywhere > on my drive. > > 'build perl' dies in the same fashion as previously... > > Cheers, > > Paul. > > Look in %osrt%\OS2\INSTALL if there's a INSTALL.EXE if so rename it PINSTALL.EXE. Open the ux2shell and cd \ports\perl\workdir\perl-5.8.0 run: sh make install cd t perl harness if it still does it replace sh with bash and try it again. -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 10 ==========================** Date: Sat, 23 Aug 2003 09:15:14 +0100 (BST) From: "Dave Saville" Subject: Re: fixups - still broken On Fri, 22 Aug 2003 22:41:51 -0400, T.Sikora wrote: >>Hmmm I been changing it like crazy but it's done now and I added a >ux2bs_update to refresh it once installed. But that does not help now. >Just leave /install/archives but clear the root of archives leave the >subs intact. Remove everything else including the stuff in /install's root. >The script skips /install/archives if it exists. You have wget? If so do >a wget -Ncr -nH --cut-dirs=4 -t 1 -P /install/archives >ftp://os2ports.com/pub/unixos2/ux2bs/baseline/ before you remove >anything. Then run the bootstrap again which changed again...last time I >promise. That's why I added the ux2bs_update to avoid these hassles. > >http://os2ports.com/ftp/pub/unixos2/ux2bs/build_system/install/ux2bs_inst.cmd And you *still* have not fixed it. Exactly the same error: [unixos2 F:\ports\gdbm\workdir\gnugdbm> ..Compiler version is: 2.8.1 Sat Aug 23 08:53:25 BST 2003 elapsed time: 29 secs end Sat Aug 23 08:53:27 BST 2003 /bin/sh DIR URL CFLAGS LDFLAGS CFGPARMS MAKEPARM SRC ftp://os2ports/pub/unixos2/ux2bs/baseline/gnuufc.tar.gz . URL ftp://os2ports/pub/unixos2/ux2bs/baseline/gnuufc.tar.gz CFLAGS LDFLAGS CFGPARMS MAKEPARM SRC . REPOSITORY/ARCHIVEFILE = f:\installrchives/gnuufc.tar.gz ..gnuufc.tar.gz already retrieved. F:/ports/crypt/workdir ..extracting gnuufc.tar.gz into gnuufc. gzip: stdin: decompression OK, trailing garbage ignored tar: "gzip" exit status 2 The archive gnuufc.tar.gz does not appear to have extracted correctly into gnuufc so the build of crypt cannot continue. Press any key to EXIT One way around this that just occurred to me would be to capitalise the first letter of the dir names - that way what the shell sees as a backslahed command would just pass the character and OS/2 being kinda case insensitive it would actually still work which it would not on *nix - but then we would not have the problem in the first place :-) Also it *still* keeps asking to replace doinst.sh and quite a lot of other bits and bobs - yes I started yet again from a clean disk apart from /install. You cannot let it run unattended. Do you actually test this stuff? I thought the idea of this was to install a minimal baseline that will build perl. What you seem to be doing is installing an entire *nix distro - all that crap in /usr which was never in Johns version. Also with your version everything is dumped in the root of the drive. What is part of the build system and what is the final output? What dirs need to be moved to my prod drive? Assuming it ever works of course. John had three drives, Boot, drive for build system, drive to install to - you seem to have mashed the last two together and it is not obvious how to split them up again. I would want to keep a working set of the distro apart from the one the build system messes with in case it buggers it. Finally I *really really* hate things that slap icons all over ones desktop without asking. -- Regards Dave Saville _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 11 ==========================** Date: Sat, 23 Aug 2003 11:05:24 -0400 From: "T.Sikora" Subject: wget This is a multi-part message in MIME format. --------------060701050507090203080506 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dave I hope you did not delete it yet. Just replace this build.table in /ports/aux-tools. Delete the gnugdbm.tar.gz in archives and go in /ports/gdbm and run build gdbm It will download it and build it. -- T.Sikora tsikora at ntplx dot net --------------060701050507090203080506 Content-Type: text/plain; name="build.table" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="build.table" #app#dir#archive#cflags#ldflags#cfgparms#makeparms#src pdksh;;ftp://ftp.cs.mun.ca/pub/pdksh/pdksh-5.2.14.tar.gz;-Dstrncasecmp=strnicmp -Dstrcasecmp=stricmp;;;;. unzip;unzip-5.50;ftp://ftp.info-zip.org/pub/infozip/src/unzip550.tar.gz;;;;;. unzip-5.42;unzip-5.42;ftp://ftp.uu.net/pub/archiving/zip/src/unzip542.tar.gz;;;;;. gmp;;http://os2ports.com/ftp/pub/unixos2/ux2bs/baseline/gmp202.tar.gz;;;;;. gdbm;;http://os2ports.com/ftp/pub/unixos2/ux2bs/baseline/gnugdbm.tar.gz;;;;;. crypt;;http://os2ports.com/ftp/pub/unixos2/ux2bs/baseline/gnuufc.tar.gz;;;;;. regex;;ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.3.2.tar.gz;;;;;. perl;;http://www.cpan.org/src/perl-5.8.0.tar.gz;;;. #perl;perl;http://www.iki.fi/jhi/perl at 19105.tgz;;;. autoconf-2.13;;ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz;;;--prefix=${UXRT}/usr/local/TEST;;;. make-3.76.1;;ftp://ftp.gnu.org/pub/gnu/make/make-3.76.1.tar.gz;;;;;. autoconf-2.50;;ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.50.tar.gz;;;--prefix=${UXRT}/usr/local/TMP;;. automake-1.4-p5;;ftp://ftp.gnu.org/pub/gnu/automake/automake-1.4-p5.tar.gz;;;--prefix=${UXRT}/usr/local/TMP;;. make;;ftp://ftp.gnu.org/pub/gnu/make/make-3.79.1.tar.gz;;;--disable-nls;;. byacc;byacc-20001120;ftp://invisible-island.net/byacc/byacc.tar.gz;;;;. flex;flex-2.5.4;ftp://ftp.gnu.org/pub/gnu/non-gnu/flex/flex-2.5.4a.tar.gz;-O2;;;LDFLAGS=-Zcrtdll -Zmt -s -Zsysv-signals -Zbin-files -Zexe;. ncurses;;ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man;;;. help2man;;ftp://ftp.gnu.org/pub/gnu/help2man/help2man-1.29.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. autoconf;;ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.57.tar.gz;;;;. gettext;;ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.11.5.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. texinfo;;ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.5.tar.gz;-Dlstat=stat;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. automake;;ftp://ftp.gnu.org/pub/gnu/automake/automake-1.7.2.tar.gz;;;;;. m4;;ftp://ftp.gnu.org/pub/gnu/m4/m4-1.4.tar.gz;-Zomf -O2 -s -Zmt -D__ST_MT_ERRNO__;-Zcrtdll -Zmt -s -Zlinker /exepack:2 -Zlinker /pmtype:vio;--prefix=${UXRT}/usr --infodir=${UXRT}/usr/share/info;AR=emxomfar;.;src termcap;;ftp://ftp.gnu.org/pub/gnu/termcap/termcap-1.3.1.tar.gz;;;--prefix=${UXRT}/usr --infodir=${UXRT}/usr/share/info;;. less;;http://www.greenwoodsoftware.com/less/less-381.tar.gz;;;;. ctags;;http://prdownloads.sourceforge.net/ctags/ctags-5.4.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. bzip2;;ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz;;;;. bison;;ftp://ftp.gnu.org/pub/gnu/bison/bison-1.875.tar.gz;;;;;. indent;;ftp://ftp.gnu.org/pub/gnu/indent/indent-2.2.9.tar.gz;;;;;. dialog;dialog-0.9b-20020814;ftp://invisible-island.net/dialog/dialog.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --with-ncurses --with-screen=ncurses;;. add;add-t20021229;ftp://invisible-island.net/add/add-t20021229.tar.gz;;;--with-ncurses --with-screen=ncurses;;. vile;vile-9.3;ftp://invisible-island.net/vile/vile.tar.gz;;;--with-ncurses --with-screen=ncurses;;. tin;;ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-1.5.11.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man;;. openssl;;http://www.openssl.org/source/openssl-0.9.7.tar.gz;;;;;. lynx;lynx2-8-4;http://lynx.isc.org/release/lynx2.8.4.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --with-screen=ncurses --enable-font-switch;;. gdbm;;ftp://ftp.gnu.org/pub/gnu/gdbm/gdbm-1.8.3.tar.gz;;;;;. db;;http://www.sleepycat.com/update/snapshot/db-4.1.25.NC.tar.gz;;;;;. patch;;ftp://ftp.gnu.org/pub/gnu/patch/patch-2.5.4.tar.gz;-Dstrncasecmp=strnicmp -Dstrcasecmp=stricmp;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man;;. sed;;ftp://ftp.gnu.org/pub/gnu/sed/sed-4.0.5.tar.gz;;;;sed;. grep;grep-2.5.1;ftp://ftp.gnu.org/pub/gnu/grep/grep-2.5.1.tar.gz;-Zomf -O2 -s -Zmt -D__ST_MT_ERRNO__;-Zcrtdll -Zlinker /exepack:2 -Zlinker /pm:vio;--without-included-gettext;AR=emxomfar;src;. gzip;;ftp://wuarchive.wustl.edu/mirrors/gnu/gzip/gzip-1.2.4.tar.gz;;;;;. gzip-1.3.3;;http://www.gzip.org/gzip-1.3.3.tar.gz;;;;;. diff;diffutils-2.8.1;ftp://ftp.gnu.org/pub/gnu/diffutils/diffutils-2.8.1.tar.gz;-Dstrncasecmp=strnicmp -Dstrcasecmp=stricmp;;--prefix=${UXRT}/usr/TEST;;. ed;;ftp://ftp.gnu.org/pub/gnu/ed/ed-0.2.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. readline;;ftp://ftp.gnu.org/pub/gnu/readline/readline-4.3.tar.gz;;;;;. bash;;ftp://ftp.gnu.org/pub/gnu/bash/bash-2.05a.tar.gz;;;;;. diffstat;diffstat-1.32;ftp://invisible-island.net/diffstat/diffstat.tar.gz;;;;;. vttest;vttest-20021208;ftp://invisible-island.net/vttest/vttest.tar.gz;;;;;. atac;atac-980919;ftp://invisible-island.net/atac/atac.tar.gz;;;--with-ncurses --with-screen=ncurses;;. ded;ded;ftp://invisible-island.net/ded/ded.tar.gz;;;;;. bcpp;bcpp-20021124;ftp://invisible-island.net/bcpp/bcpp.tar.gz;;;;;. td_lib;;ftp://invisible-island.net/ded/td_lib.tar.gz;;;--with-ncurses --with-screen=ncurses;;. zlib;;http://www.gzip.org/zlib/zlib-1.1.4.tar.gz;;;;;. slang;;ftp://ftp.jedsoft.org/pub/davis/slang/v1.4/slang-1.4.8.tar.gz;;;;. joe;;http://umn.dl.sourceforge.net/sourceforge/joe-editor/joe-2.9.7.tgz;;-lbsd;;. fetchmail;;http://catb.org/~esr/fetchmail/fetchmail-6.2.1.tar.gz;;;;. recode;;ftp://ftp.gnu.org/pub/gnu/recode/recode-3.6.tar.gz;;;;;. todos;;ftp://ftp.mirror.ac.uk/sites/ftp.slackware.com/pub/slackware/slackware_source/a/bin/todos.tar.gz;;;;;. ispell;;http://fmg-www.cs.ucla.edu/geoff/tars/ispell-3.2.06.tar.gz;;;;;. logrotate;;ftp://ftp.mirror.ac.uk/sites/ftp.slackware.com/pub/slackware/slackware/source/a/logrotate/logrotate-3.6.3.tar.gz;;;;;. bc;;ftp://ftp.gnu.org/pub/gnu/bc/bc-1.06.tar.gz;;;--prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man --infodir=${UXRT}/usr/share/info;;. a2ps;a2ps-4.13;ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-4.13b.tar.gz;;;;;. jed;;ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/jed-0.99-16.tar.gz;;;;;. libtool;;ftp://ftp.gnu.org/pub/gnu/libtool/libtool-1.4.3.tar.gz;;;;;. man;;ftp://ftp.win.tue.nl/pub/linux-local/utils/man/man-1.5k.tar.gz;;;-d;;. #groff;;ftp://ftp.ffii.org/pub/groff/groff-1.18.1.tar.gz;;;;;. groff;;ftp://ftp.ffii.org/pub/groff/devel/groff-current.tar.gz;;;;;. file;;ftp://ftp.astron.com/pub/file/file-3.40.tar.gz;;;;;. cpio;;ftp://ftp.gnu.org/pub/gnu/cpio/cpio-2.5.tar.gz;;;;;. hello;;ftp://ftp.gnu.org/pub/gnu/hello/hello-2.1.1.tar.gz;;;;;. cvs;;ftp://ftp.cvshome.org/pub/cvs-1.11.5/cvs-1.11.5.tar.gz;;;;;. rcs;;ftp://ftp.gnu.org/pub/gnu/rcs/rcs-5.7.tar.gz;;;;;. mailutils;;ftp://ftp.gnu.org/pub/gnu/mailutils/mailutils-0.2.tar.gz;;;;;. rsync;;ftp://rsync.samba.org/pub/rsync/old-versions/rsync-2.5.5.tar.gz;-Dstrncasecmp=strnicmp -Dstrcasecmp=stricmp;;;;. ash;; wget;;ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.2.tar.gz;;;;;. compress;; uuencode;;ftp://ftp.gnu.org/pub/gnu/sharutils/sharutils-4.2.1.tar.gz;;;;;. pine;;ftp://ftp.cac.washington.edu/pine/pine.tar.gz;;;;;. dmake;;http://freeware.sgi.com/source/dmake/dmake-4.1.tar.gz;;;;;. deliver;;ftp://ftp.efd.lth.se/pub/mail/deliver/deliver-2.1.12.tgz;;;;;. nmh;;ftp://ftp.mhost.com/pub/nmh/nmh-1.0.4.tar.gz;;;;;. gnupg;;ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.2.1.tar.gz;;;;;. bash;;ftp://ftp.gnu.org/pub/gnu/bash/bash-2.05.tar.gz;;;;;. bind;;ftp://ftp.isc.org/isc/bind9/9.2.1/bind-9.2.1.tar.gz;;;;;. cal;;ftp://ftp.gnu.org/pub/gnu/gcal/gcal-3.01.tar.gz;;;;;. awk;;ftp://ftp.gnu.org/pub/gnu/gawk/gawk-3.1.1.tar.gz;;;;;. textutils;;ftp://ftp.gnu.org/pub/gnu/textutils/textutils-2.0.tar.gz;;;;;. openssh;;ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.5p1.tar.gz;;;;;. cups;;ftp://ftp.cups.org/pub/cups/1.1.18/cups-1.1.18-source.tar.gz;;;;;. units;;ftp://ftp.gnu.org/pub/gnu/units/units-1.80.tar.gz;;;;;. pavuk;;ftp://ftp.idata.sk/pub/unix/www/pavuk-0.9pl28.tgz;;;;;. which;;ftp://ftp.gnu.org/pub/gnu/which/which-2.14.tar.gz;;;;;. swish-e;;http://www.swish-e.org/Download/swish-e-2.2.3.tar.gz;;;;;. gmp;;ftp://ftp.sunet.se/pub/gnu/gmp/gmp-4.1.2.tar.gz;;;;;. expat;;http://prdownloads.sourceforge.net/expat/expat-1.95.6.tar.gz;;;;;. procmail;;ftp://ftp.procmail.net/pub/procmail/procmail-3.22.tar.gz;;;;;. sendmail;sendmail-8.12.7;ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.7.tar.gz;;;;;. compface;;http://freshmeat.net/redir/compface/1439/url_tgz/compface-1.4.tar.gz;;;;;. apache;;http://apache.org/dist/httpd/apache_1.3.27.tar.gz;;;;;. python;;http://www.python.org/ftp/python/2.2.2/Python-2.2.2.tgz;;;;;. zope;;http://www.zope.org/Products/Zope/2.6.1/Zope-2.6.1-src.tgz;;;;;. mailman;;ftp://ftp.gnu.org/pub/gnu/mailman/mailman-2.0.13.tgz;;;;;. mozilla;;http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.3/src/mozilla-source-1.3.tar.gz;;;;;. deliver;;http://download.sourceforge.net/deliver/deliver-2.1.14.tar.gz;;;;;. --------------060701050507090203080506 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs --------------060701050507090203080506-- **= Email 12 ==========================** Date: Sat, 23 Aug 2003 11:42:48 +0200 From: Andreas Buening Subject: Re: makefiles T.Sikora wrote: [snip] > I take that back a lot of the ux2 packages are just repackaged for ux2. > Well I guess they were adopted. Ideally every package should also be in > ports easilly buildable into a package. I guess we need to start > building a package option for build. Several ports have a 'make > slackware' package option so I guess we can borrow from that makefile. Which ports and what does 'make slackware' do? If we want to keep a certain /usr/xyz structure we have to be careful about automatic builtins. Bye, Andreas _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 13 ==========================** Date: Sat, 23 Aug 2003 14:02:39 -0500 From: Jeff Robinson Subject: Re: rsync and wget John Poltorak wrote: > On Sat, Aug 23, 2003 at 07:29:32AM -0400, T.Sikora wrote: > >>Rsync and wget are causing all the problems. They both will not mirror a >>directory with changed files. Rsync fails and wget won't redownlaod >>changed files. > > > You sure about this? > > I'm sure I've used RSYNC to retreive only changed files. > Yeah, I sort've thought this was the purpose of rsync, so that you didn't have to download a whole new server-load of files each time...: DESCRIPTION rsync is a program that behaves in much the same way that rcp does, but has many more options and uses the rsync remote-update protocol to greatly speedup file transfers when the destination file already exists. The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link, using an efficient checksum-search algorithm described in the technical report that accompanies this package. (from http://www.hmug.org/man/1/rsync.html ) Jeff -- ---------------- Whatza JamochaMUD? http://jamochamud.anecho.mb.ca Or other stuff: http://www.anecho.mb.ca/~jeffnik ----------------------------------------------------------- _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 14 ==========================** Date: Sat, 23 Aug 2003 15:56:54 -0400 From: "T.Sikora" Subject: ux2bs I like it so much I went out and bought a new Dell for it. Formatting the partitions now. This is so cool... because it works. c: dos 2GB d: os/2 9GB e: ux2 9GB -- T.Sikora tsikora at ntplx dot net _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 15 ==========================** Date: Sat, 23 Aug 2003 16:14:27 +0200 From: Andreas Buening Subject: Re: rsync and wget T.Sikora wrote: > > Rsync and wget are causing all the problems. They both will not mirror a > directory with changed files. Rsync fails and wget won't redownlaod > changed files. We need to fix them or come up with something else. > Maybe I don't know how to use wget? Has anyone successfully mirrored > with wget? In theory once you have the baseline and you run the > bootstrap again it should just pick up changes. I added a if exist > routine in there to bypass baseline if it exists because of this > problem. Rsync fails miserably. So our only option at this point is > maintaing it manually. If there's a bug, fix it. Finding a workaround is no solution. ;-) (Okay, I know this great proverb won't solve your problem.) Btw, On Linux I have no problems to rsync the baseline kit. Is there any OS/2 maintainer of rsync we could contact? (or any other volunteer?) Bye, Andreas _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 16 ==========================** Date: Sat, 23 Aug 2003 18:53:51 +0950 (CST) From: "Paul Smedley" Subject: Perl problems Ted, On Fri, 22 Aug 2003 20:26:50 -0400, T.Sikora wrote: >Nobody's saying anything and there were quite a few downloads on rsync. >Maybe I made too many drastic changes? Hell change is good... The last >words of the damned? All downloads OK - but Perl fails to build. I have the following entry in popuplog.os2: ------------------------------------------------------------ 08-23-2003 15:20:22 SYS3175 PID 58d6 TID 0001 Slot 00a3 E:\PORTS\PERL\WORKDIR\PERL-5.8.0\MINIPERL.EXE c0000005 000fcde6 P1=00000001 P2=00000006 P3=XXXXXXXX P4=XXXXXXXX EAX=021cd4a8 EBX=00000000 ECX=021cd4a8 EDX=00000006 ESI=021cd4ac EDI=00000000 DS=0053 DSACC=f0f3 DSLIM=ffffffff ES=0053 ESACC=f0f3 ESLIM=ffffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC=**** GSLIM=******** CS:EIP=005b:000fcde6 CSACC=f0df CSLIM=ffffffff SS:ESP=0053:0205f560 SSACC=f0f3 SSLIM=ffffffff EBP=021f001e FLG=00012286 MINIPERL.EXE 0002:0003cde6 which may be part of the reason for the problem? perl.log is available from http://smedley.info/perl.log incase it helps.. Note that running build_perl.cmd from \ports\perl fails as it doesn't change into workdir\perl-5.8.0 first.... Cheers, Paul. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 17 ==========================** Date: Sat, 23 Aug 2003 18:55:24 +0100 From: John Poltorak Subject: Re: rsync and wget On Sat, Aug 23, 2003 at 07:29:32AM -0400, T.Sikora wrote: > Rsync and wget are causing all the problems. They both will not mirror a > directory with changed files. Rsync fails and wget won't redownlaod > changed files. You sure about this? I'm sure I've used RSYNC to retreive only changed files. > -- > T.Sikora > tsikora at ntplx dot net -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 18 ==========================** Date: Sat, 23 Aug 2003 20:55:00 +0950 (CST) From: "Paul Smedley" Subject: Re: Perl problems --_=_=_=IMA.BOUNDARY.HK3MJO138764=_=_=_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Sat, 23 Aug 2003 07:19:27 -0400, T.Sikora wrote: > From your logs: > >[unixos2 E:\ports\perl\workdir\perl-5.8.0\t>perl harness >SYS1041: The name perl is not recognized as an >internal or external command, operable program or batch file. > >open the ux2shell and cd to /ports/perl and run clean. Upload your >/sbin/ux2_env.cmd file. Looks like an env problem. Have attaches ux2_env & ux2_config. >In the meantime run 'ports_refresh' then run 'build perl' >and try again. will do.. Cheers, Paul. --_=_=_=IMA.BOUNDARY.HK3MJO138764=_=_=_ Content-Type: application/octet-stream; name="ux2_env.cmd" Content-Transfer-Encoding: base64 QGVjaG8gb2ZmCgoKUkVNICoqIERPIE5PVCBFRElUICoqDQpzZXQgcGF0aD1lOlxiaW47ZTpcdXNy XGJpbjtlOlxlbXhcYmluO2U6XHVzclxsb2NhbFxiaW47ZTpcc2JpbjtlOlx1c3Jcc2JpbjtlOlxi aW47ZTpcdXNyXGJpbjtlOlx1c3Jcc2JpbjtDOlxNUFROXEJJTjtDOlxJQk1DT007QzpcSUJNTEFO XE5FVFBST0c7QzpcTVVHTElCO0M6XFBST0dSQU1TXE5FVFNDQVBFXFBST0dSQU07QzpcZWNzXGJp bjtDOlxJQk1HU0s1MFxCSU47QzpcSUJNR1NLNDBcQklOO0M6XElCTUdTS1xCSU47QzpcVENQSVBc QklOO0M6XE9TMjtDOlxPUzJcU1lTVEVNO0M6XE9TMlxNRE9TXFdJTk9TMjtDOlxPUzJcSU5TVEFM TDtDOlw7QzpcT1MyXE1ET1M7QzpcT1MyXEFQUFM7RTpcSkFWQTEzMVxKUkVcQklOO0U6XEpBVkEx MzFcQklOO0M6XEpBVkExMVxCSU47QzpcTU1PUzI7ZTpccGVybFxiaW47RTpcTE9UVVNXNFxDT01Q TkVOVDtFOlxMT1RVU1c0XEFQUFJPQUNIO0U6XExPVFVTVzRcRkxHO0U6XExPVFVTVzRcV09SRFBS TztDOlx3ZWJzdGFydDtDOlxPRElOXFNZU1RFTTMyO2c6XGFyY2hpdmU7Yzpcd2luMzJwcm47ZTpc ZW14XGJpbjsNCnNldCBiZWdpbmxpYnBhdGg9ZTpcbGliO2U6XHVzclxsaWI7ZTpcZW14XGRsbDtl OlxlbXhcbGliO2U6XHVzclxsb2NhbFxsaWINCnNldCBidWlsZGxvZ3M9ZTpcaW5zdGFsbFxsb2dz DQpSRU0gc2V0IENPTkZJR19TSVRFPWU6L3Vzci9zaGFyZS9jb25maWcuc2l0ZQ0Kc2V0IENfSU5D TFVERV9QQVRIPWU6L3Vzci9pbmNsdWRlO2U6L2VteC9pbmNsdWRlDQpzZXQgQ1BMVVNfSU5DTFVE RV9QQVRIPWU6L3Vzci9pbmNsdWRlL2NwcDtlOi91c3IvaW5jbHVkZTtlOi9lbXgvaW5jbHVkZS9j cHA7ZTovZW14L2luY2x1ZGUNCnNldCBMSUJSQVJZX1BBVEg9ZTovbGliO2U6L3Vzci9saWI7ZTov ZW14L2xpYg0Kc2V0IERQQVRIPUM6XE1QVE5cQklOO0M6XE1QVE47QzpcSUJNQ09NO0M6XElCTUxB TlxORVRQUk9HO0M6XElCTUxBTjtDOlxNVUdMSUI7QzpcZWNzXGxhbmc7QzpcT1MyO0M6XE9TMlxT WVNURU07QzpcT1MyXE1ET1NcV0lOT1MyO0M6XE9TMlxJTlNUQUxMO0M6XDtDOlxPUzJcQklUTUFQ O0M6XE9TMlxNRE9TO0M6XE9TMlxBUFBTO0M6XE1NT1MyO0M6XE1NT1MyXElOU1RBTEw7DQpzZXQg VE1QPWU6XHRtcA0Kc2V0IEhPTUU9ZTovcm9vdA0Kc2V0IEVUQz1lOlxldGMNCnNldCBURVJNPWFu c2ktY29sb3ItMw0Kc2V0IE9TMl9TSEVMTD1jOlxvczJcY21kLmV4ZQ0Kc2V0IENPTVNQRUM9Yzpc b3MyXGNtZC5leGUNCnNldCBQQUdFUj1sZXNzDQpzZXQgb3NydD1jOg0Kc2V0IHV4cnQ9ZToNCnNl dCBVTklYUk9PVD1lOg0Kc2V0IGJsZF9ob21lPWU6XGluc3RhbGwNCnNldCByZXBvc2l0b3J5PWU6 XGluc3RhbGxcYXJjaGl2ZXMNCmNhbGwgXHNiaW5cdXgyX2NvbmZpZw0KUkVNICoqIERPIE5PVCBF RElUICoqDQo= --_=_=_=IMA.BOUNDARY.HK3MJO138764=_=_=_ Content-Type: application/octet-stream; name="ux2_config.cmd" Content-Transfer-Encoding: base64 QGVjaG8gb2ZmCgpSRU0gKiogRE8gTk9UIEVESVQgKioKClNFVCBMT0NBTEVESVI9L3Vzci9zaGFy ZS9sb2NhbGUKU0VUIEdOVUxPQ0FMRURJUj0vdXNyL3NoYXJlL2xvY2FsZQpTRVQgU0hFTEw9L2Jp bi9zaApTRVQgUEVSTD0vdXNyL2Jpbi9wZXJsLmV4ZQpTRVQgTTQ9L3Vzci9iaW4vbTQuZXhlClNF VCBFWFBSPS91c3IvYmluL2V4cHIuZXhlClNFVCBJTlNUQUxMPS91c3IvYmluL2luc3RhbGwuZXhl ClNFVCBQQVRIX1NFUEFSQVRPUj0nOycKU0VUIHByb3RvZGlyPS9lbXgvaW5jbHVkZS9jcHAvZ2Vu ClNFVCBtYWdpYz0vZXRjL21hZ2ljClNFVCBzd2l0Y2hhcj0tClNFVCBlbXhvcHQ9LWMgLW4gLWg2 MDcyIC0hMHg4MDAKU0VUIGdjY29wdD0tcGlwZQpTRVQgZ2NjbG9hZD01ClNFVCBDQz1nY2MKU0VU IExFWD1mbGV4ClNFVCBMRD1sZC5leGUKU0VUIFJBTkxJQj1lY2hvClNFVCBZQUNDPSdiaXNvbiAt eScKU0VUIEFXSz1nYXdrClNFVCBBV0tQQVRIPS91c3Ivc2hhcmUvYXdrClNFVCBCQVNIPWJhc2gu ZXhlClNFVCBTSD1zaC5leGUKU0VUIEtTSD1rc2guZXhlClNFVCBSQU5MSUI9ZWNobwpTRVQgQk1U WVBFPWludApTRVQgQk1CWVRFUz00ClNFVCBBQ0xPQ0FMPSR7QUNMT0NBTC0iJHtVWFJUfS91c3Iv YmluL2FjbG9jYWwifQpTRVQgQVVUT0NPTkY9JHtBVVRPQ09ORi0iJHtVWFJUfS91c3IvYmluL2F1 dG9jb25mIn0KU0VUIEFVVE9NQUtFPSR7QVVUT01BS0UtIiR7VVhSVH0vdXNyL2Jpbi9hdXRvbWFr ZSJ9ClNFVCBBVVRPSEVBREVSPSR7QVVUT0hFQURFUi0iJHtVWFJUfS91c3IvYmluL2F1dG9oZWFk ZXIifQpTRVQgTUFLRUlORk89JHtNQUtFSU5GTy0ibWFrZWluZm8gLS1uby1zcGxpdCJ9ClNFVCBB TVRBUj0ke0FNVEFSLSJ0YXIuZXhlIn0KU0VUIGFjX2N2X3BhdGhfUEVSTD0ke1BFUkx9ClNFVCBh Y19jdl9wYXRoX2luc3RhbGw9JHtJTlNUQUxMfQpTRVQgYWNfY3ZfcGF0aF9fX0NIR1JQPWVjaG8K U0VUIGFjX2N2X3BhdGhfX19DSE9XTj1lY2hvClNFVCBhY19jdl9wYXRoX19fUlNIPWVjaG8KU0VU IGFjX2V4ZWN1dGFibGVfZXh0ZW5zaW9ucz0iLmV4ZSIKU0VUIGFjX2V4ZWV4dD0uZXhlClNFVCBh Y19jdl9leGVleHQ9LmV4ZQpTRVQgR1JPRkZfRk9OVF9QQVRIPS91c3Ivc2hhcmUvZ3JvZmYvMS4x Ny9mb250ClNFVCBHUk9GRl9UTUFDX1BBVEg9L3Vzci9zaGFyZS9ncm9mZi8xLjE3L3RtYWMKU0VU IEdST0ZGX1RZUEVTRVRURVI9Y3A4NTAKU0VUIE5ST0ZGPWdyb2ZmIC1UbGF0aW4xClNFVCBHTElC X0NPTkZJRz0vdXNyL2Jpbi9nbGliLWNvbmZpZwpTRVQgTElCSURMX0NPTkZJRz0vdXNyL2Jpbi9s aWJJREwtY29uZmlnCgppZiBleGlzdCBcZXRjXHV4Ml9sb2NhbC5jbWQgY2FsbCBcZXRjXHV4Ml9s b2NhbAoKUkVNICoqIERPIE5PVCBFRElUICoqCgo= --_=_=_=IMA.BOUNDARY.HK3MJO138764=_=_=_ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs --_=_=_=IMA.BOUNDARY.HK3MJO138764=_=_=_-- **= Email 19 ==========================** Date: Sat, 23 Aug 2003 20:56:52 +0950 (CST) From: "Paul Smedley" Subject: Re: Perl problems On Sat, 23 Aug 2003 07:19:27 -0400, T.Sikora wrote: >In the meantime run 'ports_refresh' then run 'build perl' >and try again. [unixos2 E:\ports>ports_refresh SYS1041: The name ports_refresh is not recognized as an internal or external command, operable program or batch file. Cheers, Paul. _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs