Date: Tue, 2 Nov 2004 00:07:33 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 360 ************************************************** Monday 01 November 2004 Number 360 ************************************************** Subjects for today 1 build ncurses fails (?) : Bartosz Tomasik" 2 Re: build ncurses fails (?) : John Poltorak 3 Re: build ncurses fails (?) : Bartosz Tomasik" 4 Re: build ncurses fails (?) : John Poltorak 5 Re: build ncurses fails (?) : Bartosz Tomasik" 6 Re: build ncurses fails (?) : John Poltorak **= Email 1 ==========================** Date: Sun, 31 Oct 2004 14:06:00 +0100 From: "Bartosz Tomasik" Subject: build ncurses fails (?) hello all so I've tried to do (again) a port with unixos2 build system. To-be ported package requires ncurses, so after ux2bs installation I ran ash and issued: build ncurses results follow: >/bin/sh >DIR URL CFLAGS LDFLAGS CFGPARMS MAKEPARM SRC >ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz --prefix=${UXRT}/usr --mand >ir=${UXRT}/usr/share/man . >URL ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz >CFLAGS >LDFLAGS >CFGPARMS --prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man >MAKEPARM >SRC . >REPOSITORY/ARCHIVEFILE = /install/archives/ncurses-5.3.tar.gz >..ncurses-5.3.tar.gz already retrieved. >O:/ports/ncurses/workdir >O:/ports/ncurses/workdir/ncurses-5.3 >ncurses-5.3 >..Using Autoconf version 2.13 >FATAL ERROR: Autoconf version 2.13.20020210 or higher is required for this script >..autoconf failed. > >..Compiler version is: gcc (GCC) 3.2.2 (Innotek Build 2003-10-06 19:38) >Sun Oct 31 13:50:49 GMT 2004 >elapsed time: 3 secs >end I guess this should not work this way, any hints? greets' Bartosz Tomasik _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Sun, 31 Oct 2004 15:37:36 +0000 From: John Poltorak Subject: Re: build ncurses fails (?) On Sun, Oct 31, 2004 at 02:06:00PM +0100, Bartosz Tomasik wrote: > hello all > so I've tried to do (again) a port with unixos2 build system. To-be > ported package requires ncurses, so after ux2bs installation I ran ash > and issued: build ncurses > results follow: How did you install UX2BS? NCURSES 5.3 is one of the apps built automatically when installing it initially. UX2BS doesn't use ash or gcc 3.2.2 as things stand at the moment so I guess you must have a variant, possibly from Ted's site. > >/bin/sh > >DIR URL CFLAGS LDFLAGS CFGPARMS MAKEPARM SRC > >ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz --prefix=${UXRT}/usr --mand > >ir=${UXRT}/usr/share/man . > >URL ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz > >CFLAGS > >LDFLAGS > >CFGPARMS --prefix=${UXRT}/usr --mandir=${UXRT}/usr/share/man > >MAKEPARM > >SRC . > >REPOSITORY/ARCHIVEFILE = /install/archives/ncurses-5.3.tar.gz > >..ncurses-5.3.tar.gz already retrieved. > >O:/ports/ncurses/workdir > >O:/ports/ncurses/workdir/ncurses-5.3 > >ncurses-5.3 > >..Using Autoconf version 2.13 > >FATAL ERROR: Autoconf version 2.13.20020210 or higher is required for this script > >..autoconf failed. > > > >..Compiler version is: gcc (GCC) 3.2.2 (Innotek Build 2003-10-06 19:38) > >Sun Oct 31 13:50:49 GMT 2004 > >elapsed time: 3 secs > >end > > I guess this should not work this way, any hints? > greets' > Bartosz Tomasik -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Sun, 31 Oct 2004 17:04:24 +0100 From: "Bartosz Tomasik" Subject: Re: build ncurses fails (?) >How did you install UX2BS? using ux2bs_unstall.cmd script (it uses os2ports.com as source host) >NCURSES 5.3 is one of the apps built automatically when installing it >initially. > >UX2BS doesn't use ash or gcc 3.2.2 as things stand at the moment so I >guess you must have a variant, possibly from Ted's site. > hm so which version shall I use? and what is the standard follow-path for porting/compiling application? I ran configure for my app and it boiled about ncurses.h missing (and indeed there is no such file, but even when I renamed curses.h into ncurses.h it still doesn't work) that's why I was trying to get it (re)built... Bartosz _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 4 ==========================** Date: Sun, 31 Oct 2004 19:39:27 +0000 From: John Poltorak Subject: Re: build ncurses fails (?) On Sun, Oct 31, 2004 at 05:04:24PM +0100, Bartosz Tomasik wrote: > >How did you install UX2BS? > > using ux2bs_unstall.cmd script (it uses os2ports.com as source host) This causes endless problems... > >NCURSES 5.3 is one of the apps built automatically when installing it > >initially. > > > >UX2BS doesn't use ash or gcc 3.2.2 as things stand at the moment so I > >guess you must have a variant, possibly from Ted's site. > > > > hm so which version shall I use? You should run this command:- wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd which retrieves the initial bootstrap and then run that. It may well be that you have already retrieved many of the required files so you might want to set the repository variable. > and what is the standard follow-path for porting/compiling > application? I ran configure for my app and it boiled about ncurses.h > missing (and indeed there is no such file, but even when I renamed > curses.h into ncurses.h it still doesn't work) that's why I was trying > to get it (re)built... The standard way of building apps is to run 'build appname' where appname is an entry in build.table. > Bartosz -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 5 ==========================** Date: Mon, 01 Nov 2004 08:16:19 +0100 From: "Bartosz Tomasik" Subject: Re: build ncurses fails (?) On Sun, 31 Oct 2004 19:39:27 +0000, John Poltorak wrote: >You should run this command:- > >wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd unfortunatelly that host refuses connections on ftp port Bartosz _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 6 ==========================** Date: Mon, 1 Nov 2004 10:39:43 +0000 From: John Poltorak Subject: Re: build ncurses fails (?) On Mon, Nov 01, 2004 at 08:16:19AM +0100, Bartosz Tomasik wrote: > On Sun, 31 Oct 2004 19:39:27 +0000, John Poltorak wrote: > > >You should run this command:- > > > >wget ftp://unixos2: at 213.152.37.92/pub/unixos2/build_system/lib/ux2_bootstrap.cmd > > unfortunatelly that host refuses connections on ftp port Humble apologies. The server crashed yesterday and the ftp server didn't restart. It should be OK now. > Bartosz -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs